C# Класс Castle.DynamicProxy.Contributors.ClassProxyWithTargetTargetContributor

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

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

Метод Описание
ClassProxyWithTargetTargetContributor ( Type targetType, IList methodsToSkip, INamingScope namingScope ) : System

Защищенные методы

Метод Описание
CollectElementsToProxyInternal ( IProxyGenerationHook hook ) : IEnumerable
GetMethodGenerator ( MetaMethod method, ClassEmitter @class, ProxyGenerationOptions options, OverrideMethodDelegate overrideMethod ) : MethodGenerator

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

Метод Описание
BuildInvocationType ( MetaMethod method, ClassEmitter @class, ProxyGenerationOptions options ) : Type
GetContributor ( Type @delegate, MetaMethod method ) : IInvocationCreationContributor
GetDelegateType ( MetaMethod method, ClassEmitter @class, ProxyGenerationOptions options ) : Type
GetInvocationType ( MetaMethod method, ClassEmitter @class, ProxyGenerationOptions options ) : Type
IndirectlyCalledMethodGenerator ( MetaMethod method, ClassEmitter proxy, ProxyGenerationOptions options, OverrideMethodDelegate overrideMethod ) : MethodGenerator
IsDirectlyAccessible ( MetaMethod method ) : bool

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

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

public ClassProxyWithTargetTargetContributor ( Type targetType, IList methodsToSkip, INamingScope namingScope ) : System
targetType System.Type
methodsToSkip IList
namingScope INamingScope
Результат System

CollectElementsToProxyInternal() защищенный Метод

protected CollectElementsToProxyInternal ( IProxyGenerationHook hook ) : IEnumerable
hook IProxyGenerationHook
Результат IEnumerable

GetMethodGenerator() защищенный Метод

protected GetMethodGenerator ( MetaMethod method, ClassEmitter @class, ProxyGenerationOptions options, OverrideMethodDelegate overrideMethod ) : MethodGenerator
method MetaMethod
@class Castle.DynamicProxy.Generators.Emitters.ClassEmitter
options ProxyGenerationOptions
overrideMethod OverrideMethodDelegate
Результат MethodGenerator