BasicOffsetTable Property
In This Topic
The basic offset table as read from the received data.
Syntax
'Declaration
Public Property BasicOffsetTable As System.UInteger()
'Usage
Dim instance As ValidateFragmentsArgs
Dim value() As System.UInteger
instance.BasicOffsetTable = value
value = instance.BasicOffsetTable
public System.uint[] BasicOffsetTable {get; set;}
public read-write property BasicOffsetTable: System.array of LongWord;
public function get,set BasicOffsetTable : System.uint[]
public: __property System.uint[]* get_BasicOffsetTable();
public: __property void set_BasicOffsetTable(
System.uint[][]* value
);
public:
property System.array<uint>^ BasicOffsetTable {
System.array<uint>^ get();
void set ( System.array<uint>^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also