C# Class Castle.ProxyInfrastructure.ProxyAllHook

Inheritance: IProxyGenerationHook
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Свойство Type Description
Instances int

Méthodes publiques

Méthode Description
MethodsInspected ( ) : void
NonProxyableMemberNotification ( Type type, MemberInfo memberInfo ) : void
ProxyAllHook ( ) : System
ShouldInterceptMethod ( Type type, MethodInfo memberInfo ) : bool

Method Details

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

ProxyAllHook() public méthode

public ProxyAllHook ( ) : System
Résultat System

ShouldInterceptMethod() public méthode

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

Property Details

Instances public_oe static_oe property

public static int Instances
Résultat int