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