DkmRuntimeBreakpoint.RuntimeInstance Property

Definition

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

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

Returns DkmRuntimeInstance.

Applies to