PSRunspaceDebug(Boolean, Boolean, String, Int32) Constructor

Definition

Initializes a new instance of the PSRunspaceDebug class.

public:
 PSRunspaceDebug(bool enabled, bool breakAll, System::String ^ runspaceName, int runspaceId);
public:
 PSRunspaceDebug(bool enabled, bool breakAll, Platform::String ^ runspaceName, int runspaceId);
 PSRunspaceDebug(bool enabled, bool breakAll, std::wstring const & runspaceName, int runspaceId);
public PSRunspaceDebug (bool enabled, bool breakAll, string runspaceName, int runspaceId);
new Microsoft.PowerShell.Commands.PSRunspaceDebug : bool * bool * string * int -> Microsoft.PowerShell.Commands.PSRunspaceDebug
Public Sub New (enabled As Boolean, breakAll As Boolean, runspaceName As String, runspaceId As Integer)

Parameters

enabled
Boolean

Enable debugger option.

breakAll
Boolean

BreakAll option.

runspaceName
String

Runspace name.

runspaceId
Int32

Runspace local Id.

Applies to