Returns all the public methods of the current
Type.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public MethodInfo[] GetMethods()
Return Value
Type:
MethodInfoAn 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