Table of Contents

Class InvokeProcessArgsPS

Namespace
SunamoPS._public.SunamoArgs
Assembly
SunamoPS.dll

Arguments for invoking an external process.

public class InvokeProcessArgsPS
Inheritance
InvokeProcessArgsPS
Inherited Members
Extension Methods

Properties

WorkingDirectory

Gets or sets the working directory for the process. If null, the current directory is used.

public string? WorkingDirectory { get; set; }

Property Value

string