System.Reflection.Emit.SignatureHelper.GetMethodSigHelper Method

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

Syntax

public static SignatureHelper GetMethodSigHelper (System.Runtime.InteropServices.CallingConvention unmanagedCallingConvention, Type returnType)

Parameters

unmanagedCallingConvention
The unmanaged 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