FileTypeMatchSignatureMatchCount Property
Gets the amount of signatures that were found in the source file header.
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 int SignatureMatchCount { get; }
Public ReadOnly Property SignatureMatchCount As Integer
Get
Dim instance As FileTypeMatch
Dim value As Integer
value = instance.SignatureMatchCount
public:
property int SignatureMatchCount {
int get ();
}
member SignatureMatchCount : int with get
No code example is currently available or this language may not be supported.
Property Value
Int32
The amount of signatures that were found in the source file header.