C# Class Castle.Facilities.Synchronize.SynchronizeProxyHook

Proxy generation hook to filter all System methods when proxying a control.
Inheritance: IProxyGenerationHook
显示文件 Open project: castleproject/Windsor

Public Properties

Property Type Description
Instance SynchronizeProxyHook

Public Methods

Method Description
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.

Protected Methods

Method Description
SynchronizeProxyHook ( ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

MethodsInspected() public method

Not used.
public MethodsInspected ( ) : void
return void

NonProxyableMemberNotification() public method

Not used.
public NonProxyableMemberNotification ( Type type, MemberInfo memberInfo ) : void
type System.Type
memberInfo System.Reflection.MemberInfo
return void

ShouldInterceptMethod() public method

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

SynchronizeProxyHook() protected method

protected SynchronizeProxyHook ( ) : System
return System

Property Details

Instance public_oe static_oe property

Singleton instance.
public static SynchronizeProxyHook,Castle.Facilities.Synchronize Instance
return SynchronizeProxyHook