CommandBreakpoint Constructors
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.
Overloads
CommandBreakpoint(String, WildcardPattern, String) |
Creates a new instance of a CommandBreakpoint |
CommandBreakpoint(String, WildcardPattern, String, Int32) |
Creates a new instance of a CommandBreakpoint |
CommandBreakpoint(String, WildcardPattern, String, ScriptBlock) |
Creates a new instance of a CommandBreakpoint |
CommandBreakpoint(String, WildcardPattern, String, ScriptBlock, Int32) |
Creates a new instance of a CommandBreakpoint |
CommandBreakpoint(String, WildcardPattern, String)
Creates a new instance of a CommandBreakpoint
public CommandBreakpoint (string script, System.Management.Automation.WildcardPattern command, string commandString);
new System.Management.Automation.CommandBreakpoint : string * System.Management.Automation.WildcardPattern * string -> System.Management.Automation.CommandBreakpoint
Public Sub New (script As String, command As WildcardPattern, commandString As String)
Parameters
- script
- String
- command
- WildcardPattern
- commandString
- String
Applies to
CommandBreakpoint(String, WildcardPattern, String, Int32)
Creates a new instance of a CommandBreakpoint
public CommandBreakpoint (string script, System.Management.Automation.WildcardPattern command, string commandString, int id);
new System.Management.Automation.CommandBreakpoint : string * System.Management.Automation.WildcardPattern * string * int -> System.Management.Automation.CommandBreakpoint
Public Sub New (script As String, command As WildcardPattern, commandString As String, id As Integer)
Parameters
- script
- String
- command
- WildcardPattern
- commandString
- String
- id
- Int32
Applies to
CommandBreakpoint(String, WildcardPattern, String, ScriptBlock)
Creates a new instance of a CommandBreakpoint
public CommandBreakpoint (string script, System.Management.Automation.WildcardPattern command, string commandString, System.Management.Automation.ScriptBlock action);
new System.Management.Automation.CommandBreakpoint : string * System.Management.Automation.WildcardPattern * string * System.Management.Automation.ScriptBlock -> System.Management.Automation.CommandBreakpoint
Public Sub New (script As String, command As WildcardPattern, commandString As String, action As ScriptBlock)
Parameters
- script
- String
- command
- WildcardPattern
- commandString
- String
- action
- ScriptBlock
Applies to
CommandBreakpoint(String, WildcardPattern, String, ScriptBlock, Int32)
Creates a new instance of a CommandBreakpoint
public CommandBreakpoint (string script, System.Management.Automation.WildcardPattern command, string commandString, System.Management.Automation.ScriptBlock action, int id);
new System.Management.Automation.CommandBreakpoint : string * System.Management.Automation.WildcardPattern * string * System.Management.Automation.ScriptBlock * int -> System.Management.Automation.CommandBreakpoint
Public Sub New (script As String, command As WildcardPattern, commandString As String, action As ScriptBlock, id As Integer)
Parameters
- script
- String
- command
- WildcardPattern
- commandString
- String
- action
- ScriptBlock
- id
- Int32