C# 클래스 Castle.ProxyInfrastructure.OnBehalfAwareProxyGenerationHook

상속: IProxyGenerationHook, IOnBehalfAware
파일 보기 프로젝트 열기: castleproject/Windsor

공개 프로퍼티들

프로퍼티 타입 설명
target Castle.Core.ComponentModel

공개 메소드들

메소드 설명
MethodsInspected ( ) : void
NonProxyableMemberNotification ( Type type, MemberInfo memberInfo ) : void
SetInterceptedComponentModel ( ComponentModel target ) : void
ShouldInterceptMethod ( Type type, MethodInfo methodInfo ) : bool

메소드 상세

MethodsInspected() 공개 메소드

public MethodsInspected ( ) : void
리턴 void

NonProxyableMemberNotification() 공개 메소드

public NonProxyableMemberNotification ( Type type, MemberInfo memberInfo ) : void
type System.Type
memberInfo System.Reflection.MemberInfo
리턴 void

SetInterceptedComponentModel() 공개 메소드

public SetInterceptedComponentModel ( ComponentModel target ) : void
target Castle.Core.ComponentModel
리턴 void

ShouldInterceptMethod() 공개 메소드

public ShouldInterceptMethod ( Type type, MethodInfo methodInfo ) : bool
type System.Type
methodInfo System.Reflection.MethodInfo
리턴 bool

프로퍼티 상세

target 공개적으로 정적으로 프로퍼티

public static ComponentModel,Castle.Core target
리턴 Castle.Core.ComponentModel