ReflectionUtilities.Assemblies.

ReflectionUtilities.

ForEachTypeInDependantAssemblies(Assembly, Action<Type>) Method

Summary

Calls the specified `method` once for each type in each loaded assembly that references the specified `assembly`.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
ReflectionUtilities.Assemblies

Syntax

public static void ForEachTypeInDependantAssemblies(Assembly assembly, Action<Type> method)

Parameters

Name Type Description
assembly Assembly
method Action<Type>

Return Value

Type Description
void