C# Class Castle.Facilities.Synchronize.ControlComponentHook

Proxy generation hook to filter all System methods when proxying a Windows Forms Control.
Inheritance: IProxyHook
Mostrar archivo Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
MethodsInspected ( ) : void

Not used.

NonVirtualMemberNotification ( Type type, MemberInfo memberInfo ) : void

Not used.

ShouldInterceptMethod ( Type type, MethodInfo methodInfo ) : bool

Filters System methods.

Method Details

MethodsInspected() public method

Not used.
public MethodsInspected ( ) : void
return void

NonVirtualMemberNotification() public method

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