System.Reflection.AssemblyNameFlags
E697560
System.Reflection.AssemblyNameFlags is an enumeration in .NET that specifies flags modifying the behavior and characteristics of an assembly’s identity, such as whether it has a public key or is retargetable.
All labels observed (1)
| Label | Occurrences |
|---|---|
| System.Reflection.AssemblyNameFlags canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T7897612 — 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.AssemblyNameFlags Context triple: [System.Reflection, containsType, System.Reflection.AssemblyNameFlags]
-
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.
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.
-
C.
Assembly Rules
Assembly Rules are the formal procedures and regulations that govern how the California State Assembly conducts its legislative business, debates, and decision-making processes.
-
D.
ECMA-335
ECMA-335 is the international standard that defines the Common Language Infrastructure (CLI), including the core runtime, type system, and metadata used by .NET languages.
-
E.
CIL
CIL is the standard scholarly abbreviation for the Corpus Inscriptionum Latinarum, the comprehensive collection of ancient Latin inscriptions.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: System.Reflection.AssemblyNameFlags Target entity description: System.Reflection.AssemblyNameFlags is an enumeration in .NET that specifies flags modifying the behavior and characteristics of an assembly’s identity, such as whether it has a public key or is retargetable.
-
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.
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.
-
C.
Assembly Rules
Assembly Rules are the formal procedures and regulations that govern how the California State Assembly conducts its legislative business, debates, and decision-making processes.
-
D.
ECMA-335
ECMA-335 is the international standard that defines the Common Language Infrastructure (CLI), including the core runtime, type system, and metadata used by .NET languages.
-
E.
CIL
CIL is the standard scholarly abbreviation for the Corpus Inscriptionum Latinarum, the comprehensive collection of ancient Latin inscriptions.
- F. None of above. chosen
Statements (49)
| Predicate | Object |
|---|---|
| instanceOf |
.NET enumeration
ⓘ
enum type ⓘ |
| availableIn |
.NET 5+
NERFINISHED
ⓘ
.NET Core NERFINISHED ⓘ .NET Framework NERFINISHED ⓘ Mono NERFINISHED ⓘ Universal Windows Platform NERFINISHED ⓘ Xamarin NERFINISHED ⓘ |
| availableSince | .NET Framework 1.0 NERFINISHED ⓘ |
| CLSCompliant | true ⓘ |
| controls |
JIT optimization behavior metadata
ⓘ
JIT tracking behavior metadata ⓘ presence of full public key in assembly name ⓘ retargetable assembly semantics ⓘ |
| definedIn |
System.Reflection.dll
NERFINISHED
ⓘ
System.Runtime.dll NERFINISHED ⓘ mscorlib.dll NERFINISHED ⓘ |
| documentation | https://learn.microsoft.com/dotnet/api/system.reflection.assemblynameflags ⓘ |
| hasAttribute | System.FlagsAttribute NERFINISHED ⓘ |
| hasMember |
EnableJITcompileOptimizer
ⓘ
EnableJITcompileTracking ⓘ None ⓘ PublicKey ⓘ PublicKeyToken ⓘ ReservedMask ⓘ Retargetable ⓘ |
| isFlagsEnum | true ⓘ |
| isPublic | true ⓘ |
| language | C# ⓘ |
| memberOf | System.Reflection namespace types NERFINISHED ⓘ |
| memberValue |
EnableJITcompileOptimizer = 16384
ⓘ
EnableJITcompileTracking = 32768 ⓘ None = 0 ⓘ PublicKey = 1 ⓘ PublicKeyToken = 2 ⓘ ReservedMask = 57344 ⓘ Retargetable = 256 ⓘ |
| namespace | System.Reflection ⓘ |
| partOf | .NET Base Class Library NERFINISHED ⓘ |
| serialization | serializable ⓘ |
| underlyingType | System.Int32 ⓘ |
| usedBy |
System.Reflection.AssemblyName
NERFINISHED
ⓘ
assembly loading APIs ⓘ reflection-based tools ⓘ |
| usedFor |
assembly identity
ⓘ
assembly name metadata ⓘ modifying assembly behavior ⓘ |
| usedIn |
assembly binding policies
ⓘ
strong-named assemblies ⓘ |
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.AssemblyNameFlags Description of subject: System.Reflection.AssemblyNameFlags is an enumeration in .NET that specifies flags modifying the behavior and characteristics of an assembly’s identity, such as whether it has a public key or is retargetable.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.