FileSignature(NullableByte, Int32, String) 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 FileSignature(
byte?[] signature,
int offset,
string description
)
Public Sub New (
signature As Byte?(),
offset As Integer,
description As String
)
Dim signature As Byte?()
Dim offset As Integer
Dim description As String
Dim instance As New FileSignature(signature,
offset, description)
public:
FileSignature(
array<Nullable<unsigned char>>^ signature,
int offset,
String^ description
)
new :
signature : Nullable<byte>[] *
offset : int *
description : string -> FileSignature
No code example is currently available or this language may not be supported.
Parameters
- signature NullableByte
-
The file signature.
- offset Int32
-
The offset position of the signature.
- description String
-
A description for this signature. (e.g. the filetype extension or any other comment)