Share via


DkmScriptRuntimeInstance.GetRemoteDebugApplication Method

Definition

Allows a caller to obtain a direct access to the IRemoteDebugApplication interface from the target process. This can be used to load dlls into the target application, or inspect the target application. Note that this should never be used for execution control, breakpoints, or evaluation.

Location constraint: API must be called from a Monitor component (component level < 100,000).

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

Returns

[Out] Debug application interface from the debugged process.

Applies to