SignatureHelper.GetMethodSigHelper Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

Returns a signature helper for a method.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member GetMethodSigHelper(CallingConvention, Type) Returns a signature helper for a method given the method's unmanaged calling convention and return type.
Public methodStatic member GetMethodSigHelper(CallingConventions, Type) Returns a signature helper for a method given the method's calling convention and return type.
Public methodStatic member GetMethodSigHelper(Module, CallingConventions, Type) Returns a signature helper for a method given the method's module, calling convention, and return type.
Public methodStatic member GetMethodSigHelper(Module, CallingConvention, Type) Returns a signature helper for a method given the method's module, unmanaged calling convention, and return type.
Public methodStatic member GetMethodSigHelper(Module, Type, array<Type[]) Returns a signature helper for a method with a standard calling convention, given the method's module, return type, and argument types.

Top