Belešku
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili da promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
Enables the host to provide the runtime with information about the initialization of an application domain.
Syntax
typedef enum {
eInitializeNewDomainFlags_None = 0x0000,
eInitializeNewDomainFlags_NoSecurityChanges = 0x0002
} EInitializeNewDomainFlags;
Members
| Member | Description |
|---|---|
eInitializeNewDomainFlags_None |
No flags. |
eInitializeNewDomainFlags_NoSecurityChanges |
Informs the common language runtime (CLR) that the host will not make changes to the security state of the application domain in the InitializeNewDomain method. |
Remarks
The ICLRDomainManager::SetAppDomainManagerType method takes a parameter of type EInitializeNewDomainFlags.
Requirements
Platforms: See System Requirements.
Header: MSCorEE.h
Library: MSCorEE.dll
.NET Framework Versions: Available since 4
See also
Sarađujte sa nama na GitHub-u
Izvor za ovaj sadržaj možete da pronađete u usluzi GitHub, gde možete i da kreirate i pregledate probleme i povučete zahteve. Više informacija potražite u našem vodiču za saradnike.