SignatureHelper.GetMethodSigHelper Method (CallingConventions, Type)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a signature helper for a method given the method's calling convention and return type.
Assembly: mscorlib (in mscorlib.dll)
public static SignatureHelper GetMethodSigHelper( CallingConventions callingConvention, Type returnType )
Parameters
- callingConvention
- Type: System.Reflection.CallingConventions
The calling convention of the method.
- returnType
- Type: System.Type
The return type of the method, or null for a void return type (Sub procedure in Visual Basic).
Show: