__Generated.cpp 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. #include "pch-cpp.hpp"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include <limits>
  8. #include <stdint.h>
  9. // System.__Il2CppComDelegate
  10. struct __Il2CppComDelegate_tD0DD2BBA6AC8F151D32B6DFD02F6BDA339F8DC4D;
  11. // System.__Il2CppComObject
  12. struct Il2CppComObject;
  13. IL2CPP_EXTERN_C_BEGIN
  14. IL2CPP_EXTERN_C_END
  15. #ifdef __clang__
  16. #pragma clang diagnostic push
  17. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  18. #pragma clang diagnostic ignored "-Wunused-variable"
  19. #endif
  20. struct Il2CppArrayBounds;
  21. // System.ValueType
  22. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
  23. {
  24. };
  25. // Native definition for P/Invoke marshalling of System.ValueType
  26. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
  27. {
  28. };
  29. // Native definition for COM marshalling of System.ValueType
  30. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
  31. {
  32. };
  33. // System.Void
  34. struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
  35. {
  36. union
  37. {
  38. struct
  39. {
  40. };
  41. uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
  42. };
  43. };
  44. // System.__Il2CppComDelegate
  45. struct __Il2CppComDelegate_tD0DD2BBA6AC8F151D32B6DFD02F6BDA339F8DC4D : public Il2CppComObject
  46. {
  47. };
  48. #ifdef __clang__
  49. #pragma clang diagnostic pop
  50. #endif
  51. // System.Void System.Object::Finalize()
  52. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2 (RuntimeObject* __this, const RuntimeMethod* method) ;
  53. // System.Void System.__Il2CppComObject::Finalize()
  54. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __Il2CppComObject_Finalize_m720B2062F661A0770A32D24B731AD4AFE314A5CD (Il2CppComObject* __this, const RuntimeMethod* method) ;
  55. #ifdef __clang__
  56. #pragma clang diagnostic push
  57. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  58. #pragma clang diagnostic ignored "-Wunused-variable"
  59. #endif
  60. #ifdef __clang__
  61. #pragma clang diagnostic pop
  62. #endif
  63. #ifdef __clang__
  64. #pragma clang diagnostic push
  65. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  66. #pragma clang diagnostic ignored "-Wunused-variable"
  67. #endif
  68. // System.Void System.__Il2CppComObject::Finalize()
  69. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __Il2CppComObject_Finalize_m720B2062F661A0770A32D24B731AD4AFE314A5CD (Il2CppComObject* __this, const RuntimeMethod* method)
  70. {
  71. if (__this->identity != NULL)
  72. {
  73. il2cpp_codegen_il2cpp_com_object_cleanup(__this);
  74. __this->identity->Release();
  75. __this->identity = NULL;
  76. }
  77. Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL);
  78. }
  79. #ifdef __clang__
  80. #pragma clang diagnostic pop
  81. #endif
  82. #ifdef __clang__
  83. #pragma clang diagnostic push
  84. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  85. #pragma clang diagnostic ignored "-Wunused-variable"
  86. #endif
  87. // System.Void System.__Il2CppComDelegate::Finalize()
  88. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __Il2CppComDelegate_Finalize_mC9F8EA94444C3AF0A43CC723A23EE4D8B7984F8C (__Il2CppComDelegate_tD0DD2BBA6AC8F151D32B6DFD02F6BDA339F8DC4D* __this, const RuntimeMethod* method)
  89. {
  90. __Il2CppComObject_Finalize_m720B2062F661A0770A32D24B731AD4AFE314A5CD(__this, NULL);
  91. }
  92. #ifdef __clang__
  93. #pragma clang diagnostic pop
  94. #endif