System.Enum
E697471
System.Enum is a base class in the .NET framework that provides functionality for creating and working with enumeration types.
All labels observed (1)
| Label | Occurrences |
|---|---|
| System.Enum canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T7897285 — 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.
NED1
Entity disambiguation (via context triple)
gpt-5-mini-2025-08-07
Target entity: System.Enum Context triple: [System, containsType, System.Enum]
-
A.
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.
-
B.
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.
-
C.
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.
-
D.
CIL
CIL is the standard scholarly abbreviation for the Corpus Inscriptionum Latinarum, the comprehensive collection of ancient Latin inscriptions.
-
E.
CIL
CIL is the abbreviation for the Committee on Import Licensing, a World Trade Organization body that oversees and reviews members’ import licensing procedures to ensure they are transparent and consistent with WTO rules.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
NED2
Entity disambiguation (via description)
gpt-5-mini-2025-08-07
Target entity: System.Enum Target entity description: System.Enum is a base class in the .NET framework that provides functionality for creating and working with enumeration types.
-
A.
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.
-
B.
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.
-
C.
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.
-
D.
CIL
CIL is the standard scholarly abbreviation for the Corpus Inscriptionum Latinarum, the comprehensive collection of ancient Latin inscriptions.
-
E.
CIL
CIL is the abbreviation for the Committee on Import Licensing, a World Trade Organization body that oversees and reviews members’ import licensing procedures to ensure they are transparent and consistent with WTO rules.
- F. None of above. chosen
Statements (62)
| Predicate | Object |
|---|---|
| instanceOf |
Base class
ⓘ
System.Object subclass ⓘ System.Type ⓘ |
| assembly |
System.Runtime
NERFINISHED
ⓘ
mscorlib NERFINISHED ⓘ |
| attributeUsage | Base type for enums marked with System.FlagsAttribute ⓘ |
| baseType | System.ValueType NERFINISHED ⓘ |
| cannotBeBaseFor | Non-enum types ⓘ |
| cannotInheritFrom | User-defined types ⓘ |
| CLSCompliant | true ⓘ |
| definedIn |
.NET 5+
NERFINISHED
ⓘ
.NET Core NERFINISHED ⓘ .NET Framework NERFINISHED ⓘ |
| designNote |
All user-defined enums implicitly inherit from System.Enum
ⓘ
Cannot be directly instantiated by user code ⓘ |
| implementsInterface |
System.IComparable
NERFINISHED
ⓘ
System.IComparable<System.Enum> NERFINISHED ⓘ System.IConvertible NERFINISHED ⓘ System.IFormattable NERFINISHED ⓘ |
| inheritsFrom |
System.Object
NERFINISHED
ⓘ
System.ValueType NERFINISHED ⓘ |
| isAbstract | true ⓘ |
| isClass | true ⓘ |
| isGenericType | false ⓘ |
| isSealed | true ⓘ |
| isSerializable | true ⓘ |
| isValueType | false ⓘ |
| member |
CompareTo(System.Object)
ⓘ
Equals(System.Object) ⓘ GetHashCode() ⓘ GetTypeCode() ⓘ HasFlag(System.Enum) ⓘ ToString() ⓘ ToString(System.IFormatProvider) ⓘ ToString(System.String) ⓘ ToString(System.String, System.IFormatProvider) ⓘ |
| namespace | System NERFINISHED ⓘ |
| purpose | Base class for all enumeration types in .NET ⓘ |
| staticMethod |
GetName(System.Type, System.Object)
ⓘ
GetNames(System.Type) ⓘ GetNames<TEnum>() ⓘ GetUnderlyingType(System.Type) ⓘ GetValues(System.Type) ⓘ GetValues<TEnum>() ⓘ IsDefined(System.Type, System.Object) ⓘ Parse(System.Type, System.String) ⓘ Parse(System.Type, System.String, System.Boolean) ⓘ TryParse<TEnum>(System.String, System.Boolean, out TEnum) ⓘ TryParse<TEnum>(System.String, out TEnum) ⓘ |
| underlyingType |
System.Byte
NERFINISHED
ⓘ
System.Int16 NERFINISHED ⓘ System.Int32 NERFINISHED ⓘ System.Int64 ⓘ System.SByte NERFINISHED ⓘ System.UInt16 ⓘ System.UInt32 NERFINISHED ⓘ System.UInt64 NERFINISHED ⓘ |
| underlyingTypeConstraint | Integral types only ⓘ |
| usedFor |
Converting between enum values and underlying integral types
ⓘ
Declaring enumeration types ⓘ Parsing and formatting enumeration values ⓘ Working with named constants ⓘ |
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.
Instruction
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.
Input
Subject: System.Enum Description of subject: System.Enum is a base class in the .NET framework that provides functionality for creating and working with enumeration types.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.