Share via


ICorModuleInitializeFlags Enumeration

Provides values that control the type of ICorModule that is initialized.

typedef enum  {
    CORMODULE_MATCH = 0x00,
    CORMUDULE_NEW   = 0x01
} ICorModuleInitializeFlags;

Members

Member

Description

CORMODULE_MATCH

Find an existing module that matches supported interfaces.

CORMODULE_NEW

Create a new module and interfaces.

Requirements

Platforms: See .NET Framework System Requirements.

Header: Cor.h

Library: Included as a resource in MsCorEE.dll

.NET Framework Versions: 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