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

ComponentName

public class ComponentName
public string Name { get; }

public bool SetByUser { get; }

public ComponentName(string name, bool setByUser)

public static ComponentName DefaultFor(Type componentType)

Gets the default name for component implemented by componentType which will be used in case when user does not provide one explicitly.

public static string DefaultNameFor(Type componentType)

Gets the default name for component implemented by componentType which will be used in case when user does not provide one explicitly.