ReflectionServiceIsDependentAssembly Method |
Returns true if testAssembly is dependent on baseAssembly.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool IsDependentAssembly(
Assembly baseAssembly,
Assembly testAssembly
)
Parameters
- baseAssembly Assembly
- Base assembly.
- testAssembly Assembly
- Assembly to test.
Return Value
BooleanTrue if
testAssembly is dependent on
baseAssembly.
See Also