System.Reflection.MemberInfo

E697538

System.Reflection.MemberInfo is an abstract base class in .NET that provides metadata about members of a type, such as methods, properties, fields, and events, used primarily for reflection.

Try in SPARQL Jump to: Statements Referenced by

Statements (49)

Predicate Object
instanceOf .NET reflection metadata type
abstract class
assembly System.Runtime NERFINISHED
mscorlib NERFINISHED
baseClass System.Object
category Common Language Runtime library type
commonDerivedType System.Reflection.ConstructorInfo
System.Reflection.EventInfo NERFINISHED
System.Reflection.FieldInfo
System.Reflection.MethodInfo NERFINISHED
System.Reflection.PropertyInfo
System.Reflection.TypeInfo NERFINISHED
hasAttribute System.Runtime.InteropServices.ComVisibleAttribute NERFINISHED
System.SerializableAttribute
implements System.Reflection.ICustomAttributeProvider NERFINISHED
introducedIn .NET Framework 1.0 NERFINISHED
isAbstract true
isClass true
isPublic true
memberTypesCovered event
field
method
nested type
property
method Equals(System.Object)
GetCustomAttributes(System.Boolean)
GetCustomAttributes(System.Type,System.Boolean)
GetCustomAttributesData()
GetHashCode()
GetType()
IsDefined(System.Type,System.Boolean)
ToString()
namespace System.Reflection NERFINISHED
platform .NET 5+
.NET Core NERFINISHED
.NET Framework NERFINISHED
property CustomAttributes
DeclaringType
MemberType
MetadataToken
Module
Name
ReflectedType
provides metadata about type members
usedBy ORM libraries
dependency injection containers
reflection-based frameworks
serialization libraries
usedFor reflection

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

System.Reflection containsType System.Reflection.MemberInfo