C# Class Castle.ProxyInfrastructure.OnBehalfAwareProxyGenerationHook

Inheritance: IProxyGenerationHook, IOnBehalfAware
Show file Open project: castleproject/Windsor

Public Properties

Property Type Description
target Castle.Core.ComponentModel

Public Methods

Method Description
MethodsInspected ( ) : void
NonProxyableMemberNotification ( Type type, MemberInfo memberInfo ) : void
SetInterceptedComponentModel ( ComponentModel target ) : void
ShouldInterceptMethod ( Type type, MethodInfo methodInfo ) : bool

Method Details

MethodsInspected() public method

public MethodsInspected ( ) : void
return void

NonProxyableMemberNotification() public method

public NonProxyableMemberNotification ( Type type, MemberInfo memberInfo ) : void
type System.Type
memberInfo System.Reflection.MemberInfo
return void

SetInterceptedComponentModel() public method

public SetInterceptedComponentModel ( ComponentModel target ) : void
target Castle.Core.ComponentModel
return void

ShouldInterceptMethod() public method

public ShouldInterceptMethod ( Type type, MethodInfo methodInfo ) : bool
type System.Type
methodInfo System.Reflection.MethodInfo
return bool

Property Details

target public static property

public static ComponentModel,Castle.Core target
return Castle.Core.ComponentModel