Underlying byte array that is the signature of the file format
public System.byte[] MagicNumber {get;}
public read-only property MagicNumber: System.array of Byte;
public function get MagicNumber : System.byte[]
public: __property System.byte[]* get_MagicNumber();
public:
property System.array<byte>^ MagicNumber {
System.array<byte>^ get();
}
'Declaration
Public ReadOnly Property MagicNumber As System.Byte()
'Usage
Dim instance As FileSignature
Dim value() As System.Byte
value = instance.MagicNumber
Target Platforms: .NET CLR 4.8 or higher