Partager 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 the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

Type Class
Type Members
System Namespace