@alloy-js/csharp 0.21.0-dev.13 → 0.21.0-dev.14

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 (599) hide show
  1. package/dist/scripts/generate-builtins.js +2 -0
  2. package/dist/scripts/generate-builtins.js.map +1 -1
  3. package/dist/scripts/process-docfx.d.ts.map +1 -1
  4. package/dist/scripts/process-docfx.js +22 -10
  5. package/dist/scripts/process-docfx.js.map +1 -1
  6. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts +12 -0
  7. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts.map +1 -0
  8. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  9. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  10. package/dist/src/builtins/Microsoft/CSharp/index.d.ts +6 -0
  11. package/dist/src/builtins/Microsoft/CSharp/index.d.ts.map +1 -0
  12. package/dist/src/builtins/Microsoft/CSharp/index.js +5 -0
  13. package/dist/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  14. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts +102 -0
  15. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts.map +1 -0
  16. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  17. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  18. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts +491 -0
  19. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts.map +1 -0
  20. package/dist/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  21. package/dist/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  22. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +50 -0
  23. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -1
  24. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +203 -0
  25. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -1
  26. package/dist/src/builtins/Microsoft/Win32/index.d.ts +74 -1
  27. package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -1
  28. package/dist/src/builtins/Microsoft/Win32/index.js +358 -1
  29. package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -1
  30. package/dist/src/builtins/Microsoft/index.d.ts +2 -0
  31. package/dist/src/builtins/Microsoft/index.d.ts.map +1 -1
  32. package/dist/src/builtins/Microsoft/index.js +2 -0
  33. package/dist/src/builtins/Microsoft/index.js.map +1 -1
  34. package/dist/src/builtins/System/Buffers/Binary/index.d.ts +113 -0
  35. package/dist/src/builtins/System/Buffers/Binary/index.d.ts.map +1 -0
  36. package/dist/src/builtins/System/Buffers/Binary/index.js +536 -0
  37. package/dist/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  38. package/dist/src/builtins/System/Buffers/Text/index.d.ts +6 -0
  39. package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -1
  40. package/dist/src/builtins/System/Buffers/Text/index.js +22 -0
  41. package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -1
  42. package/dist/src/builtins/System/Buffers/index.d.ts +85 -0
  43. package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -1
  44. package/dist/src/builtins/System/Buffers/index.js +391 -0
  45. package/dist/src/builtins/System/Buffers/index.js.map +1 -1
  46. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts +100 -0
  47. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts.map +1 -0
  48. package/dist/src/builtins/System/Collections/Concurrent/index.js +399 -0
  49. package/dist/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  50. package/dist/src/builtins/System/Collections/Frozen/index.d.ts +29 -0
  51. package/dist/src/builtins/System/Collections/Frozen/index.d.ts.map +1 -0
  52. package/dist/src/builtins/System/Collections/Frozen/index.js +88 -0
  53. package/dist/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  54. package/dist/src/builtins/System/Collections/Generic/index.d.ts +176 -0
  55. package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -1
  56. package/dist/src/builtins/System/Collections/Generic/index.js +636 -0
  57. package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -1
  58. package/dist/src/builtins/System/Collections/Immutable/index.d.ts +273 -0
  59. package/dist/src/builtins/System/Collections/Immutable/index.d.ts.map +1 -0
  60. package/dist/src/builtins/System/Collections/Immutable/index.js +1049 -0
  61. package/dist/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  62. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +48 -0
  63. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -1
  64. package/dist/src/builtins/System/Collections/ObjectModel/index.js +209 -0
  65. package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -1
  66. package/dist/src/builtins/System/Collections/Specialized/index.d.ts +162 -0
  67. package/dist/src/builtins/System/Collections/Specialized/index.d.ts.map +1 -0
  68. package/dist/src/builtins/System/Collections/Specialized/index.js +716 -0
  69. package/dist/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  70. package/dist/src/builtins/System/Collections/index.d.ts +151 -0
  71. package/dist/src/builtins/System/Collections/index.d.ts.map +1 -1
  72. package/dist/src/builtins/System/Collections/index.js +807 -86
  73. package/dist/src/builtins/System/Collections/index.js.map +1 -1
  74. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts +40 -0
  75. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts.map +1 -0
  76. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  77. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  78. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts +274 -0
  79. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts.map +1 -0
  80. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  81. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  82. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts +128 -0
  83. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts.map +1 -0
  84. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  85. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  86. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts +428 -0
  87. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts.map +1 -0
  88. package/dist/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  89. package/dist/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  90. package/dist/src/builtins/System/ComponentModel/index.d.ts +1407 -0
  91. package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -1
  92. package/dist/src/builtins/System/ComponentModel/index.js +6587 -24
  93. package/dist/src/builtins/System/ComponentModel/index.js.map +1 -1
  94. package/dist/src/builtins/System/Data/Common/index.d.ts +611 -0
  95. package/dist/src/builtins/System/Data/Common/index.d.ts.map +1 -0
  96. package/dist/src/builtins/System/Data/Common/index.js +3279 -0
  97. package/dist/src/builtins/System/Data/Common/index.js.map +1 -0
  98. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts +541 -0
  99. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts.map +1 -0
  100. package/dist/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  101. package/dist/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  102. package/dist/src/builtins/System/Data/index.d.ts +967 -0
  103. package/dist/src/builtins/System/Data/index.d.ts.map +1 -0
  104. package/dist/src/builtins/System/Data/index.js +4504 -0
  105. package/dist/src/builtins/System/Data/index.js.map +1 -0
  106. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts +76 -0
  107. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts.map +1 -0
  108. package/dist/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  109. package/dist/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  110. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts +83 -0
  111. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts.map +1 -0
  112. package/dist/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  113. package/dist/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  114. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts +138 -0
  115. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts.map +1 -0
  116. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  117. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  118. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts +206 -0
  119. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts.map +1 -0
  120. package/dist/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  121. package/dist/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  122. package/dist/src/builtins/System/Diagnostics/index.d.ts +685 -0
  123. package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -1
  124. package/dist/src/builtins/System/Diagnostics/index.js +3568 -251
  125. package/dist/src/builtins/System/Diagnostics/index.js.map +1 -1
  126. package/dist/src/builtins/System/Drawing/index.d.ts +558 -0
  127. package/dist/src/builtins/System/Drawing/index.d.ts.map +1 -0
  128. package/dist/src/builtins/System/Drawing/index.js +3305 -0
  129. package/dist/src/builtins/System/Drawing/index.js.map +1 -0
  130. package/dist/src/builtins/System/Dynamic/index.d.ts +170 -0
  131. package/dist/src/builtins/System/Dynamic/index.d.ts.map +1 -0
  132. package/dist/src/builtins/System/Dynamic/index.js +795 -0
  133. package/dist/src/builtins/System/Dynamic/index.js.map +1 -0
  134. package/dist/src/builtins/System/Formats/Asn1/index.d.ts +173 -0
  135. package/dist/src/builtins/System/Formats/Asn1/index.d.ts.map +1 -0
  136. package/dist/src/builtins/System/Formats/Asn1/index.js +843 -0
  137. package/dist/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  138. package/dist/src/builtins/System/Formats/Tar/index.d.ts +96 -0
  139. package/dist/src/builtins/System/Formats/Tar/index.d.ts.map +1 -0
  140. package/dist/src/builtins/System/Formats/Tar/index.js +436 -0
  141. package/dist/src/builtins/System/Formats/Tar/index.js.map +1 -0
  142. package/dist/src/builtins/System/Formats/index.d.ts +7 -0
  143. package/dist/src/builtins/System/Formats/index.d.ts.map +1 -0
  144. package/dist/src/builtins/System/Formats/index.js +6 -0
  145. package/dist/src/builtins/System/Formats/index.js.map +1 -0
  146. package/dist/src/builtins/System/IO/Compression/index.d.ts +186 -0
  147. package/dist/src/builtins/System/IO/Compression/index.d.ts.map +1 -0
  148. package/dist/src/builtins/System/IO/Compression/index.js +894 -0
  149. package/dist/src/builtins/System/IO/Compression/index.js.map +1 -0
  150. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts +103 -0
  151. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts.map +1 -0
  152. package/dist/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  153. package/dist/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  154. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts +56 -0
  155. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts.map +1 -0
  156. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  157. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  158. package/dist/src/builtins/System/IO/Pipelines/index.d.ts +93 -0
  159. package/dist/src/builtins/System/IO/Pipelines/index.d.ts.map +1 -0
  160. package/dist/src/builtins/System/IO/Pipelines/index.js +415 -0
  161. package/dist/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  162. package/dist/src/builtins/System/IO/Pipes/index.d.ts +157 -0
  163. package/dist/src/builtins/System/IO/Pipes/index.d.ts.map +1 -0
  164. package/dist/src/builtins/System/IO/Pipes/index.js +723 -0
  165. package/dist/src/builtins/System/IO/Pipes/index.js.map +1 -0
  166. package/dist/src/builtins/System/IO/index.d.ts +140 -0
  167. package/dist/src/builtins/System/IO/index.d.ts.map +1 -1
  168. package/dist/src/builtins/System/IO/index.js +630 -0
  169. package/dist/src/builtins/System/IO/index.js.map +1 -1
  170. package/dist/src/builtins/System/Linq/Expressions/index.d.ts +429 -0
  171. package/dist/src/builtins/System/Linq/Expressions/index.d.ts.map +1 -0
  172. package/dist/src/builtins/System/Linq/Expressions/index.js +2253 -0
  173. package/dist/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  174. package/dist/src/builtins/System/Linq/index.d.ts +73 -0
  175. package/dist/src/builtins/System/Linq/index.d.ts.map +1 -0
  176. package/dist/src/builtins/System/Linq/index.js +275 -0
  177. package/dist/src/builtins/System/Linq/index.js.map +1 -0
  178. package/dist/src/builtins/System/Net/Cache/index.d.ts +48 -0
  179. package/dist/src/builtins/System/Net/Cache/index.d.ts.map +1 -0
  180. package/dist/src/builtins/System/Net/Cache/index.js +217 -0
  181. package/dist/src/builtins/System/Net/Cache/index.js.map +1 -0
  182. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts +335 -0
  183. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts.map +1 -0
  184. package/dist/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  185. package/dist/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  186. package/dist/src/builtins/System/Net/Http/Json/index.d.ts +21 -0
  187. package/dist/src/builtins/System/Net/Http/Json/index.d.ts.map +1 -0
  188. package/dist/src/builtins/System/Net/Http/Json/index.js +72 -0
  189. package/dist/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  190. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts +13 -0
  191. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts.map +1 -0
  192. package/dist/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  193. package/dist/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  194. package/dist/src/builtins/System/Net/Http/index.d.ts +305 -0
  195. package/dist/src/builtins/System/Net/Http/index.d.ts.map +1 -0
  196. package/dist/src/builtins/System/Net/Http/index.js +1458 -0
  197. package/dist/src/builtins/System/Net/Http/index.js.map +1 -0
  198. package/dist/src/builtins/System/Net/Mail/index.d.ts +182 -0
  199. package/dist/src/builtins/System/Net/Mail/index.d.ts.map +1 -0
  200. package/dist/src/builtins/System/Net/Mail/index.js +871 -0
  201. package/dist/src/builtins/System/Net/Mail/index.js.map +1 -0
  202. package/dist/src/builtins/System/Net/Mime/index.d.ts +100 -0
  203. package/dist/src/builtins/System/Net/Mime/index.d.ts.map +1 -0
  204. package/dist/src/builtins/System/Net/Mime/index.js +500 -0
  205. package/dist/src/builtins/System/Net/Mime/index.js.map +1 -0
  206. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts +506 -0
  207. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts.map +1 -0
  208. package/dist/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  209. package/dist/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  210. package/dist/src/builtins/System/Net/Quic/index.d.ts +129 -0
  211. package/dist/src/builtins/System/Net/Quic/index.d.ts.map +1 -0
  212. package/dist/src/builtins/System/Net/Quic/index.js +635 -0
  213. package/dist/src/builtins/System/Net/Quic/index.js.map +1 -0
  214. package/dist/src/builtins/System/Net/Security/index.d.ts +277 -0
  215. package/dist/src/builtins/System/Net/Security/index.d.ts.map +1 -0
  216. package/dist/src/builtins/System/Net/Security/index.js +1432 -0
  217. package/dist/src/builtins/System/Net/Security/index.js.map +1 -0
  218. package/dist/src/builtins/System/Net/Sockets/index.d.ts +593 -0
  219. package/dist/src/builtins/System/Net/Sockets/index.d.ts.map +1 -0
  220. package/dist/src/builtins/System/Net/Sockets/index.js +3095 -0
  221. package/dist/src/builtins/System/Net/Sockets/index.js.map +1 -0
  222. package/dist/src/builtins/System/Net/WebSockets/index.d.ts +165 -0
  223. package/dist/src/builtins/System/Net/WebSockets/index.d.ts.map +1 -0
  224. package/dist/src/builtins/System/Net/WebSockets/index.js +876 -0
  225. package/dist/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  226. package/dist/src/builtins/System/Net/index.d.ts +1052 -0
  227. package/dist/src/builtins/System/Net/index.d.ts.map +1 -1
  228. package/dist/src/builtins/System/Net/index.js +5440 -0
  229. package/dist/src/builtins/System/Net/index.js.map +1 -1
  230. package/dist/src/builtins/System/Numerics/index.d.ts +469 -0
  231. package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -1
  232. package/dist/src/builtins/System/Numerics/index.js +2989 -516
  233. package/dist/src/builtins/System/Numerics/index.js.map +1 -1
  234. package/dist/src/builtins/System/Reflection/Emit/index.d.ts +769 -0
  235. package/dist/src/builtins/System/Reflection/Emit/index.d.ts.map +1 -0
  236. package/dist/src/builtins/System/Reflection/Emit/index.js +4293 -0
  237. package/dist/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  238. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts +513 -0
  239. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts.map +1 -0
  240. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  241. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  242. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts +1333 -0
  243. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts.map +1 -0
  244. package/dist/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  245. package/dist/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  246. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts +383 -0
  247. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts.map +1 -0
  248. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  249. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  250. package/dist/src/builtins/System/Reflection/index.d.ts +120 -0
  251. package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -1
  252. package/dist/src/builtins/System/Reflection/index.js +569 -0
  253. package/dist/src/builtins/System/Reflection/index.js.map +1 -1
  254. package/dist/src/builtins/System/Resources/index.d.ts +14 -0
  255. package/dist/src/builtins/System/Resources/index.d.ts.map +1 -1
  256. package/dist/src/builtins/System/Resources/index.js +54 -0
  257. package/dist/src/builtins/System/Resources/index.js.map +1 -1
  258. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +90 -0
  259. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -1
  260. package/dist/src/builtins/System/Runtime/CompilerServices/index.js +365 -0
  261. package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -1
  262. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts +23 -0
  263. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts.map +1 -0
  264. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  265. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  266. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts +54 -0
  267. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts.map +1 -0
  268. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  269. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  270. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +175 -0
  271. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -1
  272. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +702 -0
  273. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -1
  274. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts +24 -0
  275. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts.map +1 -0
  276. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  277. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  278. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +616 -0
  279. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -1
  280. package/dist/src/builtins/System/Runtime/InteropServices/index.js +3199 -347
  281. package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -1
  282. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts +273 -0
  283. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts.map +1 -0
  284. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  285. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  286. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts +73 -0
  287. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts.map +1 -0
  288. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  289. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  290. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts +311 -0
  291. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts.map +1 -0
  292. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  293. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  294. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts +57 -0
  295. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts.map +1 -0
  296. package/dist/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  297. package/dist/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  298. package/dist/src/builtins/System/Runtime/Loader/index.d.ts +35 -0
  299. package/dist/src/builtins/System/Runtime/Loader/index.d.ts.map +1 -0
  300. package/dist/src/builtins/System/Runtime/Loader/index.js +140 -0
  301. package/dist/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  302. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts +51 -0
  303. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts.map +1 -0
  304. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  305. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  306. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts +17 -0
  307. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts.map +1 -0
  308. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  309. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  310. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts +24 -0
  311. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts.map +1 -0
  312. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  313. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  314. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts +45 -0
  315. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts.map +1 -0
  316. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  317. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  318. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +256 -0
  319. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -1
  320. package/dist/src/builtins/System/Runtime/Serialization/index.js +1143 -0
  321. package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -1
  322. package/dist/src/builtins/System/Runtime/index.d.ts +2 -0
  323. package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -1
  324. package/dist/src/builtins/System/Runtime/index.js +2 -0
  325. package/dist/src/builtins/System/Runtime/index.js.map +1 -1
  326. package/dist/src/builtins/System/Security/AccessControl/index.d.ts +485 -0
  327. package/dist/src/builtins/System/Security/AccessControl/index.d.ts.map +1 -0
  328. package/dist/src/builtins/System/Security/AccessControl/index.js +2343 -0
  329. package/dist/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  330. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts +43 -0
  331. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts.map +1 -0
  332. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  333. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  334. package/dist/src/builtins/System/Security/Authentication/index.d.ts +49 -0
  335. package/dist/src/builtins/System/Security/Authentication/index.d.ts.map +1 -0
  336. package/dist/src/builtins/System/Security/Authentication/index.js +212 -0
  337. package/dist/src/builtins/System/Security/Authentication/index.js.map +1 -0
  338. package/dist/src/builtins/System/Security/Claims/index.d.ts +152 -0
  339. package/dist/src/builtins/System/Security/Claims/index.d.ts.map +1 -0
  340. package/dist/src/builtins/System/Security/Claims/index.js +844 -0
  341. package/dist/src/builtins/System/Security/Claims/index.js.map +1 -0
  342. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts +551 -0
  343. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts.map +1 -0
  344. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  345. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  346. package/dist/src/builtins/System/Security/Cryptography/index.d.ts +1369 -0
  347. package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -1
  348. package/dist/src/builtins/System/Security/Cryptography/index.js +6660 -1
  349. package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -1
  350. package/dist/src/builtins/System/Security/Policy/index.d.ts +28 -0
  351. package/dist/src/builtins/System/Security/Policy/index.d.ts.map +1 -0
  352. package/dist/src/builtins/System/Security/Policy/index.js +101 -0
  353. package/dist/src/builtins/System/Security/Policy/index.js.map +1 -0
  354. package/dist/src/builtins/System/Security/Principal/index.d.ts +225 -0
  355. package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -1
  356. package/dist/src/builtins/System/Security/Principal/index.js +1234 -0
  357. package/dist/src/builtins/System/Security/Principal/index.js.map +1 -1
  358. package/dist/src/builtins/System/Security/index.d.ts +23 -0
  359. package/dist/src/builtins/System/Security/index.d.ts.map +1 -1
  360. package/dist/src/builtins/System/Security/index.js +82 -0
  361. package/dist/src/builtins/System/Security/index.js.map +1 -1
  362. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts +41 -0
  363. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts.map +1 -0
  364. package/dist/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  365. package/dist/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  366. package/dist/src/builtins/System/Text/Encodings/index.d.ts +6 -0
  367. package/dist/src/builtins/System/Text/Encodings/index.d.ts.map +1 -0
  368. package/dist/src/builtins/System/Text/Encodings/index.js +5 -0
  369. package/dist/src/builtins/System/Text/Encodings/index.js.map +1 -0
  370. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts +63 -0
  371. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts.map +1 -0
  372. package/dist/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  373. package/dist/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  374. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts +21 -0
  375. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts.map +1 -0
  376. package/dist/src/builtins/System/Text/Json/Schema/index.js +78 -0
  377. package/dist/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  378. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts +69 -0
  379. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts.map +1 -0
  380. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  381. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  382. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts +194 -0
  383. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts.map +1 -0
  384. package/dist/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  385. package/dist/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  386. package/dist/src/builtins/System/Text/Json/index.d.ts +251 -0
  387. package/dist/src/builtins/System/Text/Json/index.d.ts.map +1 -0
  388. package/dist/src/builtins/System/Text/Json/index.js +1185 -0
  389. package/dist/src/builtins/System/Text/Json/index.js.map +1 -0
  390. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts +152 -0
  391. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts.map +1 -0
  392. package/dist/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  393. package/dist/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  394. package/dist/src/builtins/System/Text/Unicode/index.d.ts +170 -0
  395. package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -1
  396. package/dist/src/builtins/System/Text/Unicode/index.js +1168 -0
  397. package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -1
  398. package/dist/src/builtins/System/Text/index.d.ts +104 -0
  399. package/dist/src/builtins/System/Text/index.d.ts.map +1 -1
  400. package/dist/src/builtins/System/Text/index.js +470 -0
  401. package/dist/src/builtins/System/Text/index.js.map +1 -1
  402. package/dist/src/builtins/System/Threading/Channels/index.d.ts +56 -0
  403. package/dist/src/builtins/System/Threading/Channels/index.d.ts.map +1 -0
  404. package/dist/src/builtins/System/Threading/Channels/index.js +229 -0
  405. package/dist/src/builtins/System/Threading/Channels/index.js.map +1 -0
  406. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts +159 -0
  407. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts.map +1 -0
  408. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  409. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  410. package/dist/src/builtins/System/Threading/Tasks/index.d.ts +23 -0
  411. package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -1
  412. package/dist/src/builtins/System/Threading/Tasks/index.js +100 -0
  413. package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -1
  414. package/dist/src/builtins/System/Threading/index.d.ts +441 -0
  415. package/dist/src/builtins/System/Threading/index.d.ts.map +1 -1
  416. package/dist/src/builtins/System/Threading/index.js +2052 -132
  417. package/dist/src/builtins/System/Threading/index.js.map +1 -1
  418. package/dist/src/builtins/System/Timers/index.d.ts +34 -0
  419. package/dist/src/builtins/System/Timers/index.d.ts.map +1 -0
  420. package/dist/src/builtins/System/Timers/index.js +129 -0
  421. package/dist/src/builtins/System/Timers/index.js.map +1 -0
  422. package/dist/src/builtins/System/Transactions/index.d.ts +183 -0
  423. package/dist/src/builtins/System/Transactions/index.d.ts.map +1 -0
  424. package/dist/src/builtins/System/Transactions/index.js +727 -0
  425. package/dist/src/builtins/System/Transactions/index.js.map +1 -0
  426. package/dist/src/builtins/System/Web/index.d.ts +24 -0
  427. package/dist/src/builtins/System/Web/index.d.ts.map +1 -0
  428. package/dist/src/builtins/System/Web/index.js +84 -0
  429. package/dist/src/builtins/System/Web/index.js.map +1 -0
  430. package/dist/src/builtins/System/Windows/Input/index.d.ts +10 -0
  431. package/dist/src/builtins/System/Windows/Input/index.d.ts.map +1 -0
  432. package/dist/src/builtins/System/Windows/Input/index.js +18 -0
  433. package/dist/src/builtins/System/Windows/Input/index.js.map +1 -0
  434. package/dist/src/builtins/System/Windows/Markup/index.d.ts +11 -0
  435. package/dist/src/builtins/System/Windows/Markup/index.d.ts.map +1 -0
  436. package/dist/src/builtins/System/Windows/Markup/index.js +28 -0
  437. package/dist/src/builtins/System/Windows/Markup/index.js.map +1 -0
  438. package/dist/src/builtins/System/Windows/index.d.ts +7 -0
  439. package/dist/src/builtins/System/Windows/index.d.ts.map +1 -0
  440. package/dist/src/builtins/System/Windows/index.js +6 -0
  441. package/dist/src/builtins/System/Windows/index.js.map +1 -0
  442. package/dist/src/builtins/System/Xml/Linq/index.d.ts +234 -0
  443. package/dist/src/builtins/System/Xml/Linq/index.d.ts.map +1 -0
  444. package/dist/src/builtins/System/Xml/Linq/index.js +1086 -0
  445. package/dist/src/builtins/System/Xml/Linq/index.js.map +1 -0
  446. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts +23 -0
  447. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts.map +1 -0
  448. package/dist/src/builtins/System/Xml/Resolvers/index.js +86 -0
  449. package/dist/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  450. package/dist/src/builtins/System/Xml/Schema/index.d.ts +630 -0
  451. package/dist/src/builtins/System/Xml/Schema/index.d.ts.map +1 -0
  452. package/dist/src/builtins/System/Xml/Schema/index.js +2993 -0
  453. package/dist/src/builtins/System/Xml/Schema/index.js.map +1 -0
  454. package/dist/src/builtins/System/Xml/Serialization/index.d.ts +534 -0
  455. package/dist/src/builtins/System/Xml/Serialization/index.d.ts.map +1 -0
  456. package/dist/src/builtins/System/Xml/Serialization/index.js +2356 -0
  457. package/dist/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  458. package/dist/src/builtins/System/Xml/XPath/index.d.ts +180 -0
  459. package/dist/src/builtins/System/Xml/XPath/index.d.ts.map +1 -0
  460. package/dist/src/builtins/System/Xml/XPath/index.js +917 -0
  461. package/dist/src/builtins/System/Xml/XPath/index.js.map +1 -0
  462. package/dist/src/builtins/System/Xml/Xsl/index.d.ts +76 -0
  463. package/dist/src/builtins/System/Xml/Xsl/index.d.ts.map +1 -0
  464. package/dist/src/builtins/System/Xml/Xsl/index.js +315 -0
  465. package/dist/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  466. package/dist/src/builtins/System/Xml/index.d.ts +1114 -0
  467. package/dist/src/builtins/System/Xml/index.d.ts.map +1 -0
  468. package/dist/src/builtins/System/Xml/index.js +5736 -0
  469. package/dist/src/builtins/System/Xml/index.js.map +1 -0
  470. package/dist/src/builtins/System/index.d.ts +283 -0
  471. package/dist/src/builtins/System/index.d.ts.map +1 -1
  472. package/dist/src/builtins/System/index.js +1517 -0
  473. package/dist/src/builtins/System/index.js.map +1 -1
  474. package/dist/src/create-library.test.d.ts +0 -8
  475. package/dist/src/create-library.test.d.ts.map +1 -1
  476. package/dist/src/create-library.test.js +0 -9
  477. package/dist/src/create-library.test.js.map +1 -1
  478. package/dist/tsconfig.tsbuildinfo +1 -1
  479. package/package.json +4 -3
  480. package/scripts/generate-builtins.tsx +2 -1
  481. package/scripts/process-docfx.tsx +22 -10
  482. package/src/builtins/Microsoft/CSharp/RuntimeBinder/index.ts +32 -0
  483. package/src/builtins/Microsoft/CSharp/index.ts +8 -0
  484. package/src/builtins/Microsoft/VisualBasic/FileIO/index.ts +573 -0
  485. package/src/builtins/Microsoft/VisualBasic/index.ts +3021 -0
  486. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +253 -0
  487. package/src/builtins/Microsoft/Win32/index.ts +431 -2
  488. package/src/builtins/Microsoft/index.ts +3 -1
  489. package/src/builtins/System/Buffers/Binary/index.ts +646 -0
  490. package/src/builtins/System/Buffers/Text/index.ts +28 -0
  491. package/src/builtins/System/Buffers/index.ts +478 -1
  492. package/src/builtins/System/Collections/Concurrent/index.ts +497 -0
  493. package/src/builtins/System/Collections/Frozen/index.ts +115 -0
  494. package/src/builtins/System/Collections/Generic/index.ts +814 -0
  495. package/src/builtins/System/Collections/Immutable/index.ts +1322 -0
  496. package/src/builtins/System/Collections/ObjectModel/index.ts +257 -0
  497. package/src/builtins/System/Collections/Specialized/index.ts +878 -0
  498. package/src/builtins/System/Collections/index.ts +1069 -201
  499. package/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.ts +181 -0
  500. package/src/builtins/System/ComponentModel/DataAnnotations/index.ts +1507 -0
  501. package/src/builtins/System/ComponentModel/Design/Serialization/index.ts +661 -0
  502. package/src/builtins/System/ComponentModel/Design/index.ts +2432 -0
  503. package/src/builtins/System/ComponentModel/index.ts +8006 -35
  504. package/src/builtins/System/Data/Common/index.ts +3888 -0
  505. package/src/builtins/System/Data/SqlTypes/index.ts +3194 -0
  506. package/src/builtins/System/Data/index.ts +5476 -0
  507. package/src/builtins/System/Diagnostics/Contracts/index.ts +383 -0
  508. package/src/builtins/System/Diagnostics/Metrics/index.ts +404 -0
  509. package/src/builtins/System/Diagnostics/SymbolStore/index.ts +746 -0
  510. package/src/builtins/System/Diagnostics/Tracing/index.ts +1160 -0
  511. package/src/builtins/System/Diagnostics/index.ts +4293 -295
  512. package/src/builtins/System/Drawing/index.ts +3861 -0
  513. package/src/builtins/System/Dynamic/index.ts +963 -0
  514. package/src/builtins/System/Formats/Asn1/index.ts +1014 -0
  515. package/src/builtins/System/Formats/Tar/index.ts +530 -0
  516. package/src/builtins/System/Formats/index.ts +9 -0
  517. package/src/builtins/System/IO/Compression/index.ts +1078 -0
  518. package/src/builtins/System/IO/IsolatedStorage/index.ts +596 -0
  519. package/src/builtins/System/IO/MemoryMappedFiles/index.ts +305 -0
  520. package/src/builtins/System/IO/Pipelines/index.ts +506 -0
  521. package/src/builtins/System/IO/Pipes/index.ts +878 -0
  522. package/src/builtins/System/IO/index.ts +777 -12
  523. package/src/builtins/System/Linq/Expressions/index.ts +2680 -0
  524. package/src/builtins/System/Linq/index.ts +352 -0
  525. package/src/builtins/System/Net/Cache/index.ts +263 -0
  526. package/src/builtins/System/Net/Http/Headers/index.ts +2001 -0
  527. package/src/builtins/System/Net/Http/Json/index.ts +91 -0
  528. package/src/builtins/System/Net/Http/Metrics/index.ts +51 -0
  529. package/src/builtins/System/Net/Http/index.ts +1757 -0
  530. package/src/builtins/System/Net/Mail/index.ts +1051 -0
  531. package/src/builtins/System/Net/Mime/index.ts +598 -0
  532. package/src/builtins/System/Net/NetworkInformation/index.ts +3282 -0
  533. package/src/builtins/System/Net/Quic/index.ts +762 -0
  534. package/src/builtins/System/Net/Security/index.ts +1709 -0
  535. package/src/builtins/System/Net/Sockets/index.ts +3686 -0
  536. package/src/builtins/System/Net/WebSockets/index.ts +1039 -0
  537. package/src/builtins/System/Net/index.ts +6484 -1
  538. package/src/builtins/System/Numerics/index.ts +3378 -436
  539. package/src/builtins/System/Reflection/Emit/index.ts +5060 -0
  540. package/src/builtins/System/Reflection/Metadata/Ecma335/index.ts +2729 -0
  541. package/src/builtins/System/Reflection/Metadata/index.ts +7374 -0
  542. package/src/builtins/System/Reflection/PortableExecutable/index.ts +2401 -0
  543. package/src/builtins/System/Reflection/index.ts +686 -1
  544. package/src/builtins/System/Resources/index.ts +68 -0
  545. package/src/builtins/System/Runtime/CompilerServices/index.ts +477 -0
  546. package/src/builtins/System/Runtime/InteropServices/ComTypes/index.ts +87 -0
  547. package/src/builtins/System/Runtime/InteropServices/JavaScript/index.ts +290 -0
  548. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +884 -7
  549. package/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.ts +100 -0
  550. package/src/builtins/System/Runtime/InteropServices/index.ts +3768 -297
  551. package/src/builtins/System/Runtime/Intrinsics/Arm/index.ts +1568 -0
  552. package/src/builtins/System/Runtime/Intrinsics/Wasm/index.ts +409 -0
  553. package/src/builtins/System/Runtime/Intrinsics/X86/index.ts +1681 -0
  554. package/src/builtins/System/Runtime/Intrinsics/index.ts +324 -0
  555. package/src/builtins/System/Runtime/Loader/index.ts +173 -0
  556. package/src/builtins/System/Runtime/Serialization/DataContracts/index.ts +314 -0
  557. package/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.ts +76 -0
  558. package/src/builtins/System/Runtime/Serialization/Formatters/index.ts +103 -0
  559. package/src/builtins/System/Runtime/Serialization/Json/index.ts +235 -0
  560. package/src/builtins/System/Runtime/Serialization/index.ts +1401 -4
  561. package/src/builtins/System/Runtime/index.ts +2 -0
  562. package/src/builtins/System/Security/AccessControl/index.ts +2826 -0
  563. package/src/builtins/System/Security/Authentication/ExtendedProtection/index.ts +210 -0
  564. package/src/builtins/System/Security/Authentication/index.ts +256 -0
  565. package/src/builtins/System/Security/Claims/index.ts +994 -0
  566. package/src/builtins/System/Security/Cryptography/X509Certificates/index.ts +3182 -0
  567. package/src/builtins/System/Security/Cryptography/index.ts +8030 -3
  568. package/src/builtins/System/Security/Policy/index.ts +127 -0
  569. package/src/builtins/System/Security/Principal/index.ts +1470 -11
  570. package/src/builtins/System/Security/index.ts +102 -1
  571. package/src/builtins/System/Text/Encodings/Web/index.ts +200 -0
  572. package/src/builtins/System/Text/Encodings/index.ts +8 -0
  573. package/src/builtins/System/Text/Json/Nodes/index.ts +311 -0
  574. package/src/builtins/System/Text/Json/Schema/index.ts +97 -0
  575. package/src/builtins/System/Text/Json/Serialization/Metadata/index.ts +395 -0
  576. package/src/builtins/System/Text/Json/Serialization/index.ts +1030 -0
  577. package/src/builtins/System/Text/Json/index.ts +1430 -0
  578. package/src/builtins/System/Text/RegularExpressions/index.ts +882 -0
  579. package/src/builtins/System/Text/Unicode/index.ts +1339 -0
  580. package/src/builtins/System/Text/index.ts +572 -1
  581. package/src/builtins/System/Threading/Channels/index.ts +283 -0
  582. package/src/builtins/System/Threading/Tasks/Dataflow/index.ts +837 -0
  583. package/src/builtins/System/Threading/Tasks/index.ts +123 -1
  584. package/src/builtins/System/Threading/index.ts +2439 -75
  585. package/src/builtins/System/Timers/index.ts +161 -0
  586. package/src/builtins/System/Transactions/index.ts +908 -0
  587. package/src/builtins/System/Web/index.ts +105 -0
  588. package/src/builtins/System/Windows/Input/index.ts +25 -0
  589. package/src/builtins/System/Windows/Markup/index.ts +37 -0
  590. package/src/builtins/System/Windows/index.ts +9 -0
  591. package/src/builtins/System/Xml/Linq/index.ts +1318 -0
  592. package/src/builtins/System/Xml/Resolvers/index.ts +107 -0
  593. package/src/builtins/System/Xml/Schema/index.ts +3621 -0
  594. package/src/builtins/System/Xml/Serialization/index.ts +2890 -0
  595. package/src/builtins/System/Xml/XPath/index.ts +1095 -0
  596. package/src/builtins/System/Xml/Xsl/index.ts +389 -0
  597. package/src/builtins/System/Xml/index.ts +6841 -0
  598. package/src/builtins/System/index.ts +1874 -84
  599. package/src/create-library.test.tsx +0 -9
