Share via


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 .NET Micro Framework version 2.0, 2.5

See Also

Reference

Type Class
Type Members
System Namespace