Show / Hide Table of Contents

Class MethodDef

Inheritance
object
AbstractStructure
AbstractTable
MethodDef
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 MethodDef : AbstractTable

Constructors

| Edit this page View Source

MethodDef(IRawFile, long, HeapSizes, IndexSize)

Declaration
public MethodDef(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

Flags

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

ImplFlags

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

Name

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

ParamList

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

RVA

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

Signature

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