CorDebugIntercept 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 CorDebugIntercept
public enum class CorDebugIntercept
enum CorDebugIntercept
[System.Flags]
public enum CorDebugIntercept
[<System.Flags>]
type CorDebugIntercept =
Public Enum CorDebugIntercept
- Inheritance
-
CorDebugIntercept
- Attributes
Fields
Name | Value | Description |
---|---|---|
INTERCEPT_NONE | 0 | |
INTERCEPT_CLASS_INIT | 1 | |
INTERCEPT_EXCEPTION_FILTER | 2 | |
INTERCEPT_SECURITY | 4 | |
INTERCEPT_CONTEXT_POLICY | 8 | |
INTERCEPT_INTERCEPTION | 16 | |
INTERCEPT_ALL | 65535 |