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!

Module.GetMethods

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

Return Value

[To be supplied]

Remarks

[To be supplied.]

See Also

Module Class | Module Members | System.Reflection Namespace