Type.GetMethod Method
Gets a specific method of the current type.
Overload List
Name | Description |
---|---|
Type.GetMethod (String) | Searches for the public method with the specified name. |
Type.GetMethod (String, BindingFlags) | Searches for the specified method, using the specified binding constraints (flags). |
Type.GetMethod (String, Type[]) | Searches for the specified public method whose parameters match the specified argument types. |
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.