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

MethodBase is the base class of System.Reflection.MethodInfo and System.Reflection.ConstructorInfo.

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