Gets the class of this type.
()
| 12426 | class Il2CppType extends native_struct_1.NonNullNativeStruct { |
| 12427 | /** Gets the class of this type. */ |
| 12428 | get class() { |
| 12429 | return new Il2Cpp.Class(Il2Cpp.Api._classFromType(this)); |
| 12430 | } |
| 12431 | /** */ |
| 12432 | get fridaAlias() { |
| 12433 | if (this.isByReference) { |
no test coverage detected