| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AopUtils.GetAllInterfacesFromType Method
Gets all of the interfaces that the supplied Type implements.
[Visual Basic]
Public Shared Sub GetAllInterfacesFromType( _
ByVal
type As
Type _
)
[C#]
public static
Type[] GetAllInterfacesFromType(
Type type);
Parameters
-
type
- The type to analyse for interfaces.
Return Value
All of the interfaces that the supplied Type implements.
Remarks
This includes interfaces implemented by any superclasses.
See Also
AopUtils Class | Spring.Aop.Framework Namespace