AOTGenericReferences.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427
  1. using System.Collections.Generic;
  2. public class AOTGenericReferences : UnityEngine.MonoBehaviour
  3. {
  4. // {{ AOT assemblies
  5. public static readonly IReadOnlyList<string> PatchedAOTAssemblyList = new List<string>
  6. {
  7. "DOTween.dll",
  8. "Minio.dll",
  9. "Newtonsoft.Json.dll",
  10. "SDK.dll",
  11. "System.Core.dll",
  12. "System.dll",
  13. "UniLiveKit.Runtime.dll",
  14. "UnityEngine.AndroidJNIModule.dll",
  15. "UnityEngine.AssetBundleModule.dll",
  16. "UnityEngine.CoreModule.dll",
  17. "mscorlib.dll",
  18. };
  19. // }}
  20. // {{ constraint implement type
  21. // }}
  22. // {{ AOT generic types
  23. // GHZRtc.SingletonMono<object>
  24. // Minio.DataModel.Args.BucketArgs<object>
  25. // Minio.DataModel.Args.EncryptionArgs<object>
  26. // Minio.DataModel.Args.ObjectArgs<object>
  27. // Minio.DataModel.Args.ObjectConditionalQueryArgs<object>
  28. // Minio.DataModel.Args.ObjectVersionArgs<object>
  29. // Minio.DataModel.Args.ObjectWriteArgs<object>
  30. // MonoSingleton<object>
  31. // SC.XR.Unity.Singleton.<>c<object>
  32. // SC.XR.Unity.Singleton<object>
  33. // System.Action<Loom.DelayedQueueItem>
  34. // System.Action<UniGif.ApplicationExtension.ApplicationDataBlock>
  35. // System.Action<UniGif.CommentExtension.CommentDataBlock>
  36. // System.Action<UniGif.CommentExtension>
  37. // System.Action<UniGif.GraphicControlExtension>
  38. // System.Action<UniGif.ImageBlock.ImageDataBlock>
  39. // System.Action<UniGif.ImageBlock>
  40. // System.Action<UniGif.PlainTextExtension.PlainTextDataBlock>
  41. // System.Action<UniGif.PlainTextExtension>
  42. // System.Action<UnityEngine.Vector2>
  43. // System.Action<UnityEngine.Vector3>
  44. // System.Action<byte>
  45. // System.Action<float,float>
  46. // System.Action<float>
  47. // System.Action<int>
  48. // System.Action<object,float>
  49. // System.Action<object,int,int,int>
  50. // System.Action<object,object,byte>
  51. // System.Action<object,object>
  52. // System.Action<object>
  53. // System.Action<ushort>
  54. // System.Buffers.ArrayPool<int>
  55. // System.Buffers.TlsOverPerCoreLockedStacksArrayPool.LockedStack<int>
  56. // System.Buffers.TlsOverPerCoreLockedStacksArrayPool.PerCoreLockedStacks<int>
  57. // System.Buffers.TlsOverPerCoreLockedStacksArrayPool<int>
  58. // System.ByReference<int>
  59. // System.ByReference<ushort>
  60. // System.Collections.Generic.ArraySortHelper<Loom.DelayedQueueItem>
  61. // System.Collections.Generic.ArraySortHelper<UniGif.ApplicationExtension.ApplicationDataBlock>
  62. // System.Collections.Generic.ArraySortHelper<UniGif.CommentExtension.CommentDataBlock>
  63. // System.Collections.Generic.ArraySortHelper<UniGif.CommentExtension>
  64. // System.Collections.Generic.ArraySortHelper<UniGif.GraphicControlExtension>
  65. // System.Collections.Generic.ArraySortHelper<UniGif.ImageBlock.ImageDataBlock>
  66. // System.Collections.Generic.ArraySortHelper<UniGif.ImageBlock>
  67. // System.Collections.Generic.ArraySortHelper<UniGif.PlainTextExtension.PlainTextDataBlock>
  68. // System.Collections.Generic.ArraySortHelper<UniGif.PlainTextExtension>
  69. // System.Collections.Generic.ArraySortHelper<UnityEngine.Vector2>
  70. // System.Collections.Generic.ArraySortHelper<UnityEngine.Vector3>
  71. // System.Collections.Generic.ArraySortHelper<byte>
  72. // System.Collections.Generic.ArraySortHelper<int>
  73. // System.Collections.Generic.ArraySortHelper<object>
  74. // System.Collections.Generic.ArraySortHelper<ushort>
  75. // System.Collections.Generic.Comparer<Loom.DelayedQueueItem>
  76. // System.Collections.Generic.Comparer<System.Collections.Generic.KeyValuePair<object,ushort>>
  77. // System.Collections.Generic.Comparer<UniGif.ApplicationExtension.ApplicationDataBlock>
  78. // System.Collections.Generic.Comparer<UniGif.CommentExtension.CommentDataBlock>
  79. // System.Collections.Generic.Comparer<UniGif.CommentExtension>
  80. // System.Collections.Generic.Comparer<UniGif.GraphicControlExtension>
  81. // System.Collections.Generic.Comparer<UniGif.ImageBlock.ImageDataBlock>
  82. // System.Collections.Generic.Comparer<UniGif.ImageBlock>
  83. // System.Collections.Generic.Comparer<UniGif.PlainTextExtension.PlainTextDataBlock>
  84. // System.Collections.Generic.Comparer<UniGif.PlainTextExtension>
  85. // System.Collections.Generic.Comparer<UnityEngine.Vector2>
  86. // System.Collections.Generic.Comparer<UnityEngine.Vector3>
  87. // System.Collections.Generic.Comparer<byte>
  88. // System.Collections.Generic.Comparer<int>
  89. // System.Collections.Generic.Comparer<object>
  90. // System.Collections.Generic.Comparer<ushort>
  91. // System.Collections.Generic.Dictionary.Enumerator<int,object>
  92. // System.Collections.Generic.Dictionary.Enumerator<object,object>
  93. // System.Collections.Generic.Dictionary.KeyCollection.Enumerator<int,object>
  94. // System.Collections.Generic.Dictionary.KeyCollection.Enumerator<object,object>
  95. // System.Collections.Generic.Dictionary.KeyCollection<int,object>
  96. // System.Collections.Generic.Dictionary.KeyCollection<object,object>
  97. // System.Collections.Generic.Dictionary.ValueCollection.Enumerator<int,object>
  98. // System.Collections.Generic.Dictionary.ValueCollection.Enumerator<object,object>
  99. // System.Collections.Generic.Dictionary.ValueCollection<int,object>
  100. // System.Collections.Generic.Dictionary.ValueCollection<object,object>
  101. // System.Collections.Generic.Dictionary<int,object>
  102. // System.Collections.Generic.Dictionary<object,object>
  103. // System.Collections.Generic.EqualityComparer<int>
  104. // System.Collections.Generic.EqualityComparer<object>
  105. // System.Collections.Generic.EqualityComparer<ushort>
  106. // System.Collections.Generic.ICollection<Loom.DelayedQueueItem>
  107. // System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<int,object>>
  108. // System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<object,object>>
  109. // System.Collections.Generic.ICollection<UniGif.ApplicationExtension.ApplicationDataBlock>
  110. // System.Collections.Generic.ICollection<UniGif.CommentExtension.CommentDataBlock>
  111. // System.Collections.Generic.ICollection<UniGif.CommentExtension>
  112. // System.Collections.Generic.ICollection<UniGif.GraphicControlExtension>
  113. // System.Collections.Generic.ICollection<UniGif.ImageBlock.ImageDataBlock>
  114. // System.Collections.Generic.ICollection<UniGif.ImageBlock>
  115. // System.Collections.Generic.ICollection<UniGif.PlainTextExtension.PlainTextDataBlock>
  116. // System.Collections.Generic.ICollection<UniGif.PlainTextExtension>
  117. // System.Collections.Generic.ICollection<UnityEngine.Vector2>
  118. // System.Collections.Generic.ICollection<UnityEngine.Vector3>
  119. // System.Collections.Generic.ICollection<byte>
  120. // System.Collections.Generic.ICollection<int>
  121. // System.Collections.Generic.ICollection<object>
  122. // System.Collections.Generic.ICollection<ushort>
  123. // System.Collections.Generic.IComparer<Loom.DelayedQueueItem>
  124. // System.Collections.Generic.IComparer<System.Collections.Generic.KeyValuePair<object,ushort>>
  125. // System.Collections.Generic.IComparer<UniGif.ApplicationExtension.ApplicationDataBlock>
  126. // System.Collections.Generic.IComparer<UniGif.CommentExtension.CommentDataBlock>
  127. // System.Collections.Generic.IComparer<UniGif.CommentExtension>
  128. // System.Collections.Generic.IComparer<UniGif.GraphicControlExtension>
  129. // System.Collections.Generic.IComparer<UniGif.ImageBlock.ImageDataBlock>
  130. // System.Collections.Generic.IComparer<UniGif.ImageBlock>
  131. // System.Collections.Generic.IComparer<UniGif.PlainTextExtension.PlainTextDataBlock>
  132. // System.Collections.Generic.IComparer<UniGif.PlainTextExtension>
  133. // System.Collections.Generic.IComparer<UnityEngine.Vector2>
  134. // System.Collections.Generic.IComparer<UnityEngine.Vector3>
  135. // System.Collections.Generic.IComparer<byte>
  136. // System.Collections.Generic.IComparer<int>
  137. // System.Collections.Generic.IComparer<object>
  138. // System.Collections.Generic.IComparer<ushort>
  139. // System.Collections.Generic.IDictionary<object,object>
  140. // System.Collections.Generic.IDictionary<object,ushort>
  141. // System.Collections.Generic.IEnumerable<Loom.DelayedQueueItem>
  142. // System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.UIntPtr,object>>
  143. // System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<int,object>>
  144. // System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<object,object>>
  145. // System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<object,ushort>>
  146. // System.Collections.Generic.IEnumerable<UniGif.ApplicationExtension.ApplicationDataBlock>
  147. // System.Collections.Generic.IEnumerable<UniGif.CommentExtension.CommentDataBlock>
  148. // System.Collections.Generic.IEnumerable<UniGif.CommentExtension>
  149. // System.Collections.Generic.IEnumerable<UniGif.GraphicControlExtension>
  150. // System.Collections.Generic.IEnumerable<UniGif.ImageBlock.ImageDataBlock>
  151. // System.Collections.Generic.IEnumerable<UniGif.ImageBlock>
  152. // System.Collections.Generic.IEnumerable<UniGif.PlainTextExtension.PlainTextDataBlock>
  153. // System.Collections.Generic.IEnumerable<UniGif.PlainTextExtension>
  154. // System.Collections.Generic.IEnumerable<UnityEngine.Vector2>
  155. // System.Collections.Generic.IEnumerable<UnityEngine.Vector3>
  156. // System.Collections.Generic.IEnumerable<byte>
  157. // System.Collections.Generic.IEnumerable<int>
  158. // System.Collections.Generic.IEnumerable<object>
  159. // System.Collections.Generic.IEnumerable<ushort>
  160. // System.Collections.Generic.IEnumerator<Loom.DelayedQueueItem>
  161. // System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<System.UIntPtr,object>>
  162. // System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<int,object>>
  163. // System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<object,object>>
  164. // System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<object,ushort>>
  165. // System.Collections.Generic.IEnumerator<UniGif.ApplicationExtension.ApplicationDataBlock>
  166. // System.Collections.Generic.IEnumerator<UniGif.CommentExtension.CommentDataBlock>
  167. // System.Collections.Generic.IEnumerator<UniGif.CommentExtension>
  168. // System.Collections.Generic.IEnumerator<UniGif.GraphicControlExtension>
  169. // System.Collections.Generic.IEnumerator<UniGif.ImageBlock.ImageDataBlock>
  170. // System.Collections.Generic.IEnumerator<UniGif.ImageBlock>
  171. // System.Collections.Generic.IEnumerator<UniGif.PlainTextExtension.PlainTextDataBlock>
  172. // System.Collections.Generic.IEnumerator<UniGif.PlainTextExtension>
  173. // System.Collections.Generic.IEnumerator<UnityEngine.Vector2>
  174. // System.Collections.Generic.IEnumerator<UnityEngine.Vector3>
  175. // System.Collections.Generic.IEnumerator<byte>
  176. // System.Collections.Generic.IEnumerator<int>
  177. // System.Collections.Generic.IEnumerator<object>
  178. // System.Collections.Generic.IEnumerator<ushort>
  179. // System.Collections.Generic.IEqualityComparer<int>
  180. // System.Collections.Generic.IEqualityComparer<object>
  181. // System.Collections.Generic.IList<Loom.DelayedQueueItem>
  182. // System.Collections.Generic.IList<UniGif.ApplicationExtension.ApplicationDataBlock>
  183. // System.Collections.Generic.IList<UniGif.CommentExtension.CommentDataBlock>
  184. // System.Collections.Generic.IList<UniGif.CommentExtension>
  185. // System.Collections.Generic.IList<UniGif.GraphicControlExtension>
  186. // System.Collections.Generic.IList<UniGif.ImageBlock.ImageDataBlock>
  187. // System.Collections.Generic.IList<UniGif.ImageBlock>
  188. // System.Collections.Generic.IList<UniGif.PlainTextExtension.PlainTextDataBlock>
  189. // System.Collections.Generic.IList<UniGif.PlainTextExtension>
  190. // System.Collections.Generic.IList<UnityEngine.Vector2>
  191. // System.Collections.Generic.IList<UnityEngine.Vector3>
  192. // System.Collections.Generic.IList<byte>
  193. // System.Collections.Generic.IList<int>
  194. // System.Collections.Generic.IList<object>
  195. // System.Collections.Generic.IList<ushort>
  196. // System.Collections.Generic.KeyValuePair<System.UIntPtr,object>
  197. // System.Collections.Generic.KeyValuePair<int,object>
  198. // System.Collections.Generic.KeyValuePair<object,object>
  199. // System.Collections.Generic.KeyValuePair<object,ushort>
  200. // System.Collections.Generic.List.Enumerator<Loom.DelayedQueueItem>
  201. // System.Collections.Generic.List.Enumerator<UniGif.ApplicationExtension.ApplicationDataBlock>
  202. // System.Collections.Generic.List.Enumerator<UniGif.CommentExtension.CommentDataBlock>
  203. // System.Collections.Generic.List.Enumerator<UniGif.CommentExtension>
  204. // System.Collections.Generic.List.Enumerator<UniGif.GraphicControlExtension>
  205. // System.Collections.Generic.List.Enumerator<UniGif.ImageBlock.ImageDataBlock>
  206. // System.Collections.Generic.List.Enumerator<UniGif.ImageBlock>
  207. // System.Collections.Generic.List.Enumerator<UniGif.PlainTextExtension.PlainTextDataBlock>
  208. // System.Collections.Generic.List.Enumerator<UniGif.PlainTextExtension>
  209. // System.Collections.Generic.List.Enumerator<UnityEngine.Vector2>
  210. // System.Collections.Generic.List.Enumerator<UnityEngine.Vector3>
  211. // System.Collections.Generic.List.Enumerator<byte>
  212. // System.Collections.Generic.List.Enumerator<int>
  213. // System.Collections.Generic.List.Enumerator<object>
  214. // System.Collections.Generic.List.Enumerator<ushort>
  215. // System.Collections.Generic.List<Loom.DelayedQueueItem>
  216. // System.Collections.Generic.List<UniGif.ApplicationExtension.ApplicationDataBlock>
  217. // System.Collections.Generic.List<UniGif.CommentExtension.CommentDataBlock>
  218. // System.Collections.Generic.List<UniGif.CommentExtension>
  219. // System.Collections.Generic.List<UniGif.GraphicControlExtension>
  220. // System.Collections.Generic.List<UniGif.ImageBlock.ImageDataBlock>
  221. // System.Collections.Generic.List<UniGif.ImageBlock>
  222. // System.Collections.Generic.List<UniGif.PlainTextExtension.PlainTextDataBlock>
  223. // System.Collections.Generic.List<UniGif.PlainTextExtension>
  224. // System.Collections.Generic.List<UnityEngine.Vector2>
  225. // System.Collections.Generic.List<UnityEngine.Vector3>
  226. // System.Collections.Generic.List<byte>
  227. // System.Collections.Generic.List<int>
  228. // System.Collections.Generic.List<object>
  229. // System.Collections.Generic.List<ushort>
  230. // System.Collections.Generic.ObjectComparer<Loom.DelayedQueueItem>
  231. // System.Collections.Generic.ObjectComparer<System.Collections.Generic.KeyValuePair<object,ushort>>
  232. // System.Collections.Generic.ObjectComparer<UniGif.ApplicationExtension.ApplicationDataBlock>
  233. // System.Collections.Generic.ObjectComparer<UniGif.CommentExtension.CommentDataBlock>
  234. // System.Collections.Generic.ObjectComparer<UniGif.CommentExtension>
  235. // System.Collections.Generic.ObjectComparer<UniGif.GraphicControlExtension>
  236. // System.Collections.Generic.ObjectComparer<UniGif.ImageBlock.ImageDataBlock>
  237. // System.Collections.Generic.ObjectComparer<UniGif.ImageBlock>
  238. // System.Collections.Generic.ObjectComparer<UniGif.PlainTextExtension.PlainTextDataBlock>
  239. // System.Collections.Generic.ObjectComparer<UniGif.PlainTextExtension>
  240. // System.Collections.Generic.ObjectComparer<UnityEngine.Vector2>
  241. // System.Collections.Generic.ObjectComparer<UnityEngine.Vector3>
  242. // System.Collections.Generic.ObjectComparer<byte>
  243. // System.Collections.Generic.ObjectComparer<int>
  244. // System.Collections.Generic.ObjectComparer<object>
  245. // System.Collections.Generic.ObjectComparer<ushort>
  246. // System.Collections.Generic.ObjectEqualityComparer<int>
  247. // System.Collections.Generic.ObjectEqualityComparer<object>
  248. // System.Collections.Generic.ObjectEqualityComparer<ushort>
  249. // System.Collections.Generic.Queue.Enumerator<object>
  250. // System.Collections.Generic.Queue<object>
  251. // System.Collections.Generic.SortedDictionary.<>c__DisplayClass34_0<object,ushort>
  252. // System.Collections.Generic.SortedDictionary.<>c__DisplayClass34_1<object,ushort>
  253. // System.Collections.Generic.SortedDictionary.Enumerator<object,ushort>
  254. // System.Collections.Generic.SortedDictionary.KeyCollection.<>c__DisplayClass5_0<object,ushort>
  255. // System.Collections.Generic.SortedDictionary.KeyCollection.<>c__DisplayClass6_0<object,ushort>
  256. // System.Collections.Generic.SortedDictionary.KeyCollection.Enumerator<object,ushort>
  257. // System.Collections.Generic.SortedDictionary.KeyCollection<object,ushort>
  258. // System.Collections.Generic.SortedDictionary.KeyValuePairComparer<object,ushort>
  259. // System.Collections.Generic.SortedDictionary.ValueCollection.<>c__DisplayClass5_0<object,ushort>
  260. // System.Collections.Generic.SortedDictionary.ValueCollection.<>c__DisplayClass6_0<object,ushort>
  261. // System.Collections.Generic.SortedDictionary.ValueCollection.Enumerator<object,ushort>
  262. // System.Collections.Generic.SortedDictionary.ValueCollection<object,ushort>
  263. // System.Collections.Generic.SortedDictionary<object,ushort>
  264. // System.Collections.Generic.SortedSet.<>c__DisplayClass52_0<System.Collections.Generic.KeyValuePair<object,ushort>>
  265. // System.Collections.Generic.SortedSet.<>c__DisplayClass53_0<System.Collections.Generic.KeyValuePair<object,ushort>>
  266. // System.Collections.Generic.SortedSet.Enumerator<System.Collections.Generic.KeyValuePair<object,ushort>>
  267. // System.Collections.Generic.SortedSet.Node<System.Collections.Generic.KeyValuePair<object,ushort>>
  268. // System.Collections.Generic.SortedSet<System.Collections.Generic.KeyValuePair<object,ushort>>
  269. // System.Collections.Generic.Stack.Enumerator<int>
  270. // System.Collections.Generic.Stack.Enumerator<object>
  271. // System.Collections.Generic.Stack<int>
  272. // System.Collections.Generic.Stack<object>
  273. // System.Collections.Generic.TreeSet<System.Collections.Generic.KeyValuePair<object,ushort>>
  274. // System.Collections.Generic.TreeWalkPredicate<System.Collections.Generic.KeyValuePair<object,ushort>>
  275. // System.Collections.Generic.ValueListBuilder<int>
  276. // System.Collections.ObjectModel.ReadOnlyCollection<Loom.DelayedQueueItem>
  277. // System.Collections.ObjectModel.ReadOnlyCollection<UniGif.ApplicationExtension.ApplicationDataBlock>
  278. // System.Collections.ObjectModel.ReadOnlyCollection<UniGif.CommentExtension.CommentDataBlock>
  279. // System.Collections.ObjectModel.ReadOnlyCollection<UniGif.CommentExtension>
  280. // System.Collections.ObjectModel.ReadOnlyCollection<UniGif.GraphicControlExtension>
  281. // System.Collections.ObjectModel.ReadOnlyCollection<UniGif.ImageBlock.ImageDataBlock>
  282. // System.Collections.ObjectModel.ReadOnlyCollection<UniGif.ImageBlock>
  283. // System.Collections.ObjectModel.ReadOnlyCollection<UniGif.PlainTextExtension.PlainTextDataBlock>
  284. // System.Collections.ObjectModel.ReadOnlyCollection<UniGif.PlainTextExtension>
  285. // System.Collections.ObjectModel.ReadOnlyCollection<UnityEngine.Vector2>
  286. // System.Collections.ObjectModel.ReadOnlyCollection<UnityEngine.Vector3>
  287. // System.Collections.ObjectModel.ReadOnlyCollection<byte>
  288. // System.Collections.ObjectModel.ReadOnlyCollection<int>
  289. // System.Collections.ObjectModel.ReadOnlyCollection<object>
  290. // System.Collections.ObjectModel.ReadOnlyCollection<ushort>
  291. // System.Comparison<Loom.DelayedQueueItem>
  292. // System.Comparison<UniGif.ApplicationExtension.ApplicationDataBlock>
  293. // System.Comparison<UniGif.CommentExtension.CommentDataBlock>
  294. // System.Comparison<UniGif.CommentExtension>
  295. // System.Comparison<UniGif.GraphicControlExtension>
  296. // System.Comparison<UniGif.ImageBlock.ImageDataBlock>
  297. // System.Comparison<UniGif.ImageBlock>
  298. // System.Comparison<UniGif.PlainTextExtension.PlainTextDataBlock>
  299. // System.Comparison<UniGif.PlainTextExtension>
  300. // System.Comparison<UnityEngine.Vector2>
  301. // System.Comparison<UnityEngine.Vector3>
  302. // System.Comparison<byte>
  303. // System.Comparison<int>
  304. // System.Comparison<object>
  305. // System.Comparison<ushort>
  306. // System.Converter<object,object>
  307. // System.Func<Loom.DelayedQueueItem,byte>
  308. // System.Func<System.Threading.Tasks.VoidTaskResult>
  309. // System.Func<byte>
  310. // System.Func<object,System.Threading.Tasks.VoidTaskResult>
  311. // System.Func<object,byte>
  312. // System.Func<object,object,object>
  313. // System.Func<object,object>
  314. // System.Func<object>
  315. // System.Lazy<object>
  316. // System.Linq.Enumerable.Iterator<Loom.DelayedQueueItem>
  317. // System.Linq.Enumerable.WhereArrayIterator<Loom.DelayedQueueItem>
  318. // System.Linq.Enumerable.WhereEnumerableIterator<Loom.DelayedQueueItem>
  319. // System.Linq.Enumerable.WhereListIterator<Loom.DelayedQueueItem>
  320. // System.Nullable<UniGif.GraphicControlExtension>
  321. // System.Predicate<Loom.DelayedQueueItem>
  322. // System.Predicate<UniGif.ApplicationExtension.ApplicationDataBlock>
  323. // System.Predicate<UniGif.CommentExtension.CommentDataBlock>
  324. // System.Predicate<UniGif.CommentExtension>
  325. // System.Predicate<UniGif.GraphicControlExtension>
  326. // System.Predicate<UniGif.ImageBlock.ImageDataBlock>
  327. // System.Predicate<UniGif.ImageBlock>
  328. // System.Predicate<UniGif.PlainTextExtension.PlainTextDataBlock>
  329. // System.Predicate<UniGif.PlainTextExtension>
  330. // System.Predicate<UnityEngine.Vector2>
  331. // System.Predicate<UnityEngine.Vector3>
  332. // System.Predicate<byte>
  333. // System.Predicate<int>
  334. // System.Predicate<object>
  335. // System.Predicate<ushort>
  336. // System.ReadOnlySpan<int>
  337. // System.ReadOnlySpan<ushort>
  338. // System.Runtime.CompilerServices.AsyncTaskMethodBuilder<System.Threading.Tasks.VoidTaskResult>
  339. // System.Runtime.CompilerServices.ConditionalWeakTable.CreateValueCallback<System.UIntPtr,object>
  340. // System.Runtime.CompilerServices.ConditionalWeakTable.CreateValueCallback<object,object>
  341. // System.Runtime.CompilerServices.ConditionalWeakTable.Enumerator<System.UIntPtr,object>
  342. // System.Runtime.CompilerServices.ConditionalWeakTable.Enumerator<object,object>
  343. // System.Runtime.CompilerServices.ConditionalWeakTable<System.UIntPtr,object>
  344. // System.Runtime.CompilerServices.ConditionalWeakTable<object,object>
  345. // System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter<System.Threading.Tasks.VoidTaskResult>
  346. // System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter<object>
  347. // System.Runtime.CompilerServices.ConfiguredTaskAwaitable<System.Threading.Tasks.VoidTaskResult>
  348. // System.Runtime.CompilerServices.ConfiguredTaskAwaitable<object>
  349. // System.Runtime.CompilerServices.TaskAwaiter<System.Threading.Tasks.VoidTaskResult>
  350. // System.Runtime.CompilerServices.TaskAwaiter<object>
  351. // System.Span<int>
  352. // System.Span<ushort>
  353. // System.Threading.Tasks.ContinuationTaskFromResultTask<System.Threading.Tasks.VoidTaskResult>
  354. // System.Threading.Tasks.ContinuationTaskFromResultTask<object>
  355. // System.Threading.Tasks.Task<System.Threading.Tasks.VoidTaskResult>
  356. // System.Threading.Tasks.Task<object>
  357. // System.Threading.Tasks.TaskFactory.<>c__DisplayClass35_0<System.Threading.Tasks.VoidTaskResult>
  358. // System.Threading.Tasks.TaskFactory.<>c__DisplayClass35_0<object>
  359. // System.Threading.Tasks.TaskFactory<System.Threading.Tasks.VoidTaskResult>
  360. // System.Threading.Tasks.TaskFactory<object>
  361. // Unity.Collections.NativeArray.Enumerator<byte>
  362. // Unity.Collections.NativeArray.ReadOnly.Enumerator<byte>
  363. // Unity.Collections.NativeArray.ReadOnly<byte>
  364. // Unity.Collections.NativeArray<byte>
  365. // UnityEngine.Events.InvokableCall<UnityEngine.Vector2>
  366. // UnityEngine.Events.UnityAction<UnityEngine.Vector2>
  367. // UnityEngine.Events.UnityEvent<UnityEngine.Vector2>
  368. // XRTool.Util.Singleton<object>
  369. // }}
  370. public void RefMethods()
  371. {
  372. // object DG.Tweening.TweenSettingsExtensions.OnComplete<object>(object,DG.Tweening.TweenCallback)
  373. // object Newtonsoft.Json.JsonConvert.DeserializeObject<object>(string)
  374. // object Newtonsoft.Json.JsonConvert.DeserializeObject<object>(string,Newtonsoft.Json.JsonSerializerSettings)
  375. // object[] System.Array.Empty<object>()
  376. // System.Void System.Array.Sort<object>(object[],System.Comparison<object>)
  377. // System.Collections.Generic.List<object> System.Collections.Generic.List<object>.ConvertAll<object>(System.Converter<object,object>)
  378. // System.Collections.Generic.IEnumerable<Loom.DelayedQueueItem> System.Linq.Enumerable.Where<Loom.DelayedQueueItem>(System.Collections.Generic.IEnumerable<Loom.DelayedQueueItem>,System.Func<Loom.DelayedQueueItem,bool>)
  379. // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter<object>,MinIoXR.<Run>d__23>(System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter<object>&,MinIoXR.<Run>d__23&)
  380. // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.TaskAwaiter<object>,MinIoXR.<RunFile>d__20>(System.Runtime.CompilerServices.TaskAwaiter<object>&,MinIoXR.<RunFile>d__20&)
  381. // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder<System.Threading.Tasks.VoidTaskResult>.AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter<object>,MinIoXR.<Run>d__23>(System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter<object>&,MinIoXR.<Run>d__23&)
  382. // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder<System.Threading.Tasks.VoidTaskResult>.AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.TaskAwaiter<object>,MinIoXR.<RunFile>d__20>(System.Runtime.CompilerServices.TaskAwaiter<object>&,MinIoXR.<RunFile>d__20&)
  383. // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<MinIoXR.<Run>d__23>(MinIoXR.<Run>d__23&)
  384. // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<MinIoXR.<RunFile>d__20>(MinIoXR.<RunFile>d__20&)
  385. // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Start<MinIoXR.<<RunFile>b__20_0>d>(MinIoXR.<<RunFile>b__20_0>d&)
  386. // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Start<PaiZhaoDataManager.GetUploadObject.<>c__DisplayClass0_0.<<start>b__0>d>(PaiZhaoDataManager.GetUploadObject.<>c__DisplayClass0_0.<<start>b__0>d&)
  387. // object& System.Runtime.CompilerServices.Unsafe.As<object,object>(object&)
  388. // System.Void* System.Runtime.CompilerServices.Unsafe.AsPointer<object>(object&)
  389. // object System.Threading.Interlocked.CompareExchange<object>(object&,object,object)
  390. // Unity.Collections.NativeArray<byte> Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility.ConvertExistingDataToNativeArray<byte>(System.Void*,int,Unity.Collections.Allocator)
  391. // int Unity.Collections.LowLevel.Unsafe.UnsafeUtility.SizeOf<byte>()
  392. // object UnityEngine.AndroidJNIHelper.ConvertFromJNIArray<object>(System.IntPtr)
  393. // System.IntPtr UnityEngine.AndroidJNIHelper.GetFieldID<object>(System.IntPtr,string,bool)
  394. // System.IntPtr UnityEngine.AndroidJNIHelper.GetMethodID<object>(System.IntPtr,string,object[],bool)
  395. // object UnityEngine.AndroidJavaObject.Call<object>(string,object[])
  396. // object UnityEngine.AndroidJavaObject.CallStatic<object>(string,object[])
  397. // object UnityEngine.AndroidJavaObject.FromJavaArrayDeleteLocalRef<object>(System.IntPtr)
  398. // object UnityEngine.AndroidJavaObject.GetStatic<object>(string)
  399. // object UnityEngine.AndroidJavaObject._Call<object>(string,object[])
  400. // object UnityEngine.AndroidJavaObject._CallStatic<object>(string,object[])
  401. // object UnityEngine.AndroidJavaObject._GetStatic<object>(string)
  402. // object UnityEngine.AssetBundle.LoadAsset<object>(string)
  403. // UnityEngine.AssetBundleRequest UnityEngine.AssetBundle.LoadAssetAsync<object>(string)
  404. // object UnityEngine.Component.GetComponent<object>()
  405. // object UnityEngine.Component.GetComponentInChildren<object>()
  406. // object UnityEngine.Component.GetComponentInParent<object>()
  407. // object UnityEngine.GameObject.AddComponent<object>()
  408. // object UnityEngine.GameObject.GetComponent<object>()
  409. // object UnityEngine.GameObject.GetComponentInChildren<object>()
  410. // object UnityEngine.GameObject.GetComponentInChildren<object>(bool)
  411. // object[] UnityEngine.GameObject.GetComponentsInChildren<object>()
  412. // object[] UnityEngine.GameObject.GetComponentsInChildren<object>(bool)
  413. // object UnityEngine.Object.FindObjectOfType<object>()
  414. // object UnityEngine.Object.Instantiate<object>(object)
  415. // object UnityEngine.Object.Instantiate<object>(object,UnityEngine.Transform)
  416. // object UnityEngine.Object.Instantiate<object>(object,UnityEngine.Transform,bool)
  417. // Unity.Collections.NativeArray<byte> UnityEngine.Rendering.AsyncGPUReadbackRequest.GetData<byte>(int)
  418. // object UnityEngine._AndroidJNIHelper.ConvertFromJNIArray<object>(System.IntPtr)
  419. // System.IntPtr UnityEngine._AndroidJNIHelper.GetFieldID<object>(System.IntPtr,string,bool)
  420. // System.IntPtr UnityEngine._AndroidJNIHelper.GetMethodID<object>(System.IntPtr,string,object[],bool)
  421. // string UnityEngine._AndroidJNIHelper.GetSignature<object>(object[])
  422. }
  423. }