C# Class Castle.ProxyInfrastructure.ProxyAllHook

Inheritance: IProxyGenerationHook
Datei anzeigen Open project: castleproject/Windsor

Public Properties

Property Type Description
Instances int

Public Methods

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

ProxyAllHook() public method

public ProxyAllHook ( ) : System
return System

ShouldInterceptMethod() public method

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

Property Details

Instances public_oe static_oe property

public static int Instances
return int