DkmScriptRuntimeInstance.GetRemoteDebugApplication 方法

定义

允许调用方从目标进程中获取对 IRemoteDebugApplication 接口的直接访问权限。 这可用于将 dll 加载到目标应用程序,或检查目标应用程序。 请注意,此操作永远不会用于执行控制、断点或计算。

位置约束:必须从监视器组件 (组件级别 100000) 中调用 API < 。

public:
 System::Object ^ GetRemoteDebugApplication();
public:
 Platform::Object ^ GetRemoteDebugApplication();
winrt::Windows::Foundation::IInspectable GetRemoteDebugApplication();
public object GetRemoteDebugApplication ();
member this.GetRemoteDebugApplication : unit -> obj
Public Function GetRemoteDebugApplication () As Object

返回

Object

弄从调试的进程调试应用程序接口。

适用于