DkmProcess.GetNativeRuntimeInstance Method

Definition

Provides access to the DkmRuntimeInstance which is for the naive code within a process. There is exactly one DkmRuntimeInstance for a process.

public:
 Microsoft::VisualStudio::Debugger::Native::DkmNativeRuntimeInstance ^ GetNativeRuntimeInstance();
public Microsoft.VisualStudio.Debugger.Native.DkmNativeRuntimeInstance GetNativeRuntimeInstance ();
member this.GetNativeRuntimeInstance : unit -> Microsoft.VisualStudio.Debugger.Native.DkmNativeRuntimeInstance
Public Function GetNativeRuntimeInstance () As DkmNativeRuntimeInstance

Returns

[Out] Represents the native code executing in a target process.

Applies to