Gets the interfaces implemented or inherited by the current class.
()
| 11048 | } |
| 11049 | /** Gets the interfaces implemented or inherited by the current class. */ |
| 11050 | get interfaces() { |
| 11051 | return Array.from((0, utils_1.nativeIterator)(this, Il2Cpp.Api._classGetInterfaces, Il2Cpp.Class)); |
| 11052 | } |
| 11053 | /** Gets the methods implemented by the current class. */ |
| 11054 | get methods() { |
| 11055 | return Array.from((0, utils_1.nativeIterator)(this, Il2Cpp.Api._classGetMethods, Il2Cpp.Method)); |