The P4MapApi type exposes the following members.

Constructors

  Name Description
Public method P4MapApi(Boolean)
Create a new P4MapApi
Public method P4MapApi(P4Server)
Create a new P4MapApi

Methods

  Name Description
Public method Clear
Clear all the data in the map
Public method Dispose
Free the wrapped native object
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Delete the P4MapApi object and free the native object from the dll.
(Overrides Object..::..Finalize()()()().)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetLeft
Return the left side of the specified entry in the map
Public method GetRight
Return the right side of the specified entry in the map
Public method GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetType(Int32)
Return the type of the specified entry in the map
Public method Insert(String, P4MapApi..::..Type)
Adds a new entry in the map
Public method Insert(String, String, P4MapApi..::..Type)
Adds a new entry in the map
Public method Static member Join(P4MapApi, P4MapApi)
Combine two MapApis to create a new MapApi
Public method Static member Join(P4MapApi, P4MapApi..::..Direction, P4MapApi, P4MapApi..::..Direction)
Combine two MapApis to create a new MapApi
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public method Translate
Translate a file path from on side of the mapping to the other

Properties

  Name Description
Public property Count
The number of entries in the map

See Also