C# Класс Castle.Facilities.TypedFactory.Internal.TypedFactoryInterceptor

Наследование: IInterceptor, IOnBehalfAware, IDisposable
Показать файл Открыть проект

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

Метод Описание
Dispose ( ) : void
Intercept ( IInvocation invocation ) : void
SetInterceptedComponentModel ( ComponentModel target ) : void
TypedFactoryInterceptor ( IKernelInternal kernel, ITypedFactoryComponentSelector componentSelector ) : System

Приватные методы

Метод Описание
Release ( IInvocation invocation ) : void
Resolve ( IInvocation invocation ) : void
TryGetMethod ( IInvocation invocation, FactoryMethod &method ) : bool

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

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

public Dispose ( ) : void
Результат void

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

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
Результат void

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

public SetInterceptedComponentModel ( ComponentModel target ) : void
target Castle.Core.ComponentModel
Результат void

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

public TypedFactoryInterceptor ( IKernelInternal kernel, ITypedFactoryComponentSelector componentSelector ) : System
kernel IKernelInternal
componentSelector ITypedFactoryComponentSelector
Результат System