Determines if a method of the specified name exists in the code.
[Visual Basic] Overridable Public Function GetDoesMethodExist( _ ByVal name As String, _ ByVal argTypes() As Type _ ) As Boolean [C#] public virtual bool GetDoesMethodExist( string name, Type[] argTypes ); [C++] public: virtual bool GetDoesMethodExist( String* name, Type* argTypes[] ); [JScript] public function GetDoesMethodExist( name : String, argTypes : Type[] ) : Boolean;
true if the method exists, otherwise false.
ComponentModelPersister Class | ComponentModelPersister Members | System.ComponentModel.Design Namespace