| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
CompositionAopProxyTypeBuilder.IsCompositionProxy Method
Determines if the specified type is one of those generated by this builder.
[Visual Basic]
Public Shared Sub IsCompositionProxy( _
ByVal
type As
Type _
)
[C#]
public static
bool IsCompositionProxy(
Type type);
Parameters
-
type
- The type to check.
Return Value
true if the type is a composition-based proxy; otherwise false.
See Also
CompositionAopProxyTypeBuilder Class | Spring.Aop.Framework.DynamicProxy Namespace