System.Configuration.cpp 48 KB

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