This topic has not yet been rated - Rate this topic

MethodBase.GetMethodFromHandle Method

Gets method information using the specified handle.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Static member GetMethodFromHandle(RuntimeMethodHandle) Gets method information by using the method's internal metadata representation (handle).
Public method Static member GetMethodFromHandle(RuntimeMethodHandle, RuntimeTypeHandle) Gets a MethodBase object for the constructor or method represented by the specified handle, for the specified generic type.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.