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.
Assembly: mscorlib (in mscorlib.dll)
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.
Show: