メソッドのモジュール、呼び出し規約、戻り値の型、およびパラメータ型を指定して、メソッドのシグネチャ ヘルパを返します。
Overloads Public Shared Function GetMethodSigHelper( _
ByVal mod As Module, _ ByVal returnType As Type, _ ByVal parameterTypes() As Type _) As SignatureHelper
[C#]
public static SignatureHelper GetMethodSigHelper(Modulemod,TypereturnType,Type[] parameterTypes);
[C++]
public: static SignatureHelper* GetMethodSigHelper(Module* mod,Type* returnType,Type* parameterTypes[]);
[JScript]
public static function GetMethodSigHelper(
mod : Module,returnType : Type,parameterTypes : Type[]) : SignatureHelper;
パラメータ
- mod
SignatureHelper を要求するメソッドが格納されているモジュール。 - returnType
メソッドの戻り値の型。 - parameterTypes
メソッドのパラメータの型。
戻り値
メソッドの 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 オーバーロードの一覧