Freigeben über


CorValidatorModuleType-Enumeration

Gibt den Typ eines Moduls an.

typedef enum
{
    ValidatorModuleTypeInvalid  = 0x0,
    ValidatorModuleTypeMin      = 0x00000001,
    ValidatorModuleTypePE       = 0x00000001,
    ValidatorModuleTypeObj      = 0x00000002,
    ValidatorModuleTypeEnc      = 0x00000003,
    ValidatorModuleTypeIncr     = 0x00000004,
    ValidatorModuleTypeMax      = 0x00000004
} CorValidatorModuleType;

Member

Member

Beschreibungen

ValidatorModuleTypeInvalid

Das Modul ist ein ungültiger Typ.

ValidatorModuleTypeMin

Der niedrigste Wert der CorValidatorModuleType-Enumeration.

ValidatorModuleTypePE

Das Modul ist eine PE (Portable Executable)-Datei.

ValidatorModuleTypeObj

Das Modul ist eine OBJ-Datei.

ValidatorModuleTypeEnc

Das Modul ist eine Bearbeiten-und-Fortfahren-Debugsitzung.

ValidatorModuleTypeIncr

Das Modul ist ein Modul, das inkrementell erstellt wurde.

ValidatorModuleTypeMax

Der höchste Wert der CorValidatorModuleType-Enumeration.

Anforderungen

Plattformen: siehe Systemanforderungen für .NET Framework.

Header: Cor.h

Bibliothek: als Ressource in MsCorEE.dll enthalten

.NET Framework-Versionen: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

Siehe auch

Weitere Ressourcen

Metadatenenumerationen