FileTypeMatch Constructor
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 FileTypeMatch(
byte[] fileHeader,
FileType filetype,
int signatureMatchCount
)
Public Sub New (
fileHeader As Byte(),
filetype As FileType,
signatureMatchCount As Integer
)
Dim fileHeader As Byte()
Dim filetype As FileType
Dim signatureMatchCount As Integer
Dim instance As New FileTypeMatch(fileHeader,
filetype, signatureMatchCount)
public:
FileTypeMatch(
array<unsigned char>^ fileHeader,
FileType^ filetype,
int signatureMatchCount
)
new :
fileHeader : byte[] *
filetype : FileType *
signatureMatchCount : int -> FileTypeMatch
No code example is currently available or this language may not be supported.
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.
ArgumentOutOfRangeException
|
signatureMatchCount;Value must be less or equal than signatures count.
|