IDkmSteppingManagerCallback.GetControllingRuntimeInstance(DkmStepper) Method

Definition

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

public:
 Microsoft::VisualStudio::Debugger::DkmRuntimeInstance ^ GetControllingRuntimeInstance(Microsoft::VisualStudio::Debugger::Stepping::DkmStepper ^ stepper);
public Microsoft.VisualStudio.Debugger.DkmRuntimeInstance GetControllingRuntimeInstance (Microsoft.VisualStudio.Debugger.Stepping.DkmStepper stepper);
abstract member GetControllingRuntimeInstance : Microsoft.VisualStudio.Debugger.Stepping.DkmStepper -> Microsoft.VisualStudio.Debugger.DkmRuntimeInstance
Public Function GetControllingRuntimeInstance (stepper As DkmStepper) As DkmRuntimeInstance

Parameters

stepper
DkmStepper

[In] DkmStepper represents a request to step a thread. It facilitates shared object lifetime between the various runtime debug monitors that participate in stepping.

Returns

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

Applies to