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.GetMethod (String)

To be supplied

[Visual Basic]
Overloads Public Function GetMethod( _
   ByVal name As String _
) As MethodInfo
[C#]
public MethodInfo GetMethod(
   string name
);
[C++]
public: MethodInfo* GetMethod(
   String* name
);
[JScript]
public function GetMethod(
   name : String
) : MethodInfo;

Parameters

name
[To be supplied]

Return Value

[To be supplied]

Exceptions

Exception Type Condition
ArgumentNullException is thrown if name is null.

See Also

Module Class | Module Members | System.Reflection Namespace | Module.GetMethod Overload List