Summary
Calls the specified `method` once for each type in each loaded assembly that references the specified `assembly`.
- Assembly
- Kybernetik
.InspectorGadgets .dll - Namespace
- InspectorGadgets
- Containing Type
- IGUtils
Syntax
public static void ForEachTypeInDependantAssemblies(Assembly assembly, Action<Type> method)
Parameters
Name | Type | Description |
---|---|---|
assembly | Assembly | |
method | Action |
Return Value
Type | Description |
---|---|
void |