CastleComponentAttribute public class CastleComponentAttribute : LifestyleAttribute Documentation public bool HasName { get; } public string Name { get; } public Type[] Services { get; } public bool ServicesSpecifiedExplicitly { get; } public CastleComponentAttribute(string name) public CastleComponentAttribute(Type[] services) public CastleComponentAttribute(string name, Type[] services) public CastleComponentAttribute(string name, LifestyleType lifestyle, Type[] services) public static CastleComponentAttribute GetDefaultsFor(Type type)