C# 클래스 Castle.Facilities.Synchronize.ControlComponentHook

Proxy generation hook to filter all System methods when proxying a Windows Forms Control.
상속: IProxyHook
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
MethodsInspected ( ) : void

Not used.

NonVirtualMemberNotification ( Type type, MemberInfo memberInfo ) : void

Not used.

ShouldInterceptMethod ( Type type, MethodInfo methodInfo ) : bool

Filters System methods.

메소드 상세

MethodsInspected() 공개 메소드

Not used.
public MethodsInspected ( ) : void
리턴 void

NonVirtualMemberNotification() 공개 메소드

Not used.
public NonVirtualMemberNotification ( Type type, MemberInfo memberInfo ) : void
type System.Type
memberInfo System.Reflection.MemberInfo
리턴 void

ShouldInterceptMethod() 공개 메소드

Filters System methods.
public ShouldInterceptMethod ( Type type, MethodInfo methodInfo ) : bool
type System.Type The type.
methodInfo System.Reflection.MethodInfo The method info.
리턴 bool