Gets any initialized class.
()
| 11694 | } |
| 11695 | /** Gets any initialized class. */ |
| 11696 | get classes() { |
| 11697 | return Array.from((0, utils_1.nativeIterator)(this, Il2Cpp.Api._memorySnapshotGetClasses, Il2Cpp.Class)); |
| 11698 | } |
| 11699 | /** Gets the objects tracked by this memory snapshot. */ |
| 11700 | get objects() { |
| 11701 | const array = []; |