C# Class PEAPI.MethPtrType

Descriptor for a FunctionPointer type
Inheritance: Type
ファイルを表示 Open project: kumpera/mono

Public Methods

Method Description
MethPtrType ( CallConv callconv, Type retType, Type pars, bool varArgMeth, Type optPars ) : System

Create a new function pointer type

Private Methods

Method Description
BuildTables ( MetaData md ) : void
GetCodedIx ( CIx code ) : uint
Size ( MetaData md ) : uint
TypeSig ( MemoryStream sig ) : void
Write ( PEAPI.FileImage output ) : void

Method Details

MethPtrType() public method

Create a new function pointer type
public MethPtrType ( CallConv callconv, Type retType, Type pars, bool varArgMeth, Type optPars ) : System
callconv CallConv
retType Type
pars Type
varArgMeth bool
optPars Type
return System