To be supplied
[Visual Basic] Overloads Public Function GetMethod( _ ByVal name As String, _ ByVal types() As Type _ ) As MethodInfo [C#] public MethodInfo GetMethod( string name, Type[] types ); [C++] public: MethodInfo* GetMethod( String* name, Type* types[] ); [JScript] public function GetMethod( name : String, types : Type[] ) : MethodInfo;
To be supplied
Exception Type | Condition |
---|---|
ArgumentNullException | is thrown if name is null, types is null, or types (i) is null. |
Module Class | Module Members | System.Reflection Namespace | Module.GetMethod Overload List