mscorlib(4.0.0.0) API with additions
AppDomainManagerInitializationOptions.cs
2 
3 namespace System
4 {
6  [Flags]
7  [ComVisible(true)]
9  {
11  None = 0x0,
13  RegisterWithHost = 0x1
14  }
15 }
AppDomainManagerInitializationOptions
Specifies the action that a custom application domain manager takes when initializing a new domain.
Definition: __Canon.cs:3
Register the COM callable wrapper for the current T:System.AppDomainManager with the unmanaged host.