Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AssemblyName::VersionCompatibility Property

 

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

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public:
property AssemblyVersionCompatibility VersionCompatibility {
	AssemblyVersionCompatibility get();
	void set(AssemblyVersionCompatibility value);
}

Property Value

Type: System.Configuration.Assemblies::AssemblyVersionCompatibility

A 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.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft