AssemblyName::VersionCompatibility Property
Gets or sets the information related to the assembly's compatibility with other assemblies.
Assembly: mscorlib (in mscorlib.dll)
public: property AssemblyVersionCompatibility VersionCompatibility { AssemblyVersionCompatibility get(); void set(AssemblyVersionCompatibility value); }
Property Value
Type: System.Configuration.Assemblies::AssemblyVersionCompatibilityA value that represents information about the assembly's compatibility with other assemblies.
VersionCompatibility information indicates, for example, that the assembly cannot execute side-by-side with other versions due to conflicts over a device driver.
Currently, VersionCompatibility always returns AssemblyVersionCompatibility::SameMachine, and is not used by the loader. This property is reserved for a future feature.
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0