| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
ControlFlowPointcut.IsRuntime Property
Is this a runtime pointcut?
[Visual Basic]
Public NotOverridable ReadOnly Property IsRuntime() As
Boolean _
Public Get
End Get
End Property
[C#]
public
bool IsRuntime { public get; }
Property Value
true if this is a runtime pointcut.
Implements
IMethodMatcher.IsRuntime
Remarks
This implementation is a runtime pointcut, and so always returns true.
See Also
ControlFlowPointcut Class | Spring.Aop.Support Namespace | IsRuntime