FileType

FileType class

Informationen zur Datei, wie Typ, Erweiterung etc.

public sealed class FileType : IEquatable<FileType>

Eigenschaften

Name Beschreibung
static Bmp { get; } Bitmap-Bilddatei.
static Doc { get; } Microsoft Word-Format.
static Docm { get; } Microsoft Word 2007-Makrodatei.
static Docx { get; } Microsoft Word Open XML-Format.
static Dot { get; } Microsoft Word-Dokumentvorlage.
static Dotm { get; } Microsoft Word-Dokumentvorlage mit Makros.
static Dotx { get; } Microsoft Word-Vorlage.
static Dwg { get; } AutoCAD-Zeichnungsdatenbankdatei.
static Dxf { get; } Zeichnungsaustauschformatdatei.
static Eml { get; } Datei im MIME-Standard.
static Emlx { get; } Dateiformat des Mail.app-Programms von Apple.
static Htm { get; } Hypertext Markup Language-Datei.
static Html { get; } Hypertext Markup Language-Datei.
static Jpeg { get; } Gemeinsame fotografische Expertengruppe.
static Jpg { get; } Gemeinsame fotografische Expertengruppe.
static Odp { get; } Dokumentpräsentation öffnen.
static Ods { get; } OpenDocument Spreadsheet Dokumentformat
static Odt { get; } Dokumenttext öffnen.
static Pdf { get; } Adobe Portable Document-Format.
static Png { get; } Grafikdatei für tragbare Netzwerke.
static Pps { get; } Microsoft PowerPoint-Bildschirmpräsentation (Legacy).
static Ppsx { get; } Microsoft PowerPoint-Diashow.
static Ppt { get; } Microsoft PowerPoint-Präsentation.
static Pptx { get; } Microsoft PowerPoint Open XML-Präsentation.
static Rtf { get; } Datei im Rich-Text-Format.
static Tif { get; } Markierte Bilddatei.
static Tiff { get; } getaggtes Bilddateiformat
static Unknown { get; } Unbekannt.
static Vsd { get; } Microsoft Visio VSD-Binärformat.
static Vsdm { get; } Zeichnung mit Microsoft Visio-Makros.
static Vsdx { get; } Microsoft Visio 2013 VSDX-Dateiformat.
static Vss { get; } Microsoft Visio-Schablonendatei.
static Vssx { get; } Microsoft Visio-Schablonendatei.
static Vst { get; } Microsoft Visio VST-Binärvorlagenformat.
static Vstm { get; } Zeichnungsvorlage mit Microsoft Visio-Makros.
static Vsx { get; } Microsoft Visio-XML-Schablonendatei.
static Xls { get; } Microsoft Excel-Tabellenformat.
static Xlsb { get; } Excel-Binärdateiformat
static Xlsm { get; } Format für Microsoft Excel-Tabellenmakros
static Xlsx { get; } Microsoft Excel Open XML-Tabelle.
Extension { get; } Dateierweiterung
FileFormat { get; } Dateiformat

Methoden

Name Beschreibung
static FromFileNameOrExtension(string) Dateityp basierend auf Dateiname oder -erweiterung zurückgeben.
Equals(FileType) Dateityp-Äquivalenzprüfung.
override Equals(object) Äquivalenzprüfung mit Objekt.
override GetHashCode() Hashcode abrufen.
override ToString() Gibt eine Zeichenfolge zurück, die den Dateityp darstellt.
static GetSupportedFileTypes() Liste der unterstützten Dateitypen abrufen.
operator == Operatorüberladung.
operator != Operatorüberladung.

Siehe auch