System.Reflection.Emit.SignatureHelper.GetMethodSigHelper Method

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

Syntax

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

Parameters

mod
The System.Reflection.Emit.ModuleBuilder that contains the method for which the SignatureHelper is requested.
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: 1.0.5000.0, 2.0.0.0, 4.0.0.0