August 2003
Intermediate to advanced
928 pages
32h 1m
English
AssemblyVersionAttribute
This attribute is the version of the assembly. This version is used by the framework to check compatibility and determine if side-by-side execution is needed.
public sealed class AssemblyVersionAttribute : Attribute {
// Public Constructors
public AssemblyVersionAttribute(string version);
// Public Instance Properties
public string Version{get; }
}
System.Object
→
System.Attribute
→
AssemblyVersionAttribute
Assembly