@@ -1,8 +1,10 @@
1
1
  import Collections from "./Collections/index.js";
2
2
  import ObjectModel from "./Collections/ObjectModel/index.js";
3
+ import IO from "./IO/index.js";
3
4
  import Reflection from "./Reflection/index.js";
4
5
  import InteropServices from "./Runtime/InteropServices/index.js";
5
6
  import Security from "./Security/index.js";
7
+ import Text from "./Text/index.js";
6
8
  import Threading from "./Threading/index.js";
7
9
  import { createLibrary } from "#createLibrary";
8
10
  export { default as Buffers } from "./Buffers/index.js";
@@ -10,9 +12,14 @@ export { default as CodeDom } from "./CodeDom/index.js";
10
12
  export { default as Collections } from "./Collections/index.js";
11
13
  export { default as ComponentModel } from "./ComponentModel/index.js";
12
14
  export { default as Configuration } from "./Configuration/index.js";
15
+ export { default as Data } from "./Data/index.js";
13
16
  export { default as Diagnostics } from "./Diagnostics/index.js";
17
+ export { default as Drawing } from "./Drawing/index.js";
18
+ export { default as Dynamic } from "./Dynamic/index.js";
19
+ export { default as Formats } from "./Formats/index.js";
14
20
  export { default as Globalization } from "./Globalization/index.js";
15
21
  export { default as IO } from "./IO/index.js";
22
+ export { default as Linq } from "./Linq/index.js";
16
23
  export { default as Net } from "./Net/index.js";
17
24
  export { default as Numerics } from "./Numerics/index.js";
18
25
  export { default as Reflection } from "./Reflection/index.js";
@@ -21,6 +28,11 @@ export { default as Runtime } from "./Runtime/index.js";
21
28
  export { default as Security } from "./Security/index.js";
22
29
  export { default as Text } from "./Text/index.js";
23
30
  export { default as Threading } from "./Threading/index.js";
31
+ export { default as Timers } from "./Timers/index.js";
32
+ export { default as Transactions } from "./Transactions/index.js";
33
+ export { default as Web } from "./Web/index.js";
34
+ export { default as Windows } from "./Windows/index.js";
35
+ export { default as Xml } from "./Xml/index.js";
24
36
  const System = createLibrary("System", {
25
37
  AccessViolationException: {
26
38
  kind: "class",
@@ -1718,6 +1730,1401 @@ const System = createLibrary("System", {
1718
1730
  }
1719
1731
  }
1720
1732
  },
1733
+ Console: {
1734
+ kind: "class",
1735
+ members: {
1736
+ Beep: {
1737
+ kind: "method",
1738
+ methodKind: "ordinary",
1739
+ isStatic: true
1740
+ },
1741
+ Clear: {
1742
+ kind: "method",
1743
+ methodKind: "ordinary",
1744
+ isStatic: true
1745
+ },
1746
+ GetCursorPosition: {
1747
+ kind: "method",
1748
+ methodKind: "ordinary",
1749
+ isStatic: true
1750
+ },
1751
+ MoveBufferArea: {
1752
+ kind: "method",
1753
+ methodKind: "ordinary",
1754
+ isStatic: true
1755
+ },
1756
+ OpenStandardError: {
1757
+ kind: "method",
1758
+ methodKind: "ordinary",
1759
+ isStatic: true
1760
+ },
1761
+ OpenStandardInput: {
1762
+ kind: "method",
1763
+ methodKind: "ordinary",
1764
+ isStatic: true
1765
+ },
1766
+ OpenStandardOutput: {
1767
+ kind: "method",
1768
+ methodKind: "ordinary",
1769
+ isStatic: true
1770
+ },
1771
+ Read: {
1772
+ kind: "method",
1773
+ methodKind: "ordinary",
1774
+ isStatic: true
1775
+ },
1776
+ ReadKey: {
1777
+ kind: "method",
1778
+ methodKind: "ordinary",
1779
+ isStatic: true
1780
+ },
1781
+ ReadLine: {
1782
+ kind: "method",
1783
+ methodKind: "ordinary",
1784
+ isStatic: true
1785
+ },
1786
+ ResetColor: {
1787
+ kind: "method",
1788
+ methodKind: "ordinary",
1789
+ isStatic: true
1790
+ },
1791
+ SetBufferSize: {
1792
+ kind: "method",
1793
+ methodKind: "ordinary",
1794
+ isStatic: true
1795
+ },
1796
+ SetCursorPosition: {
1797
+ kind: "method",
1798
+ methodKind: "ordinary",
1799
+ isStatic: true
1800
+ },
1801
+ SetError: {
1802
+ kind: "method",
1803
+ methodKind: "ordinary",
1804
+ isStatic: true
1805
+ },
1806
+ SetIn: {
1807
+ kind: "method",
1808
+ methodKind: "ordinary",
1809
+ isStatic: true
1810
+ },
1811
+ SetOut: {
1812
+ kind: "method",
1813
+ methodKind: "ordinary",
1814
+ isStatic: true
1815
+ },
1816
+ SetWindowPosition: {
1817
+ kind: "method",
1818
+ methodKind: "ordinary",
1819
+ isStatic: true
1820
+ },
1821
+ SetWindowSize: {
1822
+ kind: "method",
1823
+ methodKind: "ordinary",
1824
+ isStatic: true
1825
+ },
1826
+ Write: {
1827
+ kind: "method",
1828
+ methodKind: "ordinary",
1829
+ isStatic: true
1830
+ },
1831
+ WriteLine: {
1832
+ kind: "method",
1833
+ methodKind: "ordinary",
1834
+ isStatic: true
1835
+ },
1836
+ BackgroundColor: {
1837
+ kind: "property",
1838
+ type: () => {
1839
+ return System.ConsoleColor;
1840
+ },
1841
+ isStatic: true
1842
+ },
1843
+ BufferHeight: {
1844
+ kind: "property",
1845
+ type: () => {
1846
+ return System.Int32;
1847
+ },
1848
+ isStatic: true
1849
+ },
1850
+ BufferWidth: {
1851
+ kind: "property",
1852
+ type: () => {
1853
+ return System.Int32;
1854
+ },
1855
+ isStatic: true
1856
+ },
1857
+ CapsLock: {
1858
+ kind: "property",
1859
+ type: () => {
1860
+ return System.Boolean;
1861
+ },
1862
+ isStatic: true
1863
+ },
1864
+ CursorLeft: {
1865
+ kind: "property",
1866
+ type: () => {
1867
+ return System.Int32;
1868
+ },
1869
+ isStatic: true
1870
+ },
1871
+ CursorSize: {
1872
+ kind: "property",
1873
+ type: () => {
1874
+ return System.Int32;
1875
+ },
1876
+ isStatic: true
1877
+ },
1878
+ CursorTop: {
1879
+ kind: "property",
1880
+ type: () => {
1881
+ return System.Int32;
1882
+ },
1883
+ isStatic: true
1884
+ },
1885
+ CursorVisible: {
1886
+ kind: "property",
1887
+ type: () => {
1888
+ return System.Boolean;
1889
+ },
1890
+ isStatic: true
1891
+ },
1892
+ Error: {
1893
+ kind: "property",
1894
+ type: () => {
1895
+ return IO.TextWriter;
1896
+ },
1897
+ isStatic: true
1898
+ },
1899
+ ForegroundColor: {
1900
+ kind: "property",
1901
+ type: () => {
1902
+ return System.ConsoleColor;
1903
+ },
1904
+ isStatic: true
1905
+ },
1906
+ In: {
1907
+ kind: "property",
1908
+ type: () => {
1909
+ return IO.TextReader;
1910
+ },
1911
+ isStatic: true
1912
+ },
1913
+ InputEncoding: {
1914
+ kind: "property",
1915
+ type: () => {
1916
+ return Text.Encoding;
1917
+ },
1918
+ isStatic: true
1919
+ },
1920
+ IsErrorRedirected: {
1921
+ kind: "property",
1922
+ type: () => {
1923
+ return System.Boolean;
1924
+ },
1925
+ isStatic: true
1926
+ },
1927
+ IsInputRedirected: {
1928
+ kind: "property",
1929
+ type: () => {
1930
+ return System.Boolean;
1931
+ },
1932
+ isStatic: true
1933
+ },
1934
+ IsOutputRedirected: {
1935
+ kind: "property",
1936
+ type: () => {
1937
+ return System.Boolean;
1938
+ },
1939
+ isStatic: true
1940
+ },
1941
+ KeyAvailable: {
1942
+ kind: "property",
1943
+ type: () => {
1944
+ return System.Boolean;
1945
+ },
1946
+ isStatic: true
1947
+ },
1948
+ LargestWindowHeight: {
1949
+ kind: "property",
1950
+ type: () => {
1951
+ return System.Int32;
1952
+ },
1953
+ isStatic: true
1954
+ },
1955
+ LargestWindowWidth: {
1956
+ kind: "property",
1957
+ type: () => {
1958
+ return System.Int32;
1959
+ },
1960
+ isStatic: true
1961
+ },
1962
+ NumberLock: {
1963
+ kind: "property",
1964
+ type: () => {
1965
+ return System.Boolean;
1966
+ },
1967
+ isStatic: true
1968
+ },
1969
+ Out: {
1970
+ kind: "property",
1971
+ type: () => {
1972
+ return IO.TextWriter;
1973
+ },
1974
+ isStatic: true
1975
+ },
1976
+ OutputEncoding: {
1977
+ kind: "property",
1978
+ type: () => {
1979
+ return Text.Encoding;
1980
+ },
1981
+ isStatic: true
1982
+ },
1983
+ Title: {
1984
+ kind: "property",
1985
+ type: () => {
1986
+ return System.String;
1987
+ },
1988
+ isStatic: true
1989
+ },
1990
+ TreatControlCAsInput: {
1991
+ kind: "property",
1992
+ type: () => {
1993
+ return System.Boolean;
1994
+ },
1995
+ isStatic: true
1996
+ },
1997
+ WindowHeight: {
1998
+ kind: "property",
1999
+ type: () => {
2000
+ return System.Int32;
2001
+ },
2002
+ isStatic: true
2003
+ },
2004
+ WindowLeft: {
2005
+ kind: "property",
2006
+ type: () => {
2007
+ return System.Int32;
2008
+ },
2009
+ isStatic: true
2010
+ },
2011
+ WindowTop: {
2012
+ kind: "property",
2013
+ type: () => {
2014
+ return System.Int32;
2015
+ },
2016
+ isStatic: true
2017
+ },
2018
+ WindowWidth: {
2019
+ kind: "property",
2020
+ type: () => {
2021
+ return System.Int32;
2022
+ },
2023
+ isStatic: true
2024
+ }
2025
+ },
2026
+ isStatic: true
2027
+ },
2028
+ ConsoleCancelEventArgs: {
2029
+ kind: "class",
2030
+ members: {
2031
+ Cancel: {
2032
+ kind: "property",
2033
+ type: () => {
2034
+ return System.Boolean;
2035
+ }
2036
+ },
2037
+ SpecialKey: {
2038
+ kind: "property",
2039
+ type: () => {
2040
+ return System.ConsoleSpecialKey;
2041
+ }
2042
+ }
2043
+ },
2044
+ isSealed: true
2045
+ },
2046
+ ConsoleCancelEventHandler: {
2047
+ kind: "generic",
2048
+ members: {
2049
+ ConsoleCancelEventHandler: {
2050
+ kind: "method",
2051
+ methodKind: "constructor"
2052
+ },
2053
+ Invoke: {
2054
+ kind: "method",
2055
+ methodKind: "ordinary",
2056
+ isVirtual: true
2057
+ },
2058
+ BeginInvoke: {
2059
+ kind: "method",
2060
+ methodKind: "ordinary",
2061
+ isVirtual: true
2062
+ },
2063
+ EndInvoke: {
2064
+ kind: "method",
2065
+ methodKind: "ordinary",
2066
+ isVirtual: true
2067
+ }
2068
+ }
2069
+ },
2070
+ ConsoleColor: {
2071
+ kind: "enum",
2072
+ members: {
2073
+ Black: {
2074
+ kind: "field",
2075
+ type: () => {
2076
+ return System.ConsoleColor;
2077
+ }
2078
+ },
2079
+ DarkBlue: {
2080
+ kind: "field",
2081
+ type: () => {
2082
+ return System.ConsoleColor;
2083
+ }
2084
+ },
2085
+ DarkGreen: {
2086
+ kind: "field",
2087
+ type: () => {
2088
+ return System.ConsoleColor;
2089
+ }
2090
+ },
2091
+ DarkCyan: {
2092
+ kind: "field",
2093
+ type: () => {
2094
+ return System.ConsoleColor;
2095
+ }
2096
+ },
2097
+ DarkRed: {
2098
+ kind: "field",
2099
+ type: () => {
2100
+ return System.ConsoleColor;
2101
+ }
2102
+ },
2103
+ DarkMagenta: {
2104
+ kind: "field",
2105
+ type: () => {
2106
+ return System.ConsoleColor;
2107
+ }
2108
+ },
2109
+ DarkYellow: {
2110
+ kind: "field",
2111
+ type: () => {
2112
+ return System.ConsoleColor;
2113
+ }
2114
+ },
2115
+ Gray: {
2116
+ kind: "field",
2117
+ type: () => {
2118
+ return System.ConsoleColor;
2119
+ }
2120
+ },
2121
+ DarkGray: {
2122
+ kind: "field",
2123
+ type: () => {
2124
+ return System.ConsoleColor;
2125
+ }
2126
+ },
2127
+ Blue: {
2128
+ kind: "field",
2129
+ type: () => {
2130
+ return System.ConsoleColor;
2131
+ }
2132
+ },
2133
+ Green: {
2134
+ kind: "field",
2135
+ type: () => {
2136
+ return System.ConsoleColor;
2137
+ }
2138
+ },
2139
+ Cyan: {
2140
+ kind: "field",
2141
+ type: () => {
2142
+ return System.ConsoleColor;
2143
+ }
2144
+ },
2145
+ Red: {
2146
+ kind: "field",
2147
+ type: () => {
2148
+ return System.ConsoleColor;
2149
+ }
2150
+ },
2151
+ Magenta: {
2152
+ kind: "field",
2153
+ type: () => {
2154
+ return System.ConsoleColor;
2155
+ }
2156
+ },
2157
+ Yellow: {
2158
+ kind: "field",
2159
+ type: () => {
2160
+ return System.ConsoleColor;
2161
+ }
2162
+ },
2163
+ White: {
2164
+ kind: "field",
2165
+ type: () => {
2166
+ return System.ConsoleColor;
2167
+ }
2168
+ }
2169
+ }
2170
+ },
2171
+ ConsoleKey: {
2172
+ kind: "enum",
2173
+ members: {
2174
+ None: {
2175
+ kind: "field",
2176
+ type: () => {
2177
+ return System.ConsoleKey;
2178
+ }
2179
+ },
2180
+ Backspace: {
2181
+ kind: "field",
2182
+ type: () => {
2183
+ return System.ConsoleKey;
2184
+ }
2185
+ },
2186
+ Tab: {
2187
+ kind: "field",
2188
+ type: () => {
2189
+ return System.ConsoleKey;
2190
+ }
2191
+ },
2192
+ Clear: {
2193
+ kind: "field",
2194
+ type: () => {
2195
+ return System.ConsoleKey;
2196
+ }
2197
+ },
2198
+ Enter: {
2199
+ kind: "field",
2200
+ type: () => {
2201
+ return System.ConsoleKey;
2202
+ }
2203
+ },
2204
+ Pause: {
2205
+ kind: "field",
2206
+ type: () => {
2207
+ return System.ConsoleKey;
2208
+ }
2209
+ },
2210
+ Escape: {
2211
+ kind: "field",
2212
+ type: () => {
2213
+ return System.ConsoleKey;
2214
+ }
2215
+ },
2216
+ Spacebar: {
2217
+ kind: "field",
2218
+ type: () => {
2219
+ return System.ConsoleKey;
2220
+ }
2221
+ },
2222
+ PageUp: {
2223
+ kind: "field",
2224
+ type: () => {
2225
+ return System.ConsoleKey;
2226
+ }
2227
+ },
2228
+ PageDown: {
2229
+ kind: "field",
2230
+ type: () => {
2231
+ return System.ConsoleKey;
2232
+ }
2233
+ },
2234
+ End: {
2235
+ kind: "field",
2236
+ type: () => {
2237
+ return System.ConsoleKey;
2238
+ }
2239
+ },
2240
+ Home: {
2241
+ kind: "field",
2242
+ type: () => {
2243
+ return System.ConsoleKey;
2244
+ }
2245
+ },
2246
+ LeftArrow: {
2247
+ kind: "field",
2248
+ type: () => {
2249
+ return System.ConsoleKey;
2250
+ }
2251
+ },
2252
+ UpArrow: {
2253
+ kind: "field",
2254
+ type: () => {
2255
+ return System.ConsoleKey;
2256
+ }
2257
+ },
2258
+ RightArrow: {
2259
+ kind: "field",
2260
+ type: () => {
2261
+ return System.ConsoleKey;
2262
+ }
2263
+ },
2264
+ DownArrow: {
2265
+ kind: "field",
2266
+ type: () => {
2267
+ return System.ConsoleKey;
2268
+ }
2269
+ },
2270
+ Select: {
2271
+ kind: "field",
2272
+ type: () => {
2273
+ return System.ConsoleKey;
2274
+ }
2275
+ },
2276
+ Print: {
2277
+ kind: "field",
2278
+ type: () => {
2279
+ return System.ConsoleKey;
2280
+ }
2281
+ },
2282
+ Execute: {
2283
+ kind: "field",
2284
+ type: () => {
2285
+ return System.ConsoleKey;
2286
+ }
2287
+ },
2288
+ PrintScreen: {
2289
+ kind: "field",
2290
+ type: () => {
2291
+ return System.ConsoleKey;
2292
+ }
2293
+ },
2294
+ Insert: {
2295
+ kind: "field",
2296
+ type: () => {
2297
+ return System.ConsoleKey;
2298
+ }
2299
+ },
2300
+ Delete: {
2301
+ kind: "field",
2302
+ type: () => {
2303
+ return System.ConsoleKey;
2304
+ }
2305
+ },
2306
+ Help: {
2307
+ kind: "field",
2308
+ type: () => {
2309
+ return System.ConsoleKey;
2310
+ }
2311
+ },
2312
+ D0: {
2313
+ kind: "field",
2314
+ type: () => {
2315
+ return System.ConsoleKey;
2316
+ }
2317
+ },
2318
+ D1: {
2319
+ kind: "field",
2320
+ type: () => {
2321
+ return System.ConsoleKey;
2322
+ }
2323
+ },
2324
+ D2: {
2325
+ kind: "field",
2326
+ type: () => {
2327
+ return System.ConsoleKey;
2328
+ }
2329
+ },
2330
+ D3: {
2331
+ kind: "field",
2332
+ type: () => {
2333
+ return System.ConsoleKey;
2334
+ }
2335
+ },
2336
+ D4: {
2337
+ kind: "field",
2338
+ type: () => {
2339
+ return System.ConsoleKey;
2340
+ }
2341
+ },
2342
+ D5: {
2343
+ kind: "field",
2344
+ type: () => {
2345
+ return System.ConsoleKey;
2346
+ }
2347
+ },
2348
+ D6: {
2349
+ kind: "field",
2350
+ type: () => {
2351
+ return System.ConsoleKey;
2352
+ }
2353
+ },
2354
+ D7: {
2355
+ kind: "field",
2356
+ type: () => {
2357
+ return System.ConsoleKey;
2358
+ }
2359
+ },
2360
+ D8: {
2361
+ kind: "field",
2362
+ type: () => {
2363
+ return System.ConsoleKey;
2364
+ }
2365
+ },
2366
+ D9: {
2367
+ kind: "field",
2368
+ type: () => {
2369
+ return System.ConsoleKey;
2370
+ }
2371
+ },
2372
+ A: {
2373
+ kind: "field",
2374
+ type: () => {
2375
+ return System.ConsoleKey;
2376
+ }
2377
+ },
2378
+ B: {
2379
+ kind: "field",
2380
+ type: () => {
2381
+ return System.ConsoleKey;
2382
+ }
2383
+ },
2384
+ C: {
2385
+ kind: "field",
2386
+ type: () => {
2387
+ return System.ConsoleKey;
2388
+ }
2389
+ },
2390
+ D: {
2391
+ kind: "field",
2392
+ type: () => {
2393
+ return System.ConsoleKey;
2394
+ }
2395
+ },
2396
+ E: {
2397
+ kind: "field",
2398
+ type: () => {
2399
+ return System.ConsoleKey;
2400
+ }
2401
+ },
2402
+ F: {
2403
+ kind: "field",
2404
+ type: () => {
2405
+ return System.ConsoleKey;
2406
+ }
2407
+ },
2408
+ G: {
2409
+ kind: "field",
2410
+ type: () => {
2411
+ return System.ConsoleKey;
2412
+ }
2413
+ },
2414
+ H: {
2415
+ kind: "field",
2416
+ type: () => {
2417
+ return System.ConsoleKey;
2418
+ }
2419
+ },
2420
+ I: {
2421
+ kind: "field",
2422
+ type: () => {
2423
+ return System.ConsoleKey;
2424
+ }
2425
+ },
2426
+ J: {
2427
+ kind: "field",
2428
+ type: () => {
2429
+ return System.ConsoleKey;
2430
+ }
2431
+ },
2432
+ K: {
2433
+ kind: "field",
2434
+ type: () => {
2435
+ return System.ConsoleKey;
2436
+ }
2437
+ },
2438
+ L: {
2439
+ kind: "field",
2440
+ type: () => {
2441
+ return System.ConsoleKey;
2442
+ }
2443
+ },
2444
+ M: {
2445
+ kind: "field",
2446
+ type: () => {
2447
+ return System.ConsoleKey;
2448
+ }
2449
+ },
2450
+ N: {
2451
+ kind: "field",
2452
+ type: () => {
2453
+ return System.ConsoleKey;
2454
+ }
2455
+ },
2456
+ O: {
2457
+ kind: "field",
2458
+ type: () => {
2459
+ return System.ConsoleKey;
2460
+ }
2461
+ },
2462
+ P: {
2463
+ kind: "field",
2464
+ type: () => {
2465
+ return System.ConsoleKey;
2466
+ }
2467
+ },
2468
+ Q: {
2469
+ kind: "field",
2470
+ type: () => {
2471
+ return System.ConsoleKey;
2472
+ }
2473
+ },
2474
+ R: {
2475
+ kind: "field",
2476
+ type: () => {
2477
+ return System.ConsoleKey;
2478
+ }
2479
+ },
2480
+ S: {
2481
+ kind: "field",
2482
+ type: () => {
2483
+ return System.ConsoleKey;
2484
+ }
2485
+ },
2486
+ T: {
2487
+ kind: "field",
2488
+ type: () => {
2489
+ return System.ConsoleKey;
2490
+ }
2491
+ },
2492
+ U: {
2493
+ kind: "field",
2494
+ type: () => {
2495
+ return System.ConsoleKey;
2496
+ }
2497
+ },
2498
+ V: {
2499
+ kind: "field",
2500
+ type: () => {
2501
+ return System.ConsoleKey;
2502
+ }
2503
+ },
2504
+ W: {
2505
+ kind: "field",
2506
+ type: () => {
2507
+ return System.ConsoleKey;
2508
+ }
2509
+ },
2510
+ X: {
2511
+ kind: "field",
2512
+ type: () => {
2513
+ return System.ConsoleKey;
2514
+ }
2515
+ },
2516
+ Y: {
2517
+ kind: "field",
2518
+ type: () => {
2519
+ return System.ConsoleKey;
2520
+ }
2521
+ },
2522
+ Z: {
2523
+ kind: "field",
2524
+ type: () => {
2525
+ return System.ConsoleKey;
2526
+ }
2527
+ },
2528
+ LeftWindows: {
2529
+ kind: "field",
2530
+ type: () => {
2531
+ return System.ConsoleKey;
2532
+ }
2533
+ },
2534
+ RightWindows: {
2535
+ kind: "field",
2536
+ type: () => {
2537
+ return System.ConsoleKey;
2538
+ }
2539
+ },
2540
+ Applications: {
2541
+ kind: "field",
2542
+ type: () => {
2543
+ return System.ConsoleKey;
2544
+ }
2545
+ },
2546
+ Sleep: {
2547
+ kind: "field",
2548
+ type: () => {
2549
+ return System.ConsoleKey;
2550
+ }
2551
+ },
2552
+ NumPad0: {
2553
+ kind: "field",
2554
+ type: () => {
2555
+ return System.ConsoleKey;
2556
+ }
2557
+ },
2558
+ NumPad1: {
2559
+ kind: "field",
2560
+ type: () => {
2561
+ return System.ConsoleKey;
2562
+ }
2563
+ },
2564
+ NumPad2: {
2565
+ kind: "field",
2566
+ type: () => {
2567
+ return System.ConsoleKey;
2568
+ }
2569
+ },
2570
+ NumPad3: {
2571
+ kind: "field",
2572
+ type: () => {
2573
+ return System.ConsoleKey;
2574
+ }
2575
+ },
2576
+ NumPad4: {
2577
+ kind: "field",
2578
+ type: () => {
2579
+ return System.ConsoleKey;
2580
+ }
2581
+ },
2582
+ NumPad5: {
2583
+ kind: "field",
2584
+ type: () => {
2585
+ return System.ConsoleKey;
2586
+ }
2587
+ },
2588
+ NumPad6: {
2589
+ kind: "field",
2590
+ type: () => {
2591
+ return System.ConsoleKey;
2592
+ }
2593
+ },
2594
+ NumPad7: {
2595
+ kind: "field",
2596
+ type: () => {
2597
+ return System.ConsoleKey;
2598
+ }
2599
+ },
2600
+ NumPad8: {
2601
+ kind: "field",
2602
+ type: () => {
2603
+ return System.ConsoleKey;
2604
+ }
2605
+ },
2606
+ NumPad9: {
2607
+ kind: "field",
2608
+ type: () => {
2609
+ return System.ConsoleKey;
2610
+ }
2611
+ },
2612
+ Multiply: {
2613
+ kind: "field",
2614
+ type: () => {
2615
+ return System.ConsoleKey;
2616
+ }
2617
+ },
2618
+ Add: {
2619
+ kind: "field",
2620
+ type: () => {
2621
+ return System.ConsoleKey;
2622
+ }
2623
+ },
2624
+ Separator: {
2625
+ kind: "field",
2626
+ type: () => {
2627
+ return System.ConsoleKey;
2628
+ }
2629
+ },
2630
+ Subtract: {
2631
+ kind: "field",
2632
+ type: () => {
2633
+ return System.ConsoleKey;
2634
+ }
2635
+ },
2636
+ Decimal: {
2637
+ kind: "field",
2638
+ type: () => {
2639
+ return System.ConsoleKey;
2640
+ }
2641
+ },
2642
+ Divide: {
2643
+ kind: "field",
2644
+ type: () => {
2645
+ return System.ConsoleKey;
2646
+ }
2647
+ },
2648
+ F1: {
2649
+ kind: "field",
2650
+ type: () => {
2651
+ return System.ConsoleKey;
2652
+ }
2653
+ },
2654
+ F2: {
2655
+ kind: "field",
2656
+ type: () => {
2657
+ return System.ConsoleKey;
2658
+ }
2659
+ },
2660
+ F3: {
2661
+ kind: "field",
2662
+ type: () => {
2663
+ return System.ConsoleKey;
2664
+ }
2665
+ },
2666
+ F4: {
2667
+ kind: "field",
2668
+ type: () => {
2669
+ return System.ConsoleKey;
2670
+ }
2671
+ },
2672
+ F5: {
2673
+ kind: "field",
2674
+ type: () => {
2675
+ return System.ConsoleKey;
2676
+ }
2677
+ },
2678
+ F6: {
2679
+ kind: "field",
2680
+ type: () => {
2681
+ return System.ConsoleKey;
2682
+ }
2683
+ },
2684
+ F7: {
2685
+ kind: "field",
2686
+ type: () => {
2687
+ return System.ConsoleKey;
2688
+ }
2689
+ },
2690
+ F8: {
2691
+ kind: "field",
2692
+ type: () => {
2693
+ return System.ConsoleKey;
2694
+ }
2695
+ },
2696
+ F9: {
2697
+ kind: "field",
2698
+ type: () => {
2699
+ return System.ConsoleKey;
2700
+ }
2701
+ },
2702
+ F10: {
2703
+ kind: "field",
2704
+ type: () => {
2705
+ return System.ConsoleKey;
2706
+ }
2707
+ },
2708
+ F11: {
2709
+ kind: "field",
2710
+ type: () => {
2711
+ return System.ConsoleKey;
2712
+ }
2713
+ },
2714
+ F12: {
2715
+ kind: "field",
2716
+ type: () => {
2717
+ return System.ConsoleKey;
2718
+ }
2719
+ },
2720
+ F13: {
2721
+ kind: "field",
2722
+ type: () => {
2723
+ return System.ConsoleKey;
2724
+ }
2725
+ },
2726
+ F14: {
2727
+ kind: "field",
2728
+ type: () => {
2729
+ return System.ConsoleKey;
2730
+ }
2731
+ },
2732
+ F15: {
2733
+ kind: "field",
2734
+ type: () => {
2735
+ return System.ConsoleKey;
2736
+ }
2737
+ },
2738
+ F16: {
2739
+ kind: "field",
2740
+ type: () => {
2741
+ return System.ConsoleKey;
2742
+ }
2743
+ },
2744
+ F17: {
2745
+ kind: "field",
2746
+ type: () => {
2747
+ return System.ConsoleKey;
2748
+ }
2749
+ },
2750
+ F18: {
2751
+ kind: "field",
2752
+ type: () => {
2753
+ return System.ConsoleKey;
2754
+ }
2755
+ },
2756
+ F19: {
2757
+ kind: "field",
2758
+ type: () => {
2759
+ return System.ConsoleKey;
2760
+ }
2761
+ },
2762
+ F20: {
2763
+ kind: "field",
2764
+ type: () => {
2765
+ return System.ConsoleKey;
2766
+ }
2767
+ },
2768
+ F21: {
2769
+ kind: "field",
2770
+ type: () => {
2771
+ return System.ConsoleKey;
2772
+ }
2773
+ },
2774
+ F22: {
2775
+ kind: "field",
2776
+ type: () => {
2777
+ return System.ConsoleKey;
2778
+ }
2779
+ },
2780
+ F23: {
2781
+ kind: "field",
2782
+ type: () => {
2783
+ return System.ConsoleKey;
2784
+ }
2785
+ },
2786
+ F24: {
2787
+ kind: "field",
2788
+ type: () => {
2789
+ return System.ConsoleKey;
2790
+ }
2791
+ },
2792
+ BrowserBack: {
2793
+ kind: "field",
2794
+ type: () => {
2795
+ return System.ConsoleKey;
2796
+ }
2797
+ },
2798
+ BrowserForward: {
2799
+ kind: "field",
2800
+ type: () => {
2801
+ return System.ConsoleKey;
2802
+ }
2803
+ },
2804
+ BrowserRefresh: {
2805
+ kind: "field",
2806
+ type: () => {
2807
+ return System.ConsoleKey;
2808
+ }
2809
+ },
2810
+ BrowserStop: {
2811
+ kind: "field",
2812
+ type: () => {
2813
+ return System.ConsoleKey;
2814
+ }
2815
+ },
2816
+ BrowserSearch: {
2817
+ kind: "field",
2818
+ type: () => {
2819
+ return System.ConsoleKey;
2820
+ }
2821
+ },
2822
+ BrowserFavorites: {
2823
+ kind: "field",
2824
+ type: () => {
2825
+ return System.ConsoleKey;
2826
+ }
2827
+ },
2828
+ BrowserHome: {
2829
+ kind: "field",
2830
+ type: () => {
2831
+ return System.ConsoleKey;
2832
+ }
2833
+ },
2834
+ VolumeMute: {
2835
+ kind: "field",
2836
+ type: () => {
2837
+ return System.ConsoleKey;
2838
+ }
2839
+ },
2840
+ VolumeDown: {
2841
+ kind: "field",
2842
+ type: () => {
2843
+ return System.ConsoleKey;
2844
+ }
2845
+ },
2846
+ VolumeUp: {
2847
+ kind: "field",
2848
+ type: () => {
2849
+ return System.ConsoleKey;
2850
+ }
2851
+ },
2852
+ MediaNext: {
2853
+ kind: "field",
2854
+ type: () => {
2855
+ return System.ConsoleKey;
2856
+ }
2857
+ },
2858
+ MediaPrevious: {
2859
+ kind: "field",
2860
+ type: () => {
2861
+ return System.ConsoleKey;
2862
+ }
2863
+ },
2864
+ MediaStop: {
2865
+ kind: "field",
2866
+ type: () => {
2867
+ return System.ConsoleKey;
2868
+ }
2869
+ },
2870
+ MediaPlay: {
2871
+ kind: "field",
2872
+ type: () => {
2873
+ return System.ConsoleKey;
2874
+ }
2875
+ },
2876
+ LaunchMail: {
2877
+ kind: "field",
2878
+ type: () => {
2879
+ return System.ConsoleKey;
2880
+ }
2881
+ },
2882
+ LaunchMediaSelect: {
2883
+ kind: "field",
2884
+ type: () => {
2885
+ return System.ConsoleKey;
2886
+ }
2887
+ },
2888
+ LaunchApp1: {
2889
+ kind: "field",
2890
+ type: () => {
2891
+ return System.ConsoleKey;
2892
+ }
2893
+ },
2894
+ LaunchApp2: {
2895
+ kind: "field",
2896
+ type: () => {
2897
+ return System.ConsoleKey;
2898
+ }
2899
+ },
2900
+ Oem1: {
2901
+ kind: "field",
2902
+ type: () => {
2903
+ return System.ConsoleKey;
2904
+ }
2905
+ },
2906
+ OemPlus: {
2907
+ kind: "field",
2908
+ type: () => {
2909
+ return System.ConsoleKey;
2910
+ }
2911
+ },
2912
+ OemComma: {
2913
+ kind: "field",
2914
+ type: () => {
2915
+ return System.ConsoleKey;
2916
+ }
2917
+ },
2918
+ OemMinus: {
2919
+ kind: "field",
2920
+ type: () => {
2921
+ return System.ConsoleKey;
2922
+ }
2923
+ },
2924
+ OemPeriod: {
2925
+ kind: "field",
2926
+ type: () => {
2927
+ return System.ConsoleKey;
2928
+ }
2929
+ },
2930
+ Oem2: {
2931
+ kind: "field",
2932
+ type: () => {
2933
+ return System.ConsoleKey;
2934
+ }
2935
+ },
2936
+ Oem3: {
2937
+ kind: "field",
2938
+ type: () => {
2939
+ return System.ConsoleKey;
2940
+ }
2941
+ },
2942
+ Oem4: {
2943
+ kind: "field",
2944
+ type: () => {
2945
+ return System.ConsoleKey;
2946
+ }
2947
+ },
2948
+ Oem5: {
2949
+ kind: "field",
2950
+ type: () => {
2951
+ return System.ConsoleKey;
2952
+ }
2953
+ },
2954
+ Oem6: {
2955
+ kind: "field",
2956
+ type: () => {
2957
+ return System.ConsoleKey;
2958
+ }
2959
+ },
2960
+ Oem7: {
2961
+ kind: "field",
2962
+ type: () => {
2963
+ return System.ConsoleKey;
2964
+ }
2965
+ },
2966
+ Oem8: {
2967
+ kind: "field",
2968
+ type: () => {
2969
+ return System.ConsoleKey;
2970
+ }
2971
+ },
2972
+ Oem102: {
2973
+ kind: "field",
2974
+ type: () => {
2975
+ return System.ConsoleKey;
2976
+ }
2977
+ },
2978
+ Process: {
2979
+ kind: "field",
2980
+ type: () => {
2981
+ return System.ConsoleKey;
2982
+ }
2983
+ },
2984
+ Packet: {
2985
+ kind: "field",
2986
+ type: () => {
2987
+ return System.ConsoleKey;
2988
+ }
2989
+ },
2990
+ Attention: {
2991
+ kind: "field",
2992
+ type: () => {
2993
+ return System.ConsoleKey;
2994
+ }
2995
+ },
2996
+ CrSel: {
2997
+ kind: "field",
2998
+ type: () => {
2999
+ return System.ConsoleKey;
3000
+ }
3001
+ },
3002
+ ExSel: {
3003
+ kind: "field",
3004
+ type: () => {
3005
+ return System.ConsoleKey;
3006
+ }
3007
+ },
3008
+ EraseEndOfFile: {
3009
+ kind: "field",
3010
+ type: () => {
3011
+ return System.ConsoleKey;
3012
+ }
3013
+ },
3014
+ Play: {
3015
+ kind: "field",
3016
+ type: () => {
3017
+ return System.ConsoleKey;
3018
+ }
3019
+ },
3020
+ Zoom: {
3021
+ kind: "field",
3022
+ type: () => {
3023
+ return System.ConsoleKey;
3024
+ }
3025
+ },
3026
+ NoName: {
3027
+ kind: "field",
3028
+ type: () => {
3029
+ return System.ConsoleKey;
3030
+ }
3031
+ },
3032
+ Pa1: {
3033
+ kind: "field",
3034
+ type: () => {
3035
+ return System.ConsoleKey;
3036
+ }
3037
+ },
3038
+ OemClear: {
3039
+ kind: "field",
3040
+ type: () => {
3041
+ return System.ConsoleKey;
3042
+ }
3043
+ }
3044
+ }
3045
+ },
3046
+ ConsoleKeyInfo: {
3047
+ kind: "struct",
3048
+ members: {
3049
+ ConsoleKeyInfo: {
3050
+ kind: "method",
3051
+ methodKind: "constructor"
3052
+ },
3053
+ Equals: {
3054
+ kind: "method",
3055
+ methodKind: "ordinary"
3056
+ },
3057
+ GetHashCode: {
3058
+ kind: "method",
3059
+ methodKind: "ordinary",
3060
+ isOverride: true
3061
+ },
3062
+ Key: {
3063
+ kind: "property",
3064
+ type: () => {
3065
+ return System.ConsoleKey;
3066
+ }
3067
+ },
3068
+ KeyChar: {
3069
+ kind: "property",
3070
+ type: () => {
3071
+ return System.Char;
3072
+ }
3073
+ },
3074
+ Modifiers: {
3075
+ kind: "property",
3076
+ type: () => {
3077
+ return System.ConsoleModifiers;
3078
+ }
3079
+ }
3080
+ }
3081
+ },
3082
+ ConsoleModifiers: {
3083
+ kind: "enum",
3084
+ members: {
3085
+ None: {
3086
+ kind: "field",
3087
+ type: () => {
3088
+ return System.ConsoleModifiers;
3089
+ }
3090
+ },
3091
+ Alt: {
3092
+ kind: "field",
3093
+ type: () => {
3094
+ return System.ConsoleModifiers;
3095
+ }
3096
+ },
3097
+ Shift: {
3098
+ kind: "field",
3099
+ type: () => {
3100
+ return System.ConsoleModifiers;
3101
+ }
3102
+ },
3103
+ Control: {
3104
+ kind: "field",
3105
+ type: () => {
3106
+ return System.ConsoleModifiers;
3107
+ }
3108
+ }
3109
+ }
3110
+ },
3111
+ ConsoleSpecialKey: {
3112
+ kind: "enum",
3113
+ members: {
3114
+ ControlC: {
3115
+ kind: "field",
3116
+ type: () => {
3117
+ return System.ConsoleSpecialKey;
3118
+ }
3119
+ },
3120
+ ControlBreak: {
3121
+ kind: "field",
3122
+ type: () => {
3123
+ return System.ConsoleSpecialKey;
3124
+ }
3125
+ }
3126
+ }
3127
+ },
1721
3128
  ContextBoundObject: {
1722
3129
  kind: "class",
1723
3130
  members: {
@@ -1957,6 +3364,16 @@ const System = createLibrary("System", {
1957
3364
  },
1958
3365
  isSealed: true
1959
3366
  },
3367
+ DataMisalignedException: {
3368
+ kind: "class",
3369
+ members: {
3370
+ DataMisalignedException: {
3371
+ kind: "method",
3372
+ methodKind: "constructor"
3373
+ }
3374
+ },
3375
+ isSealed: true
3376
+ },
1960
3377
  DateOnly: {
1961
3378
  kind: "struct",
1962
3379
  members: {
@@ -3093,6 +4510,15 @@ const System = createLibrary("System", {
3093
4510
  }
3094
4511
  }
3095
4512
  },
4513
+ DllNotFoundException: {
4514
+ kind: "class",
4515
+ members: {
4516
+ DllNotFoundException: {
4517
+ kind: "method",
4518
+ methodKind: "constructor"
4519
+ }
4520
+ }
4521
+ },
3096
4522
  Double: {
3097
4523
  kind: "struct",
3098
4524
  members: {
@@ -5646,6 +7072,15 @@ const System = createLibrary("System", {
5646
7072
  }
5647
7073
  }
5648
7074
  },
7075
+ IServiceProvider: {
7076
+ kind: "interface",
7077
+ members: {
7078
+ GetService: {
7079
+ kind: "method",
7080
+ methodKind: "ordinary"
7081
+ }
7082
+ }
7083
+ },
5649
7084
  ISpanFormattable: {
5650
7085
  kind: "interface",
5651
7086
  members: {
@@ -6755,6 +8190,16 @@ const System = createLibrary("System", {
6755
8190
  },
6756
8191
  isSealed: true
6757
8192
  },
8193
+ LocalDataStoreSlot: {
8194
+ kind: "class",
8195
+ members: {
8196
+ Finalize: {
8197
+ kind: "method",
8198
+ methodKind: "ordinary"
8199
+ }
8200
+ },
8201
+ isSealed: true
8202
+ },
6758
8203
  MTAThreadAttribute: {
6759
8204
  kind: "class",
6760
8205
  members: {
@@ -7323,6 +8768,31 @@ const System = createLibrary("System", {
7323
8768
  }
7324
8769
  }
7325
8770
  },
8771
+ MemoryExtensions: {
8772
+ kind: "class",
8773
+ members: {
8774
+ SpanSplitEnumerator: {
8775
+ kind: "struct",
8776
+ members: {
8777
+ GetEnumerator: {
8778
+ kind: "method",
8779
+ methodKind: "ordinary"
8780
+ },
8781
+ MoveNext: {
8782
+ kind: "method",
8783
+ methodKind: "ordinary"
8784
+ },
8785
+ Current: {
8786
+ kind: "property",
8787
+ type: () => {
8788
+ return System.Range;
8789
+ },
8790
+ isReadOnly: true
8791
+ }
8792
+ }
8793
+ }
8794
+ }
8795
+ },
7326
8796
  MethodAccessException: {
7327
8797
  kind: "class",
7328
8798
  members: {
@@ -8528,6 +9998,19 @@ const System = createLibrary("System", {
8528
9998
  },
8529
9999
  isSealed: true
8530
10000
  },
10001
+ SequencePosition: {
10002
+ kind: "struct",
10003
+ members: {
10004
+ SequencePosition: {
10005
+ kind: "method",
10006
+ methodKind: "constructor"
10007
+ },
10008
+ Equals: {
10009
+ kind: "method",
10010
+ methodKind: "ordinary"
10011
+ }
10012
+ }
10013
+ },
8531
10014
  Single: {
8532
10015
  kind: "struct",
8533
10016
  members: {
@@ -12899,6 +14382,40 @@ const System = createLibrary("System", {
12899
14382
  }
12900
14383
  }
12901
14384
  },
14385
+ UriTypeConverter: {
14386
+ kind: "class",
14387
+ members: {
14388
+ UriTypeConverter: {
14389
+ kind: "method",
14390
+ methodKind: "constructor"
14391
+ },
14392
+ CanConvertFrom: {
14393
+ kind: "method",
14394
+ methodKind: "ordinary",
14395
+ isOverride: true
14396
+ },
14397
+ CanConvertTo: {
14398
+ kind: "method",
14399
+ methodKind: "ordinary",
14400
+ isOverride: true
14401
+ },
14402
+ ConvertFrom: {
14403
+ kind: "method",
14404
+ methodKind: "ordinary",
14405
+ isOverride: true
14406
+ },
14407
+ ConvertTo: {
14408
+ kind: "method",
14409
+ methodKind: "ordinary",
14410
+ isOverride: true
14411
+ },
14412
+ IsValid: {
14413
+ kind: "method",
14414
+ methodKind: "ordinary",
14415
+ isOverride: true
14416
+ }
14417
+ }
14418
+ },
12902
14419
  ValueTuple: {
12903
14420
  kind: "struct",
12904
14421
  members: {