C# Class Castle.DynamicProxy.Contributors.InterfaceProxyWithOptionalTargetContributor

Inheritance: InterfaceProxyWithoutTargetContributor
Afficher le fichier Open project: Jarvin-Guan/CleanAOP

Méthodes publiques

Méthode Description
InterfaceProxyWithOptionalTargetContributor ( INamingScope namingScope, GetTargetExpressionDelegate getTarget, GetTargetReferenceDelegate getTargetReference ) : Castle.DynamicProxy.Generators

Méthodes protégées

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

Method Details

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

InterfaceProxyWithOptionalTargetContributor() public méthode

public InterfaceProxyWithOptionalTargetContributor ( INamingScope namingScope, GetTargetExpressionDelegate getTarget, GetTargetReferenceDelegate getTargetReference ) : Castle.DynamicProxy.Generators
namingScope INamingScope
getTarget GetTargetExpressionDelegate
getTargetReference GetTargetReferenceDelegate
Résultat Castle.DynamicProxy.Generators