Show / Hide Table of Contents

Class MethodDef

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

Constructors

| Improve this Doc View Source

MethodDef(IRawFile, Int64, HeapSizes, IndexSize)

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

Flags

Declaration
public ushort Flags { get; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

ImplFlags

Declaration
public ushort ImplFlags { get; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

Name

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

ParamList

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

RVA

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

Signature

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