System.Reflection.MethodBase Class
Provides information about methods and constructors.

See Also: MethodBase Members

Syntax

[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComDefaultInterface(typeof(System.Runtime.InteropServices._MethodBase))]
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class MethodBase : MemberInfo, System.Runtime.InteropServices._MethodBase

Remarks

Note:

MethodBase is used to represent method types.

The Base Class Library includes the following derived types:

Thread Safety

All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

Requirements

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