| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractAdvisorAutoProxyCreator.FindEligibleAdvisors Method
Find all eligible advices and for autoproxying this class.
[Visual Basic]
Protected Sub FindEligibleAdvisors( _
ByVal
targetType As
Type, _
ByVal
targetName As
String _
)
[C#]
protected
IList FindEligibleAdvisors(
Type targetType,
string targetName);
Parameters
-
targetType
- the type of the object to be advised
-
targetName
- the name of the object to be advised
Return Value
the empty list, not null, if there are no pointcuts or interceptors. The by-order sorted list of advisors otherwise
See Also
AbstractAdvisorAutoProxyCreator Class | Spring.Aop.Framework.AutoProxy Namespace