| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AdvisedSupport.IsInterfaceProxied Method
Is the supplied intf (interface) Type proxied?
[Visual Basic]
Public Overridable Sub IsInterfaceProxied( _
ByVal
intf As
Type _
) _
[C#]
public virtual
bool IsInterfaceProxied(
Type intf);
Parameters
-
intf
- The interface Type to test.
Return Value
true if the supplied intf (interface) Type is proxied; false if not or the supplied intf is .
Implements
IAdvised.IsInterfaceProxied
See Also
AdvisedSupport Class | Spring.Aop.Framework Namespace | IsInterfaceProxied