PSEmbeddedMonitorRunspaceInfo Constructor
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.
Creates instance of PSEmbeddedMonitorRunspaceInfo.
public:
PSEmbeddedMonitorRunspaceInfo(System::Management::Automation::Runspaces::Runspace ^ runspace, System::Management::Automation::Internal::PSMonitorRunspaceType runspaceType, System::Management::Automation::PowerShell ^ command, Guid parentDebuggerId);
public PSEmbeddedMonitorRunspaceInfo (System.Management.Automation.Runspaces.Runspace runspace, System.Management.Automation.Internal.PSMonitorRunspaceType runspaceType, System.Management.Automation.PowerShell command, Guid parentDebuggerId);
new System.Management.Automation.Internal.PSEmbeddedMonitorRunspaceInfo : System.Management.Automation.Runspaces.Runspace * System.Management.Automation.Internal.PSMonitorRunspaceType * System.Management.Automation.PowerShell * Guid -> System.Management.Automation.Internal.PSEmbeddedMonitorRunspaceInfo
Public Sub New (runspace As Runspace, runspaceType As PSMonitorRunspaceType, command As PowerShell, parentDebuggerId As Guid)
Parameters
- runspace
- Runspace
Runspace to monitor.
- runspaceType
- PSMonitorRunspaceType
Type of runspace.
- command
- PowerShell
Running command.
- parentDebuggerId
- Guid
Unique parent debugger id or null.