C# 클래스 PERWAPI.CalliSig

Signature for calli instruction
상속: Signature
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
AddCallingConv ( CallConv cconv ) : void

Add extra calling conventions to this callsite signature

AddVarArgs ( Type optPars ) : void

Add the optional parameters to a vararg method This method sets the vararg calling convention

CalliSig ( CallConv cconv, Type retType, Type pars ) : System

Create a signature for a calli instruction

비공개 메소드들

메소드 설명
BuildSignatures ( MetaDataOut md ) : void
BuildTables ( MetaDataOut md ) : void
CalliSig ( uint sigIx ) : System
ChangeRefsToDefs ( ClassDef newType, ClassDef oldTypes ) : void
HasCallConv ( CallConv callCon ) : bool

Check to see if the method signature has a particular calling convention.

Resolve ( PEReader buff ) : void

메소드 상세

AddCallingConv() 공개 메소드

Add extra calling conventions to this callsite signature
public AddCallingConv ( CallConv cconv ) : void
cconv CallConv
리턴 void

AddVarArgs() 공개 메소드

Add the optional parameters to a vararg method This method sets the vararg calling convention
public AddVarArgs ( Type optPars ) : void
optPars Type the optional pars for the vararg call
리턴 void

CalliSig() 공개 메소드

Create a signature for a calli instruction
public CalliSig ( CallConv cconv, Type retType, Type pars ) : System
cconv CallConv calling conventions
retType Type return type
pars Type parameter types
리턴 System