GetMethodSigHelper Method (CallingConventions, Type)
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Reflection.Emit
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).

Return Value

Type: System.Reflection.Emit.SignatureHelper
The SignatureHelper object for a method.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft