C# Class Castle.DynamicProxy.Generators.DelegateProxyGenerationHook

Inheritance: IProxyGenerationHook
Show file Open project: Orvid/SQLInterfaceCollection

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
MethodsInspected ( ) : void
NonProxyableMemberNotification ( Type type, MemberInfo memberInfo ) : void
ShouldInterceptMethod ( Type type, MethodInfo methodInfo ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

MethodsInspected() public method

public MethodsInspected ( ) : void
return void

NonProxyableMemberNotification() public method

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

ShouldInterceptMethod() public method

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