Class ShellProcessArgs | Platforms | 0.2.2-preview.10
docs.unity.cn
    Show / Hide Table of Contents

    Class ShellProcessArgs

    Inheritance
    Object
    ShellProcessArgs
    Namespace: Unity.Platforms
    Syntax
    public class ShellProcessArgs

    Fields

    Default

    Declaration
    public static readonly ShellProcessArgs Default
    Field Value
    Type Description
    ShellProcessArgs

    DefaultMaxIdleTimeInMilliseconds

    Declaration
    public const int DefaultMaxIdleTimeInMilliseconds = 30000
    Field Value
    Type Description
    Int32

    Properties

    Arguments

    Declaration
    public IEnumerable<string> Arguments { get; set; }
    Property Value
    Type Description
    IEnumerable<String>

    EnvironmentVariables

    Declaration
    public IReadOnlyDictionary<string, string> EnvironmentVariables { get; set; }
    Property Value
    Type Description
    IReadOnlyDictionary<String, String>

    ErrorDataReceived

    Declaration
    public DataReceivedEventHandler ErrorDataReceived { get; set; }
    Property Value
    Type Description
    DataReceivedEventHandler

    Executable

    Declaration
    public string Executable { get; set; }
    Property Value
    Type Description
    String

    MaxIdleKillIsAnError

    Declaration
    public bool MaxIdleKillIsAnError { get; set; }
    Property Value
    Type Description
    Boolean

    MaxIdleTimeInMilliseconds

    Declaration
    public int MaxIdleTimeInMilliseconds { get; set; }
    Property Value
    Type Description
    Int32

    OutputDataReceived

    Declaration
    public DataReceivedEventHandler OutputDataReceived { get; set; }
    Property Value
    Type Description
    DataReceivedEventHandler

    ThrowOnError

    Declaration
    public bool ThrowOnError { get; set; }
    Property Value
    Type Description
    Boolean

    WorkingDirectory

    Declaration
    public DirectoryInfo WorkingDirectory { get; set; }
    Property Value
    Type Description
    DirectoryInfo
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX