Inheritance
ShellProcessArgs
public class ShellProcessArgs
Fields
Declaration
public static readonly ShellProcessArgs Default
Field Value
Declaration
public const int DefaultMaxIdleTimeInMilliseconds = 30000
Field Value
Properties
Declaration
public IEnumerable<string> Arguments { get; set; }
Property Value
Declaration
public IReadOnlyDictionary<string, string> EnvironmentVariables { get; set; }
Property Value
Declaration
public DataReceivedEventHandler ErrorDataReceived { get; set; }
Property Value
| Type |
Description |
| DataReceivedEventHandler |
|
Declaration
public string Executable { get; set; }
Property Value
Declaration
public bool MaxIdleKillIsAnError { get; set; }
Property Value
Declaration
public int MaxIdleTimeInMilliseconds { get; set; }
Property Value
Declaration
public DataReceivedEventHandler OutputDataReceived { get; set; }
Property Value
| Type |
Description |
| DataReceivedEventHandler |
|
Declaration
public bool ThrowOnError { get; set; }
Property Value
Declaration
public DirectoryInfo WorkingDirectory { get; set; }
Property Value