Create a P4BridgeServer using the PUC specified by the environment
or a p4config file if one exists.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
C# |
---|
public P4Server( string cwd ) |
Visual Basic |
---|
Public Sub New ( _ cwd As String _ ) |
Visual C++ |
---|
public: P4Server( String^ cwd ) |
Parameters
- cwd
- Type: System..::..String
Current working Directory. Can be null/blank if not connecting to the Perforce server using a P4Config file.