FileType

FileType class

Informatie over bestand, zoals type, extensie, etc.

public sealed class FileType : IEquatable<FileType>

Eigenschappen

Naam Beschrijving
static Bmp { get; } Bitmap afbeeldingsbestand.
static Doc { get; } Microsoft Word-indeling.
static Docm { get; } Microsoft Word 2007 macrobestand.
static Docx { get; } Microsoft Word Open XML-indeling.
static Dot { get; } Microsoft Word-documentsjabloon.
static Dotm { get; } Microsoft Word-documentsjabloon met ingeschakelde macro’s.
static Dotx { get; } Microsoft Word-sjabloon.
static Dwg { get; } AutoCAD-tekendatabasebestand.
static Dxf { get; } Bestand voor uitwisseling van tekeningen.
static Eml { get; } Bestand in de MIME-standaard.
static Emlx { get; } Apple’s Mail.app-programmabestandsindeling.
static Htm { get; } Hypertext Markup-taalbestand.
static Html { get; } Hypertext Markup-taalbestand.
static Jpeg { get; } Gezamenlijke Groep Fotografische Experts.
static Jpg { get; } Gezamenlijke Groep Fotografische Experts.
static Odp { get; } Documentpresentatie openen.
static Ods { get; } OpenDocument Spreadsheet Documentformaat
static Odt { get; } Documenttekst openen.
static Pdf { get; } Adobe Portable Document-indeling.
static Png { get; } Draagbaar grafisch netwerkbestand.
static Pps { get; } Microsoft PowerPoint-diavoorstelling (verouderd).
static Ppsx { get; } Microsoft PowerPoint-diashow.
static Ppt { get; } Microsoft PowerPoint-presentatie.
static Pptx { get; } Microsoft PowerPoint Open XML-presentatie.
static Rtf { get; } Rich Text Format-bestand.
static Tif { get; } Getagged afbeeldingsbestand.
static Tiff { get; } Tagged afbeeldingsbestandsindeling
static Unknown { get; } Onbekend.
static Vsd { get; } Microsoft Visio VSD binair formaat.
static Vsdm { get; } Tekening met ingeschakelde Microsoft Visio-macro’s.
static Vsdx { get; } Microsoft Visio 2013 VSDX-bestandsindeling.
static Vss { get; } Microsoft Visio-stencilbestand.
static Vssx { get; } Microsoft Visio-stencilbestand.
static Vst { get; } Microsoft Visio VST binaire sjabloonindeling.
static Vstm { get; } Tekensjabloon met Microsoft Visio-macro’s.
static Vsx { get; } Microsoft Visio Stencil XML-bestand.
static Xls { get; } Microsoft Excel Spreadsheet-formaat.
static Xlsb { get; } Excel binaire bestandsindeling
static Xlsm { get; } Microsoft Excel Spreadsheet Macro’s formaat
static Xlsx { get; } Microsoft Excel Open XML-werkblad.
Extension { get; } Bestandsextensie
FileFormat { get; } Bestandsformaat

methoden

Naam Beschrijving
static FromFileNameOrExtension(string) Retourneer FileType op basis van bestandsnaam of extensie.
Equals(FileType) Bestandstype-equivalentiecontrole.
override Equals(object) Gelijkwaardigheidscontrole met object.
override GetHashCode() Haal hash-code op.
override ToString() Retourneert een tekenreeks die het bestandstype vertegenwoordigt.
static GetSupportedFileTypes() Opsomming van ondersteunde bestandstypen ophalen.
operator == Operator overbelast.
operator != Operator overbelast.

Zie ook