FileType Methods

Include Protected Members
Include Inherited Members

The FileType type exposes the following members.

Methods

  Name Description
Public method Clone Creates an equivalent instance of a FileType object.
Public methodStatic member Detect(String, String) Determines the encoding of the specified file.
Public methodStatic member Detect(String, String, Boolean) Determines the encoding of the specified file.
Public methodStatic member Detect(String, String, Boolean, array<Failure[]%) Determines the encoding of the specified file.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodStatic member GetDescription Gets the description of the specified encoding.
Public methodStatic member GetDisplayName Gets the display name of the specified encoding.
Public methodStatic member GetEncodingCodePage Gets the code page that represents the specified encoding.
Public methodStatic member GetEncodingFromCodePage Gets the encoding that is associated with the specified code page.
Public methodStatic member GetEncodingName Gets the name of the encoding that is associated with the specified integer.
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public methodStatic member GetSupportedEncodingDescriptions Gets an array of descriptions of the supported encodings, sorted by encoding name.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Creates a user-readable string that describes the properties of this FileType object. (Overrides Object.ToString().)

Top

See Also

Reference

FileType Class

Microsoft.TeamFoundation.VersionControl.Client Namespace