DkmScriptRuntimeInstance.GetRemoteDebugApplication 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许调用方从目标进程中获取对 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
返回
弄从调试的进程调试应用程序接口。