P4CommandResult Class |
Namespace: Perforce.P4
The P4CommandResult type exposes the following members.
Name | Description | |
---|---|---|
P4CommandResult(P4Command) |
Create a P4CommandResult by running a command
| |
P4CommandResult(P4Command, StringList) |
Create a P4CommandResult by running a command
|
Name | Description | |
---|---|---|
BinaryOutput |
The binary output of the command
| |
Cmd |
The command that was run
| |
CmdArgs |
The arguments for command that was run
| |
ErrorList |
The errors (if any) of the command execution
| |
InfoOutput |
The info results (if any) of the command execution
| |
Success |
Did the command not return any errors?
| |
TaggedOutput |
The tagged output of the command
| |
TextOutput |
The text output from the command
| |
TimeStamp |
The time the command completed and the results were collected.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |