SwitchProcessCommand.WithCommand Property

Definition

Get or set the command and arguments to replace the current pwsh process.

[System.Management.Automation.Parameter(Mandatory=false, Position=0, ValueFromRemainingArguments=true)]
public string[] WithCommand { get; set; }
[<System.Management.Automation.Parameter(Mandatory=false, Position=0, ValueFromRemainingArguments=true)>]
member this.WithCommand : string[] with get, set
Public Property WithCommand As String()

Property Value

String[]
Attributes

Applies to