Click or drag to resize

P4CommandResult Class

Class representing the results of executing a command on a Perforce Server.
Inheritance Hierarchy
SystemObject
  Perforce.P4P4CommandResult

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public class P4CommandResult

The P4CommandResult type exposes the following members.

Constructors
  NameDescription
Public methodP4CommandResult(P4Command)
Create a P4CommandResult by running a command
Public methodP4CommandResult(P4Command, StringList)
Create a P4CommandResult by running a command
Top
Properties
  NameDescription
Public propertyBinaryOutput
The binary output of the command
Public propertyCmd
The command that was run
Public propertyCmdArgs
The arguments for command that was run
Public propertyErrorList
The errors (if any) of the command execution
Public propertyInfoOutput
The info results (if any) of the command execution
Public propertySuccess
Did the command not return any errors?
Public propertyTaggedOutput
The tagged output of the command
Public propertyTextOutput
The text output from the command
Public propertyTimeStamp
The time the command completed and the results were collected.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also