Class FieldRVA
Inherited Members
Namespace: PeNet.Header.Net.MetaDataTables
Assembly: PeNet.dll
Syntax
public class FieldRVA : AbstractTable
Constructors
| Improve this Doc View SourceFieldRVA(IRawFile, Int64, HeapSizes, IndexSize)
Declaration
public FieldRVA(IRawFile peFile, long offset, HeapSizes heapSizes, IndexSize indexSizes)
Parameters
Type | Name | Description |
---|---|---|
IRawFile | peFile | |
System.Int64 | offset | |
HeapSizes | heapSizes | |
IndexSize | indexSizes |
Properties
| Improve this Doc View SourceField
Declaration
public uint Field { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
RVA
Declaration
public uint RVA { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |