C# Class Castle.ProxyInfrastructure.ProxyNothingHook

Inheritance: IProxyGenerationHook
Show file Open project: castleproject/Windsor Class Usage Examples

Public Methods

Method Description
MethodsInspected ( ) : void
NonProxyableMemberNotification ( Type type, MemberInfo memberInfo ) : 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

ShouldInterceptMethod() public method

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