GetInterfaces Method

TypeDelegator.GetInterfaces Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Returns all the interfaces implemented on the current class and its base classes.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public Overrides Function GetInterfaces As Type()

Return Value

Type: System.Type ()
An array of type Type containing all the interfaces implemented on the current class and its base classes. If none are defined, an empty array is returned.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft