| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
PointcutFilteringAutoProxyCreator.IsEligibleForProxying Method
Determines, whether the given object shall be proxied.
[Visual Basic]
Protected Overrides Sub IsEligibleForProxying( _
ByVal
targetType As
Type, _
ByVal
targetName As
String _
)
[C#]
protected override
bool IsEligibleForProxying(
Type targetType,
string targetName);
See Also
PointcutFilteringAutoProxyCreator Class | Spring.Aop.Framework.AutoProxy Namespace