C# 클래스 Castle.DynamicProxy.Generators.MethodWithInvocationGenerator

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

공개 메소드들

메소드 설명
MethodWithInvocationGenerator ( MetaMethod method, Reference interceptors, Type invocation, GetTargetExpressionDelegate getTargetExpression, OverrideMethodDelegate createMethod, IInvocationCreationContributor contributor ) : System

보호된 메소드들

메소드 설명
BuildMethodInterceptorsField ( ClassEmitter @class, MethodInfo method, INamingScope namingScope ) : FieldReference
BuildProxiedMethodBody ( MethodEmitter emitter, ClassEmitter @class, ProxyGenerationOptions options, INamingScope namingScope ) : MethodEmitter

비공개 메소드들

메소드 설명
EmitLoadGenricMethodArguments ( MethodEmitter methodEmitter, MethodInfo method, Reference invocationLocal ) : void
GetCtorArguments ( ClassEmitter @class, INamingScope namingScope, Expression proxiedMethodTokenExpression, TypeReference dereferencedArguments ) : Castle.DynamicProxy.Generators.Emitters.SimpleAST.Expression[]
HasByRefArguments ( ArgumentReference arguments ) : bool
ModifyArguments ( ClassEmitter @class, Expression arguments ) : Castle.DynamicProxy.Generators.Emitters.SimpleAST.Expression[]

메소드 상세

BuildMethodInterceptorsField() 보호된 메소드

protected BuildMethodInterceptorsField ( ClassEmitter @class, MethodInfo method, INamingScope namingScope ) : FieldReference
@class Castle.DynamicProxy.Generators.Emitters.ClassEmitter
method System.Reflection.MethodInfo
namingScope INamingScope
리턴 Castle.DynamicProxy.Generators.Emitters.SimpleAST.FieldReference

BuildProxiedMethodBody() 보호된 메소드

protected BuildProxiedMethodBody ( MethodEmitter emitter, ClassEmitter @class, ProxyGenerationOptions options, INamingScope namingScope ) : MethodEmitter
emitter Castle.DynamicProxy.Generators.Emitters.MethodEmitter
@class Castle.DynamicProxy.Generators.Emitters.ClassEmitter
options ProxyGenerationOptions
namingScope INamingScope
리턴 Castle.DynamicProxy.Generators.Emitters.MethodEmitter

MethodWithInvocationGenerator() 공개 메소드

public MethodWithInvocationGenerator ( MetaMethod method, Reference interceptors, Type invocation, GetTargetExpressionDelegate getTargetExpression, OverrideMethodDelegate createMethod, IInvocationCreationContributor contributor ) : System
method MetaMethod
interceptors Reference
invocation System.Type
getTargetExpression GetTargetExpressionDelegate
createMethod OverrideMethodDelegate
contributor IInvocationCreationContributor
리턴 System