The TypeMapEntry type exposes the following members.

Constructors

  Name Description
Public method TypeMapEntry(String)
Construct a line in the typemap from a string
Public method TypeMapEntry(FileType, String)
Constructor for a line in the typemap

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Parse
Decode a serialized typemap entry
Public method ToString
Return a string describing a typemap entry
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property FileType
Property to access FileType of this entry
Public property Path
Property to access Path of this entry

See Also