Summary
Calls the specified method once for each loaded assembly that references the specified assembly (including itself).
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- ReflectionUtilities
.Assemblies
Syntax
public static void ForEachDependantAssembly(Assembly assembly, Action<Assembly> method)
Parameters
| Name | Type | Description |
|---|---|---|
| assembly | Assembly | |
| method | Action |
Return Value
| Type | Description |
|---|---|
| void |