CommonRunspaceCommandBase.GetDebuggerFromRunspace(Runspace) 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.
Returns Runspace Debugger.
protected:
System::Management::Automation::Debugger ^ GetDebuggerFromRunspace(System::Management::Automation::Runspaces::Runspace ^ runspace);
protected System.Management.Automation.Debugger GetDebuggerFromRunspace (System.Management.Automation.Runspaces.Runspace runspace);
member this.GetDebuggerFromRunspace : System.Management.Automation.Runspaces.Runspace -> System.Management.Automation.Debugger
Protected Function GetDebuggerFromRunspace (runspace As Runspace) As Debugger
Parameters
- runspace
- Runspace
Runspace.
Returns
Debugger.