CorDebugUserState 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 CorDebugUserState
C++/CX
public enum class CorDebugUserState
enum CorDebugUserState
[System.Flags]
public enum CorDebugUserState
[<System.Flags>]
type CorDebugUserState =
Public Enum CorDebugUserState
- Inheritance
-
CorDebugUserState
- Attributes
Name | Value | Description |
---|---|---|
USER_STOP_REQUESTED | 1 | |
USER_SUSPEND_REQUESTED | 2 | |
USER_BACKGROUND | 4 | |
USER_UNSTARTED | 8 | |
USER_STOPPED | 16 | |
USER_WAIT_SLEEP_JOIN | 32 | |
USER_SUSPENDED | 64 | |
USER_UNSAFE_POINT | 128 |
Produkt | Verzie |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |