System.Configuration.cpp 50 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219
  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.Char[]
  10. struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34;
  11. // System.IntPtr[]
  12. struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6;
  13. // System.Diagnostics.StackTrace[]
  14. struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971;
  15. // System.Type[]
  16. struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755;
  17. // System.Reflection.Binder
  18. struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30;
  19. // System.Configuration.ConfigurationCollectionAttribute
  20. struct ConfigurationCollectionAttribute_t354F77C0DE61B8BFEC17006B49F23D7F7C73C5D6;
  21. // System.Configuration.ConfigurationElement
  22. struct ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA;
  23. // System.Configuration.ConfigurationElementCollection
  24. struct ConfigurationElementCollection_t09097ED83C909F1481AEF6E4451CF7595AFA403E;
  25. // System.Configuration.ConfigurationPropertyCollection
  26. struct ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B;
  27. // System.Configuration.ConfigurationSection
  28. struct ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683;
  29. // System.Collections.IDictionary
  30. struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A;
  31. // System.Configuration.IgnoreSection
  32. struct IgnoreSection_t3A4A3C7B43334B7AC2E1E345001B3E38690E7F9F;
  33. // System.Reflection.MemberFilter
  34. struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81;
  35. // System.PlatformNotSupportedException
  36. struct PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E;
  37. // System.Runtime.Serialization.SafeSerializationManager
  38. struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F;
  39. // System.String
  40. struct String_t;
  41. // System.Type
  42. struct Type_t;
  43. // System.Void
  44. struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5;
  45. // System.Xml.XmlReader
  46. struct XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138;
  47. IL2CPP_EXTERN_C RuntimeClass* PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E_il2cpp_TypeInfo_var;
  48. IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationElementCollection_get_Count_m1932E2567C7949137D07C2F194842D23130F5561_RuntimeMethod_var;
  49. IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationElement_IsModified_mEBE1C1B7CBDE483BBD4D10CE356D5DAD5E91A760_RuntimeMethod_var;
  50. IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationElement_ResetModified_m5C8C779356B852E71503BC907E0A870988B13792_RuntimeMethod_var;
  51. IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationElement_Reset_mBB5E07E68F8F5B8980BAD6FD48444FE0CB6CD852_RuntimeMethod_var;
  52. IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationElement_get_Properties_m9BEF5154370B1E154727190595DF0B7E68F4AA35_RuntimeMethod_var;
  53. IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationSection_DeserializeSection_m1C615C8DFE790CC354FBBA7E24DC47D34FF35892_RuntimeMethod_var;
  54. IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationSection_IsModified_mE1B598DDAA4CB726AA146CA26FF50B08264C99CA_RuntimeMethod_var;
  55. IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationSection_ResetModified_m2E13CE65C1ACB85FAE901015FC7DF5ED93FC8BD9_RuntimeMethod_var;
  56. IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationSection_SerializeSection_m02D8387BAC999E6DF264C895775FD5A2E20A78F2_RuntimeMethod_var;
  57. IL2CPP_EXTERN_C const RuntimeMethod* IgnoreSection_DeserializeSection_mD8F2A20AC1A2B9E594D17A81D19414AB36F74A35_RuntimeMethod_var;
  58. IL2CPP_EXTERN_C const RuntimeMethod* IgnoreSection_IsModified_mECA1267F687512A088A94149235591453E6E37FC_RuntimeMethod_var;
  59. IL2CPP_EXTERN_C const RuntimeMethod* IgnoreSection_ResetModified_m194F47B7E5C45CC2341BF2729411FA9E6B814C36_RuntimeMethod_var;
  60. IL2CPP_EXTERN_C const RuntimeMethod* IgnoreSection_Reset_m41C043D527066CDB0A8CE5659AE44979885F00B2_RuntimeMethod_var;
  61. IL2CPP_EXTERN_C const RuntimeMethod* IgnoreSection_SerializeSection_mE2219D4373E65ADEFA760E951D87E8E151306E9E_RuntimeMethod_var;
  62. IL2CPP_EXTERN_C const RuntimeMethod* IgnoreSection__ctor_m5D6F875ED441BB5BDBDC88367453018FD4ADAA21_RuntimeMethod_var;
  63. IL2CPP_EXTERN_C const RuntimeMethod* IgnoreSection_get_Properties_m9DEFC7F18A9DD901D65941DF65150798D4A4D613_RuntimeMethod_var;
  64. IL2CPP_EXTERN_C const RuntimeMethod* ThrowStub_ThrowNotSupportedException_m7D3AEF39540E1D8CFA631552E9D0116434E7A9ED_RuntimeMethod_var;
  65. struct Exception_t_marshaled_com;
  66. struct Exception_t_marshaled_pinvoke;
  67. IL2CPP_EXTERN_C_BEGIN
  68. IL2CPP_EXTERN_C_END
  69. #ifdef __clang__
  70. #pragma clang diagnostic push
  71. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  72. #pragma clang diagnostic ignored "-Wunused-variable"
  73. #endif
  74. // <Module>
  75. struct U3CModuleU3E_t8AE0B8E7C1A6013F055610BEBB9AA6FBE27BEC4B
  76. {
  77. public:
  78. public:
  79. };
  80. // System.Object
  81. struct Il2CppArrayBounds;
  82. // System.Array
  83. // System.Attribute
  84. struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject
  85. {
  86. public:
  87. public:
  88. };
  89. // System.Configuration.ConfigurationElement
  90. struct ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA : public RuntimeObject
  91. {
  92. public:
  93. public:
  94. };
  95. // System.Configuration.ConfigurationPropertyCollection
  96. struct ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B : public RuntimeObject
  97. {
  98. public:
  99. public:
  100. };
  101. // System.Configuration.ConfigurationSectionGroup
  102. struct ConfigurationSectionGroup_t296AB4B6FC2E1B9BEDFEEAC3DB0E24AE061D32CF : public RuntimeObject
  103. {
  104. public:
  105. public:
  106. };
  107. // System.Reflection.MemberInfo
  108. struct MemberInfo_t : public RuntimeObject
  109. {
  110. public:
  111. public:
  112. };
  113. // System.String
  114. struct String_t : public RuntimeObject
  115. {
  116. public:
  117. // System.Int32 System.String::m_stringLength
  118. int32_t ___m_stringLength_0;
  119. // System.Char System.String::m_firstChar
  120. Il2CppChar ___m_firstChar_1;
  121. public:
  122. inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
  123. inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
  124. inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
  125. inline void set_m_stringLength_0(int32_t value)
  126. {
  127. ___m_stringLength_0 = value;
  128. }
  129. inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
  130. inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
  131. inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
  132. inline void set_m_firstChar_1(Il2CppChar value)
  133. {
  134. ___m_firstChar_1 = value;
  135. }
  136. };
  137. struct String_t_StaticFields
  138. {
  139. public:
  140. // System.String System.String::Empty
  141. String_t* ___Empty_5;
  142. public:
  143. inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
  144. inline String_t* get_Empty_5() const { return ___Empty_5; }
  145. inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
  146. inline void set_Empty_5(String_t* value)
  147. {
  148. ___Empty_5 = value;
  149. Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
  150. }
  151. };
  152. // System.ValueType
  153. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject
  154. {
  155. public:
  156. public:
  157. };
  158. // Native definition for P/Invoke marshalling of System.ValueType
  159. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke
  160. {
  161. };
  162. // Native definition for COM marshalling of System.ValueType
  163. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com
  164. {
  165. };
  166. // System.Xml.XmlReader
  167. struct XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 : public RuntimeObject
  168. {
  169. public:
  170. public:
  171. };
  172. struct XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields
  173. {
  174. public:
  175. // System.UInt32 System.Xml.XmlReader::IsTextualNodeBitmap
  176. uint32_t ___IsTextualNodeBitmap_0;
  177. // System.UInt32 System.Xml.XmlReader::CanReadContentAsBitmap
  178. uint32_t ___CanReadContentAsBitmap_1;
  179. // System.UInt32 System.Xml.XmlReader::HasValueBitmap
  180. uint32_t ___HasValueBitmap_2;
  181. public:
  182. inline static int32_t get_offset_of_IsTextualNodeBitmap_0() { return static_cast<int32_t>(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields, ___IsTextualNodeBitmap_0)); }
  183. inline uint32_t get_IsTextualNodeBitmap_0() const { return ___IsTextualNodeBitmap_0; }
  184. inline uint32_t* get_address_of_IsTextualNodeBitmap_0() { return &___IsTextualNodeBitmap_0; }
  185. inline void set_IsTextualNodeBitmap_0(uint32_t value)
  186. {
  187. ___IsTextualNodeBitmap_0 = value;
  188. }
  189. inline static int32_t get_offset_of_CanReadContentAsBitmap_1() { return static_cast<int32_t>(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields, ___CanReadContentAsBitmap_1)); }
  190. inline uint32_t get_CanReadContentAsBitmap_1() const { return ___CanReadContentAsBitmap_1; }
  191. inline uint32_t* get_address_of_CanReadContentAsBitmap_1() { return &___CanReadContentAsBitmap_1; }
  192. inline void set_CanReadContentAsBitmap_1(uint32_t value)
  193. {
  194. ___CanReadContentAsBitmap_1 = value;
  195. }
  196. inline static int32_t get_offset_of_HasValueBitmap_2() { return static_cast<int32_t>(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields, ___HasValueBitmap_2)); }
  197. inline uint32_t get_HasValueBitmap_2() const { return ___HasValueBitmap_2; }
  198. inline uint32_t* get_address_of_HasValueBitmap_2() { return &___HasValueBitmap_2; }
  199. inline void set_HasValueBitmap_2(uint32_t value)
  200. {
  201. ___HasValueBitmap_2 = value;
  202. }
  203. };
  204. // System.Boolean
  205. struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37
  206. {
  207. public:
  208. // System.Boolean System.Boolean::m_value
  209. bool ___m_value_0;
  210. public:
  211. inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); }
  212. inline bool get_m_value_0() const { return ___m_value_0; }
  213. inline bool* get_address_of_m_value_0() { return &___m_value_0; }
  214. inline void set_m_value_0(bool value)
  215. {
  216. ___m_value_0 = value;
  217. }
  218. };
  219. struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields
  220. {
  221. public:
  222. // System.String System.Boolean::TrueString
  223. String_t* ___TrueString_5;
  224. // System.String System.Boolean::FalseString
  225. String_t* ___FalseString_6;
  226. public:
  227. inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); }
  228. inline String_t* get_TrueString_5() const { return ___TrueString_5; }
  229. inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
  230. inline void set_TrueString_5(String_t* value)
  231. {
  232. ___TrueString_5 = value;
  233. Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
  234. }
  235. inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); }
  236. inline String_t* get_FalseString_6() const { return ___FalseString_6; }
  237. inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
  238. inline void set_FalseString_6(String_t* value)
  239. {
  240. ___FalseString_6 = value;
  241. Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
  242. }
  243. };
  244. // System.Configuration.ConfigurationCollectionAttribute
  245. struct ConfigurationCollectionAttribute_t354F77C0DE61B8BFEC17006B49F23D7F7C73C5D6 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  246. {
  247. public:
  248. public:
  249. };
  250. // System.Configuration.ConfigurationElementCollection
  251. struct ConfigurationElementCollection_t09097ED83C909F1481AEF6E4451CF7595AFA403E : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA
  252. {
  253. public:
  254. public:
  255. };
  256. // System.Configuration.ConfigurationSection
  257. struct ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA
  258. {
  259. public:
  260. public:
  261. };
  262. // System.Enum
  263. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52
  264. {
  265. public:
  266. public:
  267. };
  268. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields
  269. {
  270. public:
  271. // System.Char[] System.Enum::enumSeperatorCharArray
  272. CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0;
  273. public:
  274. inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); }
  275. inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
  276. inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
  277. inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value)
  278. {
  279. ___enumSeperatorCharArray_0 = value;
  280. Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
  281. }
  282. };
  283. // Native definition for P/Invoke marshalling of System.Enum
  284. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke
  285. {
  286. };
  287. // Native definition for COM marshalling of System.Enum
  288. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com
  289. {
  290. };
  291. // System.Int32
  292. struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046
  293. {
  294. public:
  295. // System.Int32 System.Int32::m_value
  296. int32_t ___m_value_0;
  297. public:
  298. inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); }
  299. inline int32_t get_m_value_0() const { return ___m_value_0; }
  300. inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
  301. inline void set_m_value_0(int32_t value)
  302. {
  303. ___m_value_0 = value;
  304. }
  305. };
  306. // System.IntPtr
  307. struct IntPtr_t
  308. {
  309. public:
  310. // System.Void* System.IntPtr::m_value
  311. void* ___m_value_0;
  312. public:
  313. inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
  314. inline void* get_m_value_0() const { return ___m_value_0; }
  315. inline void** get_address_of_m_value_0() { return &___m_value_0; }
  316. inline void set_m_value_0(void* value)
  317. {
  318. ___m_value_0 = value;
  319. }
  320. };
  321. struct IntPtr_t_StaticFields
  322. {
  323. public:
  324. // System.IntPtr System.IntPtr::Zero
  325. intptr_t ___Zero_1;
  326. public:
  327. inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
  328. inline intptr_t get_Zero_1() const { return ___Zero_1; }
  329. inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
  330. inline void set_Zero_1(intptr_t value)
  331. {
  332. ___Zero_1 = value;
  333. }
  334. };
  335. // System.Void
  336. struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5
  337. {
  338. public:
  339. union
  340. {
  341. struct
  342. {
  343. };
  344. uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1];
  345. };
  346. public:
  347. };
  348. // System.Reflection.BindingFlags
  349. struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733
  350. {
  351. public:
  352. // System.Int32 System.Reflection.BindingFlags::value__
  353. int32_t ___value___2;
  354. public:
  355. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); }
  356. inline int32_t get_value___2() const { return ___value___2; }
  357. inline int32_t* get_address_of_value___2() { return &___value___2; }
  358. inline void set_value___2(int32_t value)
  359. {
  360. ___value___2 = value;
  361. }
  362. };
  363. // System.Configuration.ConfigurationSaveMode
  364. struct ConfigurationSaveMode_t098F10C5B94710A69F2D6F1176452DAEB38F46D3
  365. {
  366. public:
  367. // System.Int32 System.Configuration.ConfigurationSaveMode::value__
  368. int32_t ___value___2;
  369. public:
  370. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConfigurationSaveMode_t098F10C5B94710A69F2D6F1176452DAEB38F46D3, ___value___2)); }
  371. inline int32_t get_value___2() const { return ___value___2; }
  372. inline int32_t* get_address_of_value___2() { return &___value___2; }
  373. inline void set_value___2(int32_t value)
  374. {
  375. ___value___2 = value;
  376. }
  377. };
  378. // System.Exception
  379. struct Exception_t : public RuntimeObject
  380. {
  381. public:
  382. // System.String System.Exception::_className
  383. String_t* ____className_1;
  384. // System.String System.Exception::_message
  385. String_t* ____message_2;
  386. // System.Collections.IDictionary System.Exception::_data
  387. RuntimeObject* ____data_3;
  388. // System.Exception System.Exception::_innerException
  389. Exception_t * ____innerException_4;
  390. // System.String System.Exception::_helpURL
  391. String_t* ____helpURL_5;
  392. // System.Object System.Exception::_stackTrace
  393. RuntimeObject * ____stackTrace_6;
  394. // System.String System.Exception::_stackTraceString
  395. String_t* ____stackTraceString_7;
  396. // System.String System.Exception::_remoteStackTraceString
  397. String_t* ____remoteStackTraceString_8;
  398. // System.Int32 System.Exception::_remoteStackIndex
  399. int32_t ____remoteStackIndex_9;
  400. // System.Object System.Exception::_dynamicMethods
  401. RuntimeObject * ____dynamicMethods_10;
  402. // System.Int32 System.Exception::_HResult
  403. int32_t ____HResult_11;
  404. // System.String System.Exception::_source
  405. String_t* ____source_12;
  406. // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
  407. SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13;
  408. // System.Diagnostics.StackTrace[] System.Exception::captured_traces
  409. StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14;
  410. // System.IntPtr[] System.Exception::native_trace_ips
  411. IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15;
  412. public:
  413. inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
  414. inline String_t* get__className_1() const { return ____className_1; }
  415. inline String_t** get_address_of__className_1() { return &____className_1; }
  416. inline void set__className_1(String_t* value)
  417. {
  418. ____className_1 = value;
  419. Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value);
  420. }
  421. inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
  422. inline String_t* get__message_2() const { return ____message_2; }
  423. inline String_t** get_address_of__message_2() { return &____message_2; }
  424. inline void set__message_2(String_t* value)
  425. {
  426. ____message_2 = value;
  427. Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value);
  428. }
  429. inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
  430. inline RuntimeObject* get__data_3() const { return ____data_3; }
  431. inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
  432. inline void set__data_3(RuntimeObject* value)
  433. {
  434. ____data_3 = value;
  435. Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value);
  436. }
  437. inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
  438. inline Exception_t * get__innerException_4() const { return ____innerException_4; }
  439. inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
  440. inline void set__innerException_4(Exception_t * value)
  441. {
  442. ____innerException_4 = value;
  443. Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value);
  444. }
  445. inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
  446. inline String_t* get__helpURL_5() const { return ____helpURL_5; }
  447. inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
  448. inline void set__helpURL_5(String_t* value)
  449. {
  450. ____helpURL_5 = value;
  451. Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value);
  452. }
  453. inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
  454. inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
  455. inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
  456. inline void set__stackTrace_6(RuntimeObject * value)
  457. {
  458. ____stackTrace_6 = value;
  459. Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value);
  460. }
  461. inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
  462. inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
  463. inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
  464. inline void set__stackTraceString_7(String_t* value)
  465. {
  466. ____stackTraceString_7 = value;
  467. Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value);
  468. }
  469. inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
  470. inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
  471. inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
  472. inline void set__remoteStackTraceString_8(String_t* value)
  473. {
  474. ____remoteStackTraceString_8 = value;
  475. Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value);
  476. }
  477. inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
  478. inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
  479. inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
  480. inline void set__remoteStackIndex_9(int32_t value)
  481. {
  482. ____remoteStackIndex_9 = value;
  483. }
  484. inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
  485. inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
  486. inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
  487. inline void set__dynamicMethods_10(RuntimeObject * value)
  488. {
  489. ____dynamicMethods_10 = value;
  490. Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value);
  491. }
  492. inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
  493. inline int32_t get__HResult_11() const { return ____HResult_11; }
  494. inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
  495. inline void set__HResult_11(int32_t value)
  496. {
  497. ____HResult_11 = value;
  498. }
  499. inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
  500. inline String_t* get__source_12() const { return ____source_12; }
  501. inline String_t** get_address_of__source_12() { return &____source_12; }
  502. inline void set__source_12(String_t* value)
  503. {
  504. ____source_12 = value;
  505. Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value);
  506. }
  507. inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
  508. inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
  509. inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
  510. inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value)
  511. {
  512. ____safeSerializationManager_13 = value;
  513. Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value);
  514. }
  515. inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
  516. inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; }
  517. inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; }
  518. inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value)
  519. {
  520. ___captured_traces_14 = value;
  521. Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value);
  522. }
  523. inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
  524. inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
  525. inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
  526. inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value)
  527. {
  528. ___native_trace_ips_15 = value;
  529. Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value);
  530. }
  531. };
  532. struct Exception_t_StaticFields
  533. {
  534. public:
  535. // System.Object System.Exception::s_EDILock
  536. RuntimeObject * ___s_EDILock_0;
  537. public:
  538. inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
  539. inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
  540. inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
  541. inline void set_s_EDILock_0(RuntimeObject * value)
  542. {
  543. ___s_EDILock_0 = value;
  544. Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value);
  545. }
  546. };
  547. // Native definition for P/Invoke marshalling of System.Exception
  548. struct Exception_t_marshaled_pinvoke
  549. {
  550. char* ____className_1;
  551. char* ____message_2;
  552. RuntimeObject* ____data_3;
  553. Exception_t_marshaled_pinvoke* ____innerException_4;
  554. char* ____helpURL_5;
  555. Il2CppIUnknown* ____stackTrace_6;
  556. char* ____stackTraceString_7;
  557. char* ____remoteStackTraceString_8;
  558. int32_t ____remoteStackIndex_9;
  559. Il2CppIUnknown* ____dynamicMethods_10;
  560. int32_t ____HResult_11;
  561. char* ____source_12;
  562. SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13;
  563. StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14;
  564. Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
  565. };
  566. // Native definition for COM marshalling of System.Exception
  567. struct Exception_t_marshaled_com
  568. {
  569. Il2CppChar* ____className_1;
  570. Il2CppChar* ____message_2;
  571. RuntimeObject* ____data_3;
  572. Exception_t_marshaled_com* ____innerException_4;
  573. Il2CppChar* ____helpURL_5;
  574. Il2CppIUnknown* ____stackTrace_6;
  575. Il2CppChar* ____stackTraceString_7;
  576. Il2CppChar* ____remoteStackTraceString_8;
  577. int32_t ____remoteStackIndex_9;
  578. Il2CppIUnknown* ____dynamicMethods_10;
  579. int32_t ____HResult_11;
  580. Il2CppChar* ____source_12;
  581. SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13;
  582. StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14;
  583. Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
  584. };
  585. // System.Configuration.IgnoreSection
  586. struct IgnoreSection_t3A4A3C7B43334B7AC2E1E345001B3E38690E7F9F : public ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683
  587. {
  588. public:
  589. public:
  590. };
  591. // System.RuntimeTypeHandle
  592. struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9
  593. {
  594. public:
  595. // System.IntPtr System.RuntimeTypeHandle::value
  596. intptr_t ___value_0;
  597. public:
  598. inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); }
  599. inline intptr_t get_value_0() const { return ___value_0; }
  600. inline intptr_t* get_address_of_value_0() { return &___value_0; }
  601. inline void set_value_0(intptr_t value)
  602. {
  603. ___value_0 = value;
  604. }
  605. };
  606. // System.SystemException
  607. struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t
  608. {
  609. public:
  610. public:
  611. };
  612. // System.Type
  613. struct Type_t : public MemberInfo_t
  614. {
  615. public:
  616. // System.RuntimeTypeHandle System.Type::_impl
  617. RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9;
  618. public:
  619. inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
  620. inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; }
  621. inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; }
  622. inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value)
  623. {
  624. ____impl_9 = value;
  625. }
  626. };
  627. struct Type_t_StaticFields
  628. {
  629. public:
  630. // System.Reflection.MemberFilter System.Type::FilterAttribute
  631. MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0;
  632. // System.Reflection.MemberFilter System.Type::FilterName
  633. MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1;
  634. // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
  635. MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2;
  636. // System.Object System.Type::Missing
  637. RuntimeObject * ___Missing_3;
  638. // System.Char System.Type::Delimiter
  639. Il2CppChar ___Delimiter_4;
  640. // System.Type[] System.Type::EmptyTypes
  641. TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5;
  642. // System.Reflection.Binder System.Type::defaultBinder
  643. Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6;
  644. public:
  645. inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
  646. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
  647. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
  648. inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
  649. {
  650. ___FilterAttribute_0 = value;
  651. Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
  652. }
  653. inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
  654. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; }
  655. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; }
  656. inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
  657. {
  658. ___FilterName_1 = value;
  659. Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
  660. }
  661. inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
  662. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
  663. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
  664. inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
  665. {
  666. ___FilterNameIgnoreCase_2 = value;
  667. Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
  668. }
  669. inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
  670. inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
  671. inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
  672. inline void set_Missing_3(RuntimeObject * value)
  673. {
  674. ___Missing_3 = value;
  675. Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
  676. }
  677. inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
  678. inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
  679. inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
  680. inline void set_Delimiter_4(Il2CppChar value)
  681. {
  682. ___Delimiter_4 = value;
  683. }
  684. inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
  685. inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
  686. inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
  687. inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value)
  688. {
  689. ___EmptyTypes_5 = value;
  690. Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
  691. }
  692. inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
  693. inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; }
  694. inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
  695. inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value)
  696. {
  697. ___defaultBinder_6 = value;
  698. Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
  699. }
  700. };
  701. // System.InvalidOperationException
  702. struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62
  703. {
  704. public:
  705. public:
  706. };
  707. // System.NotSupportedException
  708. struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62
  709. {
  710. public:
  711. public:
  712. };
  713. // System.ObjectDisposedException
  714. struct ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A : public InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB
  715. {
  716. public:
  717. // System.String System.ObjectDisposedException::objectName
  718. String_t* ___objectName_17;
  719. public:
  720. inline static int32_t get_offset_of_objectName_17() { return static_cast<int32_t>(offsetof(ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A, ___objectName_17)); }
  721. inline String_t* get_objectName_17() const { return ___objectName_17; }
  722. inline String_t** get_address_of_objectName_17() { return &___objectName_17; }
  723. inline void set_objectName_17(String_t* value)
  724. {
  725. ___objectName_17 = value;
  726. Il2CppCodeGenWriteBarrier((void**)(&___objectName_17), (void*)value);
  727. }
  728. };
  729. // System.PlatformNotSupportedException
  730. struct PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E : public NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339
  731. {
  732. public:
  733. public:
  734. };
  735. // Unity.ThrowStub
  736. struct ThrowStub_tFA2AE2FC1E743D20FD5269E7EC315E4B45595608 : public ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A
  737. {
  738. public:
  739. public:
  740. };
  741. #ifdef __clang__
  742. #pragma clang diagnostic pop
  743. #endif
  744. // System.Void System.PlatformNotSupportedException::.ctor()
  745. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_mF4122BD5C9FF6CF441C2A4BCECF012EEF603AE05 (PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E * __this, const RuntimeMethod* method);
  746. #ifdef __clang__
  747. #pragma clang diagnostic push
  748. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  749. #pragma clang diagnostic ignored "-Wunused-variable"
  750. #endif
  751. #ifdef __clang__
  752. #pragma clang diagnostic pop
  753. #endif
  754. #ifdef __clang__
  755. #pragma clang diagnostic push
  756. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  757. #pragma clang diagnostic ignored "-Wunused-variable"
  758. #endif
  759. // System.Void System.Configuration.ConfigurationCollectionAttribute::.ctor(System.Type)
  760. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationCollectionAttribute__ctor_m89928B3545B1827E694566EC696326B4A3F85206 (ConfigurationCollectionAttribute_t354F77C0DE61B8BFEC17006B49F23D7F7C73C5D6 * __this, Type_t * ___itemType0, const RuntimeMethod* method)
  761. {
  762. {
  763. return;
  764. }
  765. }
  766. #ifdef __clang__
  767. #pragma clang diagnostic pop
  768. #endif
  769. #ifdef __clang__
  770. #pragma clang diagnostic push
  771. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  772. #pragma clang diagnostic ignored "-Wunused-variable"
  773. #endif
  774. // System.Configuration.ConfigurationPropertyCollection System.Configuration.ConfigurationElement::get_Properties()
  775. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * ConfigurationElement_get_Properties_m9BEF5154370B1E154727190595DF0B7E68F4AA35 (ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * __this, const RuntimeMethod* method)
  776. {
  777. static bool s_Il2CppMethodInitialized;
  778. if (!s_Il2CppMethodInitialized)
  779. {
  780. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationElement_get_Properties_m9BEF5154370B1E154727190595DF0B7E68F4AA35_RuntimeMethod_var);
  781. s_Il2CppMethodInitialized = true;
  782. }
  783. {
  784. il2cpp_codegen_raise_profile_exception(ConfigurationElement_get_Properties_m9BEF5154370B1E154727190595DF0B7E68F4AA35_RuntimeMethod_var);
  785. return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)NULL;
  786. }
  787. }
  788. // System.Boolean System.Configuration.ConfigurationElement::IsModified()
  789. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfigurationElement_IsModified_mEBE1C1B7CBDE483BBD4D10CE356D5DAD5E91A760 (ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * __this, const RuntimeMethod* method)
  790. {
  791. static bool s_Il2CppMethodInitialized;
  792. if (!s_Il2CppMethodInitialized)
  793. {
  794. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationElement_IsModified_mEBE1C1B7CBDE483BBD4D10CE356D5DAD5E91A760_RuntimeMethod_var);
  795. s_Il2CppMethodInitialized = true;
  796. }
  797. bool V_0 = false;
  798. {
  799. il2cpp_codegen_raise_profile_exception(ConfigurationElement_IsModified_mEBE1C1B7CBDE483BBD4D10CE356D5DAD5E91A760_RuntimeMethod_var);
  800. il2cpp_codegen_initobj((&V_0), sizeof(bool));
  801. bool L_0 = V_0;
  802. return L_0;
  803. }
  804. }
  805. // System.Void System.Configuration.ConfigurationElement::Reset(System.Configuration.ConfigurationElement)
  806. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationElement_Reset_mBB5E07E68F8F5B8980BAD6FD48444FE0CB6CD852 (ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * __this, ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * ___parentElement0, const RuntimeMethod* method)
  807. {
  808. static bool s_Il2CppMethodInitialized;
  809. if (!s_Il2CppMethodInitialized)
  810. {
  811. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationElement_Reset_mBB5E07E68F8F5B8980BAD6FD48444FE0CB6CD852_RuntimeMethod_var);
  812. s_Il2CppMethodInitialized = true;
  813. }
  814. {
  815. il2cpp_codegen_raise_profile_exception(ConfigurationElement_Reset_mBB5E07E68F8F5B8980BAD6FD48444FE0CB6CD852_RuntimeMethod_var);
  816. return;
  817. }
  818. }
  819. // System.Void System.Configuration.ConfigurationElement::ResetModified()
  820. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationElement_ResetModified_m5C8C779356B852E71503BC907E0A870988B13792 (ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * __this, const RuntimeMethod* method)
  821. {
  822. static bool s_Il2CppMethodInitialized;
  823. if (!s_Il2CppMethodInitialized)
  824. {
  825. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationElement_ResetModified_m5C8C779356B852E71503BC907E0A870988B13792_RuntimeMethod_var);
  826. s_Il2CppMethodInitialized = true;
  827. }
  828. {
  829. il2cpp_codegen_raise_profile_exception(ConfigurationElement_ResetModified_m5C8C779356B852E71503BC907E0A870988B13792_RuntimeMethod_var);
  830. return;
  831. }
  832. }
  833. #ifdef __clang__
  834. #pragma clang diagnostic pop
  835. #endif
  836. #ifdef __clang__
  837. #pragma clang diagnostic push
  838. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  839. #pragma clang diagnostic ignored "-Wunused-variable"
  840. #endif
  841. // System.Int32 System.Configuration.ConfigurationElementCollection::get_Count()
  842. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConfigurationElementCollection_get_Count_m1932E2567C7949137D07C2F194842D23130F5561 (ConfigurationElementCollection_t09097ED83C909F1481AEF6E4451CF7595AFA403E * __this, const RuntimeMethod* method)
  843. {
  844. static bool s_Il2CppMethodInitialized;
  845. if (!s_Il2CppMethodInitialized)
  846. {
  847. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationElementCollection_get_Count_m1932E2567C7949137D07C2F194842D23130F5561_RuntimeMethod_var);
  848. s_Il2CppMethodInitialized = true;
  849. }
  850. int32_t V_0 = 0;
  851. {
  852. il2cpp_codegen_raise_profile_exception(ConfigurationElementCollection_get_Count_m1932E2567C7949137D07C2F194842D23130F5561_RuntimeMethod_var);
  853. il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
  854. int32_t L_0 = V_0;
  855. return L_0;
  856. }
  857. }
  858. #ifdef __clang__
  859. #pragma clang diagnostic pop
  860. #endif
  861. #ifdef __clang__
  862. #pragma clang diagnostic push
  863. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  864. #pragma clang diagnostic ignored "-Wunused-variable"
  865. #endif
  866. #ifdef __clang__
  867. #pragma clang diagnostic pop
  868. #endif
  869. #ifdef __clang__
  870. #pragma clang diagnostic push
  871. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  872. #pragma clang diagnostic ignored "-Wunused-variable"
  873. #endif
  874. #ifdef __clang__
  875. #pragma clang diagnostic pop
  876. #endif
  877. #ifdef __clang__
  878. #pragma clang diagnostic push
  879. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  880. #pragma clang diagnostic ignored "-Wunused-variable"
  881. #endif
  882. // System.Void System.Configuration.ConfigurationSection::DeserializeSection(System.Xml.XmlReader)
  883. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationSection_DeserializeSection_m1C615C8DFE790CC354FBBA7E24DC47D34FF35892 (ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 * __this, XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___reader0, const RuntimeMethod* method)
  884. {
  885. static bool s_Il2CppMethodInitialized;
  886. if (!s_Il2CppMethodInitialized)
  887. {
  888. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationSection_DeserializeSection_m1C615C8DFE790CC354FBBA7E24DC47D34FF35892_RuntimeMethod_var);
  889. s_Il2CppMethodInitialized = true;
  890. }
  891. {
  892. il2cpp_codegen_raise_profile_exception(ConfigurationSection_DeserializeSection_m1C615C8DFE790CC354FBBA7E24DC47D34FF35892_RuntimeMethod_var);
  893. return;
  894. }
  895. }
  896. // System.Boolean System.Configuration.ConfigurationSection::IsModified()
  897. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfigurationSection_IsModified_mE1B598DDAA4CB726AA146CA26FF50B08264C99CA (ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 * __this, const RuntimeMethod* method)
  898. {
  899. static bool s_Il2CppMethodInitialized;
  900. if (!s_Il2CppMethodInitialized)
  901. {
  902. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationSection_IsModified_mE1B598DDAA4CB726AA146CA26FF50B08264C99CA_RuntimeMethod_var);
  903. s_Il2CppMethodInitialized = true;
  904. }
  905. bool V_0 = false;
  906. {
  907. il2cpp_codegen_raise_profile_exception(ConfigurationSection_IsModified_mE1B598DDAA4CB726AA146CA26FF50B08264C99CA_RuntimeMethod_var);
  908. il2cpp_codegen_initobj((&V_0), sizeof(bool));
  909. bool L_0 = V_0;
  910. return L_0;
  911. }
  912. }
  913. // System.Void System.Configuration.ConfigurationSection::ResetModified()
  914. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationSection_ResetModified_m2E13CE65C1ACB85FAE901015FC7DF5ED93FC8BD9 (ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 * __this, const RuntimeMethod* method)
  915. {
  916. static bool s_Il2CppMethodInitialized;
  917. if (!s_Il2CppMethodInitialized)
  918. {
  919. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationSection_ResetModified_m2E13CE65C1ACB85FAE901015FC7DF5ED93FC8BD9_RuntimeMethod_var);
  920. s_Il2CppMethodInitialized = true;
  921. }
  922. {
  923. il2cpp_codegen_raise_profile_exception(ConfigurationSection_ResetModified_m2E13CE65C1ACB85FAE901015FC7DF5ED93FC8BD9_RuntimeMethod_var);
  924. return;
  925. }
  926. }
  927. // System.String System.Configuration.ConfigurationSection::SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode)
  928. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConfigurationSection_SerializeSection_m02D8387BAC999E6DF264C895775FD5A2E20A78F2 (ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 * __this, ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * ___parentElement0, String_t* ___name1, int32_t ___saveMode2, const RuntimeMethod* method)
  929. {
  930. static bool s_Il2CppMethodInitialized;
  931. if (!s_Il2CppMethodInitialized)
  932. {
  933. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationSection_SerializeSection_m02D8387BAC999E6DF264C895775FD5A2E20A78F2_RuntimeMethod_var);
  934. s_Il2CppMethodInitialized = true;
  935. }
  936. {
  937. il2cpp_codegen_raise_profile_exception(ConfigurationSection_SerializeSection_m02D8387BAC999E6DF264C895775FD5A2E20A78F2_RuntimeMethod_var);
  938. return (String_t*)NULL;
  939. }
  940. }
  941. #ifdef __clang__
  942. #pragma clang diagnostic pop
  943. #endif
  944. #ifdef __clang__
  945. #pragma clang diagnostic push
  946. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  947. #pragma clang diagnostic ignored "-Wunused-variable"
  948. #endif
  949. #ifdef __clang__
  950. #pragma clang diagnostic pop
  951. #endif
  952. #ifdef __clang__
  953. #pragma clang diagnostic push
  954. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  955. #pragma clang diagnostic ignored "-Wunused-variable"
  956. #endif
  957. // System.Void System.Configuration.IgnoreSection::.ctor()
  958. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IgnoreSection__ctor_m5D6F875ED441BB5BDBDC88367453018FD4ADAA21 (IgnoreSection_t3A4A3C7B43334B7AC2E1E345001B3E38690E7F9F * __this, const RuntimeMethod* method)
  959. {
  960. static bool s_Il2CppMethodInitialized;
  961. if (!s_Il2CppMethodInitialized)
  962. {
  963. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IgnoreSection__ctor_m5D6F875ED441BB5BDBDC88367453018FD4ADAA21_RuntimeMethod_var);
  964. s_Il2CppMethodInitialized = true;
  965. }
  966. {
  967. il2cpp_codegen_raise_profile_exception(IgnoreSection__ctor_m5D6F875ED441BB5BDBDC88367453018FD4ADAA21_RuntimeMethod_var);
  968. return;
  969. }
  970. }
  971. // System.Configuration.ConfigurationPropertyCollection System.Configuration.IgnoreSection::get_Properties()
  972. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * IgnoreSection_get_Properties_m9DEFC7F18A9DD901D65941DF65150798D4A4D613 (IgnoreSection_t3A4A3C7B43334B7AC2E1E345001B3E38690E7F9F * __this, const RuntimeMethod* method)
  973. {
  974. static bool s_Il2CppMethodInitialized;
  975. if (!s_Il2CppMethodInitialized)
  976. {
  977. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IgnoreSection_get_Properties_m9DEFC7F18A9DD901D65941DF65150798D4A4D613_RuntimeMethod_var);
  978. s_Il2CppMethodInitialized = true;
  979. }
  980. {
  981. il2cpp_codegen_raise_profile_exception(IgnoreSection_get_Properties_m9DEFC7F18A9DD901D65941DF65150798D4A4D613_RuntimeMethod_var);
  982. return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)NULL;
  983. }
  984. }
  985. // System.Void System.Configuration.IgnoreSection::DeserializeSection(System.Xml.XmlReader)
  986. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IgnoreSection_DeserializeSection_mD8F2A20AC1A2B9E594D17A81D19414AB36F74A35 (IgnoreSection_t3A4A3C7B43334B7AC2E1E345001B3E38690E7F9F * __this, XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___xmlReader0, const RuntimeMethod* method)
  987. {
  988. static bool s_Il2CppMethodInitialized;
  989. if (!s_Il2CppMethodInitialized)
  990. {
  991. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IgnoreSection_DeserializeSection_mD8F2A20AC1A2B9E594D17A81D19414AB36F74A35_RuntimeMethod_var);
  992. s_Il2CppMethodInitialized = true;
  993. }
  994. {
  995. il2cpp_codegen_raise_profile_exception(IgnoreSection_DeserializeSection_mD8F2A20AC1A2B9E594D17A81D19414AB36F74A35_RuntimeMethod_var);
  996. return;
  997. }
  998. }
  999. // System.Boolean System.Configuration.IgnoreSection::IsModified()
  1000. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IgnoreSection_IsModified_mECA1267F687512A088A94149235591453E6E37FC (IgnoreSection_t3A4A3C7B43334B7AC2E1E345001B3E38690E7F9F * __this, const RuntimeMethod* method)
  1001. {
  1002. static bool s_Il2CppMethodInitialized;
  1003. if (!s_Il2CppMethodInitialized)
  1004. {
  1005. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IgnoreSection_IsModified_mECA1267F687512A088A94149235591453E6E37FC_RuntimeMethod_var);
  1006. s_Il2CppMethodInitialized = true;
  1007. }
  1008. bool V_0 = false;
  1009. {
  1010. il2cpp_codegen_raise_profile_exception(IgnoreSection_IsModified_mECA1267F687512A088A94149235591453E6E37FC_RuntimeMethod_var);
  1011. il2cpp_codegen_initobj((&V_0), sizeof(bool));
  1012. bool L_0 = V_0;
  1013. return L_0;
  1014. }
  1015. }
  1016. // System.Void System.Configuration.IgnoreSection::Reset(System.Configuration.ConfigurationElement)
  1017. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IgnoreSection_Reset_m41C043D527066CDB0A8CE5659AE44979885F00B2 (IgnoreSection_t3A4A3C7B43334B7AC2E1E345001B3E38690E7F9F * __this, ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * ___parentSection0, const RuntimeMethod* method)
  1018. {
  1019. static bool s_Il2CppMethodInitialized;
  1020. if (!s_Il2CppMethodInitialized)
  1021. {
  1022. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IgnoreSection_Reset_m41C043D527066CDB0A8CE5659AE44979885F00B2_RuntimeMethod_var);
  1023. s_Il2CppMethodInitialized = true;
  1024. }
  1025. {
  1026. il2cpp_codegen_raise_profile_exception(IgnoreSection_Reset_m41C043D527066CDB0A8CE5659AE44979885F00B2_RuntimeMethod_var);
  1027. return;
  1028. }
  1029. }
  1030. // System.Void System.Configuration.IgnoreSection::ResetModified()
  1031. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IgnoreSection_ResetModified_m194F47B7E5C45CC2341BF2729411FA9E6B814C36 (IgnoreSection_t3A4A3C7B43334B7AC2E1E345001B3E38690E7F9F * __this, const RuntimeMethod* method)
  1032. {
  1033. static bool s_Il2CppMethodInitialized;
  1034. if (!s_Il2CppMethodInitialized)
  1035. {
  1036. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IgnoreSection_ResetModified_m194F47B7E5C45CC2341BF2729411FA9E6B814C36_RuntimeMethod_var);
  1037. s_Il2CppMethodInitialized = true;
  1038. }
  1039. {
  1040. il2cpp_codegen_raise_profile_exception(IgnoreSection_ResetModified_m194F47B7E5C45CC2341BF2729411FA9E6B814C36_RuntimeMethod_var);
  1041. return;
  1042. }
  1043. }
  1044. // System.String System.Configuration.IgnoreSection::SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode)
  1045. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IgnoreSection_SerializeSection_mE2219D4373E65ADEFA760E951D87E8E151306E9E (IgnoreSection_t3A4A3C7B43334B7AC2E1E345001B3E38690E7F9F * __this, ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * ___parentSection0, String_t* ___name1, int32_t ___saveMode2, const RuntimeMethod* method)
  1046. {
  1047. static bool s_Il2CppMethodInitialized;
  1048. if (!s_Il2CppMethodInitialized)
  1049. {
  1050. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IgnoreSection_SerializeSection_mE2219D4373E65ADEFA760E951D87E8E151306E9E_RuntimeMethod_var);
  1051. s_Il2CppMethodInitialized = true;
  1052. }
  1053. {
  1054. il2cpp_codegen_raise_profile_exception(IgnoreSection_SerializeSection_mE2219D4373E65ADEFA760E951D87E8E151306E9E_RuntimeMethod_var);
  1055. return (String_t*)NULL;
  1056. }
  1057. }
  1058. #ifdef __clang__
  1059. #pragma clang diagnostic pop
  1060. #endif
  1061. #ifdef __clang__
  1062. #pragma clang diagnostic push
  1063. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  1064. #pragma clang diagnostic ignored "-Wunused-variable"
  1065. #endif
  1066. // System.Void Unity.ThrowStub::ThrowNotSupportedException()
  1067. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowStub_ThrowNotSupportedException_m7D3AEF39540E1D8CFA631552E9D0116434E7A9ED (const RuntimeMethod* method)
  1068. {
  1069. {
  1070. PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E * L_0 = (PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E_il2cpp_TypeInfo_var)));
  1071. PlatformNotSupportedException__ctor_mF4122BD5C9FF6CF441C2A4BCECF012EEF603AE05(L_0, /*hidden argument*/NULL);
  1072. IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThrowStub_ThrowNotSupportedException_m7D3AEF39540E1D8CFA631552E9D0116434E7A9ED_RuntimeMethod_var)));
  1073. }
  1074. }
  1075. #ifdef __clang__
  1076. #pragma clang diagnostic pop
  1077. #endif