ReflectionUtilities.Assemblies.

ReflectionUtilities.

ForEachTypeInDependantAssemblies(Action<Type>) Method

Summary

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

Syntax

public static void ForEachTypeInDependantAssemblies(Action<Type> method)

Parameters

Name Type Description
method Action<Type>

Return Value

Type Description
void