C# Class Castle.ProxyInfrastructure.OnBehalfAwareProxyGenerationHook

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

Méthodes publiques

Свойство Type Description
target Castle.Core.ComponentModel

Méthodes publiques

Méthode Description
MethodsInspected ( ) : void
NonProxyableMemberNotification ( Type type, MemberInfo memberInfo ) : void
SetInterceptedComponentModel ( ComponentModel target ) : void
ShouldInterceptMethod ( Type type, MethodInfo methodInfo ) : 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

SetInterceptedComponentModel() public méthode

public SetInterceptedComponentModel ( ComponentModel target ) : void
target Castle.Core.ComponentModel
Résultat void

ShouldInterceptMethod() public méthode

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

Property Details

target public_oe static_oe property

public static ComponentModel,Castle.Core target
Résultat Castle.Core.ComponentModel