| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AttributeMatchMethodPointcut Constructor
Creates a new instance of the AttributeMatchMethodPointcut class.
[Visual Basic]
Public Overloads Sub New( _
ByVal
attribute As
Type, _
ByVal
inherit As
Boolean, _
ByVal
checkInterfaces As
Boolean _
)
Parameters
-
attribute
- The Attribute to match.
-
inherit
- Flag that controls whether or not the inheritance tree of the method to be included in the search for the Attribute?
-
checkInterfaces
- Flag that controls whether or not interfaces attributes of the method to be included in the search for the Attribute?
See Also
AttributeMatchMethodPointcut Class | Spring.Aop.Support Namespace | AttributeMatchMethodPointcut Constructor Overload List