Show / Hide Table of Contents

Class AbstractTable

Inheritance
object
AbstractStructure
AbstractTable
Assembly
AssemblyOS
AssemblyProcessor
AssemblyRef
AssemblyRefOS
AssemblyRefProcessor
ClassLayout
Constant
CustomAttribute
DeclSecurity
Event
EventMap
ExportedType
Field
FieldLayout
FieldMarshal
FieldRVA
File
GenericParam
GenericParamConstraint
ImplMap
InterfaceImpl
ManifestResource
MemberRef
MethodDef
MethodImpl
MethodSemantics
Module
ModuleRef
NestedClass
Param
Property
PropertyMap
StandAloneSig
TypeDef
TypeRef
TypeSpec
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: PeNet.Header.Net.MetaDataTables
Assembly: PeNet.dll
Syntax
public class AbstractTable : AbstractStructure

Constructors

| Edit this page View Source

AbstractTable(IRawFile, long, HeapSizes, IndexSize)

Declaration
public AbstractTable(IRawFile peFile, long offset, HeapSizes heapSizes, IndexSize indexSizes)
Parameters
Type Name Description
IRawFile peFile
long offset
HeapSizes heapSizes
IndexSize indexSizes

Fields

| Edit this page View Source

CurrentOffset

Declaration
protected long CurrentOffset
Field Value
Type Description
long

Properties

| Edit this page View Source

HeapSizes

Declaration
protected HeapSizes HeapSizes { get; }
Property Value
Type Description
HeapSizes
| Edit this page View Source

IndexSizes

Declaration
protected IndexSize IndexSizes { get; }
Property Value
Type Description
IndexSize

Methods

| Edit this page View Source

ReadSize(uint)

Declaration
protected uint ReadSize(uint size)
Parameters
Type Name Description
uint size
Returns
Type Description
uint
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX