メソッドのモジュール、呼び出し規約、および戻り値の型を指定して、メソッドのシグネチャ ヘルパを返します。
Overloads Public Shared Function GetMethodSigHelper( _
ByVal mod As Module, _ ByVal callingConvention As CallingConventions, _ ByVal returnType As Type _) As SignatureHelper
[C#]
public static SignatureHelper GetMethodSigHelper(Modulemod,CallingConventionscallingConvention,TypereturnType);
[C++]
public: static SignatureHelper* GetMethodSigHelper(Module* mod,CallingConventionscallingConvention,Type* returnType);
[JScript]
public static function GetMethodSigHelper(
mod : Module,callingConvention : CallingConventions,returnType : Type) : SignatureHelper;
パラメータ
- mod
SignatureHelper を要求するメソッドが格納されているモジュール。 - callingConvention
メソッドの呼び出し規約。 - returnType
メソッドの戻り値の型。
戻り値
メソッドの SignatureHelper オブジェクト。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
SignatureHelper クラス | SignatureHelper メンバ | System.Reflection.Emit 名前空間 | SignatureHelper.GetMethodSigHelper オーバーロードの一覧