| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
InheritanceBasedAopConfigurer.IsInfrastructureType Method
Determines whether the object is an infrastructure type, IAdvisor, IAdvice, IAdvisors, AbstractAutoProxyCreator or InheritanceBasedAopConfigurer.
[Visual Basic]
Protected Overridable Sub IsInfrastructureType( _
ByVal
type As
Type, _
ByVal
name As
String _
)
[C#]
protected virtual
bool IsInfrastructureType(
Type type,
string name);
Parameters
-
type
- The object type to compare
-
name
- The name of the object
Return Value
true if [is infrastructure type] [the specified obj]; otherwise, false.
See Also
InheritanceBasedAopConfigurer Class | Spring.Aop.Framework.AutoProxy Namespace