ReflectionServiceGetDependendAssemblies(Type, Int32) Method | 
            Gets a list of currently loaded assemblies that are dependend on the given types. This includes also the assembly itself, where the type(s) are defined, and all
            assemblies dependent on that.
            
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic static Assembly[] GetDependendAssemblies(
	Type[] types,
	int start
)
Parameters
- types  Type
 - One or more types.
 - 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