メソッドのシグネチャ ヘルパを返します。
オーバーロードの一覧
メソッドのモジュールとアンマネージ呼び出し規約を指定して、メソッドのシグネチャ ヘルパを返します。
[Visual Basic] Overloads Public Shared Function GetMethodSigHelper(Module, CallingConvention, Type) As SignatureHelper
[C#] public static SignatureHelper GetMethodSigHelper(Module, CallingConvention, Type);
[C++] public: static SignatureHelper* GetMethodSigHelper(Module*, CallingConvention, Type*);
[JScript] public static function GetMethodSigHelper(Module, CallingConvention, Type) : SignatureHelper;
メソッドのモジュール、呼び出し規約、および戻り値の型を指定して、メソッドのシグネチャ ヘルパを返します。
[Visual Basic] Overloads Public Shared Function GetMethodSigHelper(Module, CallingConventions, Type) As SignatureHelper
[C#] public static SignatureHelper GetMethodSigHelper(Module, CallingConventions, Type);
[C++] public: static SignatureHelper* GetMethodSigHelper(Module*, CallingConventions, Type*);
[JScript] public static function GetMethodSigHelper(Module, CallingConventions, Type) : SignatureHelper;
メソッドのモジュール、呼び出し規約、戻り値の型、およびパラメータ型を指定して、メソッドのシグネチャ ヘルパを返します。
[Visual Basic] Overloads Public Shared Function GetMethodSigHelper(Module, Type, Type()) As SignatureHelper
[C#] public static SignatureHelper GetMethodSigHelper(Module, Type, Type[]);
[C++] public: static SignatureHelper* GetMethodSigHelper(Module*, Type*, Type[]);
[JScript] public static function GetMethodSigHelper(Module, Type, Type[]) : SignatureHelper;
参照
SignatureHelper クラス | SignatureHelper メンバ | System.Reflection.Emit 名前空間