NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Type.GetMethods ()

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[];

Return Value

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.

See Also

Type Class | Type Members | System Namespace | Type.GetMethods Overload List