Microsoft.VisualStudio.Debugger.CustomRuntimes Namespace

Classes

DkmCustomExceptionInformation

Provides information about an exception which was raised in the target process. Custom exceptions are used for C++ Runtime checks, Managed Debugging Assistant failures, and exceptions from 3rd party runtimes.

DkmCustomInstructionAddress

DkmCustomInstructionAddress is used for addresses from a custom runtime environment (not native or CLR-based). For example, this could be used in a custom interpreter or Just-In-Time compiler.

DkmCustomInstructionSymbol

DkmCustomInstructionSymbol is used to represent an executable statement in any type of custom runtime environment.

DkmCustomModuleInstance

'DkmCustomModuleInstance' is used for modules from a custom runtime environment (not native or CLR-based). For example, this could be used in a custom interpreter or Just-In-Time compiler.

DkmCustomRuntimeInstance

Represents the custom execution environment executing in the target process.