| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
IJoinpoint.StaticPart Property
Gets the static part of this joinpoint.
[Visual Basic]
Public MustOverride ReadOnly Property StaticPart() As
MemberInfo Public Get
End Get
End Property
Property Value
The static part of this joinpoint.
Remarks
The static part is an accessible object on which a chain of interceptors are installed.
See Also
IJoinpoint Interface | AopAlliance.Intercept Namespace