DkmProcess.GetNativeRuntimeInstance 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.
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.