| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AdvisedProxy.GetInterceptors Method
Returns a list of method interceptors
[Visual Basic]
Public Sub GetInterceptors( _
ByVal
targetType As
Type, _
ByVal
method As
MethodInfo _
)
Parameters
-
targetType
- target type
-
method
- target method
Return Value
list of inteceptors for the specified method
See Also
AdvisedProxy Class | Spring.Aop.Framework.DynamicProxy Namespace