12345678910111213141516171819202122232425262728293031323334 |
- #pragma once
- typedef struct String_t String_t;
- struct Type_t;
- struct Exception_t;
- struct StringBuilder_t;
- struct MulticastDelegate_t;
- struct MethodBase_t;
- struct Assembly_t;
- #include "il2cpp-class-internals.h"
- #if RUNTIME_TINY
- struct RuntimeMethod;
- #else
- struct TypeInfo;
- struct MethodInfo;
- struct FieldInfo;
- struct Il2CppType;
- typedef Il2CppClass RuntimeClass;
- typedef MethodInfo RuntimeMethod;
- typedef FieldInfo RuntimeField;
- typedef Il2CppType RuntimeType;
- typedef Il2CppObject RuntimeObject;
- typedef Il2CppImage RuntimeImage;
- typedef Il2CppException RuntimeException;
- typedef Il2CppArray RuntimeArray;
- typedef Il2CppAssembly RuntimeAssembly;
- typedef Il2CppString RuntimeString;
- typedef Il2CppDelegate RuntimeDelegate;
- #endif
|