Inheritance
System.Object
AbstractTable
Assembly: PeNet.dll
public class AbstractTable : AbstractStructure
Constructors
|
Improve this Doc
View Source
Declaration
public AbstractTable(IRawFile peFile, long offset, HeapSizes heapSizes, IndexSize indexSizes)
Parameters
Fields
|
Improve this Doc
View Source
Declaration
protected long CurrentOffset
Field Value
Type |
Description |
System.Int64 |
|
Properties
|
Improve this Doc
View Source
Declaration
protected HeapSizes HeapSizes { get; }
Property Value
|
Improve this Doc
View Source
Declaration
protected IndexSize IndexSizes { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
protected uint ReadSize(uint size)
Parameters
Type |
Name |
Description |
System.UInt32 |
size |
|
Returns
Type |
Description |
System.UInt32 |
|