Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
public static void ConnectionInfoFromPath(
	string dir,
	out string port,
	out string user,
	out string client
)
Visual Basic
Public Shared Sub ConnectionInfoFromPath ( _
	dir As String, _
	<OutAttribute> ByRef port As String, _
	<OutAttribute> ByRef user As String, _
	<OutAttribute> ByRef client As String _
)
Visual C++
public:
static void ConnectionInfoFromPath(
	String^ dir, 
	[OutAttribute] String^% port, 
	[OutAttribute] String^% user, 
	[OutAttribute] String^% client
)

Parameters

dir
Type: System..::..String
port
Type: System..::..String%
user
Type: System..::..String%
client
Type: System..::..String%

See Also