FileType

FileType class

Informasi tentang file, seperti jenis, ekstensi, dll.

public sealed class FileType : IEquatable<FileType>

Properti

Nama Keterangan
static Bmp { get; } File Gambar Bitmap.
static Doc { get; } Format Microsoft Word.
static Docm { get; } File Makro Microsoft Word 2007.
static Docx { get; } Microsoft Word Buka format XML.
static Dot { get; } Templat Dokumen Microsoft Word.
static Dotm { get; } Templat Dokumen Berkemampuan Makro Microsoft Word.
static Dotx { get; } Microsoft Word Template.
static Dwg { get; } File Database Gambar AutoCAD.
static Dxf { get; } Menggambar File Format Pertukaran.
static Eml { get; } File dalam standar MIME.
static Emlx { get; } Format file program Apple Mail.app.
static Htm { get; } File Bahasa Markup Hiperteks.
static Html { get; } File Bahasa Markup Hiperteks.
static Jpeg { get; } Kelompok Pakar Fotografi Gabungan.
static Jpg { get; } Kelompok Pakar Fotografi Gabungan.
static Odp { get; } Buka Presentasi Dokumen.
static Ods { get; } Format Dokumen OpenDocument Spreadsheet
static Odt { get; } Buka Teks Dokumen.
static Pdf { get; } Format Dokumen Portabel Adobe.
static Png { get; } File Grafik Jaringan Portabel.
static Pps { get; } Peragaan Slide Microsoft PowerPoint (Legacy).
static Ppsx { get; } Peragaan Slide Microsoft PowerPoint.
static Ppt { get; } Presentasi Microsoft PowerPoint.
static Pptx { get; } Microsoft PowerPoint Open XML Presentation.
static Rtf { get; } File Format Teks Kaya.
static Tif { get; } File Gambar yang Ditandai.
static Tiff { get; } Format File Gambar yang Ditandai
static Unknown { get; } Tidak Diketahui.
static Vsd { get; } Format biner Microsoft Visio VSD.
static Vsdm { get; } Gambar Berkemampuan Makro Microsoft Visio.
static Vsdx { get; } Format file VSDX Microsoft Visio 2013.
static Vss { get; } File Stensil Microsoft Visio.
static Vssx { get; } File Stensil Microsoft Visio.
static Vst { get; } Format template biner Microsoft Visio VST.
static Vstm { get; } Templat Gambar Berkemampuan Makro Microsoft Visio.
static Vsx { get; } File XML Microsoft Visio Stencil.
static Xls { get; } Format Microsoft Excel Spreadsheet.
static Xlsb { get; } Format File Biner Excel
static Xlsm { get; } format Microsoft Excel Spreadsheet Macros
static Xlsx { get; } Microsoft Excel Buka Lembar Bentang XML.
Extension { get; } Ekstensi file
FileFormat { get; } Format file

Metode

Nama Keterangan
static FromFileNameOrExtension(string) Kembalikan FileType berdasarkan nama file atau ekstensi.
Equals(FileType) Pemeriksaan kesetaraan jenis file.
override Equals(object) Pemeriksaan kesetaraan dengan objek.
override GetHashCode() Dapatkan kode hash.
override ToString() Mengembalikan string yang mewakili jenis file.
static GetSupportedFileTypes() Dapatkan enumerasi jenis file yang didukung.
operator == Kelebihan operator.
operator != Kelebihan operator.

Lihat juga