Class 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 |