Show / Hide Table of Contents

Class MethodImpl

Inheritance
object
AbstractStructure
AbstractTable
MethodImpl
Inherited Members
AbstractTable.HeapSizes
AbstractTable.IndexSizes
AbstractTable.CurrentOffset
AbstractTable.ReadSize(uint)
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 MethodImpl : AbstractTable

Constructors

| Edit this page View Source

MethodImpl(IRawFile, long, HeapSizes, IndexSize)

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

Properties

| Edit this page View Source

Class

Declaration
public uint Class { get; }
Property Value
Type Description
uint
| Edit this page View Source

MethodBody

Declaration
public uint MethodBody { get; }
Property Value
Type Description
uint
| Edit this page View Source

MethodDeclaration

Declaration
public uint MethodDeclaration { get; }
Property Value
Type Description
uint
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX