CorDebugUnmappedStop Enum
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
C++/CX
public enum class CorDebugUnmappedStop
enum CorDebugUnmappedStop
[System.Flags]
public enum CorDebugUnmappedStop
[<System.Flags>]
type CorDebugUnmappedStop =
Public Enum CorDebugUnmappedStop
- Inheritance
-
CorDebugUnmappedStop
- Attributes
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 |
Produkt | Wersje |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |