When applied to an assembly, specifies that this assembly is backward compatible up down a specific version.

Namespace:  PostSharp.Extensibility
Assembly:  PostSharp.Public (in PostSharp.Public.dll)

Syntax

Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple := False,  _
	Inherited := False)> _
Public NotInheritable Class BackwardCompatibleAssemblyAttribute _
	Inherits Attribute
C#
[AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple = false, 
	Inherited = false)]
public sealed class BackwardCompatibleAssemblyAttribute : Attribute
Visual C++
[AttributeUsageAttribute(AttributeTargets::Assembly, AllowMultiple = false, 
	Inherited = false)]
public ref class BackwardCompatibleAssemblyAttribute sealed : public Attribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    PostSharp.Extensibility..::.BackwardCompatibleAssemblyAttribute

See Also