Module.GetMethod Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
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.
Overload List
Name | Description | |
---|---|---|
GetMethod(String) | Returns the global method that has the specified name. | |
GetMethod(String, array<Type[]) | Returns the global method that matches the specified name and parameter types. | |
GetMethod(String, BindingFlags, Binder, CallingConventions, array<Type[], array<ParameterModifier[]) | Returns the global method that has the specified name, binding information, calling convention, and parameter types and modifiers. |
Top