System.Reflection.AssemblyFileVersionAttribute

E704382

System.Reflection.AssemblyFileVersionAttribute is a .NET attribute used to specify the Win32 file version resource for an assembly, typically displayed in file properties.

All labels observed (1)

Label Occurrences
System.Reflection.AssemblyFileVersionAttribute canonical 1

How this entity was disambiguated

Statements (46)

Predicate Object
instanceOf .NET attribute class ⓘ
sealed class ⓘ
affects file version reported by FileVersionInfo ⓘ
allowMultiple false ⓘ
appliesTo compiled assembly file ⓘ
assembly System.Runtime ⓘ
mscorlib ⓘ
linked to: mscorlib.dll
attributeUsage AttributeTargets.Assembly ⓘ
category versioning attribute ⓘ
CLSCompliant true ⓘ
constructor AssemblyFileVersionAttribute(string version) ⓘ
controls FileVersion field in Win32 version resource ⓘ
definedIn .NET 5+ ⓘ
linked to: .NET (5 and later)

.NET Core ⓘ
.NET Framework ⓘ
differsFrom System.Reflection.AssemblyInformationalVersionAttribute ⓘ
System.Reflection.AssemblyVersionAttribute ⓘ
documentation Microsoft .NET API reference ⓘ
doesNotAffect assembly binding ⓘ
runtime assembly loading ⓘ
fullName System.Reflection.AssemblyFileVersionAttribute ⓘ
hasProperty Version ⓘ
inherited false ⓘ
introducedIn .NET Framework 1.0 ⓘ
linked to: .NET Framework
language C# ⓘ
F# ⓘ
VB.NET ⓘ
linked to: Visual Basic .NET
metadataKind assembly-level metadata ⓘ
namespace System.Reflection ⓘ
platform Windows ⓘ
propertyType Version:string ⓘ
purpose control file version shown in Windows file properties ⓘ
specify Win32 file version resource for an assembly ⓘ
readBy System.Diagnostics.FileVersionInfo ⓘ
relatedTo Win32 version resource ⓘ
Windows Explorer file properties dialog ⓘ
assembly file version ⓘ
shortName AssemblyFileVersionAttribute ⓘ
targetUsage assembly ⓘ
usageExample [assembly: AssemblyFileVersion("1.2.3.4")] ⓘ
usedIn AssemblyInfo.cs ⓘ
project-level assembly metadata ⓘ
versionComponentType four-part numeric version ⓘ
versionFormat major.minor.build.revision ⓘ
visibleTo Windows shell ⓘ
linked to: Windows Shell

native Win32 version APIs ⓘ

How these facts were elicited

Referenced by (1)

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

System.Reflection → containsType → System.Reflection.AssemblyFileVersionAttribute ⓘ