AssemblyLocatorIsCompatibleAssembly Method
Checks if the loaded assembly assemblyToCheck is compatible with the requestedAssembly.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public virtual bool IsCompatibleAssembly(
AssemblyName requestedAssembly,
Assembly assemblyToCheck
)
- requestedAssembly AssemblyName
- The name of the assembly that the system is trying to resolve.
- assemblyToCheck Assembly
- The already loaded assembly that is checked.
BooleanTrue if the assemblies are compatible.