Bez popisu
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.

__Generated_CodeGen.c 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. #include "pch-c.h"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include "codegen/il2cpp-codegen-metadata.h"
  8. // 0x00000001 System.Object IActivationFactory::ActivateInstance()
  9. // 0x00000002 System.Void System.__Il2CppComObject::Finalize()
  10. extern void __Il2CppComObject_Finalize_m720B2062F661A0770A32D24B731AD4AFE314A5CD (void);
  11. // 0x00000003 System.Void System.__Il2CppComDelegate::Finalize()
  12. extern void __Il2CppComDelegate_Finalize_mC9F8EA94444C3AF0A43CC723A23EE4D8B7984F8C (void);
  13. static Il2CppMethodPointer s_methodPointers[3] =
  14. {
  15. NULL,
  16. __Il2CppComObject_Finalize_m720B2062F661A0770A32D24B731AD4AFE314A5CD,
  17. __Il2CppComDelegate_Finalize_mC9F8EA94444C3AF0A43CC723A23EE4D8B7984F8C,
  18. };
  19. static const int32_t s_InvokerIndices[3] =
  20. {
  21. 0,
  22. 5559,
  23. 5559,
  24. };
  25. IL2CPP_EXTERN_C const Il2CppCodeGenModule g___Generated_CodeGenModule;
  26. const Il2CppCodeGenModule g___Generated_CodeGenModule =
  27. {
  28. "__Generated",
  29. 3,
  30. s_methodPointers,
  31. 0,
  32. NULL,
  33. s_InvokerIndices,
  34. 0,
  35. NULL,
  36. 0,
  37. NULL,
  38. 0,
  39. NULL,
  40. NULL,
  41. NULL, // module initializer,
  42. NULL,
  43. NULL,
  44. NULL,
  45. };