| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
ObjectFactoryAdvisorRetrievalHelper.GetAdvisorCandidateNames Method
Gets the names of advisor candidates
[Visual Basic]
Protected Overridable Sub GetAdvisorCandidateNames( _
ByVal
targetType As
Type, _
ByVal
targetName As
String _
)
[C#]
protected virtual
string[] GetAdvisorCandidateNames(
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 non-null string array of advisor candidate names
See Also
ObjectFactoryAdvisorRetrievalHelper Class | Spring.Aop.Framework.AutoProxy Namespace