C# Класс Castle.Core.InterceptorReference

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
InterceptorReference ( String componentKey ) : System

Initializes a new instance of the InterceptorReference class.

InterceptorReference ( Type serviceType ) : System

Initializes a new instance of the InterceptorReference class.

Описание методов

InterceptorReference() публичный Метод

Initializes a new instance of the InterceptorReference class.
public InterceptorReference ( String componentKey ) : System
componentKey String The component key.
Результат System

InterceptorReference() публичный Метод

Initializes a new instance of the InterceptorReference class.
public InterceptorReference ( Type serviceType ) : System
serviceType System.Type Type of the service.
Результат System