Share via


CorDebugIlToNativeMappingTypes Enumeration

Indicates that a particular range of native instructions, represented by an instance of the COR_DEBUG_IL_TO_NATIVE_MAP structure, corresponds to a special code region.

typedef enum CorDebugIlToNativeMappingTypes {
    NO_MAPPING = -1,
    PROLOG     = -2,
    EPILOG     = -3
} CorDebugIlToNativeMappingTypes;

Members

Member

Description

NO_MAPPING

The range of native instructions does not correspond to any special code region.

PROLOG

The range of native instructions corresponds to the prolog.

EPILOG

The range of native instructions corresponds to the epilog.

Requirements

Platforms: See .NET Framework System Requirements.

Header: CorDebug.idl

Library: CorGuids.lib

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

See Also

Reference

ICorDebugCode::GetILToNativeMapping Method

Other Resources

Debugging Enumerations