Reflection |
Name | Description | |
---|---|---|
GetDependendAssemblies(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. | |
GetDependendAssemblies(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. | |
GetDependendAssemblies(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. |