AOTGenericReferences.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  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. "MongoDB.Bson.dll",
  8. "System.Core.dll",
  9. "System.dll",
  10. "Unity.Core.dll",
  11. "Unity.Loader.dll",
  12. "Unity.ThirdParty.dll",
  13. "UnityEngine.CoreModule.dll",
  14. "mscorlib.dll",
  15. };
  16. // }}
  17. // {{ constraint implement type
  18. // }}
  19. // {{ AOT generic types
  20. // ET.AEvent.<Handle>d__3<ET.Client.NetClientComponentOnRead>
  21. // ET.AEvent.<Handle>d__3<ET.EventType.AfterCreateClientScene>
  22. // ET.AEvent.<Handle>d__3<ET.EventType.AfterCreateCurrentScene>
  23. // ET.AEvent.<Handle>d__3<ET.EventType.AppStartInitFinish>
  24. // ET.AEvent.<Handle>d__3<ET.EventType.EnterMapFinish>
  25. // ET.AEvent.<Handle>d__3<ET.EventType.EntryEvent1>
  26. // ET.AEvent.<Handle>d__3<ET.EventType.EntryEvent2>
  27. // ET.AEvent.<Handle>d__3<ET.EventType.EntryEvent3>
  28. // ET.AEvent.<Handle>d__3<ET.EventType.EntryLoadCfg>
  29. // ET.AEvent.<Handle>d__3<ET.EventType.GameDisCardPush>
  30. // ET.AEvent.<Handle>d__3<ET.EventType.GameDrawCardPush>
  31. // ET.AEvent.<Handle>d__3<ET.EventType.GameOperationPush>
  32. // ET.AEvent.<Handle>d__3<ET.EventType.GameStartPush>
  33. // ET.AEvent.<Handle>d__3<ET.EventType.HGHHSettlementPush>
  34. // ET.AEvent.<Handle>d__3<ET.EventType.JoinRoomPush>
  35. // ET.AEvent.<Handle>d__3<ET.EventType.KickPush>
  36. // ET.AEvent.<Handle>d__3<ET.EventType.LoginFinish>
  37. // ET.AEvent.<Handle>d__3<ET.EventType.MainFnish>
  38. // ET.AEvent.<Handle>d__3<ET.EventType.ReadyPush>
  39. // ET.AEvent.<Handle>d__3<ET.EventType.ReadyStartPush>
  40. // ET.AEvent.<Handle>d__3<ET.EventType.SceneChangeFinish>
  41. // ET.AEvent.<Handle>d__3<ET.EventType.SceneChangeStart>
  42. // ET.AEvent.<Handle>d__3<ET.EventType.StartFightRoomFnish>
  43. // ET.AEvent<ET.Client.NetClientComponentOnRead>
  44. // ET.AEvent<ET.EventType.AfterCreateClientScene>
  45. // ET.AEvent<ET.EventType.AfterCreateCurrentScene>
  46. // ET.AEvent<ET.EventType.AppStartInitFinish>
  47. // ET.AEvent<ET.EventType.EnterMapFinish>
  48. // ET.AEvent<ET.EventType.EntryEvent1>
  49. // ET.AEvent<ET.EventType.EntryEvent2>
  50. // ET.AEvent<ET.EventType.EntryEvent3>
  51. // ET.AEvent<ET.EventType.EntryLoadCfg>
  52. // ET.AEvent<ET.EventType.GameDisCardPush>
  53. // ET.AEvent<ET.EventType.GameDrawCardPush>
  54. // ET.AEvent<ET.EventType.GameOperationPush>
  55. // ET.AEvent<ET.EventType.GameStartPush>
  56. // ET.AEvent<ET.EventType.HGHHSettlementPush>
  57. // ET.AEvent<ET.EventType.JoinRoomPush>
  58. // ET.AEvent<ET.EventType.KickPush>
  59. // ET.AEvent<ET.EventType.LoginFinish>
  60. // ET.AEvent<ET.EventType.MainFnish>
  61. // ET.AEvent<ET.EventType.ReadyPush>
  62. // ET.AEvent<ET.EventType.ReadyStartPush>
  63. // ET.AEvent<ET.EventType.SceneChangeFinish>
  64. // ET.AEvent<ET.EventType.SceneChangeStart>
  65. // ET.AEvent<ET.EventType.StartFightRoomFnish>
  66. // ET.AInvokeHandler<ET.ConfigComponent.GetAllConfigBytes,object>
  67. // ET.AInvokeHandler<ET.ConfigComponent.GetOneConfigBytes,object>
  68. // ET.AInvokeHandler<ET.TimerCallback>
  69. // ET.ATimer<object>
  70. // ET.AwakeSystem<object,int>
  71. // ET.AwakeSystem<object,object,int>
  72. // ET.AwakeSystem<object,object,object>
  73. // ET.AwakeSystem<object>
  74. // ET.BEvent.<Handle>d__3<object>
  75. // ET.BEvent<object>
  76. // ET.ConfigSingleton<object>
  77. // ET.DestroySystem<object>
  78. // ET.ETAsyncTaskMethodBuilder<ET.Client.Wait_CreateMyUnit>
  79. // ET.ETAsyncTaskMethodBuilder<ET.Client.Wait_SceneChangeFinish>
  80. // ET.ETAsyncTaskMethodBuilder<System.ValueTuple<uint,object>>
  81. // ET.ETAsyncTaskMethodBuilder<object>
  82. // ET.ETAsyncTaskMethodBuilder<uint>
  83. // ET.ETTask.<InnerCoroutine>d__8<ET.Client.Wait_CreateMyUnit>
  84. // ET.ETTask.<InnerCoroutine>d__8<ET.Client.Wait_SceneChangeFinish>
  85. // ET.ETTask.<InnerCoroutine>d__8<System.ValueTuple<uint,object>>
  86. // ET.ETTask.<InnerCoroutine>d__8<object>
  87. // ET.ETTask.<InnerCoroutine>d__8<uint>
  88. // ET.ETTask<ET.Client.Wait_CreateMyUnit>
  89. // ET.ETTask<ET.Client.Wait_SceneChangeFinish>
  90. // ET.ETTask<System.ValueTuple<uint,object>>
  91. // ET.ETTask<object>
  92. // ET.ETTask<uint>
  93. // ET.EventSystem.<PublishAsync>d__27<ET.EventType.AppStartInitFinish>
  94. // ET.EventSystem.<PublishAsync>d__27<ET.EventType.EntryEvent1>
  95. // ET.EventSystem.<PublishAsync>d__27<ET.EventType.EntryEvent2>
  96. // ET.EventSystem.<PublishAsync>d__27<ET.EventType.EntryEvent3>
  97. // ET.EventSystem.<PublishAsync>d__27<ET.EventType.EntryLoadCfg>
  98. // ET.EventSystem.<PublishAsync>d__27<ET.EventType.LoginFinish>
  99. // ET.IAwake<int>
  100. // ET.IAwake<object,int>
  101. // ET.IAwake<object,object>
  102. // ET.IAwakeSystem<int>
  103. // ET.IAwakeSystem<object,int>
  104. // ET.IAwakeSystem<object,object>
  105. // ET.LateUpdateSystem<object>
  106. // ET.ListComponent<object>
  107. // ET.LoadSystem<object>
  108. // ET.Singleton<object>
  109. // ET.UpdateSystem<object>
  110. // MongoDB.Bson.Serialization.IBsonSerializer<object>
  111. // System.Action<System.Collections.Generic.KeyValuePair<int,object>>
  112. // System.Action<System.Collections.Generic.KeyValuePair<object,int>>
  113. // System.Action<byte>
  114. // System.Action<int>
  115. // System.Action<long,int>
  116. // System.Action<long,long,object>
  117. // System.Action<object,int>
  118. // System.Action<object,object>
  119. // System.Action<object>
  120. // System.Collections.Generic.ArraySortHelper<System.Collections.Generic.KeyValuePair<int,object>>
  121. // System.Collections.Generic.ArraySortHelper<System.Collections.Generic.KeyValuePair<object,int>>
  122. // System.Collections.Generic.ArraySortHelper<int>
  123. // System.Collections.Generic.ArraySortHelper<object>
  124. // System.Collections.Generic.Comparer<System.Collections.Generic.KeyValuePair<int,object>>
  125. // System.Collections.Generic.Comparer<System.Collections.Generic.KeyValuePair<object,int>>
  126. // System.Collections.Generic.Comparer<int>
  127. // System.Collections.Generic.Comparer<object>
  128. // System.Collections.Generic.Comparer<uint>
  129. // System.Collections.Generic.ComparisonComparer<System.Collections.Generic.KeyValuePair<int,object>>
  130. // System.Collections.Generic.ComparisonComparer<System.Collections.Generic.KeyValuePair<object,int>>
  131. // System.Collections.Generic.ComparisonComparer<int>
  132. // System.Collections.Generic.ComparisonComparer<object>
  133. // System.Collections.Generic.ComparisonComparer<uint>
  134. // System.Collections.Generic.Dictionary.Enumerator<int,ET.RpcInfo>
  135. // System.Collections.Generic.Dictionary.Enumerator<int,object>
  136. // System.Collections.Generic.Dictionary.Enumerator<long,object>
  137. // System.Collections.Generic.Dictionary.Enumerator<object,int>
  138. // System.Collections.Generic.Dictionary.Enumerator<object,object>
  139. // System.Collections.Generic.Dictionary.Enumerator<ushort,object>
  140. // System.Collections.Generic.Dictionary.KeyCollection.Enumerator<int,ET.RpcInfo>
  141. // System.Collections.Generic.Dictionary.KeyCollection.Enumerator<int,object>
  142. // System.Collections.Generic.Dictionary.KeyCollection.Enumerator<long,object>
  143. // System.Collections.Generic.Dictionary.KeyCollection.Enumerator<object,int>
  144. // System.Collections.Generic.Dictionary.KeyCollection.Enumerator<object,object>
  145. // System.Collections.Generic.Dictionary.KeyCollection.Enumerator<ushort,object>
  146. // System.Collections.Generic.Dictionary.KeyCollection<int,ET.RpcInfo>
  147. // System.Collections.Generic.Dictionary.KeyCollection<int,object>
  148. // System.Collections.Generic.Dictionary.KeyCollection<long,object>
  149. // System.Collections.Generic.Dictionary.KeyCollection<object,int>
  150. // System.Collections.Generic.Dictionary.KeyCollection<object,object>
  151. // System.Collections.Generic.Dictionary.KeyCollection<ushort,object>
  152. // System.Collections.Generic.Dictionary.ValueCollection.Enumerator<int,ET.RpcInfo>
  153. // System.Collections.Generic.Dictionary.ValueCollection.Enumerator<int,object>
  154. // System.Collections.Generic.Dictionary.ValueCollection.Enumerator<long,object>
  155. // System.Collections.Generic.Dictionary.ValueCollection.Enumerator<object,int>
  156. // System.Collections.Generic.Dictionary.ValueCollection.Enumerator<object,object>
  157. // System.Collections.Generic.Dictionary.ValueCollection.Enumerator<ushort,object>
  158. // System.Collections.Generic.Dictionary.ValueCollection<int,ET.RpcInfo>
  159. // System.Collections.Generic.Dictionary.ValueCollection<int,object>
  160. // System.Collections.Generic.Dictionary.ValueCollection<long,object>
  161. // System.Collections.Generic.Dictionary.ValueCollection<object,int>
  162. // System.Collections.Generic.Dictionary.ValueCollection<object,object>
  163. // System.Collections.Generic.Dictionary.ValueCollection<ushort,object>
  164. // System.Collections.Generic.Dictionary<int,ET.RpcInfo>
  165. // System.Collections.Generic.Dictionary<int,object>
  166. // System.Collections.Generic.Dictionary<long,object>
  167. // System.Collections.Generic.Dictionary<object,int>
  168. // System.Collections.Generic.Dictionary<object,object>
  169. // System.Collections.Generic.Dictionary<ushort,object>
  170. // System.Collections.Generic.EqualityComparer<ET.RpcInfo>
  171. // System.Collections.Generic.EqualityComparer<System.Collections.Generic.KeyValuePair<int,object>>
  172. // System.Collections.Generic.EqualityComparer<int>
  173. // System.Collections.Generic.EqualityComparer<long>
  174. // System.Collections.Generic.EqualityComparer<object>
  175. // System.Collections.Generic.EqualityComparer<uint>
  176. // System.Collections.Generic.EqualityComparer<ushort>
  177. // System.Collections.Generic.HashSet.Enumerator<object>
  178. // System.Collections.Generic.HashSet.Enumerator<ushort>
  179. // System.Collections.Generic.HashSet<object>
  180. // System.Collections.Generic.HashSet<ushort>
  181. // System.Collections.Generic.HashSetEqualityComparer<object>
  182. // System.Collections.Generic.HashSetEqualityComparer<ushort>
  183. // System.Collections.Generic.ICollection<ET.RpcInfo>
  184. // System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<int,ET.RpcInfo>>
  185. // System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<int,object>>
  186. // System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<long,object>>
  187. // System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<object,int>>
  188. // System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<object,object>>
  189. // System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<ushort,object>>
  190. // System.Collections.Generic.ICollection<int>
  191. // System.Collections.Generic.ICollection<object>
  192. // System.Collections.Generic.ICollection<ushort>
  193. // System.Collections.Generic.IComparer<System.Collections.Generic.KeyValuePair<int,object>>
  194. // System.Collections.Generic.IComparer<System.Collections.Generic.KeyValuePair<object,int>>
  195. // System.Collections.Generic.IComparer<int>
  196. // System.Collections.Generic.IComparer<object>
  197. // System.Collections.Generic.IEnumerable<ET.RpcInfo>
  198. // System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<int,ET.RpcInfo>>
  199. // System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<int,object>>
  200. // System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<long,object>>
  201. // System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<object,int>>
  202. // System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<object,object>>
  203. // System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<ushort,object>>
  204. // System.Collections.Generic.IEnumerable<int>
  205. // System.Collections.Generic.IEnumerable<object>
  206. // System.Collections.Generic.IEnumerable<ushort>
  207. // System.Collections.Generic.IEnumerator<ET.RpcInfo>
  208. // System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<int,ET.RpcInfo>>
  209. // System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<int,object>>
  210. // System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<long,object>>
  211. // System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<object,int>>
  212. // System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<object,object>>
  213. // System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<ushort,object>>
  214. // System.Collections.Generic.IEnumerator<int>
  215. // System.Collections.Generic.IEnumerator<object>
  216. // System.Collections.Generic.IEnumerator<ushort>
  217. // System.Collections.Generic.IEqualityComparer<System.Collections.Generic.KeyValuePair<int,object>>
  218. // System.Collections.Generic.IEqualityComparer<int>
  219. // System.Collections.Generic.IEqualityComparer<long>
  220. // System.Collections.Generic.IEqualityComparer<object>
  221. // System.Collections.Generic.IEqualityComparer<ushort>
  222. // System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<int,object>>
  223. // System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<object,int>>
  224. // System.Collections.Generic.IList<int>
  225. // System.Collections.Generic.IList<object>
  226. // System.Collections.Generic.KeyValuePair<int,ET.RpcInfo>
  227. // System.Collections.Generic.KeyValuePair<int,object>
  228. // System.Collections.Generic.KeyValuePair<long,object>
  229. // System.Collections.Generic.KeyValuePair<object,int>
  230. // System.Collections.Generic.KeyValuePair<object,object>
  231. // System.Collections.Generic.KeyValuePair<ushort,object>
  232. // System.Collections.Generic.List.Enumerator<System.Collections.Generic.KeyValuePair<int,object>>
  233. // System.Collections.Generic.List.Enumerator<System.Collections.Generic.KeyValuePair<object,int>>
  234. // System.Collections.Generic.List.Enumerator<int>
  235. // System.Collections.Generic.List.Enumerator<object>
  236. // System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<int,object>>
  237. // System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<object,int>>
  238. // System.Collections.Generic.List<int>
  239. // System.Collections.Generic.List<object>
  240. // System.Collections.Generic.ObjectComparer<System.Collections.Generic.KeyValuePair<int,object>>
  241. // System.Collections.Generic.ObjectComparer<System.Collections.Generic.KeyValuePair<object,int>>
  242. // System.Collections.Generic.ObjectComparer<int>
  243. // System.Collections.Generic.ObjectComparer<object>
  244. // System.Collections.Generic.ObjectComparer<uint>
  245. // System.Collections.Generic.ObjectEqualityComparer<ET.RpcInfo>
  246. // System.Collections.Generic.ObjectEqualityComparer<System.Collections.Generic.KeyValuePair<int,object>>
  247. // System.Collections.Generic.ObjectEqualityComparer<int>
  248. // System.Collections.Generic.ObjectEqualityComparer<long>
  249. // System.Collections.Generic.ObjectEqualityComparer<object>
  250. // System.Collections.Generic.ObjectEqualityComparer<uint>
  251. // System.Collections.Generic.ObjectEqualityComparer<ushort>
  252. // System.Collections.Generic.Queue.Enumerator<object>
  253. // System.Collections.Generic.Queue<object>
  254. // System.Collections.Generic.SortedDictionary.<>c__DisplayClass34_0<int,object>
  255. // System.Collections.Generic.SortedDictionary.<>c__DisplayClass34_1<int,object>
  256. // System.Collections.Generic.SortedDictionary.Enumerator<int,object>
  257. // System.Collections.Generic.SortedDictionary.KeyCollection.<>c__DisplayClass5_0<int,object>
  258. // System.Collections.Generic.SortedDictionary.KeyCollection.<>c__DisplayClass6_0<int,object>
  259. // System.Collections.Generic.SortedDictionary.KeyCollection.Enumerator<int,object>
  260. // System.Collections.Generic.SortedDictionary.KeyCollection<int,object>
  261. // System.Collections.Generic.SortedDictionary.KeyValuePairComparer<int,object>
  262. // System.Collections.Generic.SortedDictionary.ValueCollection.<>c__DisplayClass5_0<int,object>
  263. // System.Collections.Generic.SortedDictionary.ValueCollection.<>c__DisplayClass6_0<int,object>
  264. // System.Collections.Generic.SortedDictionary.ValueCollection.Enumerator<int,object>
  265. // System.Collections.Generic.SortedDictionary.ValueCollection<int,object>
  266. // System.Collections.Generic.SortedDictionary<int,object>
  267. // System.Collections.Generic.SortedSet.<>c__DisplayClass52_0<System.Collections.Generic.KeyValuePair<int,object>>
  268. // System.Collections.Generic.SortedSet.<>c__DisplayClass53_0<System.Collections.Generic.KeyValuePair<int,object>>
  269. // System.Collections.Generic.SortedSet.<>c__DisplayClass85_0<System.Collections.Generic.KeyValuePair<int,object>>
  270. // System.Collections.Generic.SortedSet.<Reverse>d__94<System.Collections.Generic.KeyValuePair<int,object>>
  271. // System.Collections.Generic.SortedSet.Enumerator<System.Collections.Generic.KeyValuePair<int,object>>
  272. // System.Collections.Generic.SortedSet.Node<System.Collections.Generic.KeyValuePair<int,object>>
  273. // System.Collections.Generic.SortedSet.TreeSubSet.<>c__DisplayClass9_0<System.Collections.Generic.KeyValuePair<int,object>>
  274. // System.Collections.Generic.SortedSet.TreeSubSet<System.Collections.Generic.KeyValuePair<int,object>>
  275. // System.Collections.Generic.SortedSet<System.Collections.Generic.KeyValuePair<int,object>>
  276. // System.Collections.Generic.SortedSetEqualityComparer<System.Collections.Generic.KeyValuePair<int,object>>
  277. // System.Collections.Generic.Stack.Enumerator<object>
  278. // System.Collections.Generic.Stack<object>
  279. // System.Collections.Generic.TreeSet<System.Collections.Generic.KeyValuePair<int,object>>
  280. // System.Collections.Generic.TreeWalkPredicate<System.Collections.Generic.KeyValuePair<int,object>>
  281. // System.Collections.ObjectModel.ReadOnlyCollection<System.Collections.Generic.KeyValuePair<int,object>>
  282. // System.Collections.ObjectModel.ReadOnlyCollection<System.Collections.Generic.KeyValuePair<object,int>>
  283. // System.Collections.ObjectModel.ReadOnlyCollection<int>
  284. // System.Collections.ObjectModel.ReadOnlyCollection<object>
  285. // System.Comparison<System.Collections.Generic.KeyValuePair<int,object>>
  286. // System.Comparison<System.Collections.Generic.KeyValuePair<object,int>>
  287. // System.Comparison<int>
  288. // System.Comparison<object>
  289. // System.Comparison<uint>
  290. // System.Func<System.Collections.Generic.KeyValuePair<int,object>,byte>
  291. // System.Func<System.Collections.Generic.KeyValuePair<object,int>,byte>
  292. // System.Func<System.Collections.Generic.KeyValuePair<object,int>,int>
  293. // System.Func<System.Collections.Generic.KeyValuePair<object,int>,object>
  294. // System.Func<System.ValueTuple<uint,uint>>
  295. // System.Func<object,System.ValueTuple<uint,uint>>
  296. // System.Func<object,byte>
  297. // System.Func<object,object,System.ValueTuple<uint,uint>>
  298. // System.Func<object,object,object>
  299. // System.Func<object,object>
  300. // System.Func<object>
  301. // System.Linq.Buffer<ET.RpcInfo>
  302. // System.Linq.Buffer<System.Collections.Generic.KeyValuePair<object,int>>
  303. // System.Linq.Buffer<object>
  304. // System.Linq.Enumerable.Iterator<System.Collections.Generic.KeyValuePair<int,object>>
  305. // System.Linq.Enumerable.Iterator<System.Collections.Generic.KeyValuePair<object,int>>
  306. // System.Linq.Enumerable.Iterator<object>
  307. // System.Linq.Enumerable.WhereArrayIterator<System.Collections.Generic.KeyValuePair<int,object>>
  308. // System.Linq.Enumerable.WhereEnumerableIterator<System.Collections.Generic.KeyValuePair<int,object>>
  309. // System.Linq.Enumerable.WhereEnumerableIterator<object>
  310. // System.Linq.Enumerable.WhereListIterator<System.Collections.Generic.KeyValuePair<int,object>>
  311. // System.Linq.Enumerable.WhereSelectArrayIterator<System.Collections.Generic.KeyValuePair<object,int>,object>
  312. // System.Linq.Enumerable.WhereSelectEnumerableIterator<System.Collections.Generic.KeyValuePair<object,int>,object>
  313. // System.Linq.Enumerable.WhereSelectListIterator<System.Collections.Generic.KeyValuePair<object,int>,object>
  314. // System.Linq.EnumerableSorter<System.Collections.Generic.KeyValuePair<object,int>,int>
  315. // System.Linq.EnumerableSorter<System.Collections.Generic.KeyValuePair<object,int>>
  316. // System.Linq.OrderedEnumerable.<GetEnumerator>d__1<System.Collections.Generic.KeyValuePair<object,int>>
  317. // System.Linq.OrderedEnumerable<System.Collections.Generic.KeyValuePair<object,int>,int>
  318. // System.Linq.OrderedEnumerable<System.Collections.Generic.KeyValuePair<object,int>>
  319. // System.Predicate<System.Collections.Generic.KeyValuePair<int,object>>
  320. // System.Predicate<System.Collections.Generic.KeyValuePair<object,int>>
  321. // System.Predicate<int>
  322. // System.Predicate<object>
  323. // System.Predicate<ushort>
  324. // System.Runtime.CompilerServices.ConditionalWeakTable.<>c<object,object>
  325. // System.Runtime.CompilerServices.ConditionalWeakTable.CreateValueCallback<object,object>
  326. // System.Runtime.CompilerServices.ConditionalWeakTable.Enumerator<object,object>
  327. // System.Runtime.CompilerServices.ConditionalWeakTable<object,object>
  328. // System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter<System.ValueTuple<uint,uint>>
  329. // System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter<object>
  330. // System.Runtime.CompilerServices.ConfiguredTaskAwaitable<System.ValueTuple<uint,uint>>
  331. // System.Runtime.CompilerServices.ConfiguredTaskAwaitable<object>
  332. // System.Runtime.CompilerServices.TaskAwaiter<System.ValueTuple<uint,uint>>
  333. // System.Runtime.CompilerServices.TaskAwaiter<object>
  334. // System.Threading.Tasks.ContinuationTaskFromResultTask<System.ValueTuple<uint,uint>>
  335. // System.Threading.Tasks.ContinuationTaskFromResultTask<object>
  336. // System.Threading.Tasks.Task<System.ValueTuple<uint,uint>>
  337. // System.Threading.Tasks.Task<object>
  338. // System.Threading.Tasks.TaskFactory.<>c<System.ValueTuple<uint,uint>>
  339. // System.Threading.Tasks.TaskFactory.<>c<object>
  340. // System.Threading.Tasks.TaskFactory.<>c__DisplayClass32_0<System.ValueTuple<uint,uint>>
  341. // System.Threading.Tasks.TaskFactory.<>c__DisplayClass32_0<object>
  342. // System.Threading.Tasks.TaskFactory.<>c__DisplayClass35_0<System.ValueTuple<uint,uint>>
  343. // System.Threading.Tasks.TaskFactory.<>c__DisplayClass35_0<object>
  344. // System.Threading.Tasks.TaskFactory<System.ValueTuple<uint,uint>>
  345. // System.Threading.Tasks.TaskFactory<object>
  346. // System.ValueTuple<uint,object>
  347. // System.ValueTuple<uint,uint>
  348. // UnityEngine.Events.InvokableCall<float>
  349. // UnityEngine.Events.UnityAction<float>
  350. // UnityEngine.Events.UnityEvent<float>
  351. // }}
  352. public void RefMethods()
  353. {
  354. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,object>(ET.ETTaskCompleted&,object&)
  355. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.TaskAwaiter<System.ValueTuple<uint,uint>>,object>(System.Runtime.CompilerServices.TaskAwaiter<System.ValueTuple<uint,uint>>&,object&)
  356. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.TaskAwaiter<object>,object>(System.Runtime.CompilerServices.TaskAwaiter<object>&,object&)
  357. // System.Void ET.ETAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<object,object>(object&,object&)
  358. // System.Void ET.ETAsyncTaskMethodBuilder<System.ValueTuple<uint,object>>.AwaitUnsafeOnCompleted<object,object>(object&,object&)
  359. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<ET.ETTaskCompleted,object>(ET.ETTaskCompleted&,object&)
  360. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.TaskAwaiter<object>,object>(System.Runtime.CompilerServices.TaskAwaiter<object>&,object&)
  361. // System.Void ET.ETAsyncTaskMethodBuilder<object>.AwaitUnsafeOnCompleted<object,object>(object&,object&)
  362. // System.Void ET.ETAsyncTaskMethodBuilder<uint>.AwaitUnsafeOnCompleted<object,object>(object&,object&)
  363. // System.Void ET.ETAsyncTaskMethodBuilder.Start<object>(object&)
  364. // System.Void ET.ETAsyncTaskMethodBuilder<ET.Client.Wait_CreateMyUnit>.Start<object>(object&)
  365. // System.Void ET.ETAsyncTaskMethodBuilder<ET.Client.Wait_SceneChangeFinish>.Start<object>(object&)
  366. // System.Void ET.ETAsyncTaskMethodBuilder<System.ValueTuple<uint,object>>.Start<object>(object&)
  367. // System.Void ET.ETAsyncTaskMethodBuilder<object>.Start<object>(object&)
  368. // System.Void ET.ETAsyncTaskMethodBuilder<uint>.Start<object>(object&)
  369. // object ET.Entity.AddChild<object,object,object>(object,object,bool)
  370. // object ET.Entity.AddChildWithId<object,int>(long,int,bool)
  371. // object ET.Entity.AddComponent<object,int>(int,bool)
  372. // object ET.Entity.AddComponent<object,object,int>(object,int,bool)
  373. // object ET.Entity.AddComponent<object>(bool,object[])
  374. // object ET.Entity.GetChild<object>(long)
  375. // object ET.Entity.GetComponent<object>()
  376. // object ET.Entity.GetParent<object>()
  377. // System.Void ET.Entity.RemoveComponent<object>()
  378. // System.Void ET.EventSystem.Awake<int>(ET.Entity,int)
  379. // System.Void ET.EventSystem.Awake<object,int>(ET.Entity,object,int)
  380. // System.Void ET.EventSystem.Awake<object,object>(ET.Entity,object,object)
  381. // System.Void ET.EventSystem.Publish<ET.Client.NetClientComponentOnRead>(ET.Scene,ET.Client.NetClientComponentOnRead)
  382. // System.Void ET.EventSystem.Publish<ET.EventType.AfterCreateClientScene>(ET.Scene,ET.EventType.AfterCreateClientScene)
  383. // System.Void ET.EventSystem.Publish<ET.EventType.AfterCreateCurrentScene>(ET.Scene,ET.EventType.AfterCreateCurrentScene)
  384. // System.Void ET.EventSystem.Publish<ET.EventType.EnterMapFinish>(ET.Scene,ET.EventType.EnterMapFinish)
  385. // System.Void ET.EventSystem.Publish<ET.EventType.GameDisCardPush>(ET.Scene,ET.EventType.GameDisCardPush)
  386. // System.Void ET.EventSystem.Publish<ET.EventType.GameDrawCardPush>(ET.Scene,ET.EventType.GameDrawCardPush)
  387. // System.Void ET.EventSystem.Publish<ET.EventType.GameOperationPush>(ET.Scene,ET.EventType.GameOperationPush)
  388. // System.Void ET.EventSystem.Publish<ET.EventType.GameStartPush>(ET.Scene,ET.EventType.GameStartPush)
  389. // System.Void ET.EventSystem.Publish<ET.EventType.HGHHSettlementPush>(ET.Scene,ET.EventType.HGHHSettlementPush)
  390. // System.Void ET.EventSystem.Publish<ET.EventType.JoinRoomPush>(ET.Scene,ET.EventType.JoinRoomPush)
  391. // System.Void ET.EventSystem.Publish<ET.EventType.KickPush>(ET.Scene,ET.EventType.KickPush)
  392. // System.Void ET.EventSystem.Publish<ET.EventType.ReadyPush>(ET.Scene,ET.EventType.ReadyPush)
  393. // System.Void ET.EventSystem.Publish<ET.EventType.ReadyStartPush>(ET.Scene,ET.EventType.ReadyStartPush)
  394. // System.Void ET.EventSystem.Publish<ET.EventType.SceneChangeFinish>(ET.Scene,ET.EventType.SceneChangeFinish)
  395. // System.Void ET.EventSystem.Publish<ET.EventType.SceneChangeStart>(ET.Scene,ET.EventType.SceneChangeStart)
  396. // ET.ETTask ET.EventSystem.PublishAsync<ET.EventType.AppStartInitFinish>(ET.Scene,ET.EventType.AppStartInitFinish)
  397. // ET.ETTask ET.EventSystem.PublishAsync<ET.EventType.EntryEvent1>(ET.Scene,ET.EventType.EntryEvent1)
  398. // ET.ETTask ET.EventSystem.PublishAsync<ET.EventType.EntryEvent2>(ET.Scene,ET.EventType.EntryEvent2)
  399. // ET.ETTask ET.EventSystem.PublishAsync<ET.EventType.EntryEvent3>(ET.Scene,ET.EventType.EntryEvent3)
  400. // ET.ETTask ET.EventSystem.PublishAsync<ET.EventType.EntryLoadCfg>(ET.Scene,ET.EventType.EntryLoadCfg)
  401. // ET.ETTask ET.EventSystem.PublishAsync<ET.EventType.LoginFinish>(ET.Scene,ET.EventType.LoginFinish)
  402. // object ET.Game.AddSingleton<object>()
  403. // object ET.JsonHelper.FromJson<object>(string)
  404. // object ET.MongoHelper.FromJson<object>(string)
  405. // System.Void ET.RandomGenerator.BreakRank<object>(System.Collections.Generic.List<object>)
  406. // object MongoDB.Bson.Serialization.BsonSerializer.Deserialize<object>(MongoDB.Bson.IO.IBsonReader,System.Action<MongoDB.Bson.Serialization.BsonDeserializationContext.Builder>)
  407. // object MongoDB.Bson.Serialization.BsonSerializer.Deserialize<object>(string,System.Action<MongoDB.Bson.Serialization.BsonDeserializationContext.Builder>)
  408. // MongoDB.Bson.Serialization.IBsonSerializer<object> MongoDB.Bson.Serialization.BsonSerializer.LookupSerializer<object>()
  409. // object MongoDB.Bson.Serialization.IBsonSerializerExtensions.Deserialize<object>(MongoDB.Bson.Serialization.IBsonSerializer<object>,MongoDB.Bson.Serialization.BsonDeserializationContext)
  410. // object ReferenceCollector.Get<object>(string)
  411. // object System.Activator.CreateInstance<object>()
  412. // object[] System.Array.Empty<object>()
  413. // System.Linq.IOrderedEnumerable<System.Collections.Generic.KeyValuePair<object,int>> System.Linq.Enumerable.OrderBy<System.Collections.Generic.KeyValuePair<object,int>,int>(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<object,int>>,System.Func<System.Collections.Generic.KeyValuePair<object,int>,int>)
  414. // System.Collections.Generic.IEnumerable<object> System.Linq.Enumerable.Select<System.Collections.Generic.KeyValuePair<object,int>,object>(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<object,int>>,System.Func<System.Collections.Generic.KeyValuePair<object,int>,object>)
  415. // ET.RpcInfo[] System.Linq.Enumerable.ToArray<ET.RpcInfo>(System.Collections.Generic.IEnumerable<ET.RpcInfo>)
  416. // object[] System.Linq.Enumerable.ToArray<object>(System.Collections.Generic.IEnumerable<object>)
  417. // System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<int,object>> System.Linq.Enumerable.Where<System.Collections.Generic.KeyValuePair<int,object>>(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<int,object>>,System.Func<System.Collections.Generic.KeyValuePair<int,object>,bool>)
  418. // System.Collections.Generic.IEnumerable<object> System.Linq.Enumerable.Iterator<System.Collections.Generic.KeyValuePair<object,int>>.Select<object>(System.Func<System.Collections.Generic.KeyValuePair<object,int>,object>)
  419. // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder.AwaitUnsafeOnCompleted<object,object>(object&,object&)
  420. // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Start<object>(object&)
  421. // object& System.Runtime.CompilerServices.Unsafe.As<object,object>(object&)
  422. // System.Void* System.Runtime.CompilerServices.Unsafe.AsPointer<object>(object&)
  423. // object System.Threading.Interlocked.CompareExchange<object>(object&,object,object)
  424. // System.Threading.Tasks.Task<object> System.Threading.Tasks.TaskFactory.StartNew<object>(System.Func<object>,System.Threading.CancellationToken)
  425. // object UnityEngine.GameObject.AddComponent<object>()
  426. // object UnityEngine.GameObject.GetComponent<object>()
  427. // object UnityEngine.GameObject.GetComponentInChildren<object>()
  428. // object UnityEngine.GameObject.GetComponentInChildren<object>(bool)
  429. // object UnityEngine.Object.Instantiate<object>(object)
  430. // object UnityEngine.Object.Instantiate<object>(object,UnityEngine.Transform)
  431. // object UnityEngine.Object.Instantiate<object>(object,UnityEngine.Transform,bool)
  432. // object UnityEngine.Resources.Load<object>(string)
  433. // string string.Join<int>(string,System.Collections.Generic.IEnumerable<int>)
  434. // string string.JoinCore<int>(System.Char*,int,System.Collections.Generic.IEnumerable<int>)
  435. }
  436. }