Click or drag to resize

ReflectionServiceIsDependentAssembly Method

Returns true if testAssembly is dependent on baseAssembly.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool IsDependentAssembly(
	Assembly baseAssembly,
	Assembly testAssembly
)

Parameters

baseAssembly  Assembly
Base assembly.
testAssembly  Assembly
Assembly to test.

Return Value

Boolean
True if testAssembly is dependent on baseAssembly.
See Also