Type.GetInterfaces Method
When overridden in a derived class, this method gets all of the interfaces implemented or inherited by the current type.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
public virtual abstract Type [] GetInterfaces ()
Return Value
An array of Type objects representing all of the interfaces implemented or inherited by the current type.
-or-
An empty Type array, if no interfaces are implemented or inherited by the current type.
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.