<PackageReference Include="castle.windsor" Version="2.5.1" />

InterceptorReference

public string ComponentKey { get; }

public Type ServiceType { get; }

public InterceptorReference(string componentKey)

public InterceptorReference(Type serviceType)

public static InterceptorReference ForKey(string key)

public static InterceptorReference ForType(Type service)

public static InterceptorReference ForType<T>()

public bool Equals(InterceptorReference other)