Represents the class that is used to obtain information about the members of a class
Object
MemberInfo
[Visual Basic] MustInherit Public Class MemberInfo Implements ICustomAttributeProvider [C#] public abstract class MemberInfo : ICustomAttributeProvider [C++] public __gc __abstract class MemberInfo : public ICustomAttributeProvider [JScript] public abstract class MemberInfo implements ICustomAttributeProvider
The MemberInfo class is the abstract base class of the classes used to obtain information concerning the members (constructors, events, fields, methods, and properties) of a class.
This class introduces the basic functionality that all members provide.
Namespace: System.Reflection
Assembly: mscorlib.dll