<PackageReference Include="Castle.Windsor" Version="5.1.2" />

Classes

public static class Classes
Entry point to fluent way to register, by convention, multiple concrete (non-abstract) classes (that include also delegate types). Use static methods on the class to fluently build registration.
public static FromTypesDescriptor From(IEnumerable<Type> types)

Prepares to register types from a list of types.

public static FromTypesDescriptor From(Type[] types)

Prepares to register types from a list of types.

Prepares to register types from an assembly.

Prepares to register types from an assembly containing the type.

Prepares to register types from an assembly containing the type.

Prepares to register types from assemblies found in a given directory that meet additional optional restrictions.

Scans current assembly and all referenced assemblies with the same first part of the name.

public static FromAssemblyDescriptor FromAssemblyNamed(string assemblyName)

Prepares to register types from an assembly.

Prepares to register types from the assembly containing the code invoking this method.