PSEmbeddedMonitorRunspaceInfo Class
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.
Embedded runspaces running in context of a parent script, used for monitoring runspace debugging.
public ref class PSEmbeddedMonitorRunspaceInfo sealed : System::Management::Automation::Internal::PSMonitorRunspaceInfo
public sealed class PSEmbeddedMonitorRunspaceInfo : System.Management.Automation.Internal.PSMonitorRunspaceInfo
type PSEmbeddedMonitorRunspaceInfo = class
inherit PSMonitorRunspaceInfo
Public NotInheritable Class PSEmbeddedMonitorRunspaceInfo
Inherits PSMonitorRunspaceInfo
- Inheritance
Constructors
PSEmbeddedMonitorRunspaceInfo(Runspace, PSMonitorRunspaceType, PowerShell, Guid) |
Creates instance of PSEmbeddedMonitorRunspaceInfo. |
Properties
Command |
PowerShell command to run. Can be null. |
ParentDebuggerId |
Unique parent debugger identifier. |
Runspace |
Created Runspace. (Inherited from PSMonitorRunspaceInfo) |
RunspaceType |
Type of runspace for monitoring. (Inherited from PSMonitorRunspaceInfo) |