FileType(FileSignature, String, String, String) Constructor
Initializes a new instance of the
FileType class.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public FileType(
FileSignature[] signatures,
string name,
string extension,
string mime
)
Public Sub New (
signatures As FileSignature(),
name As String,
extension As String,
mime As String
)
Dim signatures As FileSignature()
Dim name As String
Dim extension As String
Dim mime As String
Dim instance As New FileType(signatures,
name, extension, mime)
public:
FileType(
array<FileSignature^>^ signatures,
String^ name,
String^ extension,
String^ mime
)
new :
signatures : FileSignature[] *
name : string *
extension : string *
mime : string -> FileType
No code example is currently available or this language may not be supported.
Parameters
- signatures FileSignature
-
An Array of 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.