Assembly-CSharp_Attr.cpp 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699
  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.Type[]
  12. struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755;
  13. // System.Reflection.Binder
  14. struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30;
  15. // System.Runtime.CompilerServices.CompilationRelaxationsAttribute
  16. struct CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF;
  17. // System.Runtime.CompilerServices.CompilerGeneratedAttribute
  18. struct CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C;
  19. // System.Diagnostics.DebuggableAttribute
  20. struct DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B;
  21. // System.Diagnostics.DebuggerHiddenAttribute
  22. struct DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88;
  23. // UnityEngine.HeaderAttribute
  24. struct HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB;
  25. // UnityEngine.HideInInspector
  26. struct HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA;
  27. // System.Runtime.CompilerServices.IteratorStateMachineAttribute
  28. struct IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830;
  29. // System.Reflection.MemberFilter
  30. struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81;
  31. // System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
  32. struct RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80;
  33. // System.String
  34. struct String_t;
  35. // System.Type
  36. struct Type_t;
  37. // System.Void
  38. struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5;
  39. IL2CPP_EXTERN_C const RuntimeType* U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_0_0_0_var;
  40. IL2CPP_EXTERN_C_BEGIN
  41. IL2CPP_EXTERN_C_END
  42. #ifdef __clang__
  43. #pragma clang diagnostic push
  44. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  45. #pragma clang diagnostic ignored "-Wunused-variable"
  46. #endif
  47. // System.Object
  48. // System.Attribute
  49. struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject
  50. {
  51. public:
  52. public:
  53. };
  54. // System.Reflection.MemberInfo
  55. struct MemberInfo_t : public RuntimeObject
  56. {
  57. public:
  58. public:
  59. };
  60. // System.String
  61. struct String_t : public RuntimeObject
  62. {
  63. public:
  64. // System.Int32 System.String::m_stringLength
  65. int32_t ___m_stringLength_0;
  66. // System.Char System.String::m_firstChar
  67. Il2CppChar ___m_firstChar_1;
  68. public:
  69. inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
  70. inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
  71. inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
  72. inline void set_m_stringLength_0(int32_t value)
  73. {
  74. ___m_stringLength_0 = value;
  75. }
  76. inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
  77. inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
  78. inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
  79. inline void set_m_firstChar_1(Il2CppChar value)
  80. {
  81. ___m_firstChar_1 = value;
  82. }
  83. };
  84. struct String_t_StaticFields
  85. {
  86. public:
  87. // System.String System.String::Empty
  88. String_t* ___Empty_5;
  89. public:
  90. inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
  91. inline String_t* get_Empty_5() const { return ___Empty_5; }
  92. inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
  93. inline void set_Empty_5(String_t* value)
  94. {
  95. ___Empty_5 = value;
  96. Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
  97. }
  98. };
  99. // System.ValueType
  100. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject
  101. {
  102. public:
  103. public:
  104. };
  105. // Native definition for P/Invoke marshalling of System.ValueType
  106. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke
  107. {
  108. };
  109. // Native definition for COM marshalling of System.ValueType
  110. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com
  111. {
  112. };
  113. // System.Boolean
  114. struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37
  115. {
  116. public:
  117. // System.Boolean System.Boolean::m_value
  118. bool ___m_value_0;
  119. public:
  120. inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); }
  121. inline bool get_m_value_0() const { return ___m_value_0; }
  122. inline bool* get_address_of_m_value_0() { return &___m_value_0; }
  123. inline void set_m_value_0(bool value)
  124. {
  125. ___m_value_0 = value;
  126. }
  127. };
  128. struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields
  129. {
  130. public:
  131. // System.String System.Boolean::TrueString
  132. String_t* ___TrueString_5;
  133. // System.String System.Boolean::FalseString
  134. String_t* ___FalseString_6;
  135. public:
  136. inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); }
  137. inline String_t* get_TrueString_5() const { return ___TrueString_5; }
  138. inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
  139. inline void set_TrueString_5(String_t* value)
  140. {
  141. ___TrueString_5 = value;
  142. Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
  143. }
  144. inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); }
  145. inline String_t* get_FalseString_6() const { return ___FalseString_6; }
  146. inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
  147. inline void set_FalseString_6(String_t* value)
  148. {
  149. ___FalseString_6 = value;
  150. Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
  151. }
  152. };
  153. // System.Runtime.CompilerServices.CompilationRelaxationsAttribute
  154. struct CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  155. {
  156. public:
  157. // System.Int32 System.Runtime.CompilerServices.CompilationRelaxationsAttribute::m_relaxations
  158. int32_t ___m_relaxations_0;
  159. public:
  160. inline static int32_t get_offset_of_m_relaxations_0() { return static_cast<int32_t>(offsetof(CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF, ___m_relaxations_0)); }
  161. inline int32_t get_m_relaxations_0() const { return ___m_relaxations_0; }
  162. inline int32_t* get_address_of_m_relaxations_0() { return &___m_relaxations_0; }
  163. inline void set_m_relaxations_0(int32_t value)
  164. {
  165. ___m_relaxations_0 = value;
  166. }
  167. };
  168. // System.Runtime.CompilerServices.CompilerGeneratedAttribute
  169. struct CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  170. {
  171. public:
  172. public:
  173. };
  174. // System.Diagnostics.DebuggerHiddenAttribute
  175. struct DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  176. {
  177. public:
  178. public:
  179. };
  180. // System.Enum
  181. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52
  182. {
  183. public:
  184. public:
  185. };
  186. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields
  187. {
  188. public:
  189. // System.Char[] System.Enum::enumSeperatorCharArray
  190. CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0;
  191. public:
  192. inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); }
  193. inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
  194. inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
  195. inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value)
  196. {
  197. ___enumSeperatorCharArray_0 = value;
  198. Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
  199. }
  200. };
  201. // Native definition for P/Invoke marshalling of System.Enum
  202. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke
  203. {
  204. };
  205. // Native definition for COM marshalling of System.Enum
  206. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com
  207. {
  208. };
  209. // UnityEngine.HideInInspector
  210. struct HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  211. {
  212. public:
  213. public:
  214. };
  215. // System.IntPtr
  216. struct IntPtr_t
  217. {
  218. public:
  219. // System.Void* System.IntPtr::m_value
  220. void* ___m_value_0;
  221. public:
  222. inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
  223. inline void* get_m_value_0() const { return ___m_value_0; }
  224. inline void** get_address_of_m_value_0() { return &___m_value_0; }
  225. inline void set_m_value_0(void* value)
  226. {
  227. ___m_value_0 = value;
  228. }
  229. };
  230. struct IntPtr_t_StaticFields
  231. {
  232. public:
  233. // System.IntPtr System.IntPtr::Zero
  234. intptr_t ___Zero_1;
  235. public:
  236. inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
  237. inline intptr_t get_Zero_1() const { return ___Zero_1; }
  238. inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
  239. inline void set_Zero_1(intptr_t value)
  240. {
  241. ___Zero_1 = value;
  242. }
  243. };
  244. // UnityEngine.PropertyAttribute
  245. struct PropertyAttribute_t4A352471DF625C56C811E27AC86B7E1CE6444052 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  246. {
  247. public:
  248. public:
  249. };
  250. // System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
  251. struct RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  252. {
  253. public:
  254. // System.Boolean System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::m_wrapNonExceptionThrows
  255. bool ___m_wrapNonExceptionThrows_0;
  256. public:
  257. inline static int32_t get_offset_of_m_wrapNonExceptionThrows_0() { return static_cast<int32_t>(offsetof(RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80, ___m_wrapNonExceptionThrows_0)); }
  258. inline bool get_m_wrapNonExceptionThrows_0() const { return ___m_wrapNonExceptionThrows_0; }
  259. inline bool* get_address_of_m_wrapNonExceptionThrows_0() { return &___m_wrapNonExceptionThrows_0; }
  260. inline void set_m_wrapNonExceptionThrows_0(bool value)
  261. {
  262. ___m_wrapNonExceptionThrows_0 = value;
  263. }
  264. };
  265. // System.Runtime.CompilerServices.StateMachineAttribute
  266. struct StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  267. {
  268. public:
  269. // System.Type System.Runtime.CompilerServices.StateMachineAttribute::<StateMachineType>k__BackingField
  270. Type_t * ___U3CStateMachineTypeU3Ek__BackingField_0;
  271. public:
  272. inline static int32_t get_offset_of_U3CStateMachineTypeU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3, ___U3CStateMachineTypeU3Ek__BackingField_0)); }
  273. inline Type_t * get_U3CStateMachineTypeU3Ek__BackingField_0() const { return ___U3CStateMachineTypeU3Ek__BackingField_0; }
  274. inline Type_t ** get_address_of_U3CStateMachineTypeU3Ek__BackingField_0() { return &___U3CStateMachineTypeU3Ek__BackingField_0; }
  275. inline void set_U3CStateMachineTypeU3Ek__BackingField_0(Type_t * value)
  276. {
  277. ___U3CStateMachineTypeU3Ek__BackingField_0 = value;
  278. Il2CppCodeGenWriteBarrier((void**)(&___U3CStateMachineTypeU3Ek__BackingField_0), (void*)value);
  279. }
  280. };
  281. // System.Void
  282. struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5
  283. {
  284. public:
  285. union
  286. {
  287. struct
  288. {
  289. };
  290. uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1];
  291. };
  292. public:
  293. };
  294. // System.Reflection.BindingFlags
  295. struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733
  296. {
  297. public:
  298. // System.Int32 System.Reflection.BindingFlags::value__
  299. int32_t ___value___2;
  300. public:
  301. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); }
  302. inline int32_t get_value___2() const { return ___value___2; }
  303. inline int32_t* get_address_of_value___2() { return &___value___2; }
  304. inline void set_value___2(int32_t value)
  305. {
  306. ___value___2 = value;
  307. }
  308. };
  309. // UnityEngine.HeaderAttribute
  310. struct HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB : public PropertyAttribute_t4A352471DF625C56C811E27AC86B7E1CE6444052
  311. {
  312. public:
  313. // System.String UnityEngine.HeaderAttribute::header
  314. String_t* ___header_0;
  315. public:
  316. inline static int32_t get_offset_of_header_0() { return static_cast<int32_t>(offsetof(HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB, ___header_0)); }
  317. inline String_t* get_header_0() const { return ___header_0; }
  318. inline String_t** get_address_of_header_0() { return &___header_0; }
  319. inline void set_header_0(String_t* value)
  320. {
  321. ___header_0 = value;
  322. Il2CppCodeGenWriteBarrier((void**)(&___header_0), (void*)value);
  323. }
  324. };
  325. // System.Runtime.CompilerServices.IteratorStateMachineAttribute
  326. struct IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830 : public StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3
  327. {
  328. public:
  329. public:
  330. };
  331. // System.RuntimeTypeHandle
  332. struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9
  333. {
  334. public:
  335. // System.IntPtr System.RuntimeTypeHandle::value
  336. intptr_t ___value_0;
  337. public:
  338. inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); }
  339. inline intptr_t get_value_0() const { return ___value_0; }
  340. inline intptr_t* get_address_of_value_0() { return &___value_0; }
  341. inline void set_value_0(intptr_t value)
  342. {
  343. ___value_0 = value;
  344. }
  345. };
  346. // System.Diagnostics.DebuggableAttribute/DebuggingModes
  347. struct DebuggingModes_t279D5B9C012ABA935887CB73C5A63A1F46AF08A8
  348. {
  349. public:
  350. // System.Int32 System.Diagnostics.DebuggableAttribute/DebuggingModes::value__
  351. int32_t ___value___2;
  352. public:
  353. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DebuggingModes_t279D5B9C012ABA935887CB73C5A63A1F46AF08A8, ___value___2)); }
  354. inline int32_t get_value___2() const { return ___value___2; }
  355. inline int32_t* get_address_of_value___2() { return &___value___2; }
  356. inline void set_value___2(int32_t value)
  357. {
  358. ___value___2 = value;
  359. }
  360. };
  361. // System.Diagnostics.DebuggableAttribute
  362. struct DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  363. {
  364. public:
  365. // System.Diagnostics.DebuggableAttribute/DebuggingModes System.Diagnostics.DebuggableAttribute::m_debuggingModes
  366. int32_t ___m_debuggingModes_0;
  367. public:
  368. inline static int32_t get_offset_of_m_debuggingModes_0() { return static_cast<int32_t>(offsetof(DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B, ___m_debuggingModes_0)); }
  369. inline int32_t get_m_debuggingModes_0() const { return ___m_debuggingModes_0; }
  370. inline int32_t* get_address_of_m_debuggingModes_0() { return &___m_debuggingModes_0; }
  371. inline void set_m_debuggingModes_0(int32_t value)
  372. {
  373. ___m_debuggingModes_0 = value;
  374. }
  375. };
  376. // System.Type
  377. struct Type_t : public MemberInfo_t
  378. {
  379. public:
  380. // System.RuntimeTypeHandle System.Type::_impl
  381. RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9;
  382. public:
  383. inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
  384. inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; }
  385. inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; }
  386. inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value)
  387. {
  388. ____impl_9 = value;
  389. }
  390. };
  391. struct Type_t_StaticFields
  392. {
  393. public:
  394. // System.Reflection.MemberFilter System.Type::FilterAttribute
  395. MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0;
  396. // System.Reflection.MemberFilter System.Type::FilterName
  397. MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1;
  398. // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
  399. MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2;
  400. // System.Object System.Type::Missing
  401. RuntimeObject * ___Missing_3;
  402. // System.Char System.Type::Delimiter
  403. Il2CppChar ___Delimiter_4;
  404. // System.Type[] System.Type::EmptyTypes
  405. TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5;
  406. // System.Reflection.Binder System.Type::defaultBinder
  407. Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6;
  408. public:
  409. inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
  410. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
  411. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
  412. inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
  413. {
  414. ___FilterAttribute_0 = value;
  415. Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
  416. }
  417. inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
  418. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; }
  419. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; }
  420. inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
  421. {
  422. ___FilterName_1 = value;
  423. Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
  424. }
  425. inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
  426. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
  427. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
  428. inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
  429. {
  430. ___FilterNameIgnoreCase_2 = value;
  431. Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
  432. }
  433. inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
  434. inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
  435. inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
  436. inline void set_Missing_3(RuntimeObject * value)
  437. {
  438. ___Missing_3 = value;
  439. Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
  440. }
  441. inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
  442. inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
  443. inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
  444. inline void set_Delimiter_4(Il2CppChar value)
  445. {
  446. ___Delimiter_4 = value;
  447. }
  448. inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
  449. inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
  450. inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
  451. inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value)
  452. {
  453. ___EmptyTypes_5 = value;
  454. Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
  455. }
  456. inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
  457. inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; }
  458. inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
  459. inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value)
  460. {
  461. ___defaultBinder_6 = value;
  462. Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
  463. }
  464. };
  465. #ifdef __clang__
  466. #pragma clang diagnostic pop
  467. #endif
  468. // System.Void System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(System.Int32)
  469. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompilationRelaxationsAttribute__ctor_mAC3079EBC4EEAB474EED8208EF95DB39C922333B (CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF * __this, int32_t ___relaxations0, const RuntimeMethod* method);
  470. // System.Void System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::.ctor()
  471. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute__ctor_m551DDF1438CE97A984571949723F30F44CF7317C (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, const RuntimeMethod* method);
  472. // System.Void System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::set_WrapNonExceptionThrows(System.Boolean)
  473. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, bool ___value0, const RuntimeMethod* method);
  474. // System.Void System.Diagnostics.DebuggableAttribute::.ctor(System.Diagnostics.DebuggableAttribute/DebuggingModes)
  475. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggableAttribute__ctor_m7FF445C8435494A4847123A668D889E692E55550 (DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B * __this, int32_t ___modes0, const RuntimeMethod* method);
  476. // System.Void UnityEngine.HideInInspector::.ctor()
  477. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HideInInspector__ctor_mE2B7FB1D206A74BA583C7812CDB4EBDD83EB66F9 (HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA * __this, const RuntimeMethod* method);
  478. // System.Void UnityEngine.HeaderAttribute::.ctor(System.String)
  479. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAttribute__ctor_m601319E0BCE8C44A9E79B2C0ABAAD0FEF46A9F1E (HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB * __this, String_t* ___header0, const RuntimeMethod* method);
  480. // System.Void System.Runtime.CompilerServices.IteratorStateMachineAttribute::.ctor(System.Type)
  481. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IteratorStateMachineAttribute__ctor_m019CD62C4E5301F55EDF4723107B608AE8F12481 (IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830 * __this, Type_t * ___stateMachineType0, const RuntimeMethod* method);
  482. // System.Void System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor()
  483. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35 (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * __this, const RuntimeMethod* method);
  484. // System.Void System.Diagnostics.DebuggerHiddenAttribute::.ctor()
  485. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3 (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * __this, const RuntimeMethod* method);
  486. static void AssemblyU2DCSharp_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  487. {
  488. {
  489. CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF * tmp = (CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF *)cache->attributes[0];
  490. CompilationRelaxationsAttribute__ctor_mAC3079EBC4EEAB474EED8208EF95DB39C922333B(tmp, 8LL, NULL);
  491. }
  492. {
  493. RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * tmp = (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 *)cache->attributes[1];
  494. RuntimeCompatibilityAttribute__ctor_m551DDF1438CE97A984571949723F30F44CF7317C(tmp, NULL);
  495. RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline(tmp, true, NULL);
  496. }
  497. {
  498. DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B * tmp = (DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B *)cache->attributes[2];
  499. DebuggableAttribute__ctor_m7FF445C8435494A4847123A668D889E692E55550(tmp, 2LL, NULL);
  500. }
  501. }
  502. static void move_tF5C934E0EAF4295D46D7DAA6C508AFAB1B699276_CustomAttributesCacheGenerator_puzzlePlaying(CustomAttributesCache* cache)
  503. {
  504. {
  505. HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA * tmp = (HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA *)cache->attributes[0];
  506. HideInInspector__ctor_mE2B7FB1D206A74BA583C7812CDB4EBDD83EB66F9(tmp, NULL);
  507. }
  508. }
  509. static void move_tF5C934E0EAF4295D46D7DAA6C508AFAB1B699276_CustomAttributesCacheGenerator_clickSFX(CustomAttributesCache* cache)
  510. {
  511. {
  512. HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB * tmp = (HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB *)cache->attributes[0];
  513. HeaderAttribute__ctor_m601319E0BCE8C44A9E79B2C0ABAAD0FEF46A9F1E(tmp, il2cpp_codegen_string_new_wrapper("\x53\x46\x58"), NULL);
  514. }
  515. }
  516. static void testMove_t871278BC32C5BA39F313F7574A5D026BB0094A1F_CustomAttributesCacheGenerator_clickSFX(CustomAttributesCache* cache)
  517. {
  518. {
  519. HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB * tmp = (HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB *)cache->attributes[0];
  520. HeaderAttribute__ctor_m601319E0BCE8C44A9E79B2C0ABAAD0FEF46A9F1E(tmp, il2cpp_codegen_string_new_wrapper("\x53\x46\x58"), NULL);
  521. }
  522. }
  523. static void testMove_t871278BC32C5BA39F313F7574A5D026BB0094A1F_CustomAttributesCacheGenerator_testMove_OnMouseDown_m17EBB24FCFE9C7FB59376C35FCA83B96E1623ABF(CustomAttributesCache* cache)
  524. {
  525. static bool s_Il2CppMethodInitialized;
  526. if (!s_Il2CppMethodInitialized)
  527. {
  528. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_0_0_0_var);
  529. s_Il2CppMethodInitialized = true;
  530. }
  531. {
  532. IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830 * tmp = (IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830 *)cache->attributes[0];
  533. IteratorStateMachineAttribute__ctor_m019CD62C4E5301F55EDF4723107B608AE8F12481(tmp, il2cpp_codegen_type_get_object(U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_0_0_0_var), NULL);
  534. }
  535. }
  536. static void U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  537. {
  538. {
  539. CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
  540. CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
  541. }
  542. }
  543. static void U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7__ctor_m8BDEABAD5280CFAD968ED3513A595B120212998B(CustomAttributesCache* cache)
  544. {
  545. {
  546. DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
  547. DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
  548. }
  549. }
  550. static void U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_IDisposable_Dispose_m9480DFDBD623284C2677CA5D0BE34AFF19D62C5F(CustomAttributesCache* cache)
  551. {
  552. {
  553. DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
  554. DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
  555. }
  556. }
  557. static void U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m4620280C15E8D7FED514D138B45E8737C6F342E8(CustomAttributesCache* cache)
  558. {
  559. {
  560. DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
  561. DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
  562. }
  563. }
  564. static void U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_Collections_IEnumerator_Reset_m67C288B6D514937F042ED383C2E3AF230C4D1D19(CustomAttributesCache* cache)
  565. {
  566. {
  567. DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
  568. DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
  569. }
  570. }
  571. static void U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_Collections_IEnumerator_get_Current_m3DBD51E29D7EB6E689B103F333FE3C4E2084A235(CustomAttributesCache* cache)
  572. {
  573. {
  574. DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
  575. DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
  576. }
  577. }
  578. IL2CPP_EXTERN_C const CustomAttributesCacheGenerator g_AssemblyU2DCSharp_AttributeGenerators[];
  579. const CustomAttributesCacheGenerator g_AssemblyU2DCSharp_AttributeGenerators[11] =
  580. {
  581. U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator,
  582. move_tF5C934E0EAF4295D46D7DAA6C508AFAB1B699276_CustomAttributesCacheGenerator_puzzlePlaying,
  583. move_tF5C934E0EAF4295D46D7DAA6C508AFAB1B699276_CustomAttributesCacheGenerator_clickSFX,
  584. testMove_t871278BC32C5BA39F313F7574A5D026BB0094A1F_CustomAttributesCacheGenerator_clickSFX,
  585. testMove_t871278BC32C5BA39F313F7574A5D026BB0094A1F_CustomAttributesCacheGenerator_testMove_OnMouseDown_m17EBB24FCFE9C7FB59376C35FCA83B96E1623ABF,
  586. U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7__ctor_m8BDEABAD5280CFAD968ED3513A595B120212998B,
  587. U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_IDisposable_Dispose_m9480DFDBD623284C2677CA5D0BE34AFF19D62C5F,
  588. U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m4620280C15E8D7FED514D138B45E8737C6F342E8,
  589. U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_Collections_IEnumerator_Reset_m67C288B6D514937F042ED383C2E3AF230C4D1D19,
  590. U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_Collections_IEnumerator_get_Current_m3DBD51E29D7EB6E689B103F333FE3C4E2084A235,
  591. AssemblyU2DCSharp_CustomAttributesCacheGenerator,
  592. };
  593. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, bool ___value0, const RuntimeMethod* method)
  594. {
  595. {
  596. bool L_0 = ___value0;
  597. __this->set_m_wrapNonExceptionThrows_0(L_0);
  598. return;
  599. }
  600. }