System.Reflection.Module.GetMethods Method

Returns the global methods defined on the module.

Syntax

public MethodInfo[] GetMethods ()

Returns

An array of System.Reflection.MethodInfo objects representing all the global methods defined on the module; if there are no global methods, an empty array is returned.

Remarks

Note: A global public method is a static method with a module-level scope.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0