Returns an array of MethodInfo objects representing specified methods of the current TypeDelegator.
[Visual Basic] Overrides Public Function GetMethods( _ ByVal bindingAttr As BindingFlags _ ) As MethodInfo () [C#] public override MethodInfo[] GetMethods( BindingFlags bindingAttr ); [C++] public: override MethodInfo* GetMethods( BindingFlags bindingAttr ) []; [JScript] public override function GetMethods( bindingAttr : BindingFlags ) : MethodInfo[];
An array of MethodInfo objects representing the methods defined on this TypeDelegator
Returns the methods declared or inherited
TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace