CorDebugChainReason 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.
public enum class CorDebugChainReason
public enum class CorDebugChainReason
enum CorDebugChainReason
public enum CorDebugChainReason
type CorDebugChainReason =
Public Enum CorDebugChainReason
- Inheritance
-
CorDebugChainReason
Fields
Name | Value | Description |
---|---|---|
CHAIN_NONE | 0 | |
CHAIN_CLASS_INIT | 1 | |
CHAIN_EXCEPTION_FILTER | 2 | |
CHAIN_SECURITY | 4 | |
CHAIN_CONTEXT_POLICY | 8 | |
CHAIN_INTERCEPTION | 16 | |
CHAIN_PROCESS_START | 32 | |
CHAIN_THREAD_START | 64 | |
CHAIN_ENTER_MANAGED | 128 | |
CHAIN_ENTER_UNMANAGED | 256 | |
CHAIN_DEBUGGER_EVAL | 512 | |
CHAIN_CONTEXT_SWITCH | 1024 | |
CHAIN_FUNC_EVAL | 2048 |