CorValidatorModuleType Enumeration

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: See .NET Framework System Requirements.

Header: Cor.h

Library: Included as a resource in MsCorEE.dll

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

See Also

Other Resources

Metadata Enumerations