Returns a signature helper for a method.
Returns a signature helper for a method given the method's module, calling convention, and return type.
[Visual Basic] Overloads Public Shared Function GetMethodSigHelper(Module, CallingConventions, Type) As SignatureHelper
[C#] public static SignatureHelper GetMethodSigHelper(Module, CallingConventions, Type);
[C++] public: static SignatureHelper* GetMethodSigHelper(Module*, CallingConventions, Type);
[JScript] public static function GetMethodSigHelper(Module, CallingConventions, Type) : SignatureHelper;
Returns a signature helper for a method given the method's module, calling convention, return type, and parameter types.
[Visual Basic] Overloads Public Shared Function GetMethodSigHelper(Module, Type, Type()) As SignatureHelper
[C#] public static SignatureHelper GetMethodSigHelper(Module, Type, Type[]);
[C++] public: static SignatureHelper* GetMethodSigHelper(Module*, Type, Type[]);
[JScript] public static function GetMethodSigHelper(Module, Type, Type[]) : SignatureHelper;
SignatureHelper Class | SignatureHelper Members | System.Reflection.Emit Namespace