| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
ControlFlowPointcut Constructor
Construct a new pointcut that matches all calls below the given method in the given class.
[Visual Basic]
Public Overloads Sub New( _
ByVal
type As
Type, _
ByVal
methodName As
String _
)
Parameters
-
type
- The class under which all control flows are to be matched.
-
methodName
- The method name under which all control flows are to be matched.
Remarks
If the supplied methodName is a null reference
(Nothing in Visual Basic), all control flows below the given class will be successfully matched.
See Also
ControlFlowPointcut Class | Spring.Aop.Support Namespace | ControlFlowPointcut Constructor Overload List