Retrieves a
MethodInfo object corresponding to a specified method under specified search constraints.
Namespace:
?
System.Reflection
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
JavaScript |
---|
function getMethod(name, bindingAttr); |
Return Value
A MethodInfo object containing the method information, with the match being based on the method name and search constraints specified in bindingAttr.
Exceptions
See Also