Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the type of a module.
typedef enum
{
ValidatorModuleTypeInvalid = 0x0,
ValidatorModuleTypeMin = 0x00000001,
ValidatorModuleTypePE = 0x00000001,
ValidatorModuleTypeObj = 0x00000002,
ValidatorModuleTypeEnc = 0x00000003,
ValidatorModuleTypeIncr = 0x00000004,
ValidatorModuleTypeMax = 0x00000004
} CorValidatorModuleType;
Members
Member |
Description |
|---|---|
ValidatorModuleTypeInvalid |
The module is an invalid type. |
ValidatorModuleTypeMin |
The minimum value of the CorValidatorModuleType enum. |
ValidatorModuleTypePE |
The module is a portable executable (PE) file. |
ValidatorModuleTypeObj |
The module is a .obj file. |
ValidatorModuleTypeEnc |
The module is an edit-and-continue debugger session. |
ValidatorModuleTypeIncr |
The module is one that has been incrementally built. |
ValidatorModuleTypeMax |
The maximum value of the CorValidatorModuleType enum. |
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