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

    Class ShellProcessOutput

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

    Properties

    Command

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

    CommandOutput

    Declaration
    public StringBuilder CommandOutput { get; set; }
    Property Value
    Type Description
    StringBuilder

    ErrorOutput

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

    ExitCode

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

    FullOutput

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

    Succeeded

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