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.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: PeNet.Structures
Assembly: PeNet.dll
Syntax
public struct MetaDataTableInfo

Properties

| Improve this Doc View Source

BytesPerRow

Byter per row in the table.

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

Name

Name of the table.

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

Offset

Offset where the table starts.

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

RowCount

Number of rows of the table.

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