C# Class Castle.Core.InterceptorReference

Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

InterceptorReference() public méthode

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