AssemblyVersionCompatibilityResolverIsAssemblyVersionCompatible Method |
Checks whether the given assebly version is compatible with the current version.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static bool IsAssemblyVersionCompatible(
AssemblyName other
)
Public Shared Function IsAssemblyVersionCompatible (
other As AssemblyName
) As Boolean
public:
static bool IsAssemblyVersionCompatible(
AssemblyName^ other
)
Parameters
- other
- Type: System.ReflectionAssemblyName
The other assembly's assembly name.
Return Value
Type:
BooleanTrue if the assemblies are compatible.
See Also