System.Reflection.Emit.SignatureHelper.GetMethodSigHelper Method

Returns a signature helper for a method given the method's calling convention and return type.

Syntax

public static SignatureHelper GetMethodSigHelper (System.Reflection.CallingConventions callingConvention, Type returnType)

Parameters

callingConvention
The calling convention of the method.
returnType
The return type of the method, or null for a void return type (Sub procedure in Visual Basic).

Returns

The SignatureHelper object for a method.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0