FileTypeMatch Constructor

Initializes a new instance of the FileTypeMatch 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 FileTypeMatch(
	byte[] fileHeader,
	FileType filetype,
	int signatureMatchCount
)

Parameters

fileHeader  Byte
The source file header.
filetype  FileType
The FileType that has been matched in the source file header.
signatureMatchCount  Int32
The amount of signatures that were found in the source file header.

Exceptions

ArgumentOutOfRangeException signatureMatchCount;Value must be less or equal than signatures count.

See Also