暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

__Generated.cpp 3.1KB

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