C# 클래스 Castle.DynamicProxy.Contributors.InterfaceProxyWithOptionalTargetContributor

상속: InterfaceProxyWithoutTargetContributor
파일 보기 프로젝트 열기: Jarvin-Guan/CleanAOP

공개 메소드들

메소드 설명
InterfaceProxyWithOptionalTargetContributor ( INamingScope namingScope, GetTargetExpressionDelegate getTarget, GetTargetReferenceDelegate getTargetReference ) : Castle.DynamicProxy.Generators

보호된 메소드들

메소드 설명
GetMethodGenerator ( MetaMethod method, ClassEmitter @class, ProxyGenerationOptions options, OverrideMethodDelegate overrideMethod ) : MethodGenerator

메소드 상세

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

InterfaceProxyWithOptionalTargetContributor() 공개 메소드

public InterfaceProxyWithOptionalTargetContributor ( INamingScope namingScope, GetTargetExpressionDelegate getTarget, GetTargetReferenceDelegate getTargetReference ) : Castle.DynamicProxy.Generators
namingScope INamingScope
getTarget GetTargetExpressionDelegate
getTargetReference GetTargetReferenceDelegate
리턴 Castle.DynamicProxy.Generators