FileType

FileType class

Information om filen, såsom typ, filtillägg, etc.

public sealed class FileType : IEquatable<FileType>

Egenskaper

namn Beskrivning
static Bmp { get; } Bitmappsbildfil.
static Doc { get; } Microsoft Word-format.
static Docm { get; } Microsoft Word 2007 makrofil.
static Docx { get; } Microsoft Word Open XML-format.
static Dot { get; } Microsoft Word-dokumentmall.
static Dotm { get; } Microsoft Word makroaktiverad dokumentmall.
static Dotx { get; } Microsoft Word-mall.
static Dwg { get; } AutoCAD ritningsdatabasfil.
static Dxf { get; } Drawing Exchange Format File.
static Eml { get; } Fil i MIME-standarden.
static Emlx { get; } Apples filformat Mail.app-program.
static Htm { get; } Hypertext Markup Language File.
static Html { get; } Hypertext Markup Language File.
static Jpeg { get; } Joint Photographic Experts Group.
static Jpg { get; } Joint Photographic Experts Group.
static Odp { get; } Öppna dokumentpresentation.
static Ods { get; } OpenDocument Spreadsheet Document format
static Odt { get; } Öppna dokumenttext.
static Pdf { get; } Adobe Portable Document format.
static Png { get; } Portabel nätverksgrafikfil.
static Pps { get; } Microsoft PowerPoint-bildspel (Legacy).
static Ppsx { get; } Microsoft PowerPoint-bildspel.
static Ppt { get; } Microsoft PowerPoint-presentation.
static Pptx { get; } Microsoft PowerPoint Open XML-presentation.
static Rtf { get; } RTF-fil.
static Tif { get; } Taggad bildfil.
static Tiff { get; } Taggad bildfilsformat
static Unknown { get; } Okänd.
static Vsd { get; } Microsoft Visio VSD binärt format.
static Vsdm { get; } Microsoft Visio Macro-aktiverad ritning.
static Vsdx { get; } Microsoft Visio 2013 VSDX filformat.
static Vss { get; } Microsoft Visio stencilfil.
static Vssx { get; } Microsoft Visio stencilfil.
static Vst { get; } Microsoft Visio VST binärt mallformat.
static Vstm { get; } Microsoft Visio Macro-aktiverad ritmall.
static Vsx { get; } Microsoft Visio Stencil XML-fil.
static Xls { get; } Microsoft Excel-kalkylbladsformat.
static Xlsb { get; } Excel binärt filformat
static Xlsm { get; } Microsoft Excel-kalkylarksmakron format
static Xlsx { get; } Microsoft Excel öppet XML-kalkylblad.
Extension { get; } Filexpansion
FileFormat { get; } Filformat

Metoder

namn Beskrivning
static FromFileNameOrExtension(string) Returnera filtyp baserat på filnamn eller filtillägg.
Equals(FileType) Filtyps ekvivalenskontroll.
override Equals(object) Ekvivalenskontroll med objekt.
override GetHashCode() Hämta hash-kod.
override ToString() Returnerar en sträng som representerar filtypen.
static GetSupportedFileTypes() Få uppräkning av filtyper som stöds.
operator == Operatör överbelastning.
operator != Operatör överbelastning.

Se även