Click or drag to resize

ClientMetadata Class

Metadata from the client associated with a connection.
Inheritance Hierarchy
SystemObject
  Perforce.P4ClientMetadata

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2018.1.163.6632 (2018.1.163.6632)
Syntax
public class ClientMetadata

The ClientMetadata type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAddress
Property to access the Network address of the client
Public propertyCurrentDirectory
Property to access current directory of user
Public propertyHostName
Property to access the HostName of the Client
Public propertyName
Property to access the Name of the Client
Public propertyRoot
Property to access the root directory of the client/workspace
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFromGetClientMetadataCmdTaggedOutput
Read the fields from the tagged output of an info command
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also