Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies constants used by CoUninitializeEE when initializing the common language runtime.
typedef enum tagCOUNINITEE
{
COUNINITEE_DEFAULT = 0x0,
COUNINITEE_DLL = 0x1
} COUNINITIEE;
Members
Member |
Description |
---|---|
COUNINITEE_DEFAULT |
Indicates default uninitialization mode. |
COUNINITEE_DLL |
Indicates uninitialization mode for unloading an assembly. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: Cor.h
Library: Included as a resource in MsCorEE.dll
.NET Framework Version: 2.0, 1.1, 1.0