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 | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |