Click or drag to resize

ReflectionServiceGetDependendAssemblies Method

Overload List
 NameDescription
Public methodStatic memberGetDependendAssemblies(Assembly, IEnumerableAssembly) Gets a list of currently loaded assemblies that are dependend on the given base assembly. The base assembly is also in the returned list.
Public methodStatic memberGetDependendAssemblies(Assembly, Int32) Gets a list of currently loaded assemblies that are dependend on the given base assembly. The base assembly is also in the returned list.
Public methodStatic memberGetDependendAssemblies(Type, Int32) 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.
Top
See Also