AssemblyLocatorIsCompatibleAssembly Method

Checks if the loaded assembly assemblyToCheck is compatible with the requestedAssembly.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual bool IsCompatibleAssembly(
	AssemblyName requestedAssembly,
	Assembly assemblyToCheck
)

Parameters

requestedAssembly  AssemblyName
The name of the assembly that the system is trying to resolve.
assemblyToCheck  Assembly
The already loaded assembly that is checked.

Return Value

Boolean
True if the assemblies are compatible.

See Also