CorValidatorModuleType-Enumeration

Gibt den Typ eines Moduls an.

Syntax

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

Member

Member Beschreibung
ValidatorModuleTypeInvalid Das Modul ist ein ungültiger Typ.
ValidatorModuleTypeMin Der Mindestwert der CorValidatorModuleType-Enumeration.
ValidatorModuleTypePE Das Modul ist eine portierbare ausführbare Datei (PE).
ValidatorModuleTypeObj Das Modul ist eine OBJ-Datei.
ValidatorModuleTypeEnc Das Modul ist eine „Bearbeiten und Fortfahren“-Debuggersitzung.
ValidatorModuleTypeIncr Das Modul wurde inkrementell erstellt.
ValidatorModuleTypeMax Der Höchstwert der CorValidatorModuleType-Enumeration.

Anforderungen

Plattformen: Informationen finden Sie unter Systemanforderungen.

Header: Cor.h

Bibliothek: Als Ressource in „MsCorEE.dll“ enthalten

.NET Framework-Versionen: Seit Version 1.0 verfügbar

Siehe auch