Module.GetMethod Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the global method that has the specified criteria.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetMethod(String) | Returns the global method that has the specified name. |
|
GetMethod(String, Type[]) | Returns the global method that matches the specified name and parameter types. |
|
GetMethod(String, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) | Returns the global method that has the specified name, binding information, calling convention, and parameter types and modifiers. |
Show: