DkmStepper.GetControllingRuntimeInstance Method

Definition

Returns the runtime instance currently in-control of this DkmStepper.

Location constraint: API must be called from a Monitor component (component level < 100,000).

public:
 Microsoft::VisualStudio::Debugger::DkmRuntimeInstance ^ GetControllingRuntimeInstance();
public Microsoft.VisualStudio.Debugger.DkmRuntimeInstance GetControllingRuntimeInstance ();
member this.GetControllingRuntimeInstance : unit -> Microsoft.VisualStudio.Debugger.DkmRuntimeInstance
Public Function GetControllingRuntimeInstance () As DkmRuntimeInstance

Returns

[Out] The runtime instance currently in control of this stepper.

Applies to