DkmStepper.GetControllingRuntimeInstance Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.