| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AdvisedSupport.RemoveInterface Method
Removes the supplied (proxied) intf.
[Visual Basic]
Public Overridable Sub RemoveInterface( _
ByVal
intf As
Type _
)
[C#]
public virtual
bool RemoveInterface(
Type intf);
Parameters
-
intf
- The interface to remove.
Return Value
true if the interface was removed.
Remarks
Does nothing if the supplied (proxied) intf isn't proxied.
See Also
AdvisedSupport Class | Spring.Aop.Framework Namespace