A file type item which maps a file extension to a mime type.
            
| C# | Visual Basic | Visual C++ | 
public class FileTypeItem
Public Class FileTypeItem
public ref class FileTypeItem
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
| FileTypeItem()()() | 
            Create a new instance
              | |
| FileTypeItem(String, String) | 
            Create a new instance mapping an extension to a mime
              | |
| Equals(Object) | 
                    Determines whether the specified Object is equal to the current Object.
                  (Inherited from Object.) | |
| Extension | 
            The file extension
              | |
| 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.) | |
| GetHashCode()()() | 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | |
| GetType()()() | 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | |
| MemberwiseClone()()() | 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | |
| MimeType | 
            The mime type
              | |
| ToString()()() | 
            Returns a friendly representation of the mapping.
              (Overrides Object.ToString()()().) | 
| Object | |
| FileTypeItem | |