Returns a signature helper for a method given the method's module, calling convention, and return type.
- mod
- The System.Reflection.Emit.ModuleBuilder that contains the method for which the SignatureHelper is requested.
- callingConvention
- The calling convention of the method.
- returnType
- The return type of the method, or null for a void return type (Sub procedure in Visual Basic).
The SignatureHelper object for a method.