IDkmActiveScriptDebugMonitor.GetRemoteDebugApplication Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.