Class AbstractTable
Inheritance
System.Object
AbstractTable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: PeNet.Structures.MetaDataTables
Assembly: PeNet.dll
Syntax
public class AbstractTable : AbstractStructure
Constructors
| Improve this Doc View SourceAbstractTable(Byte[], UInt32, HeapSizes, IndexSize)
Declaration
public AbstractTable(byte[] buff, uint offset, HeapSizes heapSizes, IndexSize indexSizes)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buff | |
System.UInt32 | offset | |
HeapSizes | heapSizes | |
IndexSize | indexSizes |
Fields
| Improve this Doc View SourceCurrentOffset
Declaration
protected uint CurrentOffset
Field Value
Type | Description |
---|---|
System.UInt32 |
Properties
| Improve this Doc View SourceHeapSizes
Declaration
protected HeapSizes HeapSizes { get; }
Property Value
Type | Description |
---|---|
HeapSizes |
IndexSizes
Declaration
protected IndexSize IndexSizes { get; }
Property Value
Type | Description |
---|---|
IndexSize |
Methods
| Improve this Doc View SourceReadSize(UInt32)
Declaration
protected uint ReadSize(uint size)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | size |
Returns
Type | Description |
---|---|
System.UInt32 |