The P4CommandResult type exposes the following members.

Constructors

  Name Description
Public method P4CommandResult(P4Command)
Create a P4CommandResult by running a command
Public method P4CommandResult(P4Command, StringList)
Create a P4CommandResult by running a command

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property BinaryOutput
The binary output of the command
Public property Cmd
The command that was run
Public property CmdArgs
The arguments for command that was run
Public property ErrorList
The errors (if any) of the command execution
Public property InfoOutput
The info results (if any) of the command execution
Public property Success
Did the command not return any errors?
Public property TaggedOutput
The tagged output of the command
Public property TextOutput
The text output from the command
Public property TimeStamp
The time the command completed and the results were collected.

See Also