| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractMethodInvocation.StaticPart Property
Gets the static part of this joinpoint.
[Visual Basic]
Public Overridable ReadOnly Property StaticPart() As
MemberInfo _
Public Get
End Get
End Property
[C#]
public virtual
MemberInfo StaticPart { public get; }
Property Value
The proxied member's information.
Implements
IJoinpoint.StaticPart
See Also
AbstractMethodInvocation Class | Spring.Aop.Framework Namespace