IDkmActiveScriptDebugMonitor.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.

public:
 System::Object ^ GetRemoteDebugApplication(Microsoft::VisualStudio::Debugger::Script::DkmScriptRuntimeInstance ^ scriptRuntimeInstance);
public object GetRemoteDebugApplication (Microsoft.VisualStudio.Debugger.Script.DkmScriptRuntimeInstance scriptRuntimeInstance);
abstract member GetRemoteDebugApplication : Microsoft.VisualStudio.Debugger.Script.DkmScriptRuntimeInstance -> obj
Public Function GetRemoteDebugApplication (scriptRuntimeInstance As DkmScriptRuntimeInstance) As Object

Parameters

scriptRuntimeInstance
DkmScriptRuntimeInstance

[In] Represents a script-based execution environment executing in a target process.

Returns

[Out] Debug application interface from the debugged process.

Applies to