Il2CppReversePInvokeWrapperTable.cpp 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. #include "pch-cpp.hpp"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include <stdint.h>
  8. #include <limits>
  9. // System.Void
  10. struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
  11. IL2CPP_EXTERN_C_BEGIN
  12. IL2CPP_EXTERN_C_END
  13. #ifdef __clang__
  14. #pragma clang diagnostic push
  15. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  16. #pragma clang diagnostic ignored "-Wunused-variable"
  17. #endif
  18. // System.ValueType
  19. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
  20. {
  21. };
  22. // Native definition for P/Invoke marshalling of System.ValueType
  23. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
  24. {
  25. };
  26. // Native definition for COM marshalling of System.ValueType
  27. struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
  28. {
  29. };
  30. // System.IntPtr
  31. struct IntPtr_t
  32. {
  33. // System.Void* System.IntPtr::m_value
  34. void* ___m_value_0;
  35. };
  36. struct IntPtr_t_StaticFields
  37. {
  38. // System.IntPtr System.IntPtr::Zero
  39. intptr_t ___Zero_1;
  40. };
  41. // System.Void
  42. struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
  43. {
  44. union
  45. {
  46. struct
  47. {
  48. };
  49. uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
  50. };
  51. };
  52. #ifdef __clang__
  53. #pragma clang diagnostic pop
  54. #endif
  55. extern "C" void DEFAULT_CALL ReversePInvokeWrapper_CultureInfo_OnCultureInfoChangedInAppX_m407BCFC1029A4485B7B063BC2F3601968C3BE577(Il2CppChar* ___language0);
  56. extern "C" void DEFAULT_CALL ReversePInvokeWrapper_OSSpecificSynchronizationContext_InvocationEntry_mF93C3CF6DBEC86E377576D840CAF517CB6E4D7E3(intptr_t ___arg0);
  57. IL2CPP_EXTERN_C const Il2CppMethodPointer g_ReversePInvokeWrapperPointers[];
  58. const Il2CppMethodPointer g_ReversePInvokeWrapperPointers[2] =
  59. {
  60. reinterpret_cast<Il2CppMethodPointer>(ReversePInvokeWrapper_CultureInfo_OnCultureInfoChangedInAppX_m407BCFC1029A4485B7B063BC2F3601968C3BE577),
  61. reinterpret_cast<Il2CppMethodPointer>(ReversePInvokeWrapper_OSSpecificSynchronizationContext_InvocationEntry_mF93C3CF6DBEC86E377576D840CAF517CB6E4D7E3),
  62. };