CorDebugIlToNativeMappingTypes Enumeration

Indicates whether 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.

Syntax

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 System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: Available since 1.0

See also