C# Class Castle.Facilities.Synchronize.SynchronizeProxyHook

Proxy generation hook to filter all System methods when proxying a control.
Inheritance: IProxyGenerationHook
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Свойство Type Description
Instance SynchronizeProxyHook

Méthodes publiques

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

Méthodes protégées

Méthode Description
SynchronizeProxyHook ( ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

MethodsInspected() public méthode

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

NonProxyableMemberNotification() public méthode

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

SynchronizeProxyHook() protected méthode

protected SynchronizeProxyHook ( ) : System
Résultat System

Property Details

Instance public_oe static_oe property

Singleton instance.
public static SynchronizeProxyHook,Castle.Facilities.Synchronize Instance
Résultat SynchronizeProxyHook