Show / Hide Table of Contents

Class MethodImpl

Inheritance
System.Object
AbstractStructure
AbstractTable
MethodImpl
Inherited Members
AbstractTable.HeapSizes
AbstractTable.IndexSizes
AbstractTable.CurrentOffset
AbstractTable.ReadSize(UInt32)
Namespace: PeNet.Header.Net.MetaDataTables
Assembly: PeNet.dll
Syntax
public class MethodImpl : AbstractTable

Constructors

| Improve this Doc View Source

MethodImpl(IRawFile, Int64, HeapSizes, IndexSize)

Declaration
public MethodImpl(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 Source

Class

Declaration
public uint Class { get; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

MethodBody

Declaration
public uint MethodBody { get; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

MethodDeclaration

Declaration
public uint MethodDeclaration { get; }
Property Value
Type Description
System.UInt32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX