| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractAdvisorAutoProxyCreator.FindCandidateAdvisors Method
Find all possible advisor candidates to use in auto-proxying
[Visual Basic]
Protected Overridable Sub FindCandidateAdvisors( _
ByVal
targetType As
Type, _
ByVal
targetName As
String _
)
[C#]
protected virtual
IList FindCandidateAdvisors(
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 list of candidate advisors
See Also
AbstractAdvisorAutoProxyCreator Class | Spring.Aop.Framework.AutoProxy Namespace