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

InterceptorReference

Represents an reference to a Interceptor component.
public InterceptorReference(string referencedComponentName)

Initializes a new instance of the InterceptorReference class.

public InterceptorReference(Type componentType)

Initializes a new instance of the InterceptorReference class.

public static InterceptorReference ForKey(string key)

Gets an InterceptorReference for the component key.

public static InterceptorReference ForType(Type service)

Gets an InterceptorReference for the service.

public static InterceptorReference ForType<T>()

Gets an InterceptorReference for the service.

public bool Equals(InterceptorReference other)