C# Class Castle.Facilities.Synchronize.ControlComponentHook

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

Méthodes publiques

Méthode 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 méthode

Not used.
public MethodsInspected ( ) : void
Résultat void

NonVirtualMemberNotification() public méthode

Not used.
public NonVirtualMemberNotification ( Type type, MemberInfo memberInfo ) : void
type System.Type
memberInfo System.Reflection.MemberInfo
Résultat void

ShouldInterceptMethod() public méthode

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