Mono Class Library: System.Reflection Namespace

System.Reflection.MemberInfo Class

Provides access to member metadata. [Edit]

See Also: MemberInfo Members

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

Thread Safety

This type is safe for multithreaded operations.

Remarks

Note:

System.Reflection.MemberInfo is used to represent all members of a type: nested types, fields, events, properties, methods, and constructors. The Base Class Library includes the following derived types:

[Edit]

Requirements

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