AssemblyVersionCompatibilityResolver Class

A static class with pre-defined name that contains the assembly version compatibility checking method.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static class AssemblyVersionCompatibilityResolver
Inheritance
Object    AssemblyVersionCompatibilityResolver

Methods

IsAssemblyVersionCompatible Checks whether the given assebly version is compatible with the current version.

See Also