StringPrototype.GetMethod Method
.NET Framework 4.5
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets a method that has a specified name.
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, BindingFlags) | Gets a method that has the specified name. (Inherited from ScriptObject.) |
|
GetMethod(String, BindingFlags, Binder, Type[], ParameterModifier[]) | Gets a method that has the specified name by using the specified selection criteria. (Inherited from ScriptObject.) |