To be supplied
[Visual Basic] Overloads Public Function GetMethod( _ 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#] public MethodInfo GetMethod( string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers ); [C++] public: MethodInfo* GetMethod( String* name, BindingFlags bindingAttr, Binder* binder, CallingConventions callConvention, Type* types[], ParameterModifier* modifiers[] ); [JScript] public function GetMethod( name : String, bindingAttr : BindingFlags, binder : Binder, callConvention : CallingConventions, types : Type[], modifiers : ParameterModifier[] ) : MethodInfo;
To be supplied
Exception Type | Condition |
---|---|
ArgumentNullException | is thrown if name is null, types is null, or types (i) is null. |
[To be supplied.]
Module Class | Module Members | System.Reflection Namespace | Module.GetMethod Overload List