Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AppDomainManager::InitializationFlags Property

 

Gets the initialization flags for custom application domain managers.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
property AppDomainManagerInitializationOptions InitializationFlags {
	AppDomainManagerInitializationOptions get();
	void set(AppDomainManagerInitializationOptions value);
}

Property Value

Type: System::AppDomainManagerInitializationOptions

A bitwise combination of the enumeration values that describe the initialization action to perform. The default is None.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft