| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AdvisedProxy.TargetType Property
Gets the target type behind the implementing object. Ttypically a proxy configuration or an actual proxy.
[Visual Basic]
Public ReadOnly Property TargetType() As
Type Public Get
End Get
End Property
[C#]
public
Type TargetType { public get; }
Property Value
The type of the target or null if not known.
See Also
AdvisedProxy Class | Spring.Aop.Framework.DynamicProxy Namespace