PEAPI

CalliSig Constructor 

Create a signature for a calli instruction

[Visual Basic]
Public Sub New( _
   ByVal cconv As PEAPI.CallConv, _
   ByVal retType As PEAPI.Type, _
   ByVal pars As PEAPI.Type() _
)
[C#]
public CalliSig(
   CallConv cconv,
   Type retType,
   Type[] pars
);

Parameters

cconv
calling conventions
retType
return type
pars
parameter types

See Also

CalliSig Class | CalliSig Members | PEAPI Namespace