Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
BuildSignatures ( |
||
BuildTables ( |
||
CalliSig ( uint sigIx ) : System | ||
ChangeRefsToDefs ( |
||
HasCallConv ( CallConv callCon ) : bool |
Check to see if the method signature has a particular calling convention.
|
|
Resolve ( |
public AddCallingConv ( CallConv cconv ) : void | ||
cconv | CallConv | |
return | void |
public AddVarArgs ( Type optPars ) : void | ||
optPars | Type | the optional pars for the vararg call |
return | void |
public CalliSig ( CallConv cconv, Type retType, Type pars ) : System | ||
cconv | CallConv | calling conventions |
retType | Type | return type |
pars | Type | parameter types |
return | System |