System.Reflection.Module.GetMethods Method

Returns an array whose elements reflect the global public methods that are members of the module reflected by the current instance.

Syntax

public MethodInfo[] GetMethods ()

Returns

An array of System.Reflection.MethodInfo objects that reflect the global public methods that are members of the module reflected by the current instance.

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