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

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

Applies to