FileType(FileSignature, String, String, String, String) Constructor

Initializes a new instance of the FileType class.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public FileType(
	FileSignature signature,
	string name,
	string extension,
	string mime,
	string description
)

Parameters

signature  FileSignature
The FileSignature used to identify the format of the filetype.
name  String
The complete filetype name.
extension  String
The filetype extension (e.g: exe, jpg, zip)
mime  String
The MIME name that identifies the content type of the filetype.
description  String
The filetype description.

See Also