Share via


Type.GetMethods Method

Gets the methods of the current type.

Overload List

Name Description
Type.GetMethods () Gets all of the public methods of the current type.
Type.GetMethods (BindingFlags) When overridden in a derived class, this method searches for the methods defined for the current type, using the specified binding constraints (flags).

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Type Class
Type Members
System Namespace