C# Class Castle.Core.InterceptorReference

Mostrar archivo Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
InterceptorReference ( String componentKey ) : System

Initializes a new instance of the InterceptorReference class.

InterceptorReference ( Type serviceType ) : System

Initializes a new instance of the InterceptorReference class.

Method Details

InterceptorReference() public method

Initializes a new instance of the InterceptorReference class.
public InterceptorReference ( String componentKey ) : System
componentKey String The component key.
return System

InterceptorReference() public method

Initializes a new instance of the InterceptorReference class.
public InterceptorReference ( Type serviceType ) : System
serviceType System.Type Type of the service.
return System