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

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

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

Метод Описание
Generate ( IProxyBuilder builder, Castle.DynamicProxy.ProxyGenerationOptions options, IInterceptor interceptors, ComponentModel model, CreationContext context ) : object

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

Метод Описание
GetInvokeDelegate ( object instance, Type targetDelegateType ) : object
GetProxyInstance ( Type type, IInterceptor interceptors ) : object
GetProxyType ( IProxyBuilder builder, Type targetDelegateType ) : Type

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

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

public Generate ( IProxyBuilder builder, Castle.DynamicProxy.ProxyGenerationOptions options, IInterceptor interceptors, ComponentModel model, CreationContext context ) : object
builder IProxyBuilder
options Castle.DynamicProxy.ProxyGenerationOptions
interceptors IInterceptor
model Castle.Core.ComponentModel
context CreationContext
Результат object