DkmProcess.GetNativeRuntimeInstance 方法

定义

提供对 DkmRuntimeInstance 的访问权限,该权限适用于进程中的代码代码。 进程只有一个 DkmRuntimeInstance。

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

返回

DkmNativeRuntimeInstance

弄表示在目标进程中执行的本机代码。

适用于