DkmFramePseudoLocal.RuntimeInstance Property

Definition

The DkmRuntimeInstance class represents an execution environment which is loaded into a DkmProcess and which contains code to be debugged.

This API was introduced in Visual Studio 15 Update 8 (DkmApiVersion.VS15Update8).

public:
 property Microsoft::VisualStudio::Debugger::DkmRuntimeInstance ^ RuntimeInstance { Microsoft::VisualStudio::Debugger::DkmRuntimeInstance ^ get(); };
public Microsoft.VisualStudio.Debugger.DkmRuntimeInstance RuntimeInstance { get; }
member this.RuntimeInstance : Microsoft.VisualStudio.Debugger.DkmRuntimeInstance
Public ReadOnly Property RuntimeInstance As DkmRuntimeInstance

Property Value

Applies to