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: