PSEmbeddedMonitorRunspaceInfo Class

Definition

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
PSEmbeddedMonitorRunspaceInfo

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)

Applies to