| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
ObjectFactoryAdvisorRetrievalHelper.FindAdvisorObjects Method
Find all all eligible advisor objects in the current object factory.
[Visual Basic]
Public Overridable Sub FindAdvisorObjects( _
ByVal
targetType As
Type, _
ByVal
targetName As
String _
) _
[C#]
public virtual
IList FindAdvisorObjects(
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
A list of eligible IAdvisor instances
Implements
IAdvisorRetrievalHelper.FindAdvisorObjects
See Also
ObjectFactoryAdvisorRetrievalHelper Class | Spring.Aop.Framework.AutoProxy Namespace