System.Reflection.MemberInfo provides information about a type's members and the members' metadata. MemberInfo inherits directly from System.Object. MemberInfo include System.Reflection.EventInfo
System.Reflection.FieldInfo
System.Reflection.MethodBase (from which System.Reflection.ConstructorInfo and System.Reflection.MethodInfo inherit)
System.Reflection.PropertyInfo
System.Type (if MemberType = NestedType?) CustomAttributes | |
DeclaringType | |
Equals() | |
GetCustomAttributes() | |
GetCustomAttributesData() | |
GetHashCode() | |
HasSameMetadataDefinitionAs() | |
IsCollectible | |
IsDefined() | |
MemberType | A value of the System.Reflection.MemberTypes enum |
MetadataToken | |
Module | |
Name | |
ReflectedType |