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