Table of Contents

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

PsInvokeArgs

Properties

AddBeforeEveryCommand

Gets or sets commands to prepend before every executed command (e.g., cd commands).

public List<string>? AddBeforeEveryCommand { get; set; }

Property Value

List<string>

IsImmediatelyWritingToStatus

Gets or sets whether to immediately write output to console.

public bool IsImmediatelyWritingToStatus { get; set; }

Property Value

bool

IsWritingProgressBar

Gets or sets whether to write progress bar updates.

public bool IsWritingProgressBar { get; set; }

Property Value

bool

PathToSaveLoadPsOutput

Gets or sets the file path for saving/loading PowerShell output cache.

public string? PathToSaveLoadPsOutput { get; set; }

Property Value

string