| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AopUtils.IsDecoratorAopProxyType Method
Is the supplied objectType a composition based AOP proxy type?
[Visual Basic]
Public Shared Sub IsDecoratorAopProxyType( _
ByVal
objectType As
Type _
)
[C#]
public static
bool IsDecoratorAopProxyType(
Type objectType);
Parameters
-
objectType
- The type to be checked.
Return Value
true if the supplied objectType is a composition based AOP proxy type.
Remarks
Return whether the given type is a composition-based proxy type.
See Also
AopUtils Class | Spring.Aop.Framework Namespace