The P4Command type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
P4Command(P4Server) |
Create a new command
|
|
|
P4Command(P4Server, P4Server..::..PromptHandlerDelegate) |
Create a new command
|
|
|
P4Command(Connection, String, Boolean, array<String>[]()[][]) |
Constructer
|
|
|
P4Command(P4Server, String, Boolean, array<String>[]()[][]) |
Constructer
|
|
|
P4Command(Repository, String, Boolean, array<String>[]()[][]) |
Constructer
|
|
|
P4Command(P4Server, String, P4Server..::..PromptHandlerDelegate, Boolean, array<String>[]()[][]) |
Constructer
|
|
|
P4Command(Repository, String, P4Server..::..PromptHandlerDelegate, Boolean, array<String>[]()[][]) |
Constructer
|
Methods
| Name | Description | |
|---|---|---|
|
|
Dispose |
Dispose of any resources
|
|
|
Equals | (Inherited from Object.) |
|
|
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.) |
|
|
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 | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
|
|
infoResultsCallbackFn |
Capture info results so they can be reformatted
|
Properties
| Name | Description | |
|---|---|---|
|
|
Args |
Arguments for the command
|
|
|
BinaryOutput |
Get the binary from the command execution
|
|
|
Cmd |
Command String i.e 'submit'
|
|
|
CmdPromptHandler | |
|
|
CmdResolveAHandler | |
|
|
CmdResolveHandler | |
|
|
CommandId |
Unique Id set each time command is run
|
|
|
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 | |
|
|
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
|