Returns all the public methods of the current Type.
[Visual Basic] Overloads Public Function GetMethods() As MethodInfo () [C#] public MethodInfo[] GetMethods(); [C++] public: MethodInfo* GetMethods() []; [JScript] public function GetMethods() : MethodInfo[];
An array of MethodInfo objects representing all the public methods defined for the current Type.
-or-
An empty array of type MethodInfo, if no public methods are defined for the current Type.
Type Class | Type Members | System Namespace | Type.GetMethods Overload List