<PackageReference Include="Relativity.ObjectManager" Version="12.1.171.20" />

CastleComponentAttribute

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)