Interface IMetaDataTablesHdr
Namespace: PeNet.Header.Net
Assembly: PeNet.dll
Syntax
public interface IMetaDataTablesHdr
Properties
| Improve this Doc View SourceHeapSizes
The size the indexes into the streams have. Bit 0 (0x01) set: Indexes into #String are 4 bytes wide. Bit 1 (0x02) set: Indexes into #GUID heap are 4 bytes wide. Bit 2 (0x04) set: Indexes into #Blob heap are 4 bytes wide. If bit not set: indexes into heap is 2 bytes wide.
Declaration
byte HeapSizes { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
TableDefinitions
Access a list of defined tables in the Meta Data Tables Header with the name and number of rows of the table.
Declaration
List<MetaDataTablesHdr.MetaDataTableInfo> TableDefinitions { get; }
Property Value
Type | Description |
---|---|
List<MetaDataTablesHdr.MetaDataTableInfo> |