CorDebugUnmappedStop Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |