| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AdvisedSupport.AddInterfaceInternal Method
Adds a new interface to the list of interfaces that are proxied by this proxy.
[Visual Basic]
Protected Overridable Sub AddInterfaceInternal( _
ByVal
intf As
Type _
)
[C#]
protected virtual
void AddInterfaceInternal(
Type intf);
Parameters
-
intf
- The interface to be proxied by this proxy.
Remarks
Access is not synchronized.
See Also
AdvisedSupport Class | Spring.Aop.Framework Namespace