System.Reflection.AssemblyVersionAttribute
E697543
System.Reflection.AssemblyVersionAttribute is a .NET attribute used to specify the version number of an assembly for identification and binding purposes.
All labels observed (1)
| Label | Occurrences |
|---|---|
| System.Reflection.AssemblyVersionAttribute canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T7897568 — 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.AssemblyVersionAttribute Context triple: [System.Reflection, containsType, System.Reflection.AssemblyVersionAttribute]
-
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.
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.
-
D.
Semantic Versioning specification
The Semantic Versioning specification is a widely adopted versioning scheme for software that defines clear rules for incrementing version numbers based on backward-incompatible changes, new features, and bug fixes.
-
E.
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.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: System.Reflection.AssemblyVersionAttribute Target entity description: System.Reflection.AssemblyVersionAttribute is a .NET attribute used to specify the version number of an assembly for identification and binding purposes.
-
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.
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.
-
D.
Semantic Versioning specification
The Semantic Versioning specification is a widely adopted versioning scheme for software that defines clear rules for incrementing version numbers based on backward-incompatible changes, new features, and bug fixes.
-
E.
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.
- F. None of above. chosen
Statements (47)
| Predicate | Object |
|---|---|
| instanceOf |
.NET attribute
ⓘ
attribute class ⓘ |
| affects |
assembly identity
ⓘ
assembly loading ⓘ strong name binding ⓘ |
| appliedVia | assembly-level attribute ⓘ |
| appliesTo | assemblies ⓘ |
| assembly |
System.Runtime
NERFINISHED
ⓘ
mscorlib NERFINISHED ⓘ |
| attributeUsageAllowMultiple | false ⓘ |
| attributeUsageInherited | false ⓘ |
| attributeUsageTargets | Assembly ⓘ |
| baseClass | System.Attribute NERFINISHED ⓘ |
| controls | assembly version metadata ⓘ |
| definedIn |
.NET 5+
NERFINISHED
ⓘ
.NET Core NERFINISHED ⓘ .NET Framework NERFINISHED ⓘ |
| distinguishedFrom |
file version
ⓘ
informational version ⓘ |
| exampleUsage | [assembly: AssemblyVersion("1.0.0.0")] ⓘ |
| hasConstructor | AssemblyVersionAttribute(string version) ⓘ |
| hasProperty |
string InformationVersion
ⓘ
string Version ⓘ |
| introducedIn | .NET Framework 1.0 NERFINISHED ⓘ |
| isCLSCompliant | true ⓘ |
| isMetadataAttribute | true ⓘ |
| isSealed | true ⓘ |
| isSerializable | true ⓘ |
| languageSupport |
C#
ⓘ
F# NERFINISHED ⓘ VB.NET NERFINISHED ⓘ |
| namespace | System.Reflection ⓘ |
| purpose | specify assembly version ⓘ |
| relatedTo |
System.Reflection.AssemblyFileVersionAttribute
ⓘ
System.Reflection.AssemblyInformationalVersionAttribute NERFINISHED ⓘ |
| supportsWildcard | build and revision components ⓘ |
| typicalUsageLocation | AssemblyInfo.cs ⓘ |
| usedBy |
CLR loader
ⓘ
assembly binding policy ⓘ |
| usedFor |
assembly binding
ⓘ
assembly identification ⓘ versioning policy control ⓘ |
| versionComponent |
build number
ⓘ
major version ⓘ minor version ⓘ revision ⓘ |
| versionFormat | major.minor.build.revision ⓘ |
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.AssemblyVersionAttribute Description of subject: System.Reflection.AssemblyVersionAttribute is a .NET attribute used to specify the version number of an assembly for identification and binding purposes.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.