Show / Hide Table of Contents

Interface IMETADATATABLESHDR

Namespace: PeNet.Structures
Assembly: PeNet.dll
Syntax
public interface IMETADATATABLESHDR

Properties

| Improve this Doc 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
System.Byte
| Improve this Doc 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
System.Collections.Generic.List<METADATATABLESHDR.MetaDataTableInfo>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX