Açıklama Yok
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.

Il2CppReversePInvokeWrapperTable.cpp 2.0KB

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