opomba,
Dostop do te strani zahteva pooblastilo. Poskusite se vpisati alispremeniti imenike.
Dostop do te strani zahteva pooblastilo. Poskusite lahko spremeniti imenike.
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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.