Gets the binary image of the common header portion of this frame.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public byte[] BinaryImage { get; }
Public ReadOnly Property BinaryImage As Byte() Get
public: property array<unsigned char>^ BinaryImage { array<unsigned char>^ get (); }