No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

il2cpp-codegen-metadata.h 680B

123456789101112131415161718192021222324252627
  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. struct TypeInfo;
  11. struct MethodInfo;
  12. struct FieldInfo;
  13. struct Il2CppType;
  14. typedef Il2CppClass RuntimeClass;
  15. typedef MethodInfo RuntimeMethod;
  16. typedef FieldInfo RuntimeField;
  17. typedef Il2CppType RuntimeType;
  18. typedef Il2CppObject RuntimeObject;
  19. typedef Il2CppImage RuntimeImage;
  20. typedef Il2CppException RuntimeException;
  21. typedef Il2CppArray RuntimeArray;
  22. typedef Il2CppAssembly RuntimeAssembly;
  23. typedef Il2CppString RuntimeString;
  24. typedef Il2CppDelegate RuntimeDelegate;