Returns an array of all of the global methods defined on the Module.
[Visual Basic] Public Function GetMethods() As MethodInfo () [C#] public MethodInfo[] GetMethods(); [C++] public: MethodInfo* GetMethods() []; [JScript] public function GetMethods() : MethodInfo[];
[To be supplied]
[To be supplied.]