[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;
[To be supplied]
[To be supplied].
MethodBase Class | MethodBase Members | System.Reflection Namespace