Module.GetMethodImpl メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)
Protected Overridable 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 virtual 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^ modifiers )
protected MethodInfo GetMethodImpl ( String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers )
protected function GetMethodImpl ( name : String, bindingAttr : BindingFlags, binder : Binder, callConvention : CallingConventions, types : Type[], modifiers : ParameterModifier[] ) : MethodInfo
メソッド名。
bindingAttr
検索を制御するために使用される BindingFlags ビット フラグの 1 つ。
このメソッドに関連するプロパティが含まれ、**Binder** を実装するオブジェクト。
callConvention
modifiers
型が変更されているパラメータ シグネチャとでもバインディングを機能させるために使用するパラメータ修飾子の配列。
戻り値
指定した条件の実装情報を格納した MethodInfo オブジェクト。メソッドが存在しない場合は null 参照 (Visual Basic では Nothing)。