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