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