@alloy-js/csharp 0.23.0-dev.4 → 0.23.0-dev.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (492) hide show
  1. package/dist/dev/scripts/components/library-interface.js +67 -0
  2. package/dist/dev/scripts/components/library-interface.js.map +1 -0
  3. package/dist/dev/scripts/components/namespace-directory.js +160 -0
  4. package/dist/dev/scripts/components/namespace-directory.js.map +1 -0
  5. package/dist/dev/scripts/generate-builtins.js +45 -0
  6. package/dist/dev/scripts/generate-builtins.js.map +1 -0
  7. package/dist/dev/scripts/process-docfx.js +316 -0
  8. package/dist/dev/scripts/process-docfx.js.map +1 -0
  9. package/dist/dev/src/access.js +73 -0
  10. package/dist/dev/src/access.js.map +1 -0
  11. package/dist/dev/src/access.test.js +43 -0
  12. package/dist/dev/src/access.test.js.map +1 -0
  13. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  14. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  15. package/dist/dev/src/builtins/Microsoft/CSharp/index.js +5 -0
  16. package/dist/dev/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  17. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  18. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  19. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  20. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  21. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  22. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  23. package/dist/dev/src/builtins/Microsoft/Win32/index.js +362 -0
  24. package/dist/dev/src/builtins/Microsoft/Win32/index.js.map +1 -0
  25. package/dist/dev/src/builtins/Microsoft/index.js +7 -0
  26. package/dist/dev/src/builtins/Microsoft/index.js.map +1 -0
  27. package/dist/dev/src/builtins/System/Buffers/Binary/index.js +536 -0
  28. package/dist/dev/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  29. package/dist/dev/src/builtins/System/Buffers/Text/index.js +144 -0
  30. package/dist/dev/src/builtins/System/Buffers/Text/index.js.map +1 -0
  31. package/dist/dev/src/builtins/System/Buffers/index.js +605 -0
  32. package/dist/dev/src/builtins/System/Buffers/index.js.map +1 -0
  33. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  34. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  35. package/dist/dev/src/builtins/System/CodeDom/index.js +5 -0
  36. package/dist/dev/src/builtins/System/CodeDom/index.js.map +1 -0
  37. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js +399 -0
  38. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  39. package/dist/dev/src/builtins/System/Collections/Frozen/index.js +88 -0
  40. package/dist/dev/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  41. package/dist/dev/src/builtins/System/Collections/Generic/index.js +978 -0
  42. package/dist/dev/src/builtins/System/Collections/Generic/index.js.map +1 -0
  43. package/dist/dev/src/builtins/System/Collections/Immutable/index.js +1049 -0
  44. package/dist/dev/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  45. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  46. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  47. package/dist/dev/src/builtins/System/Collections/Specialized/index.js +716 -0
  48. package/dist/dev/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  49. package/dist/dev/src/builtins/System/Collections/index.js +1355 -0
  50. package/dist/dev/src/builtins/System/Collections/index.js.map +1 -0
  51. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  52. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  53. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  54. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  55. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  56. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  57. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  58. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  59. package/dist/dev/src/builtins/System/ComponentModel/index.js +6649 -0
  60. package/dist/dev/src/builtins/System/ComponentModel/index.js.map +1 -0
  61. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  62. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  63. package/dist/dev/src/builtins/System/Configuration/index.js +5 -0
  64. package/dist/dev/src/builtins/System/Configuration/index.js.map +1 -0
  65. package/dist/dev/src/builtins/System/Data/Common/index.js +3279 -0
  66. package/dist/dev/src/builtins/System/Data/Common/index.js.map +1 -0
  67. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  68. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  69. package/dist/dev/src/builtins/System/Data/index.js +4504 -0
  70. package/dist/dev/src/builtins/System/Data/index.js.map +1 -0
  71. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  72. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  73. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  74. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  75. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  76. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  77. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  78. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  79. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  80. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  81. package/dist/dev/src/builtins/System/Diagnostics/index.js +3826 -0
  82. package/dist/dev/src/builtins/System/Diagnostics/index.js.map +1 -0
  83. package/dist/dev/src/builtins/System/Drawing/index.js +3305 -0
  84. package/dist/dev/src/builtins/System/Drawing/index.js.map +1 -0
  85. package/dist/dev/src/builtins/System/Dynamic/index.js +795 -0
  86. package/dist/dev/src/builtins/System/Dynamic/index.js.map +1 -0
  87. package/dist/dev/src/builtins/System/Formats/Asn1/index.js +843 -0
  88. package/dist/dev/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  89. package/dist/dev/src/builtins/System/Formats/Tar/index.js +436 -0
  90. package/dist/dev/src/builtins/System/Formats/Tar/index.js.map +1 -0
  91. package/dist/dev/src/builtins/System/Formats/index.js +6 -0
  92. package/dist/dev/src/builtins/System/Formats/index.js.map +1 -0
  93. package/dist/dev/src/builtins/System/Globalization/index.js +3848 -0
  94. package/dist/dev/src/builtins/System/Globalization/index.js.map +1 -0
  95. package/dist/dev/src/builtins/System/IO/Compression/index.js +894 -0
  96. package/dist/dev/src/builtins/System/IO/Compression/index.js.map +1 -0
  97. package/dist/dev/src/builtins/System/IO/Enumeration/index.js +218 -0
  98. package/dist/dev/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  99. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  100. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  101. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  102. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  103. package/dist/dev/src/builtins/System/IO/Pipelines/index.js +415 -0
  104. package/dist/dev/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  105. package/dist/dev/src/builtins/System/IO/Pipes/index.js +723 -0
  106. package/dist/dev/src/builtins/System/IO/Pipes/index.js.map +1 -0
  107. package/dist/dev/src/builtins/System/IO/index.js +3713 -0
  108. package/dist/dev/src/builtins/System/IO/index.js.map +1 -0
  109. package/dist/dev/src/builtins/System/Linq/Expressions/index.js +2253 -0
  110. package/dist/dev/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  111. package/dist/dev/src/builtins/System/Linq/index.js +275 -0
  112. package/dist/dev/src/builtins/System/Linq/index.js.map +1 -0
  113. package/dist/dev/src/builtins/System/Net/Cache/index.js +217 -0
  114. package/dist/dev/src/builtins/System/Net/Cache/index.js.map +1 -0
  115. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  116. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  117. package/dist/dev/src/builtins/System/Net/Http/Json/index.js +72 -0
  118. package/dist/dev/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  119. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  120. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  121. package/dist/dev/src/builtins/System/Net/Http/index.js +1458 -0
  122. package/dist/dev/src/builtins/System/Net/Http/index.js.map +1 -0
  123. package/dist/dev/src/builtins/System/Net/Mail/index.js +871 -0
  124. package/dist/dev/src/builtins/System/Net/Mail/index.js.map +1 -0
  125. package/dist/dev/src/builtins/System/Net/Mime/index.js +500 -0
  126. package/dist/dev/src/builtins/System/Net/Mime/index.js.map +1 -0
  127. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  128. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  129. package/dist/dev/src/builtins/System/Net/Quic/index.js +635 -0
  130. package/dist/dev/src/builtins/System/Net/Quic/index.js.map +1 -0
  131. package/dist/dev/src/builtins/System/Net/Security/index.js +1432 -0
  132. package/dist/dev/src/builtins/System/Net/Security/index.js.map +1 -0
  133. package/dist/dev/src/builtins/System/Net/Sockets/index.js +3095 -0
  134. package/dist/dev/src/builtins/System/Net/Sockets/index.js.map +1 -0
  135. package/dist/dev/src/builtins/System/Net/WebSockets/index.js +876 -0
  136. package/dist/dev/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  137. package/dist/dev/src/builtins/System/Net/index.js +5481 -0
  138. package/dist/dev/src/builtins/System/Net/index.js.map +1 -0
  139. package/dist/dev/src/builtins/System/Numerics/index.js +3425 -0
  140. package/dist/dev/src/builtins/System/Numerics/index.js.map +1 -0
  141. package/dist/dev/src/builtins/System/Reflection/Emit/index.js +4293 -0
  142. package/dist/dev/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  143. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  144. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  145. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  146. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  147. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  148. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  149. package/dist/dev/src/builtins/System/Reflection/index.js +5244 -0
  150. package/dist/dev/src/builtins/System/Reflection/index.js.map +1 -0
  151. package/dist/dev/src/builtins/System/Resources/index.js +289 -0
  152. package/dist/dev/src/builtins/System/Resources/index.js.map +1 -0
  153. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  154. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  155. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  156. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  157. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  158. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  159. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  160. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  161. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  162. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  163. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  164. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  165. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  166. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  167. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  168. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  169. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  170. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  171. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  172. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  173. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  174. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  175. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  176. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  177. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  178. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  179. package/dist/dev/src/builtins/System/Runtime/Loader/index.js +140 -0
  180. package/dist/dev/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  181. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js +18 -0
  182. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  183. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  184. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  185. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  186. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  187. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  188. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  189. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  190. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  191. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  192. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  193. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js +336 -0
  194. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  195. package/dist/dev/src/builtins/System/Runtime/index.js +245 -0
  196. package/dist/dev/src/builtins/System/Runtime/index.js.map +1 -0
  197. package/dist/dev/src/builtins/System/Security/AccessControl/index.js +2343 -0
  198. package/dist/dev/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  199. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  200. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  201. package/dist/dev/src/builtins/System/Security/Authentication/index.js +212 -0
  202. package/dist/dev/src/builtins/System/Security/Authentication/index.js.map +1 -0
  203. package/dist/dev/src/builtins/System/Security/Claims/index.js +844 -0
  204. package/dist/dev/src/builtins/System/Security/Claims/index.js.map +1 -0
  205. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  206. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  207. package/dist/dev/src/builtins/System/Security/Cryptography/index.js +6673 -0
  208. package/dist/dev/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  209. package/dist/dev/src/builtins/System/Security/Permissions/index.js +325 -0
  210. package/dist/dev/src/builtins/System/Security/Permissions/index.js.map +1 -0
  211. package/dist/dev/src/builtins/System/Security/Policy/index.js +101 -0
  212. package/dist/dev/src/builtins/System/Security/Policy/index.js.map +1 -0
  213. package/dist/dev/src/builtins/System/Security/Principal/index.js +1338 -0
  214. package/dist/dev/src/builtins/System/Security/Principal/index.js.map +1 -0
  215. package/dist/dev/src/builtins/System/Security/index.js +672 -0
  216. package/dist/dev/src/builtins/System/Security/index.js.map +1 -0
  217. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  218. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  219. package/dist/dev/src/builtins/System/Text/Encodings/index.js +5 -0
  220. package/dist/dev/src/builtins/System/Text/Encodings/index.js.map +1 -0
  221. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  222. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  223. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js +78 -0
  224. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  225. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  226. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  227. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  228. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  229. package/dist/dev/src/builtins/System/Text/Json/index.js +1185 -0
  230. package/dist/dev/src/builtins/System/Text/Json/index.js.map +1 -0
  231. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  232. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  233. package/dist/dev/src/builtins/System/Text/Unicode/index.js +1199 -0
  234. package/dist/dev/src/builtins/System/Text/Unicode/index.js.map +1 -0
  235. package/dist/dev/src/builtins/System/Text/index.js +1748 -0
  236. package/dist/dev/src/builtins/System/Text/index.js.map +1 -0
  237. package/dist/dev/src/builtins/System/Threading/Channels/index.js +229 -0
  238. package/dist/dev/src/builtins/System/Threading/Channels/index.js.map +1 -0
  239. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  240. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  241. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  242. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  243. package/dist/dev/src/builtins/System/Threading/Tasks/index.js +721 -0
  244. package/dist/dev/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  245. package/dist/dev/src/builtins/System/Threading/index.js +2292 -0
  246. package/dist/dev/src/builtins/System/Threading/index.js.map +1 -0
  247. package/dist/dev/src/builtins/System/Timers/index.js +129 -0
  248. package/dist/dev/src/builtins/System/Timers/index.js.map +1 -0
  249. package/dist/dev/src/builtins/System/Transactions/index.js +727 -0
  250. package/dist/dev/src/builtins/System/Transactions/index.js.map +1 -0
  251. package/dist/dev/src/builtins/System/Web/index.js +84 -0
  252. package/dist/dev/src/builtins/System/Web/index.js.map +1 -0
  253. package/dist/dev/src/builtins/System/Windows/Input/index.js +18 -0
  254. package/dist/dev/src/builtins/System/Windows/Input/index.js.map +1 -0
  255. package/dist/dev/src/builtins/System/Windows/Markup/index.js +28 -0
  256. package/dist/dev/src/builtins/System/Windows/Markup/index.js.map +1 -0
  257. package/dist/dev/src/builtins/System/Windows/index.js +6 -0
  258. package/dist/dev/src/builtins/System/Windows/index.js.map +1 -0
  259. package/dist/dev/src/builtins/System/Xml/Linq/index.js +1086 -0
  260. package/dist/dev/src/builtins/System/Xml/Linq/index.js.map +1 -0
  261. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js +86 -0
  262. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  263. package/dist/dev/src/builtins/System/Xml/Schema/index.js +2993 -0
  264. package/dist/dev/src/builtins/System/Xml/Schema/index.js.map +1 -0
  265. package/dist/dev/src/builtins/System/Xml/Serialization/index.js +2356 -0
  266. package/dist/dev/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  267. package/dist/dev/src/builtins/System/Xml/XPath/index.js +917 -0
  268. package/dist/dev/src/builtins/System/Xml/XPath/index.js.map +1 -0
  269. package/dist/dev/src/builtins/System/Xml/Xsl/index.js +315 -0
  270. package/dist/dev/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  271. package/dist/dev/src/builtins/System/Xml/index.js +5736 -0
  272. package/dist/dev/src/builtins/System/Xml/index.js.map +1 -0
  273. package/dist/dev/src/builtins/System/index.js +14587 -0
  274. package/dist/dev/src/builtins/System/index.js.map +1 -0
  275. package/dist/dev/src/builtins/index.js +3 -0
  276. package/dist/dev/src/builtins/index.js.map +1 -0
  277. package/dist/dev/src/components/Declaration.js +9 -0
  278. package/dist/dev/src/components/Declaration.js.map +1 -0
  279. package/dist/dev/src/components/Name.js +12 -0
  280. package/dist/dev/src/components/Name.js.map +1 -0
  281. package/dist/dev/src/components/Reference.js +13 -0
  282. package/dist/dev/src/components/Reference.js.map +1 -0
  283. package/dist/dev/src/components/access-expression/access-expression.js +288 -0
  284. package/dist/dev/src/components/access-expression/access-expression.js.map +1 -0
  285. package/dist/dev/src/components/access-expression/access-expression.test.js +608 -0
  286. package/dist/dev/src/components/access-expression/access-expression.test.js.map +1 -0
  287. package/dist/dev/src/components/access-expression/part-descriptors.js +14 -0
  288. package/dist/dev/src/components/access-expression/part-descriptors.js.map +1 -0
  289. package/dist/dev/src/components/attributes/attributes.js +113 -0
  290. package/dist/dev/src/components/attributes/attributes.js.map +1 -0
  291. package/dist/dev/src/components/attributes/attributes.test.js +201 -0
  292. package/dist/dev/src/components/attributes/attributes.test.js.map +1 -0
  293. package/dist/dev/src/components/class/declaration.js +123 -0
  294. package/dist/dev/src/components/class/declaration.js.map +1 -0
  295. package/dist/dev/src/components/class/declaration.test.js +893 -0
  296. package/dist/dev/src/components/class/declaration.test.js.map +1 -0
  297. package/dist/dev/src/components/constructor/constructor.js +60 -0
  298. package/dist/dev/src/components/constructor/constructor.js.map +1 -0
  299. package/dist/dev/src/components/constructor/constructor.test.js +62 -0
  300. package/dist/dev/src/components/constructor/constructor.test.js.map +1 -0
  301. package/dist/dev/src/components/csproj-file/csproj-file.js +32 -0
  302. package/dist/dev/src/components/csproj-file/csproj-file.js.map +1 -0
  303. package/dist/dev/src/components/csproj-file/csproj-file.test.js +70 -0
  304. package/dist/dev/src/components/csproj-file/csproj-file.test.js.map +1 -0
  305. package/dist/dev/src/components/doc/comment.js +129 -0
  306. package/dist/dev/src/components/doc/comment.js.map +1 -0
  307. package/dist/dev/src/components/doc/comment.test.js +577 -0
  308. package/dist/dev/src/components/doc/comment.test.js.map +1 -0
  309. package/dist/dev/src/components/doc/from-markdown.js +83 -0
  310. package/dist/dev/src/components/doc/from-markdown.js.map +1 -0
  311. package/dist/dev/src/components/doc/from-markdown.test.js +112 -0
  312. package/dist/dev/src/components/doc/from-markdown.test.js.map +1 -0
  313. package/dist/dev/src/components/enum/declaration.js +71 -0
  314. package/dist/dev/src/components/enum/declaration.js.map +1 -0
  315. package/dist/dev/src/components/enum/declaration.ref.test.js +221 -0
  316. package/dist/dev/src/components/enum/declaration.ref.test.js.map +1 -0
  317. package/dist/dev/src/components/enum/declaration.test.js +82 -0
  318. package/dist/dev/src/components/enum/declaration.test.js.map +1 -0
  319. package/dist/dev/src/components/enum/member.js +38 -0
  320. package/dist/dev/src/components/enum/member.js.map +1 -0
  321. package/dist/dev/src/components/enum/member.test.js +84 -0
  322. package/dist/dev/src/components/enum/member.test.js.map +1 -0
  323. package/dist/dev/src/components/field/field.js +43 -0
  324. package/dist/dev/src/components/field/field.js.map +1 -0
  325. package/dist/dev/src/components/field/field.test.js +242 -0
  326. package/dist/dev/src/components/field/field.test.js.map +1 -0
  327. package/dist/dev/src/components/if/if-statement.js +56 -0
  328. package/dist/dev/src/components/if/if-statement.js.map +1 -0
  329. package/dist/dev/src/components/if/if-statement.test.js +41 -0
  330. package/dist/dev/src/components/if/if-statement.test.js.map +1 -0
  331. package/dist/dev/src/components/index.js +31 -0
  332. package/dist/dev/src/components/index.js.map +1 -0
  333. package/dist/dev/src/components/interface/declaration.js +114 -0
  334. package/dist/dev/src/components/interface/declaration.js.map +1 -0
  335. package/dist/dev/src/components/interface/declaration.test.js +264 -0
  336. package/dist/dev/src/components/interface/declaration.test.js.map +1 -0
  337. package/dist/dev/src/components/interface/method.js +100 -0
  338. package/dist/dev/src/components/interface/method.js.map +1 -0
  339. package/dist/dev/src/components/interface/method.test.js +432 -0
  340. package/dist/dev/src/components/interface/method.test.js.map +1 -0
  341. package/dist/dev/src/components/interface/property.js +80 -0
  342. package/dist/dev/src/components/interface/property.js.map +1 -0
  343. package/dist/dev/src/components/interface/property.test.js +305 -0
  344. package/dist/dev/src/components/interface/property.test.js.map +1 -0
  345. package/dist/dev/src/components/invocation-expression/invocation-expression.js +94 -0
  346. package/dist/dev/src/components/invocation-expression/invocation-expression.js.map +1 -0
  347. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js +153 -0
  348. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js.map +1 -0
  349. package/dist/dev/src/components/lexical-scope.js +30 -0
  350. package/dist/dev/src/components/lexical-scope.js.map +1 -0
  351. package/dist/dev/src/components/method/method.js +134 -0
  352. package/dist/dev/src/components/method/method.js.map +1 -0
  353. package/dist/dev/src/components/method/method.test.js +358 -0
  354. package/dist/dev/src/components/method/method.test.js.map +1 -0
  355. package/dist/dev/src/components/method-scope.js +30 -0
  356. package/dist/dev/src/components/method-scope.js.map +1 -0
  357. package/dist/dev/src/components/namespace/namespace-name.js +20 -0
  358. package/dist/dev/src/components/namespace/namespace-name.js.map +1 -0
  359. package/dist/dev/src/components/namespace/namespace.js +60 -0
  360. package/dist/dev/src/components/namespace/namespace.js.map +1 -0
  361. package/dist/dev/src/components/namespace/namespace.test.js +416 -0
  362. package/dist/dev/src/components/namespace/namespace.test.js.map +1 -0
  363. package/dist/dev/src/components/namespace-scopes.js +68 -0
  364. package/dist/dev/src/components/namespace-scopes.js.map +1 -0
  365. package/dist/dev/src/components/namespace.ref.test.js +419 -0
  366. package/dist/dev/src/components/namespace.ref.test.js.map +1 -0
  367. package/dist/dev/src/components/parameters/parameters.js +96 -0
  368. package/dist/dev/src/components/parameters/parameters.js.map +1 -0
  369. package/dist/dev/src/components/parameters/parameters.test.js +317 -0
  370. package/dist/dev/src/components/parameters/parameters.test.js.map +1 -0
  371. package/dist/dev/src/components/property/property.js +115 -0
  372. package/dist/dev/src/components/property/property.js.map +1 -0
  373. package/dist/dev/src/components/property/property.test.js +395 -0
  374. package/dist/dev/src/components/property/property.test.js.map +1 -0
  375. package/dist/dev/src/components/record/declaration.js +132 -0
  376. package/dist/dev/src/components/record/declaration.js.map +1 -0
  377. package/dist/dev/src/components/record/declaration.test.js +231 -0
  378. package/dist/dev/src/components/record/declaration.test.js.map +1 -0
  379. package/dist/dev/src/components/region/region.js +14 -0
  380. package/dist/dev/src/components/region/region.js.map +1 -0
  381. package/dist/dev/src/components/region/region.test.js +39 -0
  382. package/dist/dev/src/components/region/region.test.js.map +1 -0
  383. package/dist/dev/src/components/source-file/source-file.js +163 -0
  384. package/dist/dev/src/components/source-file/source-file.js.map +1 -0
  385. package/dist/dev/src/components/source-file/source-file.test.js +271 -0
  386. package/dist/dev/src/components/source-file/source-file.test.js.map +1 -0
  387. package/dist/dev/src/components/source-file/using.test.js +201 -0
  388. package/dist/dev/src/components/source-file/using.test.js.map +1 -0
  389. package/dist/dev/src/components/stc/index.js +13 -0
  390. package/dist/dev/src/components/stc/index.js.map +1 -0
  391. package/dist/dev/src/components/struct/declaration.js +113 -0
  392. package/dist/dev/src/components/struct/declaration.js.map +1 -0
  393. package/dist/dev/src/components/struct/declaration.test.js +400 -0
  394. package/dist/dev/src/components/struct/declaration.test.js.map +1 -0
  395. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js +73 -0
  396. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js.map +1 -0
  397. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js +92 -0
  398. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js.map +1 -0
  399. package/dist/dev/src/components/type-parameters/type-parameter.js +28 -0
  400. package/dist/dev/src/components/type-parameters/type-parameter.js.map +1 -0
  401. package/dist/dev/src/components/type-parameters/type-parameters.js +71 -0
  402. package/dist/dev/src/components/type-parameters/type-parameters.js.map +1 -0
  403. package/dist/dev/src/components/type-parameters/type-parameters.test.js +103 -0
  404. package/dist/dev/src/components/type-parameters/type-parameters.test.js.map +1 -0
  405. package/dist/dev/src/components/using/using.js +45 -0
  406. package/dist/dev/src/components/using/using.js.map +1 -0
  407. package/dist/dev/src/components/using/using.test.js +27 -0
  408. package/dist/dev/src/components/using/using.test.js.map +1 -0
  409. package/dist/dev/src/components/var/declaration.js +72 -0
  410. package/dist/dev/src/components/var/declaration.js.map +1 -0
  411. package/dist/dev/src/components/var/declaration.test.js +167 -0
  412. package/dist/dev/src/components/var/declaration.test.js.map +1 -0
  413. package/dist/dev/src/contexts/format-options.js +9 -0
  414. package/dist/dev/src/contexts/format-options.js.map +1 -0
  415. package/dist/dev/src/contexts/global-namespace.js +30 -0
  416. package/dist/dev/src/contexts/global-namespace.js.map +1 -0
  417. package/dist/dev/src/contexts/namespace.js +6 -0
  418. package/dist/dev/src/contexts/namespace.js.map +1 -0
  419. package/dist/dev/src/contexts/reference-context.js +15 -0
  420. package/dist/dev/src/contexts/reference-context.js.map +1 -0
  421. package/dist/dev/src/create-library.js +136 -0
  422. package/dist/dev/src/create-library.js.map +1 -0
  423. package/dist/dev/src/create-library.test.js +289 -0
  424. package/dist/dev/src/create-library.test.js.map +1 -0
  425. package/dist/dev/src/index.js +9 -0
  426. package/dist/dev/src/index.js.map +1 -0
  427. package/dist/dev/src/modifiers.js +21 -0
  428. package/dist/dev/src/modifiers.js.map +1 -0
  429. package/dist/dev/src/name-policy.js +36 -0
  430. package/dist/dev/src/name-policy.js.map +1 -0
  431. package/dist/dev/src/scopes/class.js +11 -0
  432. package/dist/dev/src/scopes/class.js.map +1 -0
  433. package/dist/dev/src/scopes/contexts.js +34 -0
  434. package/dist/dev/src/scopes/contexts.js.map +1 -0
  435. package/dist/dev/src/scopes/csharp.js +25 -0
  436. package/dist/dev/src/scopes/csharp.js.map +1 -0
  437. package/dist/dev/src/scopes/factories.js +25 -0
  438. package/dist/dev/src/scopes/factories.js.map +1 -0
  439. package/dist/dev/src/scopes/index.js +10 -0
  440. package/dist/dev/src/scopes/index.js.map +1 -0
  441. package/dist/dev/src/scopes/lexical.js +8 -0
  442. package/dist/dev/src/scopes/lexical.js.map +1 -0
  443. package/dist/dev/src/scopes/method.js +14 -0
  444. package/dist/dev/src/scopes/method.js.map +1 -0
  445. package/dist/dev/src/scopes/named-type.js +33 -0
  446. package/dist/dev/src/scopes/named-type.js.map +1 -0
  447. package/dist/dev/src/scopes/namespace.js +39 -0
  448. package/dist/dev/src/scopes/namespace.js.map +1 -0
  449. package/dist/dev/src/scopes/source-file.js +44 -0
  450. package/dist/dev/src/scopes/source-file.js.map +1 -0
  451. package/dist/dev/src/symbols/csharp.js +263 -0
  452. package/dist/dev/src/symbols/csharp.js.map +1 -0
  453. package/dist/dev/src/symbols/factories.js +145 -0
  454. package/dist/dev/src/symbols/factories.js.map +1 -0
  455. package/dist/dev/src/symbols/index.js +7 -0
  456. package/dist/dev/src/symbols/index.js.map +1 -0
  457. package/dist/dev/src/symbols/method.js +16 -0
  458. package/dist/dev/src/symbols/method.js.map +1 -0
  459. package/dist/dev/src/symbols/named-type.js +42 -0
  460. package/dist/dev/src/symbols/named-type.js.map +1 -0
  461. package/dist/dev/src/symbols/namespace.js +55 -0
  462. package/dist/dev/src/symbols/namespace.js.map +1 -0
  463. package/dist/dev/src/symbols/reference.js +79 -0
  464. package/dist/dev/src/symbols/reference.js.map +1 -0
  465. package/dist/dev/test/utils.js +111 -0
  466. package/dist/dev/test/utils.js.map +1 -0
  467. package/dist/dev/test/vitest.setup.js +2 -0
  468. package/dist/dev/test/vitest.setup.js.map +1 -0
  469. package/dist/dev/testing/create-wrapper.js +13 -0
  470. package/dist/dev/testing/create-wrapper.js.map +1 -0
  471. package/dist/dev/testing/create-wrapper.test.js +300 -0
  472. package/dist/dev/testing/create-wrapper.test.js.map +1 -0
  473. package/dist/dev/testing/index.js +2 -0
  474. package/dist/dev/testing/index.js.map +1 -0
  475. package/dist/src/components/namespace/namespace.d.ts.map +1 -1
  476. package/dist/src/components/namespace/namespace.js +11 -13
  477. package/dist/src/components/namespace/namespace.js.map +1 -1
  478. package/dist/src/components/namespace/namespace.test.js +61 -2
  479. package/dist/src/components/namespace/namespace.test.js.map +1 -1
  480. package/dist/src/components/namespace-scopes.d.ts +16 -0
  481. package/dist/src/components/namespace-scopes.d.ts.map +1 -1
  482. package/dist/src/components/namespace-scopes.js +8 -1
  483. package/dist/src/components/namespace-scopes.js.map +1 -1
  484. package/dist/src/components/namespace.ref.test.js +41 -0
  485. package/dist/src/components/namespace.ref.test.js.map +1 -1
  486. package/dist/tsconfig.tsbuildinfo +1 -1
  487. package/package.json +13 -6
  488. package/src/components/namespace/namespace.test.tsx +42 -1
  489. package/src/components/namespace/namespace.tsx +16 -8
  490. package/src/components/namespace-scopes.tsx +25 -1
  491. package/src/components/namespace.ref.test.tsx +29 -0
  492. package/vitest.config.ts +8 -0
@@ -0,0 +1,1372 @@
1
+ import System from "../../../index.js";
2
+ import { createLibrary } from "#createLibrary";
3
+ const X86 = createLibrary("System.Runtime.Intrinsics.X86", {
4
+ Aes: {
5
+ kind: "class",
6
+ members: {
7
+ X64: {
8
+ kind: "class",
9
+ members: {
10
+ IsSupported: {
11
+ kind: "property",
12
+ type: () => {
13
+ return System.Boolean;
14
+ },
15
+ isStatic: true
16
+ }
17
+ },
18
+ isAbstract: true
19
+ }
20
+ }
21
+ },
22
+ Avx: {
23
+ kind: "class",
24
+ members: {
25
+ X64: {
26
+ kind: "class",
27
+ members: {
28
+ IsSupported: {
29
+ kind: "property",
30
+ type: () => {
31
+ return System.Boolean;
32
+ },
33
+ isStatic: true
34
+ }
35
+ },
36
+ isAbstract: true
37
+ }
38
+ }
39
+ },
40
+ Avx10v1: {
41
+ kind: "class",
42
+ members: {
43
+ V512: {
44
+ kind: "class",
45
+ members: {
46
+ X64: {
47
+ kind: "class",
48
+ members: {
49
+ IsSupported: {
50
+ kind: "property",
51
+ type: () => {
52
+ return System.Boolean;
53
+ },
54
+ isStatic: true
55
+ }
56
+ },
57
+ isAbstract: true
58
+ }
59
+ }
60
+ },
61
+ X64: {
62
+ kind: "class",
63
+ members: {
64
+ ConvertScalarToVector128Double: {
65
+ kind: "method",
66
+ methodKind: "ordinary",
67
+ isStatic: true
68
+ },
69
+ ConvertScalarToVector128Single: {
70
+ kind: "method",
71
+ methodKind: "ordinary",
72
+ isStatic: true
73
+ },
74
+ ConvertToInt64: {
75
+ kind: "method",
76
+ methodKind: "ordinary",
77
+ isStatic: true
78
+ },
79
+ ConvertToUInt64: {
80
+ kind: "method",
81
+ methodKind: "ordinary",
82
+ isStatic: true
83
+ },
84
+ ConvertToUInt64WithTruncation: {
85
+ kind: "method",
86
+ methodKind: "ordinary",
87
+ isStatic: true
88
+ },
89
+ IsSupported: {
90
+ kind: "property",
91
+ type: () => {
92
+ return System.Boolean;
93
+ },
94
+ isStatic: true
95
+ }
96
+ },
97
+ isAbstract: true
98
+ }
99
+ }
100
+ },
101
+ Avx2: {
102
+ kind: "class",
103
+ members: {
104
+ X64: {
105
+ kind: "class",
106
+ members: {
107
+ IsSupported: {
108
+ kind: "property",
109
+ type: () => {
110
+ return System.Boolean;
111
+ },
112
+ isStatic: true
113
+ }
114
+ },
115
+ isAbstract: true
116
+ }
117
+ }
118
+ },
119
+ Avx512BW: {
120
+ kind: "class",
121
+ members: {
122
+ VL: {
123
+ kind: "class",
124
+ members: {
125
+ CompareGreaterThan: {
126
+ kind: "method",
127
+ methodKind: "ordinary",
128
+ isStatic: true
129
+ },
130
+ CompareGreaterThanOrEqual: {
131
+ kind: "method",
132
+ methodKind: "ordinary",
133
+ isStatic: true
134
+ },
135
+ CompareLessThan: {
136
+ kind: "method",
137
+ methodKind: "ordinary",
138
+ isStatic: true
139
+ },
140
+ CompareLessThanOrEqual: {
141
+ kind: "method",
142
+ methodKind: "ordinary",
143
+ isStatic: true
144
+ },
145
+ CompareNotEqual: {
146
+ kind: "method",
147
+ methodKind: "ordinary",
148
+ isStatic: true
149
+ },
150
+ ConvertToVector128Byte: {
151
+ kind: "method",
152
+ methodKind: "ordinary",
153
+ isStatic: true
154
+ },
155
+ ConvertToVector128ByteWithSaturation: {
156
+ kind: "method",
157
+ methodKind: "ordinary",
158
+ isStatic: true
159
+ },
160
+ ConvertToVector128SByte: {
161
+ kind: "method",
162
+ methodKind: "ordinary",
163
+ isStatic: true
164
+ },
165
+ ConvertToVector128SByteWithSaturation: {
166
+ kind: "method",
167
+ methodKind: "ordinary",
168
+ isStatic: true
169
+ },
170
+ PermuteVar8x16: {
171
+ kind: "method",
172
+ methodKind: "ordinary",
173
+ isStatic: true
174
+ },
175
+ PermuteVar8x16x2: {
176
+ kind: "method",
177
+ methodKind: "ordinary",
178
+ isStatic: true
179
+ },
180
+ PermuteVar16x16: {
181
+ kind: "method",
182
+ methodKind: "ordinary",
183
+ isStatic: true
184
+ },
185
+ PermuteVar16x16x2: {
186
+ kind: "method",
187
+ methodKind: "ordinary",
188
+ isStatic: true
189
+ },
190
+ ShiftLeftLogicalVariable: {
191
+ kind: "method",
192
+ methodKind: "ordinary",
193
+ isStatic: true
194
+ },
195
+ ShiftRightArithmeticVariable: {
196
+ kind: "method",
197
+ methodKind: "ordinary",
198
+ isStatic: true
199
+ },
200
+ ShiftRightLogicalVariable: {
201
+ kind: "method",
202
+ methodKind: "ordinary",
203
+ isStatic: true
204
+ },
205
+ SumAbsoluteDifferencesInBlock32: {
206
+ kind: "method",
207
+ methodKind: "ordinary",
208
+ isStatic: true
209
+ },
210
+ IsSupported: {
211
+ kind: "property",
212
+ type: () => {
213
+ return System.Boolean;
214
+ },
215
+ isStatic: true
216
+ }
217
+ },
218
+ isAbstract: true
219
+ },
220
+ X64: {
221
+ kind: "class",
222
+ members: {
223
+ IsSupported: {
224
+ kind: "property",
225
+ type: () => {
226
+ return System.Boolean;
227
+ },
228
+ isStatic: true
229
+ }
230
+ },
231
+ isAbstract: true
232
+ }
233
+ }
234
+ },
235
+ Avx512CD: {
236
+ kind: "class",
237
+ members: {
238
+ VL: {
239
+ kind: "class",
240
+ members: {
241
+ DetectConflicts: {
242
+ kind: "method",
243
+ methodKind: "ordinary",
244
+ isStatic: true
245
+ },
246
+ LeadingZeroCount: {
247
+ kind: "method",
248
+ methodKind: "ordinary",
249
+ isStatic: true
250
+ },
251
+ IsSupported: {
252
+ kind: "property",
253
+ type: () => {
254
+ return System.Boolean;
255
+ },
256
+ isStatic: true
257
+ }
258
+ },
259
+ isAbstract: true
260
+ },
261
+ X64: {
262
+ kind: "class",
263
+ members: {
264
+ IsSupported: {
265
+ kind: "property",
266
+ type: () => {
267
+ return System.Boolean;
268
+ },
269
+ isStatic: true
270
+ }
271
+ },
272
+ isAbstract: true
273
+ }
274
+ }
275
+ },
276
+ Avx512DQ: {
277
+ kind: "class",
278
+ members: {
279
+ VL: {
280
+ kind: "class",
281
+ members: {
282
+ BroadcastPairScalarToVector128: {
283
+ kind: "method",
284
+ methodKind: "ordinary",
285
+ isStatic: true
286
+ },
287
+ BroadcastPairScalarToVector256: {
288
+ kind: "method",
289
+ methodKind: "ordinary",
290
+ isStatic: true
291
+ },
292
+ ConvertToVector128Double: {
293
+ kind: "method",
294
+ methodKind: "ordinary",
295
+ isStatic: true
296
+ },
297
+ ConvertToVector128Int64: {
298
+ kind: "method",
299
+ methodKind: "ordinary",
300
+ isStatic: true
301
+ },
302
+ ConvertToVector128Int64WithTruncation: {
303
+ kind: "method",
304
+ methodKind: "ordinary",
305
+ isStatic: true
306
+ },
307
+ ConvertToVector128Single: {
308
+ kind: "method",
309
+ methodKind: "ordinary",
310
+ isStatic: true
311
+ },
312
+ ConvertToVector128UInt64: {
313
+ kind: "method",
314
+ methodKind: "ordinary",
315
+ isStatic: true
316
+ },
317
+ ConvertToVector128UInt64WithTruncation: {
318
+ kind: "method",
319
+ methodKind: "ordinary",
320
+ isStatic: true
321
+ },
322
+ ConvertToVector256Double: {
323
+ kind: "method",
324
+ methodKind: "ordinary",
325
+ isStatic: true
326
+ },
327
+ ConvertToVector256Int64: {
328
+ kind: "method",
329
+ methodKind: "ordinary",
330
+ isStatic: true
331
+ },
332
+ ConvertToVector256Int64WithTruncation: {
333
+ kind: "method",
334
+ methodKind: "ordinary",
335
+ isStatic: true
336
+ },
337
+ ConvertToVector256UInt64: {
338
+ kind: "method",
339
+ methodKind: "ordinary",
340
+ isStatic: true
341
+ },
342
+ ConvertToVector256UInt64WithTruncation: {
343
+ kind: "method",
344
+ methodKind: "ordinary",
345
+ isStatic: true
346
+ },
347
+ MultiplyLow: {
348
+ kind: "method",
349
+ methodKind: "ordinary",
350
+ isStatic: true
351
+ },
352
+ Range: {
353
+ kind: "method",
354
+ methodKind: "ordinary",
355
+ isStatic: true
356
+ },
357
+ Reduce: {
358
+ kind: "method",
359
+ methodKind: "ordinary",
360
+ isStatic: true
361
+ },
362
+ IsSupported: {
363
+ kind: "property",
364
+ type: () => {
365
+ return System.Boolean;
366
+ },
367
+ isStatic: true
368
+ }
369
+ },
370
+ isAbstract: true
371
+ },
372
+ X64: {
373
+ kind: "class",
374
+ members: {
375
+ IsSupported: {
376
+ kind: "property",
377
+ type: () => {
378
+ return System.Boolean;
379
+ },
380
+ isStatic: true
381
+ }
382
+ },
383
+ isAbstract: true
384
+ }
385
+ }
386
+ },
387
+ Avx512F: {
388
+ kind: "class",
389
+ members: {
390
+ VL: {
391
+ kind: "class",
392
+ members: {
393
+ Abs: {
394
+ kind: "method",
395
+ methodKind: "ordinary",
396
+ isStatic: true
397
+ },
398
+ AlignRight32: {
399
+ kind: "method",
400
+ methodKind: "ordinary",
401
+ isStatic: true
402
+ },
403
+ AlignRight64: {
404
+ kind: "method",
405
+ methodKind: "ordinary",
406
+ isStatic: true
407
+ },
408
+ CompareGreaterThan: {
409
+ kind: "method",
410
+ methodKind: "ordinary",
411
+ isStatic: true
412
+ },
413
+ CompareGreaterThanOrEqual: {
414
+ kind: "method",
415
+ methodKind: "ordinary",
416
+ isStatic: true
417
+ },
418
+ CompareLessThan: {
419
+ kind: "method",
420
+ methodKind: "ordinary",
421
+ isStatic: true
422
+ },
423
+ CompareLessThanOrEqual: {
424
+ kind: "method",
425
+ methodKind: "ordinary",
426
+ isStatic: true
427
+ },
428
+ CompareNotEqual: {
429
+ kind: "method",
430
+ methodKind: "ordinary",
431
+ isStatic: true
432
+ },
433
+ ConvertToVector128Byte: {
434
+ kind: "method",
435
+ methodKind: "ordinary",
436
+ isStatic: true
437
+ },
438
+ ConvertToVector128ByteWithSaturation: {
439
+ kind: "method",
440
+ methodKind: "ordinary",
441
+ isStatic: true
442
+ },
443
+ ConvertToVector128Double: {
444
+ kind: "method",
445
+ methodKind: "ordinary",
446
+ isStatic: true
447
+ },
448
+ ConvertToVector128Int16: {
449
+ kind: "method",
450
+ methodKind: "ordinary",
451
+ isStatic: true
452
+ },
453
+ ConvertToVector128Int16WithSaturation: {
454
+ kind: "method",
455
+ methodKind: "ordinary",
456
+ isStatic: true
457
+ },
458
+ ConvertToVector128Int32: {
459
+ kind: "method",
460
+ methodKind: "ordinary",
461
+ isStatic: true
462
+ },
463
+ ConvertToVector128Int32WithSaturation: {
464
+ kind: "method",
465
+ methodKind: "ordinary",
466
+ isStatic: true
467
+ },
468
+ ConvertToVector128SByte: {
469
+ kind: "method",
470
+ methodKind: "ordinary",
471
+ isStatic: true
472
+ },
473
+ ConvertToVector128SByteWithSaturation: {
474
+ kind: "method",
475
+ methodKind: "ordinary",
476
+ isStatic: true
477
+ },
478
+ ConvertToVector128Single: {
479
+ kind: "method",
480
+ methodKind: "ordinary",
481
+ isStatic: true
482
+ },
483
+ ConvertToVector128UInt16: {
484
+ kind: "method",
485
+ methodKind: "ordinary",
486
+ isStatic: true
487
+ },
488
+ ConvertToVector128UInt16WithSaturation: {
489
+ kind: "method",
490
+ methodKind: "ordinary",
491
+ isStatic: true
492
+ },
493
+ ConvertToVector128UInt32: {
494
+ kind: "method",
495
+ methodKind: "ordinary",
496
+ isStatic: true
497
+ },
498
+ ConvertToVector128UInt32WithSaturation: {
499
+ kind: "method",
500
+ methodKind: "ordinary",
501
+ isStatic: true
502
+ },
503
+ ConvertToVector128UInt32WithTruncation: {
504
+ kind: "method",
505
+ methodKind: "ordinary",
506
+ isStatic: true
507
+ },
508
+ ConvertToVector256Double: {
509
+ kind: "method",
510
+ methodKind: "ordinary",
511
+ isStatic: true
512
+ },
513
+ ConvertToVector256Single: {
514
+ kind: "method",
515
+ methodKind: "ordinary",
516
+ isStatic: true
517
+ },
518
+ ConvertToVector256UInt32: {
519
+ kind: "method",
520
+ methodKind: "ordinary",
521
+ isStatic: true
522
+ },
523
+ ConvertToVector256UInt32WithTruncation: {
524
+ kind: "method",
525
+ methodKind: "ordinary",
526
+ isStatic: true
527
+ },
528
+ Fixup: {
529
+ kind: "method",
530
+ methodKind: "ordinary",
531
+ isStatic: true
532
+ },
533
+ GetExponent: {
534
+ kind: "method",
535
+ methodKind: "ordinary",
536
+ isStatic: true
537
+ },
538
+ GetMantissa: {
539
+ kind: "method",
540
+ methodKind: "ordinary",
541
+ isStatic: true
542
+ },
543
+ Max: {
544
+ kind: "method",
545
+ methodKind: "ordinary",
546
+ isStatic: true
547
+ },
548
+ Min: {
549
+ kind: "method",
550
+ methodKind: "ordinary",
551
+ isStatic: true
552
+ },
553
+ PermuteVar2x64x2: {
554
+ kind: "method",
555
+ methodKind: "ordinary",
556
+ isStatic: true
557
+ },
558
+ PermuteVar4x32x2: {
559
+ kind: "method",
560
+ methodKind: "ordinary",
561
+ isStatic: true
562
+ },
563
+ PermuteVar4x64: {
564
+ kind: "method",
565
+ methodKind: "ordinary",
566
+ isStatic: true
567
+ },
568
+ PermuteVar4x64x2: {
569
+ kind: "method",
570
+ methodKind: "ordinary",
571
+ isStatic: true
572
+ },
573
+ PermuteVar8x32x2: {
574
+ kind: "method",
575
+ methodKind: "ordinary",
576
+ isStatic: true
577
+ },
578
+ Reciprocal14: {
579
+ kind: "method",
580
+ methodKind: "ordinary",
581
+ isStatic: true
582
+ },
583
+ ReciprocalSqrt14: {
584
+ kind: "method",
585
+ methodKind: "ordinary",
586
+ isStatic: true
587
+ },
588
+ RotateLeft: {
589
+ kind: "method",
590
+ methodKind: "ordinary",
591
+ isStatic: true
592
+ },
593
+ RotateLeftVariable: {
594
+ kind: "method",
595
+ methodKind: "ordinary",
596
+ isStatic: true
597
+ },
598
+ RotateRight: {
599
+ kind: "method",
600
+ methodKind: "ordinary",
601
+ isStatic: true
602
+ },
603
+ RotateRightVariable: {
604
+ kind: "method",
605
+ methodKind: "ordinary",
606
+ isStatic: true
607
+ },
608
+ RoundScale: {
609
+ kind: "method",
610
+ methodKind: "ordinary",
611
+ isStatic: true
612
+ },
613
+ Scale: {
614
+ kind: "method",
615
+ methodKind: "ordinary",
616
+ isStatic: true
617
+ },
618
+ ShiftRightArithmetic: {
619
+ kind: "method",
620
+ methodKind: "ordinary",
621
+ isStatic: true
622
+ },
623
+ ShiftRightArithmeticVariable: {
624
+ kind: "method",
625
+ methodKind: "ordinary",
626
+ isStatic: true
627
+ },
628
+ Shuffle2x128: {
629
+ kind: "method",
630
+ methodKind: "ordinary",
631
+ isStatic: true
632
+ },
633
+ TernaryLogic: {
634
+ kind: "method",
635
+ methodKind: "ordinary",
636
+ isStatic: true
637
+ },
638
+ IsSupported: {
639
+ kind: "property",
640
+ type: () => {
641
+ return System.Boolean;
642
+ },
643
+ isStatic: true
644
+ }
645
+ },
646
+ isAbstract: true
647
+ },
648
+ X64: {
649
+ kind: "class",
650
+ members: {
651
+ ConvertScalarToVector128Double: {
652
+ kind: "method",
653
+ methodKind: "ordinary",
654
+ isStatic: true
655
+ },
656
+ ConvertScalarToVector128Single: {
657
+ kind: "method",
658
+ methodKind: "ordinary",
659
+ isStatic: true
660
+ },
661
+ ConvertToInt64: {
662
+ kind: "method",
663
+ methodKind: "ordinary",
664
+ isStatic: true
665
+ },
666
+ ConvertToUInt64: {
667
+ kind: "method",
668
+ methodKind: "ordinary",
669
+ isStatic: true
670
+ },
671
+ ConvertToUInt64WithTruncation: {
672
+ kind: "method",
673
+ methodKind: "ordinary",
674
+ isStatic: true
675
+ },
676
+ IsSupported: {
677
+ kind: "property",
678
+ type: () => {
679
+ return System.Boolean;
680
+ },
681
+ isStatic: true
682
+ }
683
+ },
684
+ isAbstract: true
685
+ }
686
+ }
687
+ },
688
+ Avx512Vbmi: {
689
+ kind: "class",
690
+ members: {
691
+ VL: {
692
+ kind: "class",
693
+ members: {
694
+ MultiShift: {
695
+ kind: "method",
696
+ methodKind: "ordinary",
697
+ isStatic: true
698
+ },
699
+ PermuteVar16x8: {
700
+ kind: "method",
701
+ methodKind: "ordinary",
702
+ isStatic: true
703
+ },
704
+ PermuteVar16x8x2: {
705
+ kind: "method",
706
+ methodKind: "ordinary",
707
+ isStatic: true
708
+ },
709
+ PermuteVar32x8: {
710
+ kind: "method",
711
+ methodKind: "ordinary",
712
+ isStatic: true
713
+ },
714
+ PermuteVar32x8x2: {
715
+ kind: "method",
716
+ methodKind: "ordinary",
717
+ isStatic: true
718
+ },
719
+ IsSupported: {
720
+ kind: "property",
721
+ type: () => {
722
+ return System.Boolean;
723
+ },
724
+ isStatic: true
725
+ }
726
+ },
727
+ isAbstract: true
728
+ },
729
+ X64: {
730
+ kind: "class",
731
+ members: {
732
+ IsSupported: {
733
+ kind: "property",
734
+ type: () => {
735
+ return System.Boolean;
736
+ },
737
+ isStatic: true
738
+ }
739
+ },
740
+ isAbstract: true
741
+ }
742
+ }
743
+ },
744
+ AvxVnni: {
745
+ kind: "class",
746
+ members: {
747
+ X64: {
748
+ kind: "class",
749
+ members: {
750
+ IsSupported: {
751
+ kind: "property",
752
+ type: () => {
753
+ return System.Boolean;
754
+ },
755
+ isStatic: true
756
+ }
757
+ },
758
+ isAbstract: true
759
+ }
760
+ }
761
+ },
762
+ Bmi1: {
763
+ kind: "class",
764
+ members: {
765
+ X64: {
766
+ kind: "class",
767
+ members: {
768
+ AndNot: {
769
+ kind: "method",
770
+ methodKind: "ordinary",
771
+ isStatic: true
772
+ },
773
+ BitFieldExtract: {
774
+ kind: "method",
775
+ methodKind: "ordinary",
776
+ isStatic: true
777
+ },
778
+ ExtractLowestSetBit: {
779
+ kind: "method",
780
+ methodKind: "ordinary",
781
+ isStatic: true
782
+ },
783
+ GetMaskUpToLowestSetBit: {
784
+ kind: "method",
785
+ methodKind: "ordinary",
786
+ isStatic: true
787
+ },
788
+ ResetLowestSetBit: {
789
+ kind: "method",
790
+ methodKind: "ordinary",
791
+ isStatic: true
792
+ },
793
+ TrailingZeroCount: {
794
+ kind: "method",
795
+ methodKind: "ordinary",
796
+ isStatic: true
797
+ },
798
+ IsSupported: {
799
+ kind: "property",
800
+ type: () => {
801
+ return System.Boolean;
802
+ },
803
+ isStatic: true
804
+ }
805
+ },
806
+ isAbstract: true
807
+ }
808
+ }
809
+ },
810
+ Bmi2: {
811
+ kind: "class",
812
+ members: {
813
+ X64: {
814
+ kind: "class",
815
+ members: {
816
+ MultiplyNoFlags: {
817
+ kind: "method",
818
+ methodKind: "ordinary",
819
+ isStatic: true
820
+ },
821
+ ParallelBitDeposit: {
822
+ kind: "method",
823
+ methodKind: "ordinary",
824
+ isStatic: true
825
+ },
826
+ ParallelBitExtract: {
827
+ kind: "method",
828
+ methodKind: "ordinary",
829
+ isStatic: true
830
+ },
831
+ ZeroHighBits: {
832
+ kind: "method",
833
+ methodKind: "ordinary",
834
+ isStatic: true
835
+ },
836
+ IsSupported: {
837
+ kind: "property",
838
+ type: () => {
839
+ return System.Boolean;
840
+ },
841
+ isStatic: true
842
+ }
843
+ },
844
+ isAbstract: true
845
+ }
846
+ }
847
+ },
848
+ FloatComparisonMode: {
849
+ kind: "enum",
850
+ members: {
851
+ OrderedEqualNonSignaling: {
852
+ kind: "field",
853
+ type: () => {
854
+ return X86.FloatComparisonMode;
855
+ }
856
+ },
857
+ OrderedLessThanSignaling: {
858
+ kind: "field",
859
+ type: () => {
860
+ return X86.FloatComparisonMode;
861
+ }
862
+ },
863
+ OrderedLessThanOrEqualSignaling: {
864
+ kind: "field",
865
+ type: () => {
866
+ return X86.FloatComparisonMode;
867
+ }
868
+ },
869
+ UnorderedNonSignaling: {
870
+ kind: "field",
871
+ type: () => {
872
+ return X86.FloatComparisonMode;
873
+ }
874
+ },
875
+ UnorderedNotEqualNonSignaling: {
876
+ kind: "field",
877
+ type: () => {
878
+ return X86.FloatComparisonMode;
879
+ }
880
+ },
881
+ UnorderedNotLessThanSignaling: {
882
+ kind: "field",
883
+ type: () => {
884
+ return X86.FloatComparisonMode;
885
+ }
886
+ },
887
+ UnorderedNotLessThanOrEqualSignaling: {
888
+ kind: "field",
889
+ type: () => {
890
+ return X86.FloatComparisonMode;
891
+ }
892
+ },
893
+ OrderedNonSignaling: {
894
+ kind: "field",
895
+ type: () => {
896
+ return X86.FloatComparisonMode;
897
+ }
898
+ },
899
+ UnorderedEqualNonSignaling: {
900
+ kind: "field",
901
+ type: () => {
902
+ return X86.FloatComparisonMode;
903
+ }
904
+ },
905
+ UnorderedNotGreaterThanOrEqualSignaling: {
906
+ kind: "field",
907
+ type: () => {
908
+ return X86.FloatComparisonMode;
909
+ }
910
+ },
911
+ UnorderedNotGreaterThanSignaling: {
912
+ kind: "field",
913
+ type: () => {
914
+ return X86.FloatComparisonMode;
915
+ }
916
+ },
917
+ OrderedFalseNonSignaling: {
918
+ kind: "field",
919
+ type: () => {
920
+ return X86.FloatComparisonMode;
921
+ }
922
+ },
923
+ OrderedNotEqualNonSignaling: {
924
+ kind: "field",
925
+ type: () => {
926
+ return X86.FloatComparisonMode;
927
+ }
928
+ },
929
+ OrderedGreaterThanOrEqualSignaling: {
930
+ kind: "field",
931
+ type: () => {
932
+ return X86.FloatComparisonMode;
933
+ }
934
+ },
935
+ OrderedGreaterThanSignaling: {
936
+ kind: "field",
937
+ type: () => {
938
+ return X86.FloatComparisonMode;
939
+ }
940
+ },
941
+ UnorderedTrueNonSignaling: {
942
+ kind: "field",
943
+ type: () => {
944
+ return X86.FloatComparisonMode;
945
+ }
946
+ },
947
+ OrderedEqualSignaling: {
948
+ kind: "field",
949
+ type: () => {
950
+ return X86.FloatComparisonMode;
951
+ }
952
+ },
953
+ OrderedLessThanNonSignaling: {
954
+ kind: "field",
955
+ type: () => {
956
+ return X86.FloatComparisonMode;
957
+ }
958
+ },
959
+ OrderedLessThanOrEqualNonSignaling: {
960
+ kind: "field",
961
+ type: () => {
962
+ return X86.FloatComparisonMode;
963
+ }
964
+ },
965
+ UnorderedSignaling: {
966
+ kind: "field",
967
+ type: () => {
968
+ return X86.FloatComparisonMode;
969
+ }
970
+ },
971
+ UnorderedNotEqualSignaling: {
972
+ kind: "field",
973
+ type: () => {
974
+ return X86.FloatComparisonMode;
975
+ }
976
+ },
977
+ UnorderedNotLessThanNonSignaling: {
978
+ kind: "field",
979
+ type: () => {
980
+ return X86.FloatComparisonMode;
981
+ }
982
+ },
983
+ UnorderedNotLessThanOrEqualNonSignaling: {
984
+ kind: "field",
985
+ type: () => {
986
+ return X86.FloatComparisonMode;
987
+ }
988
+ },
989
+ OrderedSignaling: {
990
+ kind: "field",
991
+ type: () => {
992
+ return X86.FloatComparisonMode;
993
+ }
994
+ },
995
+ UnorderedEqualSignaling: {
996
+ kind: "field",
997
+ type: () => {
998
+ return X86.FloatComparisonMode;
999
+ }
1000
+ },
1001
+ UnorderedNotGreaterThanOrEqualNonSignaling: {
1002
+ kind: "field",
1003
+ type: () => {
1004
+ return X86.FloatComparisonMode;
1005
+ }
1006
+ },
1007
+ UnorderedNotGreaterThanNonSignaling: {
1008
+ kind: "field",
1009
+ type: () => {
1010
+ return X86.FloatComparisonMode;
1011
+ }
1012
+ },
1013
+ OrderedFalseSignaling: {
1014
+ kind: "field",
1015
+ type: () => {
1016
+ return X86.FloatComparisonMode;
1017
+ }
1018
+ },
1019
+ OrderedNotEqualSignaling: {
1020
+ kind: "field",
1021
+ type: () => {
1022
+ return X86.FloatComparisonMode;
1023
+ }
1024
+ },
1025
+ OrderedGreaterThanOrEqualNonSignaling: {
1026
+ kind: "field",
1027
+ type: () => {
1028
+ return X86.FloatComparisonMode;
1029
+ }
1030
+ },
1031
+ OrderedGreaterThanNonSignaling: {
1032
+ kind: "field",
1033
+ type: () => {
1034
+ return X86.FloatComparisonMode;
1035
+ }
1036
+ },
1037
+ UnorderedTrueSignaling: {
1038
+ kind: "field",
1039
+ type: () => {
1040
+ return X86.FloatComparisonMode;
1041
+ }
1042
+ }
1043
+ }
1044
+ },
1045
+ FloatRoundingMode: {
1046
+ kind: "enum",
1047
+ members: {
1048
+ ToEven: {
1049
+ kind: "field",
1050
+ type: () => {
1051
+ return X86.FloatRoundingMode;
1052
+ }
1053
+ },
1054
+ ToNegativeInfinity: {
1055
+ kind: "field",
1056
+ type: () => {
1057
+ return X86.FloatRoundingMode;
1058
+ }
1059
+ },
1060
+ ToPositiveInfinity: {
1061
+ kind: "field",
1062
+ type: () => {
1063
+ return X86.FloatRoundingMode;
1064
+ }
1065
+ },
1066
+ ToZero: {
1067
+ kind: "field",
1068
+ type: () => {
1069
+ return X86.FloatRoundingMode;
1070
+ }
1071
+ }
1072
+ }
1073
+ },
1074
+ Fma: {
1075
+ kind: "class",
1076
+ members: {
1077
+ X64: {
1078
+ kind: "class",
1079
+ members: {
1080
+ IsSupported: {
1081
+ kind: "property",
1082
+ type: () => {
1083
+ return System.Boolean;
1084
+ },
1085
+ isStatic: true
1086
+ }
1087
+ },
1088
+ isAbstract: true
1089
+ }
1090
+ }
1091
+ },
1092
+ Lzcnt: {
1093
+ kind: "class",
1094
+ members: {
1095
+ X64: {
1096
+ kind: "class",
1097
+ members: {
1098
+ LeadingZeroCount: {
1099
+ kind: "method",
1100
+ methodKind: "ordinary",
1101
+ isStatic: true
1102
+ },
1103
+ IsSupported: {
1104
+ kind: "property",
1105
+ type: () => {
1106
+ return System.Boolean;
1107
+ },
1108
+ isStatic: true
1109
+ }
1110
+ },
1111
+ isAbstract: true
1112
+ }
1113
+ }
1114
+ },
1115
+ Pclmulqdq: {
1116
+ kind: "class",
1117
+ members: {
1118
+ X64: {
1119
+ kind: "class",
1120
+ members: {
1121
+ IsSupported: {
1122
+ kind: "property",
1123
+ type: () => {
1124
+ return System.Boolean;
1125
+ },
1126
+ isStatic: true
1127
+ }
1128
+ },
1129
+ isAbstract: true
1130
+ }
1131
+ }
1132
+ },
1133
+ Popcnt: {
1134
+ kind: "class",
1135
+ members: {
1136
+ X64: {
1137
+ kind: "class",
1138
+ members: {
1139
+ PopCount: {
1140
+ kind: "method",
1141
+ methodKind: "ordinary",
1142
+ isStatic: true
1143
+ },
1144
+ IsSupported: {
1145
+ kind: "property",
1146
+ type: () => {
1147
+ return System.Boolean;
1148
+ },
1149
+ isStatic: true
1150
+ }
1151
+ },
1152
+ isAbstract: true
1153
+ }
1154
+ }
1155
+ },
1156
+ Sse: {
1157
+ kind: "class",
1158
+ members: {
1159
+ X64: {
1160
+ kind: "class",
1161
+ members: {
1162
+ ConvertScalarToVector128Single: {
1163
+ kind: "method",
1164
+ methodKind: "ordinary",
1165
+ isStatic: true
1166
+ },
1167
+ ConvertToInt64: {
1168
+ kind: "method",
1169
+ methodKind: "ordinary",
1170
+ isStatic: true
1171
+ },
1172
+ ConvertToInt64WithTruncation: {
1173
+ kind: "method",
1174
+ methodKind: "ordinary",
1175
+ isStatic: true
1176
+ },
1177
+ IsSupported: {
1178
+ kind: "property",
1179
+ type: () => {
1180
+ return System.Boolean;
1181
+ },
1182
+ isStatic: true
1183
+ }
1184
+ },
1185
+ isAbstract: true
1186
+ }
1187
+ }
1188
+ },
1189
+ Sse2: {
1190
+ kind: "class",
1191
+ members: {
1192
+ X64: {
1193
+ kind: "class",
1194
+ members: {
1195
+ ConvertScalarToVector128Double: {
1196
+ kind: "method",
1197
+ methodKind: "ordinary",
1198
+ isStatic: true
1199
+ },
1200
+ ConvertScalarToVector128Int64: {
1201
+ kind: "method",
1202
+ methodKind: "ordinary",
1203
+ isStatic: true
1204
+ },
1205
+ ConvertScalarToVector128UInt64: {
1206
+ kind: "method",
1207
+ methodKind: "ordinary",
1208
+ isStatic: true
1209
+ },
1210
+ ConvertToInt64: {
1211
+ kind: "method",
1212
+ methodKind: "ordinary",
1213
+ isStatic: true
1214
+ },
1215
+ ConvertToInt64WithTruncation: {
1216
+ kind: "method",
1217
+ methodKind: "ordinary",
1218
+ isStatic: true
1219
+ },
1220
+ ConvertToUInt64: {
1221
+ kind: "method",
1222
+ methodKind: "ordinary",
1223
+ isStatic: true
1224
+ },
1225
+ StoreNonTemporal: {
1226
+ kind: "method",
1227
+ methodKind: "ordinary",
1228
+ isStatic: true
1229
+ },
1230
+ IsSupported: {
1231
+ kind: "property",
1232
+ type: () => {
1233
+ return System.Boolean;
1234
+ },
1235
+ isStatic: true
1236
+ }
1237
+ },
1238
+ isAbstract: true
1239
+ }
1240
+ }
1241
+ },
1242
+ Sse3: {
1243
+ kind: "class",
1244
+ members: {
1245
+ X64: {
1246
+ kind: "class",
1247
+ members: {
1248
+ IsSupported: {
1249
+ kind: "property",
1250
+ type: () => {
1251
+ return System.Boolean;
1252
+ },
1253
+ isStatic: true
1254
+ }
1255
+ },
1256
+ isAbstract: true
1257
+ }
1258
+ }
1259
+ },
1260
+ Sse41: {
1261
+ kind: "class",
1262
+ members: {
1263
+ X64: {
1264
+ kind: "class",
1265
+ members: {
1266
+ Extract: {
1267
+ kind: "method",
1268
+ methodKind: "ordinary",
1269
+ isStatic: true
1270
+ },
1271
+ Insert: {
1272
+ kind: "method",
1273
+ methodKind: "ordinary",
1274
+ isStatic: true
1275
+ },
1276
+ IsSupported: {
1277
+ kind: "property",
1278
+ type: () => {
1279
+ return System.Boolean;
1280
+ },
1281
+ isStatic: true
1282
+ }
1283
+ },
1284
+ isAbstract: true
1285
+ }
1286
+ }
1287
+ },
1288
+ Sse42: {
1289
+ kind: "class",
1290
+ members: {
1291
+ X64: {
1292
+ kind: "class",
1293
+ members: {
1294
+ Crc32: {
1295
+ kind: "method",
1296
+ methodKind: "ordinary",
1297
+ isStatic: true
1298
+ },
1299
+ IsSupported: {
1300
+ kind: "property",
1301
+ type: () => {
1302
+ return System.Boolean;
1303
+ },
1304
+ isStatic: true
1305
+ }
1306
+ },
1307
+ isAbstract: true
1308
+ }
1309
+ }
1310
+ },
1311
+ Ssse3: {
1312
+ kind: "class",
1313
+ members: {
1314
+ X64: {
1315
+ kind: "class",
1316
+ members: {
1317
+ IsSupported: {
1318
+ kind: "property",
1319
+ type: () => {
1320
+ return System.Boolean;
1321
+ },
1322
+ isStatic: true
1323
+ }
1324
+ },
1325
+ isAbstract: true
1326
+ }
1327
+ }
1328
+ },
1329
+ X86Base: {
1330
+ kind: "class",
1331
+ members: {
1332
+ X64: {
1333
+ kind: "class",
1334
+ members: {
1335
+ DivRem: {
1336
+ kind: "method",
1337
+ methodKind: "ordinary",
1338
+ isStatic: true
1339
+ },
1340
+ IsSupported: {
1341
+ kind: "property",
1342
+ type: () => {
1343
+ return System.Boolean;
1344
+ },
1345
+ isStatic: true
1346
+ }
1347
+ },
1348
+ isAbstract: true
1349
+ }
1350
+ }
1351
+ },
1352
+ X86Serialize: {
1353
+ kind: "class",
1354
+ members: {
1355
+ X64: {
1356
+ kind: "class",
1357
+ members: {
1358
+ IsSupported: {
1359
+ kind: "property",
1360
+ type: () => {
1361
+ return System.Boolean;
1362
+ },
1363
+ isStatic: true
1364
+ }
1365
+ },
1366
+ isAbstract: true
1367
+ }
1368
+ }
1369
+ }
1370
+ });
1371
+ export default X86;
1372
+ //# sourceMappingURL=index.js.map