The FileType type exposes the following members.

Constructors

  Name Description
Public method FileType(String)
Construct a FileType given a string specification
Public method FileType(BaseFileType, FileTypeModifier)
FileType Constructor using BaseFileType and FileTypeModifier
Public method FileType(BaseFileType, FileTypeModifier, Int32)
FileType Constructor

Methods

  Name Description
Public method Equals
Compare this FileType to another object
(Overrides Object..::..Equals(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
Get a Hashcode
(Overrides Object..::..GetHashCode()()()().)
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 ToString
Dump a FileType as a string
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property BaseType
Property to access the BaseFileType
Public property Modifiers
Property to access the FileType Modifiers
Public property StoredRevs
Property to access the number of Stored Revisions for this filetype Used for +S# file types

See Also