Show / Hide Table of Contents

Struct MetaDataTablesHdr.MetaDataTableInfo

Represents an table definition entry from the list of available tables in the Meta Data Tables Header in the .Net header of an assembly.

Namespace: PeNet.Header.Net
Assembly: PeNet.dll
Syntax
public struct MetaDataTableInfo

Properties

| Improve this Doc View Source

BytesPerRow

Byte per row in the table.

Declaration
public uint BytesPerRow { readonly get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

IsInvalid

Set if the table is invalid for some reason and cannot be parsed correctly.

Declaration
public bool IsInvalid { readonly get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Name

Name of the table.

Declaration
public string Name { readonly get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Offset

Offset where the table starts.

Declaration
public uint Offset { readonly get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

RowCount

Number of rows of the table.

Declaration
public uint RowCount { readonly get; set; }
Property Value
Type Description
System.UInt32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX