| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AdvisedSupport.Interfaces Property
Returns the collection of interface Types to be (or that are being) proxied by this proxy.
[Visual Basic]
Public Overridable Property Interfaces() As
Type _
Public Get
End Get
Public Set
End Set
End Property
[C#]
public virtual
Type[] Interfaces { public get; public set; }
Property Value
The collection of interface Types to be (or that are being) proxied by this proxy.
Implements
IAdvised.Interfaces
See Also
AdvisedSupport Class | Spring.Aop.Framework Namespace | Interfaces