| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractMethodInvocation.TargetType Property
Gets the type of the target object.
[Visual Basic]
Public Overridable ReadOnly Property TargetType() As
Type _
Public Get
End Get
End Property
[C#]
public virtual
Type TargetType { public get; }
Property Value
The type of the target object.
Implements
IMethodInvocation.TargetType
See Also
AbstractMethodInvocation Class | Spring.Aop.Framework Namespace