CorDebugUnmappedStop Enum

Definition

This enumeration supports a bitwise combination of its member values.

public enum class CorDebugUnmappedStop
public enum class CorDebugUnmappedStop
enum CorDebugUnmappedStop
[System.Flags]
public enum CorDebugUnmappedStop
[<System.Flags>]
type CorDebugUnmappedStop = 
Public Enum CorDebugUnmappedStop
Inheritance
CorDebugUnmappedStop
Attributes

Fields

STOP_ALL 65535
STOP_EPILOG 2
STOP_NO_MAPPING_INFO 4
STOP_NONE 0
STOP_OTHER_UNMAPPED 8
STOP_PROLOG 1
STOP_UNMANAGED 16

Applies to