Class PsInvokeArgs
- Namespace
- SunamoPS._public.SunamoArgs
- Assembly
- SunamoPS.dll
Arguments for PowerShell command invocation.
public class PsInvokeArgs
- Inheritance
-
PsInvokeArgs
- Inherited Members
- Extension Methods
Fields
Default
Default instance with no special configuration.
public static readonly PsInvokeArgs Default
Field Value
Properties
AddBeforeEveryCommand
Gets or sets commands to prepend before every executed command (e.g., cd commands).
public List<string>? AddBeforeEveryCommand { get; set; }
Property Value
IsImmediatelyWritingToStatus
Gets or sets whether to immediately write output to console.
public bool IsImmediatelyWritingToStatus { get; set; }
Property Value
IsWritingProgressBar
Gets or sets whether to write progress bar updates.
public bool IsWritingProgressBar { get; set; }
Property Value
PathToSaveLoadPsOutput
Gets or sets the file path for saving/loading PowerShell output cache.
public string? PathToSaveLoadPsOutput { get; set; }