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 SourceBytesPerRow
Byter per row in the table.
Declaration
public uint BytesPerRow { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Name
Name of the table.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Offset
Offset where the table starts.
Declaration
public uint Offset { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
RowCount
Number of rows of the table.
Declaration
public uint RowCount { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |