Свойство | Type | Description | |
---|---|---|---|
Client | string | ||
Passwd | string | ||
Port | string | ||
User | string |
Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
Perforce ( string port, string client, string user, string passwd ) : System |
Trivial constructor.
|
public Perforce ( string port, string client, string user, string passwd ) : System | ||
port | string | The endpoint of the source perforce server (servername:tcpport). |
client | string | The name of the client. |
user | string | Perforce user name, can be null. |
passwd | string | Perforce password, can be null. |
Résultat | System |