System.Reflection.AssemblyName.VersionCompatibility Property

Gets or sets the information related to the assembly's compatibility with other assemblies.

Syntax

public System.Configuration.Assemblies.AssemblyVersionCompatibility VersionCompatibility { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

AssemblyName.VersionCompatibility information indicates, for example, that the assembly cannot execute side-by-side with other versions due to conflicts over a device driver.

Currently, AssemblyName.VersionCompatibility always returns System.Configuration.Assemblies.AssemblyVersionCompatibility.SameMachine, and is not used by the loader. This property is reserved for a future feature.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0