To be supplied
[Visual Basic] Overrides Protected Function GetMethodImpl( _ ByVal name As String, _ ByVal bindingAttr As BindingFlags, _ ByVal binder As Binder, _ ByVal callConvention As CallingConventions, _ ByVal types() As Type, _ ByVal modifiers() As ParameterModifier _ ) As MethodInfo [C#] protected override MethodInfo GetMethodImpl( string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers ); [C++] protected: override MethodInfo* GetMethodImpl( String* name, BindingFlags bindingAttr, Binder* binder, CallingConventions callConvention, Type* types[], ParameterModifier* modifiers[] ); [JScript] protected override function GetMethodImpl( name : String, bindingAttr : BindingFlags, binder : Binder, callConvention : CallingConventions, types : Type[], modifiers : ParameterModifier[] ) : MethodInfo;
A MethodInfoInfo object for the implementation method that matches the specified criteria, or null if a match cannot be found.
To be supplied
TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace