System.AppDomainManagerInitializationOptions Enumeration

Specifies the action that a custom application domain manager takes when initializing a new domain.

Syntax

[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum AppDomainManagerInitializationOptions

Remarks

These flags are used for property settings in the AppDomainManager class. The AppDomainManagerInitializationOptions flags apply only to custom application domain managers; they do not apply to the default manager. The AppDomainManager.InitializeNewDomain(AppDomainSetup) method in the default application domain manager does nothing. The default enumeration value is AppDomainManagerInitializationOptions.None.

Members

Member NameDescription
None

No initialization action.

RegisterWithHost

Register the COM callable wrapper for the current AppDomainManager with the unmanaged host.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0