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!

MethodBase.GetMethodFromHandle

[To be supplied].

[Visual Basic]
Public Shared Function GetMethodFromHandle( _
   ByVal handle As RuntimeMethodHandle _
) As MethodBase
[C#]
public static MethodBase GetMethodFromHandle(
   RuntimeMethodHandle handle
);
[C++]
public: static MethodBase* GetMethodFromHandle(
   RuntimeMethodHandle handle
);
[JScript]
public static function GetMethodFromHandle(
   handle : RuntimeMethodHandle
) : MethodBase;

Parameters

handle
[To be supplied].

Return Value

[To be supplied]

Remarks

[To be supplied].

See Also

MethodBase Class | MethodBase Members | System.Reflection Namespace