Skip to content

AssemblySorter.Sort method

Sorts the specified assemblies based on their dependencies.

public static IEnumerable<Assembly> Sort(IEnumerable<Assembly> assemblies)
parameter description
assemblies The assemblies.

Return Value

The assemblies sorted so that dependencies come before dependents.

See Also