| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
IJoinpoint.This Property
Gets the object that holds the current joinpoint's static part.
[Visual Basic]
Public MustOverride ReadOnly Property This() As
Object Public Get
End Get
End Property
[C#]
public
object This { public get; }
Property Value
The object that holds the current joinpoint's static part.
Remarks
For instance, the target object for a method invocation.
See Also
IJoinpoint Interface | AopAlliance.Intercept Namespace