Initializes a new instance of the ClientMetadata class

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

Syntax

C#
public ClientMetadata(
	string name,
	string hostname,
	string address,
	string currentdirectory,
	string root
)
Visual Basic
Public Sub New ( _
	name As String, _
	hostname As String, _
	address As String, _
	currentdirectory As String, _
	root As String _
)
Visual C++
public:
ClientMetadata(
	String^ name, 
	String^ hostname, 
	String^ address, 
	String^ currentdirectory, 
	String^ root
)

Parameters

name
Type: System..::..String
hostname
Type: System..::..String
address
Type: System..::..String
currentdirectory
Type: System..::..String
root
Type: System..::..String

See Also