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( _ ByVal mod As Module, _ ByVal returnType As Type, _ ByVal parameterTypes() As Type _ ) As SignatureHelper [C#] public static SignatureHelper GetMethodSigHelper( Module mod, Type returnType, Type[] parameterTypes ); [C++] public: static SignatureHelper* GetMethodSigHelper( Module* mod, Type* returnType, Type* parameterTypes[] ); [JScript] public static function GetMethodSigHelper( mod : Module, returnType : Type, parameterTypes : Type[] ) : SignatureHelper;
The SignatureHelper object for a method.
SignatureHelper Class | SignatureHelper Members | System.Reflection.Emit Namespace | SignatureHelper.GetMethodSigHelper Overload List