TypeDelegator.GetMethodImpl メソッド
アセンブリ: mscorlib (mscorlib.dll 内)

Protected Overrides Function GetMethodImpl ( _ name As String, _ bindingAttr As BindingFlags, _ binder As Binder, _ callConvention As CallingConventions, _ types As Type(), _ modifiers As ParameterModifier() _ ) As MethodInfo
Dim name As String Dim bindingAttr As BindingFlags Dim binder As Binder Dim callConvention As CallingConventions Dim types As Type() Dim modifiers As ParameterModifier() Dim returnValue As MethodInfo returnValue = Me.GetMethodImpl(name, bindingAttr, binder, callConvention, types, modifiers)
protected override MethodInfo GetMethodImpl ( string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers )
protected: virtual MethodInfo^ GetMethodImpl ( String^ name, BindingFlags bindingAttr, Binder^ binder, CallingConventions callConvention, array<Type^>^ types, array<ParameterModifier>^ modifiers ) override
protected MethodInfo GetMethodImpl ( String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers )
protected override function GetMethodImpl ( name : String, bindingAttr : BindingFlags, binder : Binder, callConvention : CallingConventions, types : Type[], modifiers : ParameterModifier[] ) : MethodInfo
- binder
バインディング、引数型の強制変換、メンバの呼び出し、および、リフレクションを使用した MemberInfo オブジェクトの取得を有効にするオブジェクト。binder が null 参照 (Visual Basic では Nothing) の場合は、既定のバインダが使用されます。
- callConvention
- types
パラメータの数、順序、および型のリストを格納している type 型の配列。types は null 参照 (Visual Basic では Nothing) にできません。適切な GetMethod メソッドまたは空の配列を使用して、パラメータなしのメソッドを検索します。
指定した基準と一致する実装メソッドの MethodInfoInfo オブジェクト。見つからなかった場合は null 参照 (Visual Basic では Nothing)。

エントリ ポイントの呼び出し規約を示す callConvention パラメータ。CallingConventions を指定しない場合は、既定の CallingConventions 値である Standard が使用されます。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からTypeDelegator.GetMethodImpl メソッドを検索する場合は、下記のリンクをクリックしてください。

- TypeDelegator.GetMethodImpl メソッドのページへのリンク