StartRunspaceDebugProcessingEventArgs(Runspace) Constructor

Definition

Constructor.

public:
 StartRunspaceDebugProcessingEventArgs(System::Management::Automation::Runspaces::Runspace ^ runspace);
public StartRunspaceDebugProcessingEventArgs (System.Management.Automation.Runspaces.Runspace runspace);
new System.Management.Automation.StartRunspaceDebugProcessingEventArgs : System.Management.Automation.Runspaces.Runspace -> System.Management.Automation.StartRunspaceDebugProcessingEventArgs
Public Sub New (runspace As Runspace)

Parameters

runspace
Runspace

Applies to