Assembly: PeNet.dll
public class MethodDef : AbstractTable
Constructors
|
Edit this page
View Source
Declaration
public MethodDef(IRawFile peFile, long offset, HeapSizes heapSizes, IndexSize indexSizes)
Parameters
Properties
|
Edit this page
View Source
Declaration
public ushort Flags { get; }
Property Value
|
Edit this page
View Source
Declaration
public ushort ImplFlags { get; }
Property Value
|
Edit this page
View Source
Declaration
public uint Name { get; }
Property Value
|
Edit this page
View Source
Declaration
public uint ParamList { get; }
Property Value
|
Edit this page
View Source
Declaration
Property Value
|
Edit this page
View Source
Declaration
public uint Signature { get; }
Property Value