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

Proxy generation hook to filter all System methods when proxying a control.
상속: IProxyGenerationHook
파일 보기 프로젝트 열기: castleproject/Windsor

공개 프로퍼티들

프로퍼티 타입 설명
Instance SynchronizeProxyHook

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
MethodsInspected ( ) : void

Not used.

NonProxyableMemberNotification ( Type type, MemberInfo memberInfo ) : void

Not used.

ShouldInterceptMethod ( Type type, MethodInfo methodInfo ) : bool

Filters System methods.

보호된 메소드들

메소드 설명
SynchronizeProxyHook ( ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

MethodsInspected() 공개 메소드

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

NonProxyableMemberNotification() 공개 메소드

Not used.
public NonProxyableMemberNotification ( 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

SynchronizeProxyHook() 보호된 메소드

protected SynchronizeProxyHook ( ) : System
리턴 System

프로퍼티 상세

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

Singleton instance.
public static SynchronizeProxyHook,Castle.Facilities.Synchronize Instance
리턴 SynchronizeProxyHook