P4Command Class |
Namespace: Perforce.P4
The P4Command type exposes the following members.
| Name | Description | |
|---|---|---|
| P4Command(P4Server) |
Create a new command
| |
| P4Command(P4Server, P4ServerPromptHandlerDelegate) |
Create a new command
| |
| P4Command(Connection, String, Boolean, String) |
Constructer
| |
| P4Command(P4Server, String, Boolean, String) |
Constructer
| |
| P4Command(Repository, String, Boolean, String) |
Constructer
| |
| P4Command(P4Server, String, P4ServerPromptHandlerDelegate, Boolean, String) |
Constructer
| |
| P4Command(Repository, String, P4ServerPromptHandlerDelegate, Boolean, String) |
Constructer
|
| Name | Description | |
|---|---|---|
| Args |
Arguments for the command
| |
| BinaryOutput |
Get the binary from the command execution
| |
| Cmd |
Command String i.e 'submit'
| |
| CmdPromptHandler |
Handle any input prompts from the server
| |
| CmdResolveAHandler |
Handle any Resolve callbacks from the server
| |
| CmdResolveHandler |
Handle any Resolve callbacks from the server
| |
| CommandId |
Unique Id set each time command is run
| |
| Connection |
Keep track of associated Connection
| |
| DataSet |
Data to be processed by the command
| |
| ErrorOutput |
Get the error results from the command execution
| |
| InfoOutput |
Get the info results from the command execution
| |
| pServer |
Keep track of associated P4Server
| |
| Responses |
Dictionary of responses to prompts from the server, where the key
is the expected prompt from the server and the value is the
desired response.
| |
| Tagged |
Run in tagged protocol
| |
| TaggedOutput |
Get the tagged results from the command execution
| |
| TextOutput |
Get the text output from the command execution
|
| Name | Description | |
|---|---|---|
| Dispose |
Dispose of any resources
| |
| 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.) | |
| Run |
Run the command using the existing arguments
| |
| Run(StringList) |
Run the command supplying additional arguments
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| infoResultsCallbackFn |
Capture info results so they can be reformatted
|