AssemblyName.VersionCompatibility Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets information related to the assembly's compatibility with other assemblies.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Configuration.Assemblies.AssemblyVersionCompatibilityInformation about the assembly's compatibility with other assemblies.
VersionCompatibility information indicates, for example, that the assembly cannot execute side-by-side with other versions because of conflicts over a device driver.
Currently, VersionCompatibility always returns SameMachine, and is not used by the loader. This property is reserved for a future feature.