Retrieves an array of MethodInfo objects with all public methods or all methods of the current class.
'Usage Dim instance As IReflect Dim bindingAttr As BindingFlags Dim returnValue As MethodInfo() returnValue = instance.GetMethods(bindingAttr) 'Declaration Function GetMethods ( _ bindingAttr As BindingFlags _ ) As MethodInfo()
The non-public attribute of bindingAttr is indicated only if public methods are returned.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98