FileSignature(NullableByte, Int32) 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
)
Public Sub New (
signature As Byte?(),
offset As Integer
)
Dim signature As Byte?()
Dim offset As Integer
Dim instance As New FileSignature(signature,
offset)
public:
FileSignature(
array<Nullable<unsigned char>>^ signature,
int offset
)
new :
signature : Nullable<byte>[] *
offset : int -> 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.