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.
All labels observed (1)
| Label | Occurrences |
|---|---|
| System.Reflection.MemberInfo canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T7897551 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: System.Reflection.MemberInfo Context triple: [System.Reflection, containsType, System.Reflection.MemberInfo]
-
A.
System.Reflection
System.Reflection is a .NET namespace that provides types and APIs for inspecting and interacting with metadata about assemblies, modules, and types at runtime.
-
B.
Common Type System
The Common Type System is a core component of the .NET architecture that defines how data types are declared, used, and managed across different .NET languages to ensure interoperability and type safety.
-
C.
System.Collections
System.Collections is a .NET namespace that provides fundamental interfaces and classes for working with non-generic collections such as lists, queues, arrays, and dictionaries.
-
D.
Microsoft Intermediate Language
Microsoft Intermediate Language is the low-level, platform-independent bytecode used by the .NET Framework’s Common Language Runtime as the compilation target for .NET languages before just-in-time compilation to native machine code.
-
E.
C# attributes
C# attributes are metadata annotations in the C# programming language that allow developers to attach declarative information to code elements such as classes, methods, and properties, influencing compilation and runtime behavior.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: System.Reflection.MemberInfo Target entity description: 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.
-
A.
System.Reflection
System.Reflection is a .NET namespace that provides types and APIs for inspecting and interacting with metadata about assemblies, modules, and types at runtime.
-
B.
Common Type System
The Common Type System is a core component of the .NET architecture that defines how data types are declared, used, and managed across different .NET languages to ensure interoperability and type safety.
-
C.
System.Collections
System.Collections is a .NET namespace that provides fundamental interfaces and classes for working with non-generic collections such as lists, queues, arrays, and dictionaries.
-
D.
Microsoft Intermediate Language
Microsoft Intermediate Language is the low-level, platform-independent bytecode used by the .NET Framework’s Common Language Runtime as the compilation target for .NET languages before just-in-time compilation to native machine code.
-
E.
C# attributes
C# attributes are metadata annotations in the C# programming language that allow developers to attach declarative information to code elements such as classes, methods, and properties, influencing compilation and runtime behavior.
- F. None of above. chosen
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 ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: System.Reflection.MemberInfo Description of subject: 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.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.