ReflectionServiceGetDependendAssemblies(Assembly, Int32) Method |
Gets a list of currently loaded assemblies that are dependend on the given base assembly. The base assembly is also in the returned list.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Assembly[] GetDependendAssemblies(
Assembly baseAssembly,
int start
)
Parameters
- baseAssembly Assembly
- The base assembly.
- start Int32
- Index into the _loadedAssemblies array where to start the search. Set it to 0 if you want a full search.
Return Value
AssemblyAll assemblies, that are currently loaded and that references the given base assembly. The base assembly is also in the returned list.
See Also