The P4Connection type exposes the following methods.
Methods
| Name | Description | |
|---|---|---|
| Connect |
Connect to the Perforce server
| |
| ConvertDate | Overloaded. | |
| CreatePendingChangelist |
Creates a new pending changelist.
| |
| Disconnect |
Disconnect from the Perforce Server
| |
| Dispose |
Calls Disconnect.
| |
| Equals | (Inherited from Object.) | |
| Fetch_Form |
Fetch a form object from Perforce.
| |
| 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. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsServerCaseSensitive |
Checks the case-sensitivity of the Perforce server.
| |
| IsValidConnection |
Determines if the Perforce connection is valid.
| |
| Login |
Login to the Perforce Server
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Parse_Form |
Parse the raw text of a Perforce form into a P4Form object
| |
| PrintBinary |
Print the contents of a file in Perforce to a byte array.
| |
| PrintStream | Overloaded. | |
| PrintStreamEvents |
Runs a print command, and raises events for each file printed.
| |
| PrintText |
Print the contents of a file in Perforce to a string.
| |
| Run |
Executes a Perforce command in tagged mode.
| |
| RunUnParsed |
Executes a Perforce command in non-tagged mode.
| |
| Save_Form | Overloaded. | |
| ToString | (Inherited from Object.) |