Share via


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 .NET Micro Framework version 2.0, 2.5

See Also

Reference

Type Class
Type Members
System Namespace