il2cpp-codegen-metadata.h 735 B

12345678910111213141516171819202122232425262728293031323334
  1. #pragma once
  2. typedef struct String_t String_t;
  3. struct Type_t;
  4. struct Exception_t;
  5. struct StringBuilder_t;
  6. struct MulticastDelegate_t;
  7. struct MethodBase_t;
  8. struct Assembly_t;
  9. #include "il2cpp-class-internals.h"
  10. #if RUNTIME_TINY
  11. struct RuntimeMethod;
  12. #else
  13. struct TypeInfo;
  14. struct MethodInfo;
  15. struct FieldInfo;
  16. struct Il2CppType;
  17. typedef Il2CppClass RuntimeClass;
  18. typedef MethodInfo RuntimeMethod;
  19. typedef FieldInfo RuntimeField;
  20. typedef Il2CppType RuntimeType;
  21. typedef Il2CppObject RuntimeObject;
  22. typedef Il2CppImage RuntimeImage;
  23. typedef Il2CppException RuntimeException;
  24. typedef Il2CppArray RuntimeArray;
  25. typedef Il2CppAssembly RuntimeAssembly;
  26. typedef Il2CppString RuntimeString;
  27. typedef Il2CppDelegate RuntimeDelegate;
  28. #endif