NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SignatureHelper.GetMethodSigHelper

Returns a signature helper for a method.

Overload List

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;

See Also

SignatureHelper Class | SignatureHelper Members | System.Reflection.Emit Namespace