Returns a signature helper for a method given the method's calling convention and return type.
Syntax
Parameters
- 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).
Returns
The SignatureHelper object for a method.
Remarks
Requirements
Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0