PSRunspaceDebug(Boolean, Boolean, String, Int32) 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.
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.