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);
CalliSig Class | CalliSig Members | PEAPI Namespace