Show / Hide Table of Contents

Interface IMetaDataTablesHdr

Namespace: PeNet.Header.Net
Assembly: PeNet.dll
Syntax
public interface IMetaDataTablesHdr

Properties

| Edit this page View Source

HeapSizes

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
byte
| Edit this page View Source

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>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX