C# Class Castle.DynamicProxy.Contributors.ClassProxyWithTargetTargetContributor

Inheritance: CompositeTypeContributor
Afficher le fichier Open project: Jarvin-Guan/CleanAOP Class Usage Examples

Méthodes publiques

Méthode Description
ClassProxyWithTargetTargetContributor ( Type targetType, IList methodsToSkip, INamingScope namingScope ) : System

Méthodes protégées

Méthode Description
CollectElementsToProxyInternal ( IProxyGenerationHook hook ) : IEnumerable
GetMethodGenerator ( MetaMethod method, ClassEmitter @class, ProxyGenerationOptions options, OverrideMethodDelegate overrideMethod ) : MethodGenerator

Private Methods

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

Method Details

ClassProxyWithTargetTargetContributor() public méthode

public ClassProxyWithTargetTargetContributor ( Type targetType, IList methodsToSkip, INamingScope namingScope ) : System
targetType System.Type
methodsToSkip IList
namingScope INamingScope
Résultat System

CollectElementsToProxyInternal() protected méthode

protected CollectElementsToProxyInternal ( IProxyGenerationHook hook ) : IEnumerable
hook IProxyGenerationHook
Résultat IEnumerable

GetMethodGenerator() protected méthode

protected GetMethodGenerator ( MetaMethod method, ClassEmitter @class, ProxyGenerationOptions options, OverrideMethodDelegate overrideMethod ) : MethodGenerator
method MetaMethod
@class Castle.DynamicProxy.Generators.Emitters.ClassEmitter
options ProxyGenerationOptions
overrideMethod OverrideMethodDelegate
Résultat MethodGenerator