Returns an array of all the interfaces implemented on this a class and its super classes.
[Visual Basic] Overrides Public Function GetInterfaces() As Type () [C#] public override Type[] GetInterfaces(); [C++] public: override Type* GetInterfaces() []; [JScript] public override function GetInterfaces() : Type[];
Returns an array of Type objects representing the implemented interfaces. If none are defined, an empty array is returned.
EnumBuilder Class | EnumBuilder Members | System.Reflection.Emit Namespace