Click or drag to resize
TypeGetMethods Method
Returns all the public methods of the current Type.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public MethodInfo[] GetMethods()

Return Value

Type: MethodInfo
An array of MethodInfo objects representing all the public methods defined for the current Type.-or- An empty array of type MethodInfo, if no public methods are defined for the current Type.
See Also