C# Class Castle.Facilities.WcfIntegration.Proxy.WcfProxyGenerationHook

Inheritance: IProxyGenerationHook
Afficher le fichier Open project: castleproject/Windsor Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
MethodsInspected ( ) : void
NonProxyableMemberNotification ( Type type, MemberInfo memberInfo ) : void
ShouldInterceptMethod ( Type type, MethodInfo methodInfo ) : bool
WcfProxyGenerationHook ( IProxyGenerationHook hook ) : System

Private Methods

Méthode Description
IsChannelHolderMethod ( MethodInfo methodInfo ) : bool

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

public MethodsInspected ( ) : void
Résultat void

NonProxyableMemberNotification() public méthode

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

ShouldInterceptMethod() public méthode

public ShouldInterceptMethod ( Type type, MethodInfo methodInfo ) : bool
type System.Type
methodInfo System.Reflection.MethodInfo
Résultat bool

WcfProxyGenerationHook() public méthode

public WcfProxyGenerationHook ( IProxyGenerationHook hook ) : System
hook IProxyGenerationHook
Résultat System