AssemblyVersionAttribute

AssemblyVersionAttributeCF 1.0

System.Reflection (mscorlib.dll)sealed class

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; }
}

Hierarchy

System.Object System.Attribute AssemblyVersionAttribute

Valid On

Assembly



    Part II: Programming with the .NET Framework
    Part IV: API Quick Reference
    Chapter 26. System