C# 클래스 PEAPI.MethPtrType

Descriptor for a FunctionPointer type
상속: Type
파일 보기 프로젝트 열기: kumpera/mono

공개 메소드들

메소드 설명
MethPtrType ( CallConv callconv, Type retType, Type pars, bool varArgMeth, Type optPars ) : System

Create a new function pointer type

비공개 메소드들

메소드 설명
BuildTables ( MetaData md ) : void
GetCodedIx ( CIx code ) : uint
Size ( MetaData md ) : uint
TypeSig ( MemoryStream sig ) : void
Write ( PEAPI.FileImage output ) : void

메소드 상세

MethPtrType() 공개 메소드

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
리턴 System