Returns an array of Type objects representing all the interfaces implemented on the current class and its superclasses.
[Visual Basic] Overrides Public Function GetInterfaces() As Type () [C#] public override Type[] GetInterfaces(); [C++] public: override Type* GetInterfaces() []; [JScript] public override function GetInterfaces() : Type[];
An array of Type objects representing all the interfaces implemented on the current class and its superclasses. If none are defined, an empty array is returned.
To be supplied
TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace