| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
IAdvised.IsInterfaceProxied Method
Is the supplied intf (interface) Type proxied?
[Visual Basic]
Public Sub IsInterfaceProxied( _
ByVal
intf As
Type _
)
[C#]
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 .
See Also
IAdvised Interface | Spring.Aop.Framework Namespace