@alloy-js/csharp 0.21.0-dev.12 → 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 (608) 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/components/parameters/parameters.d.ts +15 -0
  475. package/dist/src/components/parameters/parameters.d.ts.map +1 -1
  476. package/dist/src/components/parameters/parameters.js +7 -1
  477. package/dist/src/components/parameters/parameters.js.map +1 -1
  478. package/dist/src/components/parameters/parameters.test.js +36 -0
  479. package/dist/src/components/parameters/parameters.test.js.map +1 -1
  480. package/dist/src/create-library.test.d.ts +0 -8
  481. package/dist/src/create-library.test.d.ts.map +1 -1
  482. package/dist/src/create-library.test.js +0 -9
  483. package/dist/src/create-library.test.js.map +1 -1
  484. package/dist/tsconfig.tsbuildinfo +1 -1
  485. package/package.json +4 -3
  486. package/scripts/generate-builtins.tsx +2 -1
  487. package/scripts/process-docfx.tsx +22 -10
  488. package/src/builtins/Microsoft/CSharp/RuntimeBinder/index.ts +32 -0
  489. package/src/builtins/Microsoft/CSharp/index.ts +8 -0
  490. package/src/builtins/Microsoft/VisualBasic/FileIO/index.ts +573 -0
  491. package/src/builtins/Microsoft/VisualBasic/index.ts +3021 -0
  492. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +253 -0
  493. package/src/builtins/Microsoft/Win32/index.ts +431 -2
  494. package/src/builtins/Microsoft/index.ts +3 -1
  495. package/src/builtins/System/Buffers/Binary/index.ts +646 -0
  496. package/src/builtins/System/Buffers/Text/index.ts +28 -0
  497. package/src/builtins/System/Buffers/index.ts +478 -1
  498. package/src/builtins/System/Collections/Concurrent/index.ts +497 -0
  499. package/src/builtins/System/Collections/Frozen/index.ts +115 -0
  500. package/src/builtins/System/Collections/Generic/index.ts +814 -0
  501. package/src/builtins/System/Collections/Immutable/index.ts +1322 -0
  502. package/src/builtins/System/Collections/ObjectModel/index.ts +257 -0
  503. package/src/builtins/System/Collections/Specialized/index.ts +878 -0
  504. package/src/builtins/System/Collections/index.ts +1069 -201
  505. package/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.ts +181 -0
  506. package/src/builtins/System/ComponentModel/DataAnnotations/index.ts +1507 -0
  507. package/src/builtins/System/ComponentModel/Design/Serialization/index.ts +661 -0
  508. package/src/builtins/System/ComponentModel/Design/index.ts +2432 -0
  509. package/src/builtins/System/ComponentModel/index.ts +8006 -35
  510. package/src/builtins/System/Data/Common/index.ts +3888 -0
  511. package/src/builtins/System/Data/SqlTypes/index.ts +3194 -0
  512. package/src/builtins/System/Data/index.ts +5476 -0
  513. package/src/builtins/System/Diagnostics/Contracts/index.ts +383 -0
  514. package/src/builtins/System/Diagnostics/Metrics/index.ts +404 -0
  515. package/src/builtins/System/Diagnostics/SymbolStore/index.ts +746 -0
  516. package/src/builtins/System/Diagnostics/Tracing/index.ts +1160 -0
  517. package/src/builtins/System/Diagnostics/index.ts +4293 -295
  518. package/src/builtins/System/Drawing/index.ts +3861 -0
  519. package/src/builtins/System/Dynamic/index.ts +963 -0
  520. package/src/builtins/System/Formats/Asn1/index.ts +1014 -0
  521. package/src/builtins/System/Formats/Tar/index.ts +530 -0
  522. package/src/builtins/System/Formats/index.ts +9 -0
  523. package/src/builtins/System/IO/Compression/index.ts +1078 -0
  524. package/src/builtins/System/IO/IsolatedStorage/index.ts +596 -0
  525. package/src/builtins/System/IO/MemoryMappedFiles/index.ts +305 -0
  526. package/src/builtins/System/IO/Pipelines/index.ts +506 -0
  527. package/src/builtins/System/IO/Pipes/index.ts +878 -0
  528. package/src/builtins/System/IO/index.ts +777 -12
  529. package/src/builtins/System/Linq/Expressions/index.ts +2680 -0
  530. package/src/builtins/System/Linq/index.ts +352 -0
  531. package/src/builtins/System/Net/Cache/index.ts +263 -0
  532. package/src/builtins/System/Net/Http/Headers/index.ts +2001 -0
  533. package/src/builtins/System/Net/Http/Json/index.ts +91 -0
  534. package/src/builtins/System/Net/Http/Metrics/index.ts +51 -0
  535. package/src/builtins/System/Net/Http/index.ts +1757 -0
  536. package/src/builtins/System/Net/Mail/index.ts +1051 -0
  537. package/src/builtins/System/Net/Mime/index.ts +598 -0
  538. package/src/builtins/System/Net/NetworkInformation/index.ts +3282 -0
  539. package/src/builtins/System/Net/Quic/index.ts +762 -0
  540. package/src/builtins/System/Net/Security/index.ts +1709 -0
  541. package/src/builtins/System/Net/Sockets/index.ts +3686 -0
  542. package/src/builtins/System/Net/WebSockets/index.ts +1039 -0
  543. package/src/builtins/System/Net/index.ts +6484 -1
  544. package/src/builtins/System/Numerics/index.ts +3378 -436
  545. package/src/builtins/System/Reflection/Emit/index.ts +5060 -0
  546. package/src/builtins/System/Reflection/Metadata/Ecma335/index.ts +2729 -0
  547. package/src/builtins/System/Reflection/Metadata/index.ts +7374 -0
  548. package/src/builtins/System/Reflection/PortableExecutable/index.ts +2401 -0
  549. package/src/builtins/System/Reflection/index.ts +686 -1
  550. package/src/builtins/System/Resources/index.ts +68 -0
  551. package/src/builtins/System/Runtime/CompilerServices/index.ts +477 -0
  552. package/src/builtins/System/Runtime/InteropServices/ComTypes/index.ts +87 -0
  553. package/src/builtins/System/Runtime/InteropServices/JavaScript/index.ts +290 -0
  554. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +884 -7
  555. package/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.ts +100 -0
  556. package/src/builtins/System/Runtime/InteropServices/index.ts +3768 -297
  557. package/src/builtins/System/Runtime/Intrinsics/Arm/index.ts +1568 -0
  558. package/src/builtins/System/Runtime/Intrinsics/Wasm/index.ts +409 -0
  559. package/src/builtins/System/Runtime/Intrinsics/X86/index.ts +1681 -0
  560. package/src/builtins/System/Runtime/Intrinsics/index.ts +324 -0
  561. package/src/builtins/System/Runtime/Loader/index.ts +173 -0
  562. package/src/builtins/System/Runtime/Serialization/DataContracts/index.ts +314 -0
  563. package/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.ts +76 -0
  564. package/src/builtins/System/Runtime/Serialization/Formatters/index.ts +103 -0
  565. package/src/builtins/System/Runtime/Serialization/Json/index.ts +235 -0
  566. package/src/builtins/System/Runtime/Serialization/index.ts +1401 -4
  567. package/src/builtins/System/Runtime/index.ts +2 -0
  568. package/src/builtins/System/Security/AccessControl/index.ts +2826 -0
  569. package/src/builtins/System/Security/Authentication/ExtendedProtection/index.ts +210 -0
  570. package/src/builtins/System/Security/Authentication/index.ts +256 -0
  571. package/src/builtins/System/Security/Claims/index.ts +994 -0
  572. package/src/builtins/System/Security/Cryptography/X509Certificates/index.ts +3182 -0
  573. package/src/builtins/System/Security/Cryptography/index.ts +8030 -3
  574. package/src/builtins/System/Security/Policy/index.ts +127 -0
  575. package/src/builtins/System/Security/Principal/index.ts +1470 -11
  576. package/src/builtins/System/Security/index.ts +102 -1
  577. package/src/builtins/System/Text/Encodings/Web/index.ts +200 -0
  578. package/src/builtins/System/Text/Encodings/index.ts +8 -0
  579. package/src/builtins/System/Text/Json/Nodes/index.ts +311 -0
  580. package/src/builtins/System/Text/Json/Schema/index.ts +97 -0
  581. package/src/builtins/System/Text/Json/Serialization/Metadata/index.ts +395 -0
  582. package/src/builtins/System/Text/Json/Serialization/index.ts +1030 -0
  583. package/src/builtins/System/Text/Json/index.ts +1430 -0
  584. package/src/builtins/System/Text/RegularExpressions/index.ts +882 -0
  585. package/src/builtins/System/Text/Unicode/index.ts +1339 -0
  586. package/src/builtins/System/Text/index.ts +572 -1
  587. package/src/builtins/System/Threading/Channels/index.ts +283 -0
  588. package/src/builtins/System/Threading/Tasks/Dataflow/index.ts +837 -0
  589. package/src/builtins/System/Threading/Tasks/index.ts +123 -1
  590. package/src/builtins/System/Threading/index.ts +2439 -75
  591. package/src/builtins/System/Timers/index.ts +161 -0
  592. package/src/builtins/System/Transactions/index.ts +908 -0
  593. package/src/builtins/System/Web/index.ts +105 -0
  594. package/src/builtins/System/Windows/Input/index.ts +25 -0
  595. package/src/builtins/System/Windows/Markup/index.ts +37 -0
  596. package/src/builtins/System/Windows/index.ts +9 -0
  597. package/src/builtins/System/Xml/Linq/index.ts +1318 -0
  598. package/src/builtins/System/Xml/Resolvers/index.ts +107 -0
  599. package/src/builtins/System/Xml/Schema/index.ts +3621 -0
  600. package/src/builtins/System/Xml/Serialization/index.ts +2890 -0
  601. package/src/builtins/System/Xml/XPath/index.ts +1095 -0
  602. package/src/builtins/System/Xml/Xsl/index.ts +389 -0
  603. package/src/builtins/System/Xml/index.ts +6841 -0
  604. package/src/builtins/System/index.ts +1874 -84
  605. package/src/components/parameters/parameters.test.tsx +33 -0
  606. package/src/components/parameters/parameters.tsx +17 -0
  607. package/src/create-library.test.tsx +0 -9
  608. package/temp/api.json +28 -0
@@ -1,10 +1,16 @@
1
1
  import System from "../../index.js";
2
2
 
3
3
  import { createLibrary } from "#createLibrary";
4
- import { LibrarySymbolReference } from "@alloy-js/core";export { default as Marshalling } from "./Marshalling/index.js";
4
+ import { LibrarySymbolReference } from "@alloy-js/core";export { default as ComTypes } from "./ComTypes/index.js";
5
+ export { default as JavaScript } from "./JavaScript/index.js";
6
+ export { default as Marshalling } from "./Marshalling/index.js";
7
+ export { default as ObjectiveC } from "./ObjectiveC/index.js";
5
8
  export { default as Swift } from "./Swift/index.js";
6
9
 
7
10
  type InteropServicesLibrary = LibrarySymbolReference & {
11
+ AllowReversePInvokeCallsAttribute: LibrarySymbolReference & {
12
+ AllowReversePInvokeCallsAttribute: LibrarySymbolReference
13
+ };
8
14
  Architecture: LibrarySymbolReference & {
9
15
  X86: LibrarySymbolReference;
10
16
  X64: LibrarySymbolReference;
@@ -17,16 +23,132 @@ type InteropServicesLibrary = LibrarySymbolReference & {
17
23
  Ppc64le: LibrarySymbolReference;
18
24
  RiscV64: LibrarySymbolReference
19
25
  };
26
+ ArrayWithOffset: LibrarySymbolReference & {
27
+ ArrayWithOffset: LibrarySymbolReference;
28
+ Equals: LibrarySymbolReference;
29
+ GetArray: LibrarySymbolReference;
30
+ GetHashCode: LibrarySymbolReference;
31
+ GetOffset: LibrarySymbolReference
32
+ };
33
+ AutomationProxyAttribute: LibrarySymbolReference & {
34
+ AutomationProxyAttribute: LibrarySymbolReference;
35
+ Value: LibrarySymbolReference
36
+ };
37
+ BestFitMappingAttribute: LibrarySymbolReference & {
38
+ ThrowOnUnmappableChar: LibrarySymbolReference;
39
+ BestFitMappingAttribute: LibrarySymbolReference;
40
+ BestFitMapping: LibrarySymbolReference
41
+ };
42
+ CLong: LibrarySymbolReference & {
43
+ CLong: LibrarySymbolReference;
44
+ Equals: LibrarySymbolReference;
45
+ GetHashCode: LibrarySymbolReference;
46
+ ToString: LibrarySymbolReference;
47
+ Value: LibrarySymbolReference
48
+ };
49
+ COMException: LibrarySymbolReference & {
50
+ COMException: LibrarySymbolReference;
51
+ ToString: LibrarySymbolReference
52
+ };
53
+ CULong: LibrarySymbolReference & {
54
+ CULong: LibrarySymbolReference;
55
+ Equals: LibrarySymbolReference;
56
+ GetHashCode: LibrarySymbolReference;
57
+ ToString: LibrarySymbolReference;
58
+ Value: LibrarySymbolReference
59
+ };
60
+ CallingConvention: LibrarySymbolReference & {
61
+ Winapi: LibrarySymbolReference;
62
+ Cdecl: LibrarySymbolReference;
63
+ StdCall: LibrarySymbolReference;
64
+ ThisCall: LibrarySymbolReference;
65
+ FastCall: LibrarySymbolReference
66
+ };
20
67
  CharSet: LibrarySymbolReference & {
21
68
  None: LibrarySymbolReference;
22
69
  Ansi: LibrarySymbolReference;
23
70
  Unicode: LibrarySymbolReference;
24
71
  Auto: LibrarySymbolReference
25
72
  };
73
+ ClassInterfaceAttribute: LibrarySymbolReference & {
74
+ ClassInterfaceAttribute: LibrarySymbolReference;
75
+ Value: LibrarySymbolReference
76
+ };
77
+ ClassInterfaceType: LibrarySymbolReference & {
78
+ None: LibrarySymbolReference;
79
+ AutoDispatch: LibrarySymbolReference;
80
+ AutoDual: LibrarySymbolReference
81
+ };
82
+ CoClassAttribute: LibrarySymbolReference & {
83
+ CoClassAttribute: LibrarySymbolReference;
84
+ CoClass: LibrarySymbolReference
85
+ };
86
+ CollectionsMarshal: LibrarySymbolReference & {
87
+
88
+ };
89
+ ComAliasNameAttribute: LibrarySymbolReference & {
90
+ ComAliasNameAttribute: LibrarySymbolReference;
91
+ Value: LibrarySymbolReference
92
+ };
93
+ ComCompatibleVersionAttribute: LibrarySymbolReference & {
94
+ ComCompatibleVersionAttribute: LibrarySymbolReference;
95
+ BuildNumber: LibrarySymbolReference;
96
+ MajorVersion: LibrarySymbolReference;
97
+ MinorVersion: LibrarySymbolReference;
98
+ RevisionNumber: LibrarySymbolReference
99
+ };
100
+ ComConversionLossAttribute: LibrarySymbolReference & {
101
+ ComConversionLossAttribute: LibrarySymbolReference
102
+ };
103
+ ComDefaultInterfaceAttribute: LibrarySymbolReference & {
104
+ ComDefaultInterfaceAttribute: LibrarySymbolReference;
105
+ Value: LibrarySymbolReference
106
+ };
107
+ ComImportAttribute: LibrarySymbolReference & {
108
+ ComImportAttribute: LibrarySymbolReference
109
+ };
110
+ ComInterfaceType: LibrarySymbolReference & {
111
+ InterfaceIsDual: LibrarySymbolReference;
112
+ InterfaceIsIUnknown: LibrarySymbolReference;
113
+ InterfaceIsIDispatch: LibrarySymbolReference;
114
+ InterfaceIsIInspectable: LibrarySymbolReference
115
+ };
116
+ ComMemberType: LibrarySymbolReference & {
117
+ Method: LibrarySymbolReference;
118
+ PropGet: LibrarySymbolReference;
119
+ PropSet: LibrarySymbolReference
120
+ };
121
+ ComRegisterFunctionAttribute: LibrarySymbolReference & {
122
+ ComRegisterFunctionAttribute: LibrarySymbolReference
123
+ };
124
+ ComUnregisterFunctionAttribute: LibrarySymbolReference & {
125
+ ComUnregisterFunctionAttribute: LibrarySymbolReference
126
+ };
26
127
  ComVisibleAttribute: LibrarySymbolReference & {
27
128
  ComVisibleAttribute: LibrarySymbolReference;
28
129
  Value: LibrarySymbolReference
29
130
  };
131
+ ComWrappers: LibrarySymbolReference & {
132
+ ComInterfaceDispatch: LibrarySymbolReference & {
133
+ Vtable: LibrarySymbolReference
134
+ };
135
+ ComInterfaceEntry: LibrarySymbolReference & {
136
+ IID: LibrarySymbolReference;
137
+ Vtable: LibrarySymbolReference
138
+ }
139
+ };
140
+ CreateComInterfaceFlags: LibrarySymbolReference & {
141
+ None: LibrarySymbolReference;
142
+ CallerDefinedIUnknown: LibrarySymbolReference;
143
+ TrackerSupport: LibrarySymbolReference
144
+ };
145
+ CreateObjectFlags: LibrarySymbolReference & {
146
+ None: LibrarySymbolReference;
147
+ TrackerObject: LibrarySymbolReference;
148
+ UniqueInstance: LibrarySymbolReference;
149
+ Aggregation: LibrarySymbolReference;
150
+ Unwrap: LibrarySymbolReference
151
+ };
30
152
  CriticalHandle: LibrarySymbolReference & {
31
153
  handle: LibrarySymbolReference;
32
154
  CriticalHandle: LibrarySymbolReference;
@@ -39,6 +161,52 @@ type InteropServicesLibrary = LibrarySymbolReference & {
39
161
  IsClosed: LibrarySymbolReference;
40
162
  IsInvalid: LibrarySymbolReference
41
163
  };
164
+ DefaultCharSetAttribute: LibrarySymbolReference & {
165
+ DefaultCharSetAttribute: LibrarySymbolReference;
166
+ CharSet: LibrarySymbolReference
167
+ };
168
+ DefaultDllImportSearchPathsAttribute: LibrarySymbolReference & {
169
+ DefaultDllImportSearchPathsAttribute: LibrarySymbolReference;
170
+ Paths: LibrarySymbolReference
171
+ };
172
+ DefaultParameterValueAttribute: LibrarySymbolReference & {
173
+ DefaultParameterValueAttribute: LibrarySymbolReference;
174
+ Value: LibrarySymbolReference
175
+ };
176
+ DispIdAttribute: LibrarySymbolReference & {
177
+ DispIdAttribute: LibrarySymbolReference;
178
+ Value: LibrarySymbolReference
179
+ };
180
+ DllImportAttribute: LibrarySymbolReference & {
181
+ BestFitMapping: LibrarySymbolReference;
182
+ CallingConvention: LibrarySymbolReference;
183
+ CharSet: LibrarySymbolReference;
184
+ EntryPoint: LibrarySymbolReference;
185
+ ExactSpelling: LibrarySymbolReference;
186
+ PreserveSig: LibrarySymbolReference;
187
+ SetLastError: LibrarySymbolReference;
188
+ ThrowOnUnmappableChar: LibrarySymbolReference;
189
+ DllImportAttribute: LibrarySymbolReference;
190
+ Value: LibrarySymbolReference
191
+ };
192
+ DllImportResolver: LibrarySymbolReference & {
193
+ DllImportResolver: LibrarySymbolReference;
194
+ Invoke: LibrarySymbolReference;
195
+ BeginInvoke: LibrarySymbolReference;
196
+ EndInvoke: LibrarySymbolReference
197
+ };
198
+ DllImportSearchPath: LibrarySymbolReference & {
199
+ LegacyBehavior: LibrarySymbolReference;
200
+ AssemblyDirectory: LibrarySymbolReference;
201
+ UseDllDirectoryForDependencies: LibrarySymbolReference;
202
+ ApplicationDirectory: LibrarySymbolReference;
203
+ UserDirectories: LibrarySymbolReference;
204
+ System32: LibrarySymbolReference;
205
+ SafeDirectories: LibrarySymbolReference
206
+ };
207
+ DynamicInterfaceCastableImplementationAttribute: LibrarySymbolReference & {
208
+ DynamicInterfaceCastableImplementationAttribute: LibrarySymbolReference
209
+ };
42
210
  ExternalException: LibrarySymbolReference & {
43
211
  ExternalException: LibrarySymbolReference;
44
212
  ToString: LibrarySymbolReference;
@@ -65,19 +233,315 @@ type InteropServicesLibrary = LibrarySymbolReference & {
65
233
  Normal: LibrarySymbolReference;
66
234
  Pinned: LibrarySymbolReference
67
235
  };
236
+ GuidAttribute: LibrarySymbolReference & {
237
+ GuidAttribute: LibrarySymbolReference;
238
+ Value: LibrarySymbolReference
239
+ };
240
+ HandleCollector: LibrarySymbolReference & {
241
+ HandleCollector: LibrarySymbolReference;
242
+ Add: LibrarySymbolReference;
243
+ Remove: LibrarySymbolReference;
244
+ Count: LibrarySymbolReference;
245
+ InitialThreshold: LibrarySymbolReference;
246
+ MaximumThreshold: LibrarySymbolReference;
247
+ Name: LibrarySymbolReference
248
+ };
249
+ HandleRef: LibrarySymbolReference & {
250
+ HandleRef: LibrarySymbolReference;
251
+ ToIntPtr: LibrarySymbolReference;
252
+ Handle: LibrarySymbolReference;
253
+ Wrapper: LibrarySymbolReference
254
+ };
255
+ ICustomFactory: LibrarySymbolReference & {
256
+ CreateInstance: LibrarySymbolReference
257
+ };
258
+ ICustomMarshaler: LibrarySymbolReference & {
259
+ CleanUpManagedData: LibrarySymbolReference;
260
+ CleanUpNativeData: LibrarySymbolReference;
261
+ GetNativeDataSize: LibrarySymbolReference;
262
+ MarshalManagedToNative: LibrarySymbolReference;
263
+ MarshalNativeToManaged: LibrarySymbolReference
264
+ };
265
+ IDynamicInterfaceCastable: LibrarySymbolReference & {
266
+ IsInterfaceImplemented: LibrarySymbolReference;
267
+ GetInterfaceImplementation: LibrarySymbolReference
268
+ };
269
+ ImmutableCollectionsMarshal: LibrarySymbolReference & {
270
+
271
+ };
272
+ ImportedFromTypeLibAttribute: LibrarySymbolReference & {
273
+ ImportedFromTypeLibAttribute: LibrarySymbolReference;
274
+ Value: LibrarySymbolReference
275
+ };
68
276
  InAttribute: LibrarySymbolReference & {
69
277
  InAttribute: LibrarySymbolReference
70
278
  };
279
+ InterfaceTypeAttribute: LibrarySymbolReference & {
280
+ InterfaceTypeAttribute: LibrarySymbolReference;
281
+ Value: LibrarySymbolReference
282
+ };
283
+ InvalidComObjectException: LibrarySymbolReference & {
284
+ InvalidComObjectException: LibrarySymbolReference
285
+ };
286
+ InvalidOleVariantTypeException: LibrarySymbolReference & {
287
+ InvalidOleVariantTypeException: LibrarySymbolReference
288
+ };
289
+ JsonMarshal: LibrarySymbolReference & {
290
+ GetRawUtf8Value: LibrarySymbolReference
291
+ };
292
+ LCIDConversionAttribute: LibrarySymbolReference & {
293
+ LCIDConversionAttribute: LibrarySymbolReference;
294
+ Value: LibrarySymbolReference
295
+ };
71
296
  LayoutKind: LibrarySymbolReference & {
72
297
  Sequential: LibrarySymbolReference;
73
298
  Explicit: LibrarySymbolReference;
74
299
  Auto: LibrarySymbolReference
75
300
  };
301
+ LibraryImportAttribute: LibrarySymbolReference & {
302
+ LibraryImportAttribute: LibrarySymbolReference;
303
+ LibraryName: LibrarySymbolReference;
304
+ EntryPoint: LibrarySymbolReference;
305
+ SetLastError: LibrarySymbolReference;
306
+ StringMarshalling: LibrarySymbolReference;
307
+ StringMarshallingCustomType: LibrarySymbolReference
308
+ };
309
+ ManagedToNativeComInteropStubAttribute: LibrarySymbolReference & {
310
+ ManagedToNativeComInteropStubAttribute: LibrarySymbolReference;
311
+ ClassType: LibrarySymbolReference;
312
+ MethodName: LibrarySymbolReference
313
+ };
314
+ Marshal: LibrarySymbolReference & {
315
+ SystemDefaultCharSize: LibrarySymbolReference;
316
+ SystemMaxDBCSCharSize: LibrarySymbolReference;
317
+ AddRef: LibrarySymbolReference;
318
+ AllocCoTaskMem: LibrarySymbolReference;
319
+ AllocHGlobal: LibrarySymbolReference;
320
+ AreComObjectsAvailableForCleanup: LibrarySymbolReference;
321
+ BindToMoniker: LibrarySymbolReference;
322
+ ChangeWrapperHandleStrength: LibrarySymbolReference;
323
+ CleanupUnusedObjectsInCurrentContext: LibrarySymbolReference;
324
+ Copy: LibrarySymbolReference;
325
+ FinalReleaseComObject: LibrarySymbolReference;
326
+ FreeBSTR: LibrarySymbolReference;
327
+ FreeCoTaskMem: LibrarySymbolReference;
328
+ FreeHGlobal: LibrarySymbolReference;
329
+ GenerateGuidForType: LibrarySymbolReference;
330
+ GenerateProgIdForType: LibrarySymbolReference;
331
+ GetComObjectData: LibrarySymbolReference;
332
+ GetEndComSlot: LibrarySymbolReference;
333
+ GetExceptionForHR: LibrarySymbolReference;
334
+ GetExceptionPointers: LibrarySymbolReference;
335
+ GetHINSTANCE: LibrarySymbolReference;
336
+ GetHRForException: LibrarySymbolReference;
337
+ GetHRForLastWin32Error: LibrarySymbolReference;
338
+ GetIDispatchForObject: LibrarySymbolReference;
339
+ GetIUnknownForObject: LibrarySymbolReference;
340
+ GetLastPInvokeError: LibrarySymbolReference;
341
+ GetLastSystemError: LibrarySymbolReference;
342
+ GetLastWin32Error: LibrarySymbolReference;
343
+ GetLastPInvokeErrorMessage: LibrarySymbolReference;
344
+ GetPInvokeErrorMessage: LibrarySymbolReference;
345
+ GetObjectForIUnknown: LibrarySymbolReference;
346
+ GetStartComSlot: LibrarySymbolReference;
347
+ GetTypedObjectForIUnknown: LibrarySymbolReference;
348
+ GetTypeFromCLSID: LibrarySymbolReference;
349
+ GetTypeInfoName: LibrarySymbolReference;
350
+ GetUniqueObjectForIUnknown: LibrarySymbolReference;
351
+ InitHandle: LibrarySymbolReference;
352
+ IsComObject: LibrarySymbolReference;
353
+ IsTypeVisibleFromCom: LibrarySymbolReference;
354
+ Prelink: LibrarySymbolReference;
355
+ PrelinkAll: LibrarySymbolReference;
356
+ PtrToStringAnsi: LibrarySymbolReference;
357
+ PtrToStringAuto: LibrarySymbolReference;
358
+ PtrToStringBSTR: LibrarySymbolReference;
359
+ PtrToStringUni: LibrarySymbolReference;
360
+ PtrToStringUTF8: LibrarySymbolReference;
361
+ QueryInterface: LibrarySymbolReference;
362
+ ReadByte: LibrarySymbolReference;
363
+ ReadInt16: LibrarySymbolReference;
364
+ ReadInt32: LibrarySymbolReference;
365
+ ReadInt64: LibrarySymbolReference;
366
+ ReadIntPtr: LibrarySymbolReference;
367
+ ReAllocCoTaskMem: LibrarySymbolReference;
368
+ ReAllocHGlobal: LibrarySymbolReference;
369
+ Release: LibrarySymbolReference;
370
+ ReleaseComObject: LibrarySymbolReference;
371
+ SecureStringToBSTR: LibrarySymbolReference;
372
+ SecureStringToCoTaskMemAnsi: LibrarySymbolReference;
373
+ SecureStringToCoTaskMemUnicode: LibrarySymbolReference;
374
+ SecureStringToGlobalAllocAnsi: LibrarySymbolReference;
375
+ SecureStringToGlobalAllocUnicode: LibrarySymbolReference;
376
+ SetComObjectData: LibrarySymbolReference;
377
+ SetLastPInvokeError: LibrarySymbolReference;
378
+ SetLastSystemError: LibrarySymbolReference;
379
+ StringToBSTR: LibrarySymbolReference;
380
+ StringToCoTaskMemAnsi: LibrarySymbolReference;
381
+ StringToCoTaskMemAuto: LibrarySymbolReference;
382
+ StringToCoTaskMemUni: LibrarySymbolReference;
383
+ StringToCoTaskMemUTF8: LibrarySymbolReference;
384
+ StringToHGlobalAnsi: LibrarySymbolReference;
385
+ StringToHGlobalAuto: LibrarySymbolReference;
386
+ StringToHGlobalUni: LibrarySymbolReference;
387
+ ThrowExceptionForHR: LibrarySymbolReference;
388
+ WriteByte: LibrarySymbolReference;
389
+ WriteInt16: LibrarySymbolReference;
390
+ WriteInt32: LibrarySymbolReference;
391
+ WriteInt64: LibrarySymbolReference;
392
+ WriteIntPtr: LibrarySymbolReference;
393
+ ZeroFreeBSTR: LibrarySymbolReference;
394
+ ZeroFreeCoTaskMemAnsi: LibrarySymbolReference;
395
+ ZeroFreeCoTaskMemUnicode: LibrarySymbolReference;
396
+ ZeroFreeCoTaskMemUTF8: LibrarySymbolReference;
397
+ ZeroFreeGlobalAllocAnsi: LibrarySymbolReference;
398
+ ZeroFreeGlobalAllocUnicode: LibrarySymbolReference
399
+ };
400
+ MarshalAsAttribute: LibrarySymbolReference & {
401
+ ArraySubType: LibrarySymbolReference;
402
+ IidParameterIndex: LibrarySymbolReference;
403
+ MarshalCookie: LibrarySymbolReference;
404
+ MarshalType: LibrarySymbolReference;
405
+ MarshalTypeRef: LibrarySymbolReference;
406
+ SafeArraySubType: LibrarySymbolReference;
407
+ SafeArrayUserDefinedSubType: LibrarySymbolReference;
408
+ SizeConst: LibrarySymbolReference;
409
+ SizeParamIndex: LibrarySymbolReference;
410
+ MarshalAsAttribute: LibrarySymbolReference;
411
+ Value: LibrarySymbolReference
412
+ };
413
+ MarshalDirectiveException: LibrarySymbolReference & {
414
+ MarshalDirectiveException: LibrarySymbolReference
415
+ };
76
416
  MemoryMarshal: LibrarySymbolReference & {
77
417
  CreateReadOnlySpanFromNullTerminated: LibrarySymbolReference;
78
418
  GetArrayDataReference: LibrarySymbolReference;
79
419
  TryGetString: LibrarySymbolReference
80
420
  };
421
+ NFloat: LibrarySymbolReference & {
422
+ NFloat: LibrarySymbolReference;
423
+ Abs: LibrarySymbolReference;
424
+ Acos: LibrarySymbolReference;
425
+ Acosh: LibrarySymbolReference;
426
+ AcosPi: LibrarySymbolReference;
427
+ Asin: LibrarySymbolReference;
428
+ Asinh: LibrarySymbolReference;
429
+ AsinPi: LibrarySymbolReference;
430
+ Atan: LibrarySymbolReference;
431
+ Atan2: LibrarySymbolReference;
432
+ Atan2Pi: LibrarySymbolReference;
433
+ Atanh: LibrarySymbolReference;
434
+ AtanPi: LibrarySymbolReference;
435
+ BitDecrement: LibrarySymbolReference;
436
+ BitIncrement: LibrarySymbolReference;
437
+ Cbrt: LibrarySymbolReference;
438
+ Ceiling: LibrarySymbolReference;
439
+ Clamp: LibrarySymbolReference;
440
+ CompareTo: LibrarySymbolReference;
441
+ CopySign: LibrarySymbolReference;
442
+ Cos: LibrarySymbolReference;
443
+ Cosh: LibrarySymbolReference;
444
+ CosPi: LibrarySymbolReference;
445
+ DegreesToRadians: LibrarySymbolReference;
446
+ Equals: LibrarySymbolReference;
447
+ Exp: LibrarySymbolReference;
448
+ Exp10: LibrarySymbolReference;
449
+ Exp10M1: LibrarySymbolReference;
450
+ Exp2: LibrarySymbolReference;
451
+ Exp2M1: LibrarySymbolReference;
452
+ ExpM1: LibrarySymbolReference;
453
+ Floor: LibrarySymbolReference;
454
+ FusedMultiplyAdd: LibrarySymbolReference;
455
+ GetHashCode: LibrarySymbolReference;
456
+ Hypot: LibrarySymbolReference;
457
+ Ieee754Remainder: LibrarySymbolReference;
458
+ ILogB: LibrarySymbolReference;
459
+ IsEvenInteger: LibrarySymbolReference;
460
+ IsFinite: LibrarySymbolReference;
461
+ IsInfinity: LibrarySymbolReference;
462
+ IsInteger: LibrarySymbolReference;
463
+ IsNaN: LibrarySymbolReference;
464
+ IsNegative: LibrarySymbolReference;
465
+ IsNegativeInfinity: LibrarySymbolReference;
466
+ IsNormal: LibrarySymbolReference;
467
+ IsOddInteger: LibrarySymbolReference;
468
+ IsPositive: LibrarySymbolReference;
469
+ IsPositiveInfinity: LibrarySymbolReference;
470
+ IsPow2: LibrarySymbolReference;
471
+ IsRealNumber: LibrarySymbolReference;
472
+ IsSubnormal: LibrarySymbolReference;
473
+ Lerp: LibrarySymbolReference;
474
+ Log: LibrarySymbolReference;
475
+ Log10: LibrarySymbolReference;
476
+ Log10P1: LibrarySymbolReference;
477
+ Log2: LibrarySymbolReference;
478
+ Log2P1: LibrarySymbolReference;
479
+ LogP1: LibrarySymbolReference;
480
+ Max: LibrarySymbolReference;
481
+ MaxMagnitude: LibrarySymbolReference;
482
+ MaxMagnitudeNumber: LibrarySymbolReference;
483
+ MaxNumber: LibrarySymbolReference;
484
+ Min: LibrarySymbolReference;
485
+ MinMagnitude: LibrarySymbolReference;
486
+ MinMagnitudeNumber: LibrarySymbolReference;
487
+ MinNumber: LibrarySymbolReference;
488
+ MultiplyAddEstimate: LibrarySymbolReference;
489
+ Parse: LibrarySymbolReference;
490
+ Pow: LibrarySymbolReference;
491
+ RadiansToDegrees: LibrarySymbolReference;
492
+ ReciprocalEstimate: LibrarySymbolReference;
493
+ ReciprocalSqrtEstimate: LibrarySymbolReference;
494
+ RootN: LibrarySymbolReference;
495
+ Round: LibrarySymbolReference;
496
+ ScaleB: LibrarySymbolReference;
497
+ Sign: LibrarySymbolReference;
498
+ Sin: LibrarySymbolReference;
499
+ SinCos: LibrarySymbolReference;
500
+ SinCosPi: LibrarySymbolReference;
501
+ Sinh: LibrarySymbolReference;
502
+ SinPi: LibrarySymbolReference;
503
+ Sqrt: LibrarySymbolReference;
504
+ Tan: LibrarySymbolReference;
505
+ Tanh: LibrarySymbolReference;
506
+ TanPi: LibrarySymbolReference;
507
+ ToString: LibrarySymbolReference;
508
+ Truncate: LibrarySymbolReference;
509
+ TryFormat: LibrarySymbolReference;
510
+ TryParse: LibrarySymbolReference;
511
+ E: LibrarySymbolReference;
512
+ Epsilon: LibrarySymbolReference;
513
+ MaxValue: LibrarySymbolReference;
514
+ MinValue: LibrarySymbolReference;
515
+ NaN: LibrarySymbolReference;
516
+ NegativeInfinity: LibrarySymbolReference;
517
+ NegativeZero: LibrarySymbolReference;
518
+ Pi: LibrarySymbolReference;
519
+ PositiveInfinity: LibrarySymbolReference;
520
+ Size: LibrarySymbolReference;
521
+ Tau: LibrarySymbolReference;
522
+ Value: LibrarySymbolReference
523
+ };
524
+ NativeLibrary: LibrarySymbolReference & {
525
+ Free: LibrarySymbolReference;
526
+ GetMainProgramHandle: LibrarySymbolReference;
527
+ GetExport: LibrarySymbolReference;
528
+ Load: LibrarySymbolReference;
529
+ SetDllImportResolver: LibrarySymbolReference;
530
+ TryGetExport: LibrarySymbolReference;
531
+ TryLoad: LibrarySymbolReference
532
+ };
533
+ NativeMemory: LibrarySymbolReference & {
534
+ AlignedAlloc: LibrarySymbolReference;
535
+ AlignedFree: LibrarySymbolReference;
536
+ AlignedRealloc: LibrarySymbolReference;
537
+ Alloc: LibrarySymbolReference;
538
+ AllocZeroed: LibrarySymbolReference;
539
+ Free: LibrarySymbolReference;
540
+ Realloc: LibrarySymbolReference;
541
+ Clear: LibrarySymbolReference;
542
+ Copy: LibrarySymbolReference;
543
+ Fill: LibrarySymbolReference
544
+ };
81
545
  OSPlatform: LibrarySymbolReference & {
82
546
  Create: LibrarySymbolReference;
83
547
  Equals: LibrarySymbolReference;
@@ -88,9 +552,54 @@ type InteropServicesLibrary = LibrarySymbolReference & {
88
552
  OSX: LibrarySymbolReference;
89
553
  Windows: LibrarySymbolReference
90
554
  };
555
+ OptionalAttribute: LibrarySymbolReference & {
556
+ OptionalAttribute: LibrarySymbolReference
557
+ };
91
558
  OutAttribute: LibrarySymbolReference & {
92
559
  OutAttribute: LibrarySymbolReference
93
560
  };
561
+ PosixSignal: LibrarySymbolReference & {
562
+ SIGTSTP: LibrarySymbolReference;
563
+ SIGTTOU: LibrarySymbolReference;
564
+ SIGTTIN: LibrarySymbolReference;
565
+ SIGWINCH: LibrarySymbolReference;
566
+ SIGCONT: LibrarySymbolReference;
567
+ SIGCHLD: LibrarySymbolReference;
568
+ SIGTERM: LibrarySymbolReference;
569
+ SIGQUIT: LibrarySymbolReference;
570
+ SIGINT: LibrarySymbolReference;
571
+ SIGHUP: LibrarySymbolReference
572
+ };
573
+ PosixSignalContext: LibrarySymbolReference & {
574
+ PosixSignalContext: LibrarySymbolReference;
575
+ Cancel: LibrarySymbolReference;
576
+ Signal: LibrarySymbolReference
577
+ };
578
+ PosixSignalRegistration: LibrarySymbolReference & {
579
+ Create: LibrarySymbolReference;
580
+ Dispose: LibrarySymbolReference;
581
+ Finalize: LibrarySymbolReference
582
+ };
583
+ PreserveSigAttribute: LibrarySymbolReference & {
584
+ PreserveSigAttribute: LibrarySymbolReference
585
+ };
586
+ PrimaryInteropAssemblyAttribute: LibrarySymbolReference & {
587
+ PrimaryInteropAssemblyAttribute: LibrarySymbolReference;
588
+ MajorVersion: LibrarySymbolReference;
589
+ MinorVersion: LibrarySymbolReference
590
+ };
591
+ ProgIdAttribute: LibrarySymbolReference & {
592
+ ProgIdAttribute: LibrarySymbolReference;
593
+ Value: LibrarySymbolReference
594
+ };
595
+ RuntimeEnvironment: LibrarySymbolReference & {
596
+ FromGlobalAccessCache: LibrarySymbolReference;
597
+ GetRuntimeDirectory: LibrarySymbolReference;
598
+ GetRuntimeInterfaceAsIntPtr: LibrarySymbolReference;
599
+ GetRuntimeInterfaceAsObject: LibrarySymbolReference;
600
+ GetSystemVersion: LibrarySymbolReference;
601
+ SystemConfigurationFile: LibrarySymbolReference
602
+ };
94
603
  RuntimeInformation: LibrarySymbolReference & {
95
604
  IsOSPlatform: LibrarySymbolReference;
96
605
  FrameworkDescription: LibrarySymbolReference;
@@ -99,6 +608,16 @@ type InteropServicesLibrary = LibrarySymbolReference & {
99
608
  ProcessArchitecture: LibrarySymbolReference;
100
609
  RuntimeIdentifier: LibrarySymbolReference
101
610
  };
611
+ SEHException: LibrarySymbolReference & {
612
+ SEHException: LibrarySymbolReference;
613
+ CanResume: LibrarySymbolReference
614
+ };
615
+ SafeArrayRankMismatchException: LibrarySymbolReference & {
616
+ SafeArrayRankMismatchException: LibrarySymbolReference
617
+ };
618
+ SafeArrayTypeMismatchException: LibrarySymbolReference & {
619
+ SafeArrayTypeMismatchException: LibrarySymbolReference
620
+ };
102
621
  SafeBuffer: LibrarySymbolReference & {
103
622
  SafeBuffer: LibrarySymbolReference;
104
623
  AcquirePointer: LibrarySymbolReference;
@@ -121,6 +640,17 @@ type InteropServicesLibrary = LibrarySymbolReference & {
121
640
  IsClosed: LibrarySymbolReference;
122
641
  IsInvalid: LibrarySymbolReference
123
642
  };
643
+ SequenceMarshal: LibrarySymbolReference & {
644
+
645
+ };
646
+ StandardOleMarshalObject: LibrarySymbolReference & {
647
+ StandardOleMarshalObject: LibrarySymbolReference
648
+ };
649
+ StringMarshalling: LibrarySymbolReference & {
650
+ Custom: LibrarySymbolReference;
651
+ Utf8: LibrarySymbolReference;
652
+ Utf16: LibrarySymbolReference
653
+ };
124
654
  StructLayoutAttribute: LibrarySymbolReference & {
125
655
  CharSet: LibrarySymbolReference;
126
656
  Pack: LibrarySymbolReference;
@@ -131,6 +661,95 @@ type InteropServicesLibrary = LibrarySymbolReference & {
131
661
  SuppressGCTransitionAttribute: LibrarySymbolReference & {
132
662
  SuppressGCTransitionAttribute: LibrarySymbolReference
133
663
  };
664
+ TypeIdentifierAttribute: LibrarySymbolReference & {
665
+ TypeIdentifierAttribute: LibrarySymbolReference;
666
+ Identifier: LibrarySymbolReference;
667
+ Scope: LibrarySymbolReference
668
+ };
669
+ TypeLibFuncAttribute: LibrarySymbolReference & {
670
+ TypeLibFuncAttribute: LibrarySymbolReference;
671
+ Value: LibrarySymbolReference
672
+ };
673
+ TypeLibFuncFlags: LibrarySymbolReference & {
674
+ FRestricted: LibrarySymbolReference;
675
+ FSource: LibrarySymbolReference;
676
+ FBindable: LibrarySymbolReference;
677
+ FRequestEdit: LibrarySymbolReference;
678
+ FDisplayBind: LibrarySymbolReference;
679
+ FDefaultBind: LibrarySymbolReference;
680
+ FHidden: LibrarySymbolReference;
681
+ FUsesGetLastError: LibrarySymbolReference;
682
+ FDefaultCollelem: LibrarySymbolReference;
683
+ FUiDefault: LibrarySymbolReference;
684
+ FNonBrowsable: LibrarySymbolReference;
685
+ FReplaceable: LibrarySymbolReference;
686
+ FImmediateBind: LibrarySymbolReference
687
+ };
688
+ TypeLibImportClassAttribute: LibrarySymbolReference & {
689
+ TypeLibImportClassAttribute: LibrarySymbolReference;
690
+ Value: LibrarySymbolReference
691
+ };
692
+ TypeLibTypeAttribute: LibrarySymbolReference & {
693
+ TypeLibTypeAttribute: LibrarySymbolReference;
694
+ Value: LibrarySymbolReference
695
+ };
696
+ TypeLibTypeFlags: LibrarySymbolReference & {
697
+ FAppObject: LibrarySymbolReference;
698
+ FCanCreate: LibrarySymbolReference;
699
+ FLicensed: LibrarySymbolReference;
700
+ FPreDeclId: LibrarySymbolReference;
701
+ FHidden: LibrarySymbolReference;
702
+ FControl: LibrarySymbolReference;
703
+ FDual: LibrarySymbolReference;
704
+ FNonExtensible: LibrarySymbolReference;
705
+ FOleAutomation: LibrarySymbolReference;
706
+ FRestricted: LibrarySymbolReference;
707
+ FAggregatable: LibrarySymbolReference;
708
+ FReplaceable: LibrarySymbolReference;
709
+ FDispatchable: LibrarySymbolReference;
710
+ FReverseBind: LibrarySymbolReference
711
+ };
712
+ TypeLibVarAttribute: LibrarySymbolReference & {
713
+ TypeLibVarAttribute: LibrarySymbolReference;
714
+ Value: LibrarySymbolReference
715
+ };
716
+ TypeLibVarFlags: LibrarySymbolReference & {
717
+ FReadOnly: LibrarySymbolReference;
718
+ FSource: LibrarySymbolReference;
719
+ FBindable: LibrarySymbolReference;
720
+ FRequestEdit: LibrarySymbolReference;
721
+ FDisplayBind: LibrarySymbolReference;
722
+ FDefaultBind: LibrarySymbolReference;
723
+ FHidden: LibrarySymbolReference;
724
+ FRestricted: LibrarySymbolReference;
725
+ FDefaultCollelem: LibrarySymbolReference;
726
+ FUiDefault: LibrarySymbolReference;
727
+ FNonBrowsable: LibrarySymbolReference;
728
+ FReplaceable: LibrarySymbolReference;
729
+ FImmediateBind: LibrarySymbolReference
730
+ };
731
+ TypeLibVersionAttribute: LibrarySymbolReference & {
732
+ TypeLibVersionAttribute: LibrarySymbolReference;
733
+ MajorVersion: LibrarySymbolReference;
734
+ MinorVersion: LibrarySymbolReference
735
+ };
736
+ UnmanagedCallConvAttribute: LibrarySymbolReference & {
737
+ CallConvs: LibrarySymbolReference;
738
+ UnmanagedCallConvAttribute: LibrarySymbolReference
739
+ };
740
+ UnmanagedCallersOnlyAttribute: LibrarySymbolReference & {
741
+ CallConvs: LibrarySymbolReference;
742
+ EntryPoint: LibrarySymbolReference;
743
+ UnmanagedCallersOnlyAttribute: LibrarySymbolReference
744
+ };
745
+ UnmanagedFunctionPointerAttribute: LibrarySymbolReference & {
746
+ BestFitMapping: LibrarySymbolReference;
747
+ CharSet: LibrarySymbolReference;
748
+ SetLastError: LibrarySymbolReference;
749
+ ThrowOnUnmappableChar: LibrarySymbolReference;
750
+ UnmanagedFunctionPointerAttribute: LibrarySymbolReference;
751
+ CallingConvention: LibrarySymbolReference
752
+ };
134
753
  UnmanagedType: LibrarySymbolReference & {
135
754
  Bool: LibrarySymbolReference;
136
755
  I1: LibrarySymbolReference;
@@ -161,9 +780,22 @@ type InteropServicesLibrary = LibrarySymbolReference & {
161
780
  IInspectable: LibrarySymbolReference;
162
781
  HString: LibrarySymbolReference;
163
782
  LPUTF8Str: LibrarySymbolReference
783
+ };
784
+ WasmImportLinkageAttribute: LibrarySymbolReference & {
785
+ WasmImportLinkageAttribute: LibrarySymbolReference
164
786
  }
165
787
  };
166
788
  const InteropServices: InteropServicesLibrary = createLibrary("System.Runtime.InteropServices", {
789
+ AllowReversePInvokeCallsAttribute: {
790
+ kind: "class",
791
+ members: {
792
+ AllowReversePInvokeCallsAttribute: {
793
+ kind: "method",
794
+ methodKind: "constructor",
795
+ },
796
+ },
797
+ isSealed: true,
798
+ },
167
799
  Architecture: {
168
800
  kind: "enum",
169
801
  members: {
@@ -229,39 +861,37 @@ const InteropServices: InteropServicesLibrary = createLibrary("System.Runtime.In
229
861
  },
230
862
  },
231
863
  },
232
- CharSet: {
233
- kind: "enum",
864
+ ArrayWithOffset: {
865
+ kind: "struct",
234
866
  members: {
235
- None: {
236
- kind: "field",
237
- type: () => {
238
- return InteropServices.CharSet;
239
- },
867
+ ArrayWithOffset: {
868
+ kind: "method",
869
+ methodKind: "constructor",
240
870
  },
241
- Ansi: {
242
- kind: "field",
243
- type: () => {
244
- return InteropServices.CharSet;
245
- },
871
+ Equals: {
872
+ kind: "method",
873
+ methodKind: "ordinary",
874
+ isOverride: true,
246
875
  },
247
- Unicode: {
248
- kind: "field",
249
- type: () => {
250
- return InteropServices.CharSet;
251
- },
876
+ GetArray: {
877
+ kind: "method",
878
+ methodKind: "ordinary",
252
879
  },
253
- Auto: {
254
- kind: "field",
255
- type: () => {
256
- return InteropServices.CharSet;
257
- },
880
+ GetHashCode: {
881
+ kind: "method",
882
+ methodKind: "ordinary",
883
+ isOverride: true,
884
+ },
885
+ GetOffset: {
886
+ kind: "method",
887
+ methodKind: "ordinary",
258
888
  },
259
889
  },
260
890
  },
261
- ComVisibleAttribute: {
891
+ AutomationProxyAttribute: {
262
892
  kind: "class",
263
893
  members: {
264
- ComVisibleAttribute: {
894
+ AutomationProxyAttribute: {
265
895
  kind: "method",
266
896
  methodKind: "constructor",
267
897
  },
@@ -274,64 +904,62 @@ const InteropServices: InteropServicesLibrary = createLibrary("System.Runtime.In
274
904
  },
275
905
  isSealed: true,
276
906
  },
277
- CriticalHandle: {
907
+ BestFitMappingAttribute: {
278
908
  kind: "class",
279
909
  members: {
280
- handle: {
910
+ ThrowOnUnmappableChar: {
281
911
  kind: "field",
282
912
  type: () => {
283
- return System.IntPtr;
913
+ return System.Boolean;
284
914
  },
285
915
  },
286
- CriticalHandle: {
916
+ BestFitMappingAttribute: {
287
917
  kind: "method",
288
918
  methodKind: "constructor",
289
919
  },
290
- Close: {
291
- kind: "method",
292
- methodKind: "ordinary",
293
- },
294
- Dispose: {
295
- kind: "method",
296
- methodKind: "ordinary",
920
+ BestFitMapping: {
921
+ kind: "property",
922
+ type: () => {
923
+ return System.Boolean;
924
+ },
297
925
  },
298
- Finalize: {
926
+ },
927
+ isSealed: true,
928
+ },
929
+ CLong: {
930
+ kind: "struct",
931
+ members: {
932
+ CLong: {
299
933
  kind: "method",
300
- methodKind: "ordinary",
934
+ methodKind: "constructor",
301
935
  },
302
- ReleaseHandle: {
936
+ Equals: {
303
937
  kind: "method",
304
938
  methodKind: "ordinary",
305
- isAbstract: true,
939
+ isOverride: true,
306
940
  },
307
- SetHandle: {
941
+ GetHashCode: {
308
942
  kind: "method",
309
943
  methodKind: "ordinary",
944
+ isOverride: true,
310
945
  },
311
- SetHandleAsInvalid: {
946
+ ToString: {
312
947
  kind: "method",
313
948
  methodKind: "ordinary",
949
+ isOverride: true,
314
950
  },
315
- IsClosed: {
316
- kind: "property",
317
- type: () => {
318
- return System.Boolean;
319
- },
320
- },
321
- IsInvalid: {
951
+ Value: {
322
952
  kind: "property",
323
953
  type: () => {
324
- return System.Boolean;
954
+ return System.IntPtr;
325
955
  },
326
- isAbstract: true,
327
956
  },
328
957
  },
329
- isAbstract: true,
330
958
  },
331
- ExternalException: {
959
+ COMException: {
332
960
  kind: "class",
333
961
  members: {
334
- ExternalException: {
962
+ COMException: {
335
963
  kind: "method",
336
964
  methodKind: "constructor",
337
965
  },
@@ -340,417 +968,3250 @@ const InteropServices: InteropServicesLibrary = createLibrary("System.Runtime.In
340
968
  methodKind: "ordinary",
341
969
  isOverride: true,
342
970
  },
343
- ErrorCode: {
344
- kind: "property",
345
- type: () => {
346
- return System.Int32;
347
- },
348
- isVirtual: true,
349
- },
350
971
  },
351
972
  },
352
- FieldOffsetAttribute: {
353
- kind: "class",
973
+ CULong: {
974
+ kind: "struct",
354
975
  members: {
355
- FieldOffsetAttribute: {
976
+ CULong: {
356
977
  kind: "method",
357
978
  methodKind: "constructor",
358
979
  },
359
- Value: {
360
- kind: "property",
361
- type: () => {
362
- return System.Int32;
363
- },
364
- },
365
- },
366
- isSealed: true,
367
- },
368
- GCHandle: {
369
- kind: "struct",
370
- members: {
371
- AddrOfPinnedObject: {
980
+ Equals: {
372
981
  kind: "method",
373
982
  methodKind: "ordinary",
374
- isReadOnly: true,
983
+ isOverride: true,
375
984
  },
376
- Alloc: {
985
+ GetHashCode: {
377
986
  kind: "method",
378
987
  methodKind: "ordinary",
379
- isStatic: true,
988
+ isOverride: true,
380
989
  },
381
- Equals: {
990
+ ToString: {
382
991
  kind: "method",
383
992
  methodKind: "ordinary",
384
993
  isOverride: true,
385
- isReadOnly: true,
994
+ },
995
+ Value: {
996
+ kind: "property",
997
+ type: () => {
998
+ return System.UIntPtr;
999
+ },
1000
+ },
1001
+ },
1002
+ },
1003
+ CallingConvention: {
1004
+ kind: "enum",
1005
+ members: {
1006
+ Winapi: {
1007
+ kind: "field",
1008
+ type: () => {
1009
+ return InteropServices.CallingConvention;
1010
+ },
1011
+ },
1012
+ Cdecl: {
1013
+ kind: "field",
1014
+ type: () => {
1015
+ return InteropServices.CallingConvention;
1016
+ },
1017
+ },
1018
+ StdCall: {
1019
+ kind: "field",
1020
+ type: () => {
1021
+ return InteropServices.CallingConvention;
1022
+ },
1023
+ },
1024
+ ThisCall: {
1025
+ kind: "field",
1026
+ type: () => {
1027
+ return InteropServices.CallingConvention;
1028
+ },
1029
+ },
1030
+ FastCall: {
1031
+ kind: "field",
1032
+ type: () => {
1033
+ return InteropServices.CallingConvention;
1034
+ },
1035
+ },
1036
+ },
1037
+ },
1038
+ CharSet: {
1039
+ kind: "enum",
1040
+ members: {
1041
+ None: {
1042
+ kind: "field",
1043
+ type: () => {
1044
+ return InteropServices.CharSet;
1045
+ },
1046
+ },
1047
+ Ansi: {
1048
+ kind: "field",
1049
+ type: () => {
1050
+ return InteropServices.CharSet;
1051
+ },
1052
+ },
1053
+ Unicode: {
1054
+ kind: "field",
1055
+ type: () => {
1056
+ return InteropServices.CharSet;
1057
+ },
1058
+ },
1059
+ Auto: {
1060
+ kind: "field",
1061
+ type: () => {
1062
+ return InteropServices.CharSet;
1063
+ },
1064
+ },
1065
+ },
1066
+ },
1067
+ ClassInterfaceAttribute: {
1068
+ kind: "class",
1069
+ members: {
1070
+ ClassInterfaceAttribute: {
1071
+ kind: "method",
1072
+ methodKind: "constructor",
1073
+ },
1074
+ Value: {
1075
+ kind: "property",
1076
+ type: () => {
1077
+ return InteropServices.ClassInterfaceType;
1078
+ },
1079
+ },
1080
+ },
1081
+ isSealed: true,
1082
+ },
1083
+ ClassInterfaceType: {
1084
+ kind: "enum",
1085
+ members: {
1086
+ None: {
1087
+ kind: "field",
1088
+ type: () => {
1089
+ return InteropServices.ClassInterfaceType;
1090
+ },
1091
+ },
1092
+ AutoDispatch: {
1093
+ kind: "field",
1094
+ type: () => {
1095
+ return InteropServices.ClassInterfaceType;
1096
+ },
1097
+ },
1098
+ AutoDual: {
1099
+ kind: "field",
1100
+ type: () => {
1101
+ return InteropServices.ClassInterfaceType;
1102
+ },
1103
+ },
1104
+ },
1105
+ },
1106
+ CoClassAttribute: {
1107
+ kind: "class",
1108
+ members: {
1109
+ CoClassAttribute: {
1110
+ kind: "method",
1111
+ methodKind: "constructor",
1112
+ },
1113
+ CoClass: {
1114
+ kind: "property",
1115
+ type: () => {
1116
+ return System.Type;
1117
+ },
1118
+ },
1119
+ },
1120
+ isSealed: true,
1121
+ },
1122
+ CollectionsMarshal: {
1123
+ kind: "class",
1124
+ members: {},
1125
+ isStatic: true,
1126
+ },
1127
+ ComAliasNameAttribute: {
1128
+ kind: "class",
1129
+ members: {
1130
+ ComAliasNameAttribute: {
1131
+ kind: "method",
1132
+ methodKind: "constructor",
1133
+ },
1134
+ Value: {
1135
+ kind: "property",
1136
+ type: () => {
1137
+ return System.String;
1138
+ },
1139
+ },
1140
+ },
1141
+ isSealed: true,
1142
+ },
1143
+ ComCompatibleVersionAttribute: {
1144
+ kind: "class",
1145
+ members: {
1146
+ ComCompatibleVersionAttribute: {
1147
+ kind: "method",
1148
+ methodKind: "constructor",
1149
+ },
1150
+ BuildNumber: {
1151
+ kind: "property",
1152
+ type: () => {
1153
+ return System.Int32;
1154
+ },
1155
+ },
1156
+ MajorVersion: {
1157
+ kind: "property",
1158
+ type: () => {
1159
+ return System.Int32;
1160
+ },
1161
+ },
1162
+ MinorVersion: {
1163
+ kind: "property",
1164
+ type: () => {
1165
+ return System.Int32;
1166
+ },
1167
+ },
1168
+ RevisionNumber: {
1169
+ kind: "property",
1170
+ type: () => {
1171
+ return System.Int32;
1172
+ },
1173
+ },
1174
+ },
1175
+ isSealed: true,
1176
+ },
1177
+ ComConversionLossAttribute: {
1178
+ kind: "class",
1179
+ members: {
1180
+ ComConversionLossAttribute: {
1181
+ kind: "method",
1182
+ methodKind: "constructor",
1183
+ },
1184
+ },
1185
+ isSealed: true,
1186
+ },
1187
+ ComDefaultInterfaceAttribute: {
1188
+ kind: "class",
1189
+ members: {
1190
+ ComDefaultInterfaceAttribute: {
1191
+ kind: "method",
1192
+ methodKind: "constructor",
1193
+ },
1194
+ Value: {
1195
+ kind: "property",
1196
+ type: () => {
1197
+ return System.Type;
1198
+ },
1199
+ },
1200
+ },
1201
+ isSealed: true,
1202
+ },
1203
+ ComImportAttribute: {
1204
+ kind: "class",
1205
+ members: {
1206
+ ComImportAttribute: {
1207
+ kind: "method",
1208
+ methodKind: "constructor",
1209
+ },
1210
+ },
1211
+ isSealed: true,
1212
+ },
1213
+ ComInterfaceType: {
1214
+ kind: "enum",
1215
+ members: {
1216
+ InterfaceIsDual: {
1217
+ kind: "field",
1218
+ type: () => {
1219
+ return InteropServices.ComInterfaceType;
1220
+ },
1221
+ },
1222
+ InterfaceIsIUnknown: {
1223
+ kind: "field",
1224
+ type: () => {
1225
+ return InteropServices.ComInterfaceType;
1226
+ },
1227
+ },
1228
+ InterfaceIsIDispatch: {
1229
+ kind: "field",
1230
+ type: () => {
1231
+ return InteropServices.ComInterfaceType;
1232
+ },
1233
+ },
1234
+ InterfaceIsIInspectable: {
1235
+ kind: "field",
1236
+ type: () => {
1237
+ return InteropServices.ComInterfaceType;
1238
+ },
1239
+ },
1240
+ },
1241
+ },
1242
+ ComMemberType: {
1243
+ kind: "enum",
1244
+ members: {
1245
+ Method: {
1246
+ kind: "field",
1247
+ type: () => {
1248
+ return InteropServices.ComMemberType;
1249
+ },
1250
+ },
1251
+ PropGet: {
1252
+ kind: "field",
1253
+ type: () => {
1254
+ return InteropServices.ComMemberType;
1255
+ },
1256
+ },
1257
+ PropSet: {
1258
+ kind: "field",
1259
+ type: () => {
1260
+ return InteropServices.ComMemberType;
1261
+ },
1262
+ },
1263
+ },
1264
+ },
1265
+ ComRegisterFunctionAttribute: {
1266
+ kind: "class",
1267
+ members: {
1268
+ ComRegisterFunctionAttribute: {
1269
+ kind: "method",
1270
+ methodKind: "constructor",
1271
+ },
1272
+ },
1273
+ isSealed: true,
1274
+ },
1275
+ ComUnregisterFunctionAttribute: {
1276
+ kind: "class",
1277
+ members: {
1278
+ ComUnregisterFunctionAttribute: {
1279
+ kind: "method",
1280
+ methodKind: "constructor",
1281
+ },
1282
+ },
1283
+ isSealed: true,
1284
+ },
1285
+ ComVisibleAttribute: {
1286
+ kind: "class",
1287
+ members: {
1288
+ ComVisibleAttribute: {
1289
+ kind: "method",
1290
+ methodKind: "constructor",
1291
+ },
1292
+ Value: {
1293
+ kind: "property",
1294
+ type: () => {
1295
+ return System.Boolean;
1296
+ },
1297
+ },
1298
+ },
1299
+ isSealed: true,
1300
+ },
1301
+ ComWrappers: {
1302
+ kind: "class",
1303
+ members: {
1304
+ ComInterfaceDispatch: {
1305
+ kind: "struct",
1306
+ members: {
1307
+ Vtable: {
1308
+ kind: "field",
1309
+ type: () => {
1310
+ return System.IntPtr;
1311
+ },
1312
+ },
1313
+ },
1314
+ },
1315
+ ComInterfaceEntry: {
1316
+ kind: "struct",
1317
+ members: {
1318
+ IID: {
1319
+ kind: "field",
1320
+ type: () => {
1321
+ return System.Guid;
1322
+ },
1323
+ },
1324
+ Vtable: {
1325
+ kind: "field",
1326
+ type: () => {
1327
+ return System.IntPtr;
1328
+ },
1329
+ },
1330
+ },
1331
+ },
1332
+ },
1333
+ },
1334
+ CreateComInterfaceFlags: {
1335
+ kind: "enum",
1336
+ members: {
1337
+ None: {
1338
+ kind: "field",
1339
+ type: () => {
1340
+ return InteropServices.CreateComInterfaceFlags;
1341
+ },
1342
+ },
1343
+ CallerDefinedIUnknown: {
1344
+ kind: "field",
1345
+ type: () => {
1346
+ return InteropServices.CreateComInterfaceFlags;
1347
+ },
1348
+ },
1349
+ TrackerSupport: {
1350
+ kind: "field",
1351
+ type: () => {
1352
+ return InteropServices.CreateComInterfaceFlags;
1353
+ },
1354
+ },
1355
+ },
1356
+ },
1357
+ CreateObjectFlags: {
1358
+ kind: "enum",
1359
+ members: {
1360
+ None: {
1361
+ kind: "field",
1362
+ type: () => {
1363
+ return InteropServices.CreateObjectFlags;
1364
+ },
1365
+ },
1366
+ TrackerObject: {
1367
+ kind: "field",
1368
+ type: () => {
1369
+ return InteropServices.CreateObjectFlags;
1370
+ },
1371
+ },
1372
+ UniqueInstance: {
1373
+ kind: "field",
1374
+ type: () => {
1375
+ return InteropServices.CreateObjectFlags;
1376
+ },
1377
+ },
1378
+ Aggregation: {
1379
+ kind: "field",
1380
+ type: () => {
1381
+ return InteropServices.CreateObjectFlags;
1382
+ },
1383
+ },
1384
+ Unwrap: {
1385
+ kind: "field",
1386
+ type: () => {
1387
+ return InteropServices.CreateObjectFlags;
1388
+ },
1389
+ },
1390
+ },
1391
+ },
1392
+ CriticalHandle: {
1393
+ kind: "class",
1394
+ members: {
1395
+ handle: {
1396
+ kind: "field",
1397
+ type: () => {
1398
+ return System.IntPtr;
1399
+ },
1400
+ },
1401
+ CriticalHandle: {
1402
+ kind: "method",
1403
+ methodKind: "constructor",
1404
+ },
1405
+ Close: {
1406
+ kind: "method",
1407
+ methodKind: "ordinary",
1408
+ },
1409
+ Dispose: {
1410
+ kind: "method",
1411
+ methodKind: "ordinary",
1412
+ },
1413
+ Finalize: {
1414
+ kind: "method",
1415
+ methodKind: "ordinary",
1416
+ },
1417
+ ReleaseHandle: {
1418
+ kind: "method",
1419
+ methodKind: "ordinary",
1420
+ isAbstract: true,
1421
+ },
1422
+ SetHandle: {
1423
+ kind: "method",
1424
+ methodKind: "ordinary",
1425
+ },
1426
+ SetHandleAsInvalid: {
1427
+ kind: "method",
1428
+ methodKind: "ordinary",
1429
+ },
1430
+ IsClosed: {
1431
+ kind: "property",
1432
+ type: () => {
1433
+ return System.Boolean;
1434
+ },
1435
+ },
1436
+ IsInvalid: {
1437
+ kind: "property",
1438
+ type: () => {
1439
+ return System.Boolean;
1440
+ },
1441
+ isAbstract: true,
1442
+ },
1443
+ },
1444
+ isAbstract: true,
1445
+ },
1446
+ DefaultCharSetAttribute: {
1447
+ kind: "class",
1448
+ members: {
1449
+ DefaultCharSetAttribute: {
1450
+ kind: "method",
1451
+ methodKind: "constructor",
1452
+ },
1453
+ CharSet: {
1454
+ kind: "property",
1455
+ type: () => {
1456
+ return InteropServices.CharSet;
1457
+ },
1458
+ },
1459
+ },
1460
+ isSealed: true,
1461
+ },
1462
+ DefaultDllImportSearchPathsAttribute: {
1463
+ kind: "class",
1464
+ members: {
1465
+ DefaultDllImportSearchPathsAttribute: {
1466
+ kind: "method",
1467
+ methodKind: "constructor",
1468
+ },
1469
+ Paths: {
1470
+ kind: "property",
1471
+ type: () => {
1472
+ return InteropServices.DllImportSearchPath;
1473
+ },
1474
+ },
1475
+ },
1476
+ isSealed: true,
1477
+ },
1478
+ DefaultParameterValueAttribute: {
1479
+ kind: "class",
1480
+ members: {
1481
+ DefaultParameterValueAttribute: {
1482
+ kind: "method",
1483
+ methodKind: "constructor",
1484
+ },
1485
+ Value: {
1486
+ kind: "property",
1487
+ type: () => {
1488
+ return System.Object;
1489
+ },
1490
+ isNullable: true,
1491
+ },
1492
+ },
1493
+ isSealed: true,
1494
+ },
1495
+ DispIdAttribute: {
1496
+ kind: "class",
1497
+ members: {
1498
+ DispIdAttribute: {
1499
+ kind: "method",
1500
+ methodKind: "constructor",
1501
+ },
1502
+ Value: {
1503
+ kind: "property",
1504
+ type: () => {
1505
+ return System.Int32;
1506
+ },
1507
+ },
1508
+ },
1509
+ isSealed: true,
1510
+ },
1511
+ DllImportAttribute: {
1512
+ kind: "class",
1513
+ members: {
1514
+ BestFitMapping: {
1515
+ kind: "field",
1516
+ type: () => {
1517
+ return System.Boolean;
1518
+ },
1519
+ },
1520
+ CallingConvention: {
1521
+ kind: "field",
1522
+ type: () => {
1523
+ return InteropServices.CallingConvention;
1524
+ },
1525
+ },
1526
+ CharSet: {
1527
+ kind: "field",
1528
+ type: () => {
1529
+ return InteropServices.CharSet;
1530
+ },
1531
+ },
1532
+ EntryPoint: {
1533
+ kind: "field",
1534
+ type: () => {
1535
+ return System.String;
1536
+ },
1537
+ isNullable: true,
1538
+ },
1539
+ ExactSpelling: {
1540
+ kind: "field",
1541
+ type: () => {
1542
+ return System.Boolean;
1543
+ },
1544
+ },
1545
+ PreserveSig: {
1546
+ kind: "field",
1547
+ type: () => {
1548
+ return System.Boolean;
1549
+ },
1550
+ },
1551
+ SetLastError: {
1552
+ kind: "field",
1553
+ type: () => {
1554
+ return System.Boolean;
1555
+ },
1556
+ },
1557
+ ThrowOnUnmappableChar: {
1558
+ kind: "field",
1559
+ type: () => {
1560
+ return System.Boolean;
1561
+ },
1562
+ },
1563
+ DllImportAttribute: {
1564
+ kind: "method",
1565
+ methodKind: "constructor",
1566
+ },
1567
+ Value: {
1568
+ kind: "property",
1569
+ type: () => {
1570
+ return System.String;
1571
+ },
1572
+ },
1573
+ },
1574
+ isSealed: true,
1575
+ },
1576
+ DllImportResolver: {
1577
+ kind: "generic",
1578
+ members: {
1579
+ DllImportResolver: {
1580
+ kind: "method",
1581
+ methodKind: "constructor",
1582
+ },
1583
+ Invoke: {
1584
+ kind: "method",
1585
+ methodKind: "ordinary",
1586
+ isVirtual: true,
1587
+ },
1588
+ BeginInvoke: {
1589
+ kind: "method",
1590
+ methodKind: "ordinary",
1591
+ isVirtual: true,
1592
+ },
1593
+ EndInvoke: {
1594
+ kind: "method",
1595
+ methodKind: "ordinary",
1596
+ isVirtual: true,
1597
+ },
1598
+ },
1599
+ },
1600
+ DllImportSearchPath: {
1601
+ kind: "enum",
1602
+ members: {
1603
+ LegacyBehavior: {
1604
+ kind: "field",
1605
+ type: () => {
1606
+ return InteropServices.DllImportSearchPath;
1607
+ },
1608
+ },
1609
+ AssemblyDirectory: {
1610
+ kind: "field",
1611
+ type: () => {
1612
+ return InteropServices.DllImportSearchPath;
1613
+ },
1614
+ },
1615
+ UseDllDirectoryForDependencies: {
1616
+ kind: "field",
1617
+ type: () => {
1618
+ return InteropServices.DllImportSearchPath;
1619
+ },
1620
+ },
1621
+ ApplicationDirectory: {
1622
+ kind: "field",
1623
+ type: () => {
1624
+ return InteropServices.DllImportSearchPath;
1625
+ },
1626
+ },
1627
+ UserDirectories: {
1628
+ kind: "field",
1629
+ type: () => {
1630
+ return InteropServices.DllImportSearchPath;
1631
+ },
1632
+ },
1633
+ System32: {
1634
+ kind: "field",
1635
+ type: () => {
1636
+ return InteropServices.DllImportSearchPath;
1637
+ },
1638
+ },
1639
+ SafeDirectories: {
1640
+ kind: "field",
1641
+ type: () => {
1642
+ return InteropServices.DllImportSearchPath;
1643
+ },
1644
+ },
1645
+ },
1646
+ },
1647
+ DynamicInterfaceCastableImplementationAttribute: {
1648
+ kind: "class",
1649
+ members: {
1650
+ DynamicInterfaceCastableImplementationAttribute: {
1651
+ kind: "method",
1652
+ methodKind: "constructor",
1653
+ },
1654
+ },
1655
+ isSealed: true,
1656
+ },
1657
+ ExternalException: {
1658
+ kind: "class",
1659
+ members: {
1660
+ ExternalException: {
1661
+ kind: "method",
1662
+ methodKind: "constructor",
1663
+ },
1664
+ ToString: {
1665
+ kind: "method",
1666
+ methodKind: "ordinary",
1667
+ isOverride: true,
1668
+ },
1669
+ ErrorCode: {
1670
+ kind: "property",
1671
+ type: () => {
1672
+ return System.Int32;
1673
+ },
1674
+ isVirtual: true,
1675
+ },
1676
+ },
1677
+ },
1678
+ FieldOffsetAttribute: {
1679
+ kind: "class",
1680
+ members: {
1681
+ FieldOffsetAttribute: {
1682
+ kind: "method",
1683
+ methodKind: "constructor",
1684
+ },
1685
+ Value: {
1686
+ kind: "property",
1687
+ type: () => {
1688
+ return System.Int32;
1689
+ },
1690
+ },
1691
+ },
1692
+ isSealed: true,
1693
+ },
1694
+ GCHandle: {
1695
+ kind: "struct",
1696
+ members: {
1697
+ AddrOfPinnedObject: {
1698
+ kind: "method",
1699
+ methodKind: "ordinary",
1700
+ isReadOnly: true,
1701
+ },
1702
+ Alloc: {
1703
+ kind: "method",
1704
+ methodKind: "ordinary",
1705
+ isStatic: true,
1706
+ },
1707
+ Equals: {
1708
+ kind: "method",
1709
+ methodKind: "ordinary",
1710
+ isOverride: true,
1711
+ isReadOnly: true,
1712
+ },
1713
+ Free: {
1714
+ kind: "method",
1715
+ methodKind: "ordinary",
1716
+ },
1717
+ FromIntPtr: {
1718
+ kind: "method",
1719
+ methodKind: "ordinary",
1720
+ isStatic: true,
1721
+ },
1722
+ GetHashCode: {
1723
+ kind: "method",
1724
+ methodKind: "ordinary",
1725
+ isOverride: true,
1726
+ isReadOnly: true,
1727
+ },
1728
+ ToIntPtr: {
1729
+ kind: "method",
1730
+ methodKind: "ordinary",
1731
+ isStatic: true,
1732
+ },
1733
+ IsAllocated: {
1734
+ kind: "property",
1735
+ type: () => {
1736
+ return System.Boolean;
1737
+ },
1738
+ isReadOnly: true,
1739
+ },
1740
+ Target: {
1741
+ kind: "property",
1742
+ type: () => {
1743
+ return System.Object;
1744
+ },
1745
+ isNullable: true,
1746
+ isReadOnly: true,
1747
+ },
1748
+ },
1749
+ },
1750
+ GCHandleType: {
1751
+ kind: "enum",
1752
+ members: {
1753
+ Weak: {
1754
+ kind: "field",
1755
+ type: () => {
1756
+ return InteropServices.GCHandleType;
1757
+ },
1758
+ },
1759
+ WeakTrackResurrection: {
1760
+ kind: "field",
1761
+ type: () => {
1762
+ return InteropServices.GCHandleType;
1763
+ },
1764
+ },
1765
+ Normal: {
1766
+ kind: "field",
1767
+ type: () => {
1768
+ return InteropServices.GCHandleType;
1769
+ },
1770
+ },
1771
+ Pinned: {
1772
+ kind: "field",
1773
+ type: () => {
1774
+ return InteropServices.GCHandleType;
1775
+ },
1776
+ },
1777
+ },
1778
+ },
1779
+ GuidAttribute: {
1780
+ kind: "class",
1781
+ members: {
1782
+ GuidAttribute: {
1783
+ kind: "method",
1784
+ methodKind: "constructor",
1785
+ },
1786
+ Value: {
1787
+ kind: "property",
1788
+ type: () => {
1789
+ return System.String;
1790
+ },
1791
+ },
1792
+ },
1793
+ isSealed: true,
1794
+ },
1795
+ HandleCollector: {
1796
+ kind: "class",
1797
+ members: {
1798
+ HandleCollector: {
1799
+ kind: "method",
1800
+ methodKind: "constructor",
1801
+ },
1802
+ Add: {
1803
+ kind: "method",
1804
+ methodKind: "ordinary",
1805
+ },
1806
+ Remove: {
1807
+ kind: "method",
1808
+ methodKind: "ordinary",
1809
+ },
1810
+ Count: {
1811
+ kind: "property",
1812
+ type: () => {
1813
+ return System.Int32;
1814
+ },
1815
+ },
1816
+ InitialThreshold: {
1817
+ kind: "property",
1818
+ type: () => {
1819
+ return System.Int32;
1820
+ },
1821
+ },
1822
+ MaximumThreshold: {
1823
+ kind: "property",
1824
+ type: () => {
1825
+ return System.Int32;
1826
+ },
1827
+ },
1828
+ Name: {
1829
+ kind: "property",
1830
+ type: () => {
1831
+ return System.String;
1832
+ },
1833
+ },
1834
+ },
1835
+ isSealed: true,
1836
+ },
1837
+ HandleRef: {
1838
+ kind: "struct",
1839
+ members: {
1840
+ HandleRef: {
1841
+ kind: "method",
1842
+ methodKind: "constructor",
1843
+ },
1844
+ ToIntPtr: {
1845
+ kind: "method",
1846
+ methodKind: "ordinary",
1847
+ isStatic: true,
1848
+ },
1849
+ Handle: {
1850
+ kind: "property",
1851
+ type: () => {
1852
+ return System.IntPtr;
1853
+ },
1854
+ },
1855
+ Wrapper: {
1856
+ kind: "property",
1857
+ type: () => {
1858
+ return System.Object;
1859
+ },
1860
+ isNullable: true,
1861
+ },
1862
+ },
1863
+ },
1864
+ ICustomFactory: {
1865
+ kind: "interface",
1866
+ members: {
1867
+ CreateInstance: {
1868
+ kind: "method",
1869
+ methodKind: "ordinary",
1870
+ },
1871
+ },
1872
+ },
1873
+ ICustomMarshaler: {
1874
+ kind: "interface",
1875
+ members: {
1876
+ CleanUpManagedData: {
1877
+ kind: "method",
1878
+ methodKind: "ordinary",
1879
+ },
1880
+ CleanUpNativeData: {
1881
+ kind: "method",
1882
+ methodKind: "ordinary",
1883
+ },
1884
+ GetNativeDataSize: {
1885
+ kind: "method",
1886
+ methodKind: "ordinary",
1887
+ },
1888
+ MarshalManagedToNative: {
1889
+ kind: "method",
1890
+ methodKind: "ordinary",
1891
+ },
1892
+ MarshalNativeToManaged: {
1893
+ kind: "method",
1894
+ methodKind: "ordinary",
1895
+ },
1896
+ },
1897
+ },
1898
+ IDynamicInterfaceCastable: {
1899
+ kind: "interface",
1900
+ members: {
1901
+ IsInterfaceImplemented: {
1902
+ kind: "method",
1903
+ methodKind: "ordinary",
1904
+ },
1905
+ GetInterfaceImplementation: {
1906
+ kind: "method",
1907
+ methodKind: "ordinary",
1908
+ },
1909
+ },
1910
+ },
1911
+ ImmutableCollectionsMarshal: {
1912
+ kind: "class",
1913
+ members: {},
1914
+ isStatic: true,
1915
+ },
1916
+ ImportedFromTypeLibAttribute: {
1917
+ kind: "class",
1918
+ members: {
1919
+ ImportedFromTypeLibAttribute: {
1920
+ kind: "method",
1921
+ methodKind: "constructor",
1922
+ },
1923
+ Value: {
1924
+ kind: "property",
1925
+ type: () => {
1926
+ return System.String;
1927
+ },
1928
+ },
1929
+ },
1930
+ isSealed: true,
1931
+ },
1932
+ InAttribute: {
1933
+ kind: "class",
1934
+ members: {
1935
+ InAttribute: {
1936
+ kind: "method",
1937
+ methodKind: "constructor",
1938
+ },
1939
+ },
1940
+ isSealed: true,
1941
+ },
1942
+ InterfaceTypeAttribute: {
1943
+ kind: "class",
1944
+ members: {
1945
+ InterfaceTypeAttribute: {
1946
+ kind: "method",
1947
+ methodKind: "constructor",
1948
+ },
1949
+ Value: {
1950
+ kind: "property",
1951
+ type: () => {
1952
+ return InteropServices.ComInterfaceType;
1953
+ },
1954
+ },
1955
+ },
1956
+ isSealed: true,
1957
+ },
1958
+ InvalidComObjectException: {
1959
+ kind: "class",
1960
+ members: {
1961
+ InvalidComObjectException: {
1962
+ kind: "method",
1963
+ methodKind: "constructor",
1964
+ },
1965
+ },
1966
+ },
1967
+ InvalidOleVariantTypeException: {
1968
+ kind: "class",
1969
+ members: {
1970
+ InvalidOleVariantTypeException: {
1971
+ kind: "method",
1972
+ methodKind: "constructor",
1973
+ },
1974
+ },
1975
+ },
1976
+ JsonMarshal: {
1977
+ kind: "class",
1978
+ members: {
1979
+ GetRawUtf8Value: {
1980
+ kind: "method",
1981
+ methodKind: "ordinary",
1982
+ isStatic: true,
1983
+ },
1984
+ },
1985
+ isStatic: true,
1986
+ },
1987
+ LCIDConversionAttribute: {
1988
+ kind: "class",
1989
+ members: {
1990
+ LCIDConversionAttribute: {
1991
+ kind: "method",
1992
+ methodKind: "constructor",
1993
+ },
1994
+ Value: {
1995
+ kind: "property",
1996
+ type: () => {
1997
+ return System.Int32;
1998
+ },
1999
+ },
2000
+ },
2001
+ isSealed: true,
2002
+ },
2003
+ LayoutKind: {
2004
+ kind: "enum",
2005
+ members: {
2006
+ Sequential: {
2007
+ kind: "field",
2008
+ type: () => {
2009
+ return InteropServices.LayoutKind;
2010
+ },
2011
+ },
2012
+ Explicit: {
2013
+ kind: "field",
2014
+ type: () => {
2015
+ return InteropServices.LayoutKind;
2016
+ },
2017
+ },
2018
+ Auto: {
2019
+ kind: "field",
2020
+ type: () => {
2021
+ return InteropServices.LayoutKind;
2022
+ },
2023
+ },
2024
+ },
2025
+ },
2026
+ LibraryImportAttribute: {
2027
+ kind: "class",
2028
+ members: {
2029
+ LibraryImportAttribute: {
2030
+ kind: "method",
2031
+ methodKind: "constructor",
2032
+ },
2033
+ LibraryName: {
2034
+ kind: "property",
2035
+ type: () => {
2036
+ return System.String;
2037
+ },
2038
+ },
2039
+ EntryPoint: {
2040
+ kind: "property",
2041
+ type: () => {
2042
+ return System.String;
2043
+ },
2044
+ isNullable: true,
2045
+ },
2046
+ SetLastError: {
2047
+ kind: "property",
2048
+ type: () => {
2049
+ return System.Boolean;
2050
+ },
2051
+ },
2052
+ StringMarshalling: {
2053
+ kind: "property",
2054
+ type: () => {
2055
+ return InteropServices.StringMarshalling;
2056
+ },
2057
+ },
2058
+ StringMarshallingCustomType: {
2059
+ kind: "property",
2060
+ type: () => {
2061
+ return System.Type;
2062
+ },
2063
+ isNullable: true,
2064
+ },
2065
+ },
2066
+ isSealed: true,
2067
+ },
2068
+ ManagedToNativeComInteropStubAttribute: {
2069
+ kind: "class",
2070
+ members: {
2071
+ ManagedToNativeComInteropStubAttribute: {
2072
+ kind: "method",
2073
+ methodKind: "constructor",
2074
+ },
2075
+ ClassType: {
2076
+ kind: "property",
2077
+ type: () => {
2078
+ return System.Type;
2079
+ },
2080
+ },
2081
+ MethodName: {
2082
+ kind: "property",
2083
+ type: () => {
2084
+ return System.String;
2085
+ },
2086
+ },
2087
+ },
2088
+ isSealed: true,
2089
+ },
2090
+ Marshal: {
2091
+ kind: "class",
2092
+ members: {
2093
+ SystemDefaultCharSize: {
2094
+ kind: "field",
2095
+ type: () => {
2096
+ return System.Int32;
2097
+ },
2098
+ isStatic: true,
2099
+ isReadOnly: true,
2100
+ },
2101
+ SystemMaxDBCSCharSize: {
2102
+ kind: "field",
2103
+ type: () => {
2104
+ return System.Int32;
2105
+ },
2106
+ isStatic: true,
2107
+ isReadOnly: true,
2108
+ },
2109
+ AddRef: {
2110
+ kind: "method",
2111
+ methodKind: "ordinary",
2112
+ isStatic: true,
2113
+ },
2114
+ AllocCoTaskMem: {
2115
+ kind: "method",
2116
+ methodKind: "ordinary",
2117
+ isStatic: true,
2118
+ },
2119
+ AllocHGlobal: {
2120
+ kind: "method",
2121
+ methodKind: "ordinary",
2122
+ isStatic: true,
2123
+ },
2124
+ AreComObjectsAvailableForCleanup: {
2125
+ kind: "method",
2126
+ methodKind: "ordinary",
2127
+ isStatic: true,
2128
+ },
2129
+ BindToMoniker: {
2130
+ kind: "method",
2131
+ methodKind: "ordinary",
2132
+ isStatic: true,
2133
+ },
2134
+ ChangeWrapperHandleStrength: {
2135
+ kind: "method",
2136
+ methodKind: "ordinary",
2137
+ isStatic: true,
2138
+ },
2139
+ CleanupUnusedObjectsInCurrentContext: {
2140
+ kind: "method",
2141
+ methodKind: "ordinary",
2142
+ isStatic: true,
2143
+ },
2144
+ Copy: {
2145
+ kind: "method",
2146
+ methodKind: "ordinary",
2147
+ isStatic: true,
2148
+ },
2149
+ FinalReleaseComObject: {
2150
+ kind: "method",
2151
+ methodKind: "ordinary",
2152
+ isStatic: true,
2153
+ },
2154
+ FreeBSTR: {
2155
+ kind: "method",
2156
+ methodKind: "ordinary",
2157
+ isStatic: true,
2158
+ },
2159
+ FreeCoTaskMem: {
2160
+ kind: "method",
2161
+ methodKind: "ordinary",
2162
+ isStatic: true,
2163
+ },
2164
+ FreeHGlobal: {
2165
+ kind: "method",
2166
+ methodKind: "ordinary",
2167
+ isStatic: true,
2168
+ },
2169
+ GenerateGuidForType: {
2170
+ kind: "method",
2171
+ methodKind: "ordinary",
2172
+ isStatic: true,
2173
+ },
2174
+ GenerateProgIdForType: {
2175
+ kind: "method",
2176
+ methodKind: "ordinary",
2177
+ isStatic: true,
2178
+ },
2179
+ GetComObjectData: {
2180
+ kind: "method",
2181
+ methodKind: "ordinary",
2182
+ isStatic: true,
2183
+ },
2184
+ GetEndComSlot: {
2185
+ kind: "method",
2186
+ methodKind: "ordinary",
2187
+ isStatic: true,
2188
+ },
2189
+ GetExceptionForHR: {
2190
+ kind: "method",
2191
+ methodKind: "ordinary",
2192
+ isStatic: true,
2193
+ },
2194
+ GetExceptionPointers: {
2195
+ kind: "method",
2196
+ methodKind: "ordinary",
2197
+ isStatic: true,
2198
+ },
2199
+ GetHINSTANCE: {
2200
+ kind: "method",
2201
+ methodKind: "ordinary",
2202
+ isStatic: true,
2203
+ },
2204
+ GetHRForException: {
2205
+ kind: "method",
2206
+ methodKind: "ordinary",
2207
+ isStatic: true,
2208
+ },
2209
+ GetHRForLastWin32Error: {
2210
+ kind: "method",
2211
+ methodKind: "ordinary",
2212
+ isStatic: true,
2213
+ },
2214
+ GetIDispatchForObject: {
2215
+ kind: "method",
2216
+ methodKind: "ordinary",
2217
+ isStatic: true,
2218
+ },
2219
+ GetIUnknownForObject: {
2220
+ kind: "method",
2221
+ methodKind: "ordinary",
2222
+ isStatic: true,
2223
+ },
2224
+ GetLastPInvokeError: {
2225
+ kind: "method",
2226
+ methodKind: "ordinary",
2227
+ isStatic: true,
2228
+ },
2229
+ GetLastSystemError: {
2230
+ kind: "method",
2231
+ methodKind: "ordinary",
2232
+ isStatic: true,
2233
+ },
2234
+ GetLastWin32Error: {
2235
+ kind: "method",
2236
+ methodKind: "ordinary",
2237
+ isStatic: true,
2238
+ },
2239
+ GetLastPInvokeErrorMessage: {
2240
+ kind: "method",
2241
+ methodKind: "ordinary",
2242
+ isStatic: true,
2243
+ },
2244
+ GetPInvokeErrorMessage: {
2245
+ kind: "method",
2246
+ methodKind: "ordinary",
2247
+ isStatic: true,
2248
+ },
2249
+ GetObjectForIUnknown: {
2250
+ kind: "method",
2251
+ methodKind: "ordinary",
2252
+ isStatic: true,
2253
+ },
2254
+ GetStartComSlot: {
2255
+ kind: "method",
2256
+ methodKind: "ordinary",
2257
+ isStatic: true,
2258
+ },
2259
+ GetTypedObjectForIUnknown: {
2260
+ kind: "method",
2261
+ methodKind: "ordinary",
2262
+ isStatic: true,
2263
+ },
2264
+ GetTypeFromCLSID: {
2265
+ kind: "method",
2266
+ methodKind: "ordinary",
2267
+ isStatic: true,
2268
+ },
2269
+ GetTypeInfoName: {
2270
+ kind: "method",
2271
+ methodKind: "ordinary",
2272
+ isStatic: true,
2273
+ },
2274
+ GetUniqueObjectForIUnknown: {
2275
+ kind: "method",
2276
+ methodKind: "ordinary",
2277
+ isStatic: true,
2278
+ },
2279
+ InitHandle: {
2280
+ kind: "method",
2281
+ methodKind: "ordinary",
2282
+ isStatic: true,
2283
+ },
2284
+ IsComObject: {
2285
+ kind: "method",
2286
+ methodKind: "ordinary",
2287
+ isStatic: true,
2288
+ },
2289
+ IsTypeVisibleFromCom: {
2290
+ kind: "method",
2291
+ methodKind: "ordinary",
2292
+ isStatic: true,
2293
+ },
2294
+ Prelink: {
2295
+ kind: "method",
2296
+ methodKind: "ordinary",
2297
+ isStatic: true,
2298
+ },
2299
+ PrelinkAll: {
2300
+ kind: "method",
2301
+ methodKind: "ordinary",
2302
+ isStatic: true,
2303
+ },
2304
+ PtrToStringAnsi: {
2305
+ kind: "method",
2306
+ methodKind: "ordinary",
2307
+ isStatic: true,
2308
+ },
2309
+ PtrToStringAuto: {
2310
+ kind: "method",
2311
+ methodKind: "ordinary",
2312
+ isStatic: true,
2313
+ },
2314
+ PtrToStringBSTR: {
2315
+ kind: "method",
2316
+ methodKind: "ordinary",
2317
+ isStatic: true,
2318
+ },
2319
+ PtrToStringUni: {
2320
+ kind: "method",
2321
+ methodKind: "ordinary",
2322
+ isStatic: true,
2323
+ },
2324
+ PtrToStringUTF8: {
2325
+ kind: "method",
2326
+ methodKind: "ordinary",
2327
+ isStatic: true,
2328
+ },
2329
+ QueryInterface: {
2330
+ kind: "method",
2331
+ methodKind: "ordinary",
2332
+ isStatic: true,
2333
+ },
2334
+ ReadByte: {
2335
+ kind: "method",
2336
+ methodKind: "ordinary",
2337
+ isStatic: true,
2338
+ },
2339
+ ReadInt16: {
2340
+ kind: "method",
2341
+ methodKind: "ordinary",
2342
+ isStatic: true,
2343
+ },
2344
+ ReadInt32: {
2345
+ kind: "method",
2346
+ methodKind: "ordinary",
2347
+ isStatic: true,
2348
+ },
2349
+ ReadInt64: {
2350
+ kind: "method",
2351
+ methodKind: "ordinary",
2352
+ isStatic: true,
2353
+ },
2354
+ ReadIntPtr: {
2355
+ kind: "method",
2356
+ methodKind: "ordinary",
2357
+ isStatic: true,
2358
+ },
2359
+ ReAllocCoTaskMem: {
2360
+ kind: "method",
2361
+ methodKind: "ordinary",
2362
+ isStatic: true,
2363
+ },
2364
+ ReAllocHGlobal: {
2365
+ kind: "method",
2366
+ methodKind: "ordinary",
2367
+ isStatic: true,
2368
+ },
2369
+ Release: {
2370
+ kind: "method",
2371
+ methodKind: "ordinary",
2372
+ isStatic: true,
2373
+ },
2374
+ ReleaseComObject: {
2375
+ kind: "method",
2376
+ methodKind: "ordinary",
2377
+ isStatic: true,
2378
+ },
2379
+ SecureStringToBSTR: {
2380
+ kind: "method",
2381
+ methodKind: "ordinary",
2382
+ isStatic: true,
2383
+ },
2384
+ SecureStringToCoTaskMemAnsi: {
2385
+ kind: "method",
2386
+ methodKind: "ordinary",
2387
+ isStatic: true,
2388
+ },
2389
+ SecureStringToCoTaskMemUnicode: {
2390
+ kind: "method",
2391
+ methodKind: "ordinary",
2392
+ isStatic: true,
2393
+ },
2394
+ SecureStringToGlobalAllocAnsi: {
2395
+ kind: "method",
2396
+ methodKind: "ordinary",
2397
+ isStatic: true,
2398
+ },
2399
+ SecureStringToGlobalAllocUnicode: {
2400
+ kind: "method",
2401
+ methodKind: "ordinary",
2402
+ isStatic: true,
2403
+ },
2404
+ SetComObjectData: {
2405
+ kind: "method",
2406
+ methodKind: "ordinary",
2407
+ isStatic: true,
2408
+ },
2409
+ SetLastPInvokeError: {
2410
+ kind: "method",
2411
+ methodKind: "ordinary",
2412
+ isStatic: true,
2413
+ },
2414
+ SetLastSystemError: {
2415
+ kind: "method",
2416
+ methodKind: "ordinary",
2417
+ isStatic: true,
2418
+ },
2419
+ StringToBSTR: {
2420
+ kind: "method",
2421
+ methodKind: "ordinary",
2422
+ isStatic: true,
2423
+ },
2424
+ StringToCoTaskMemAnsi: {
2425
+ kind: "method",
2426
+ methodKind: "ordinary",
2427
+ isStatic: true,
2428
+ },
2429
+ StringToCoTaskMemAuto: {
2430
+ kind: "method",
2431
+ methodKind: "ordinary",
2432
+ isStatic: true,
2433
+ },
2434
+ StringToCoTaskMemUni: {
2435
+ kind: "method",
2436
+ methodKind: "ordinary",
2437
+ isStatic: true,
2438
+ },
2439
+ StringToCoTaskMemUTF8: {
2440
+ kind: "method",
2441
+ methodKind: "ordinary",
2442
+ isStatic: true,
2443
+ },
2444
+ StringToHGlobalAnsi: {
2445
+ kind: "method",
2446
+ methodKind: "ordinary",
2447
+ isStatic: true,
2448
+ },
2449
+ StringToHGlobalAuto: {
2450
+ kind: "method",
2451
+ methodKind: "ordinary",
2452
+ isStatic: true,
2453
+ },
2454
+ StringToHGlobalUni: {
2455
+ kind: "method",
2456
+ methodKind: "ordinary",
2457
+ isStatic: true,
2458
+ },
2459
+ ThrowExceptionForHR: {
2460
+ kind: "method",
2461
+ methodKind: "ordinary",
2462
+ isStatic: true,
2463
+ },
2464
+ WriteByte: {
2465
+ kind: "method",
2466
+ methodKind: "ordinary",
2467
+ isStatic: true,
2468
+ },
2469
+ WriteInt16: {
2470
+ kind: "method",
2471
+ methodKind: "ordinary",
2472
+ isStatic: true,
2473
+ },
2474
+ WriteInt32: {
2475
+ kind: "method",
2476
+ methodKind: "ordinary",
2477
+ isStatic: true,
2478
+ },
2479
+ WriteInt64: {
2480
+ kind: "method",
2481
+ methodKind: "ordinary",
2482
+ isStatic: true,
2483
+ },
2484
+ WriteIntPtr: {
2485
+ kind: "method",
2486
+ methodKind: "ordinary",
2487
+ isStatic: true,
2488
+ },
2489
+ ZeroFreeBSTR: {
2490
+ kind: "method",
2491
+ methodKind: "ordinary",
2492
+ isStatic: true,
2493
+ },
2494
+ ZeroFreeCoTaskMemAnsi: {
2495
+ kind: "method",
2496
+ methodKind: "ordinary",
2497
+ isStatic: true,
2498
+ },
2499
+ ZeroFreeCoTaskMemUnicode: {
2500
+ kind: "method",
2501
+ methodKind: "ordinary",
2502
+ isStatic: true,
2503
+ },
2504
+ ZeroFreeCoTaskMemUTF8: {
2505
+ kind: "method",
2506
+ methodKind: "ordinary",
2507
+ isStatic: true,
2508
+ },
2509
+ ZeroFreeGlobalAllocAnsi: {
2510
+ kind: "method",
2511
+ methodKind: "ordinary",
2512
+ isStatic: true,
2513
+ },
2514
+ ZeroFreeGlobalAllocUnicode: {
2515
+ kind: "method",
2516
+ methodKind: "ordinary",
2517
+ isStatic: true,
2518
+ },
2519
+ },
2520
+ isStatic: true,
2521
+ },
2522
+ MarshalAsAttribute: {
2523
+ kind: "class",
2524
+ members: {
2525
+ ArraySubType: {
2526
+ kind: "field",
2527
+ type: () => {
2528
+ return InteropServices.UnmanagedType;
2529
+ },
2530
+ },
2531
+ IidParameterIndex: {
2532
+ kind: "field",
2533
+ type: () => {
2534
+ return System.Int32;
2535
+ },
2536
+ },
2537
+ MarshalCookie: {
2538
+ kind: "field",
2539
+ type: () => {
2540
+ return System.String;
2541
+ },
2542
+ isNullable: true,
2543
+ },
2544
+ MarshalType: {
2545
+ kind: "field",
2546
+ type: () => {
2547
+ return System.String;
2548
+ },
2549
+ isNullable: true,
2550
+ },
2551
+ MarshalTypeRef: {
2552
+ kind: "field",
2553
+ type: () => {
2554
+ return System.Type;
2555
+ },
2556
+ isNullable: true,
2557
+ },
2558
+ SafeArraySubType: {
2559
+ kind: "field",
2560
+ type: undefined,
2561
+ },
2562
+ SafeArrayUserDefinedSubType: {
2563
+ kind: "field",
2564
+ type: () => {
2565
+ return System.Type;
2566
+ },
2567
+ isNullable: true,
2568
+ },
2569
+ SizeConst: {
2570
+ kind: "field",
2571
+ type: () => {
2572
+ return System.Int32;
2573
+ },
2574
+ },
2575
+ SizeParamIndex: {
2576
+ kind: "field",
2577
+ type: () => {
2578
+ return System.Int16;
2579
+ },
2580
+ },
2581
+ MarshalAsAttribute: {
2582
+ kind: "method",
2583
+ methodKind: "constructor",
2584
+ },
2585
+ Value: {
2586
+ kind: "property",
2587
+ type: () => {
2588
+ return InteropServices.UnmanagedType;
2589
+ },
2590
+ },
2591
+ },
2592
+ isSealed: true,
2593
+ },
2594
+ MarshalDirectiveException: {
2595
+ kind: "class",
2596
+ members: {
2597
+ MarshalDirectiveException: {
2598
+ kind: "method",
2599
+ methodKind: "constructor",
2600
+ },
2601
+ },
2602
+ },
2603
+ MemoryMarshal: {
2604
+ kind: "class",
2605
+ members: {
2606
+ CreateReadOnlySpanFromNullTerminated: {
2607
+ kind: "method",
2608
+ methodKind: "ordinary",
2609
+ isStatic: true,
2610
+ },
2611
+ GetArrayDataReference: {
2612
+ kind: "method",
2613
+ methodKind: "ordinary",
2614
+ isStatic: true,
2615
+ },
2616
+ TryGetString: {
2617
+ kind: "method",
2618
+ methodKind: "ordinary",
2619
+ isStatic: true,
2620
+ },
2621
+ },
2622
+ isStatic: true,
2623
+ },
2624
+ NFloat: {
2625
+ kind: "struct",
2626
+ members: {
2627
+ NFloat: {
2628
+ kind: "method",
2629
+ methodKind: "constructor",
2630
+ },
2631
+ Abs: {
2632
+ kind: "method",
2633
+ methodKind: "ordinary",
2634
+ isStatic: true,
2635
+ },
2636
+ Acos: {
2637
+ kind: "method",
2638
+ methodKind: "ordinary",
2639
+ isStatic: true,
2640
+ },
2641
+ Acosh: {
2642
+ kind: "method",
2643
+ methodKind: "ordinary",
2644
+ isStatic: true,
2645
+ },
2646
+ AcosPi: {
2647
+ kind: "method",
2648
+ methodKind: "ordinary",
2649
+ isStatic: true,
2650
+ },
2651
+ Asin: {
2652
+ kind: "method",
2653
+ methodKind: "ordinary",
2654
+ isStatic: true,
2655
+ },
2656
+ Asinh: {
2657
+ kind: "method",
2658
+ methodKind: "ordinary",
2659
+ isStatic: true,
2660
+ },
2661
+ AsinPi: {
2662
+ kind: "method",
2663
+ methodKind: "ordinary",
2664
+ isStatic: true,
2665
+ },
2666
+ Atan: {
2667
+ kind: "method",
2668
+ methodKind: "ordinary",
2669
+ isStatic: true,
2670
+ },
2671
+ Atan2: {
2672
+ kind: "method",
2673
+ methodKind: "ordinary",
2674
+ isStatic: true,
2675
+ },
2676
+ Atan2Pi: {
2677
+ kind: "method",
2678
+ methodKind: "ordinary",
2679
+ isStatic: true,
2680
+ },
2681
+ Atanh: {
2682
+ kind: "method",
2683
+ methodKind: "ordinary",
2684
+ isStatic: true,
2685
+ },
2686
+ AtanPi: {
2687
+ kind: "method",
2688
+ methodKind: "ordinary",
2689
+ isStatic: true,
2690
+ },
2691
+ BitDecrement: {
2692
+ kind: "method",
2693
+ methodKind: "ordinary",
2694
+ isStatic: true,
2695
+ },
2696
+ BitIncrement: {
2697
+ kind: "method",
2698
+ methodKind: "ordinary",
2699
+ isStatic: true,
2700
+ },
2701
+ Cbrt: {
2702
+ kind: "method",
2703
+ methodKind: "ordinary",
2704
+ isStatic: true,
2705
+ },
2706
+ Ceiling: {
2707
+ kind: "method",
2708
+ methodKind: "ordinary",
2709
+ isStatic: true,
2710
+ },
2711
+ Clamp: {
2712
+ kind: "method",
2713
+ methodKind: "ordinary",
2714
+ isStatic: true,
2715
+ },
2716
+ CompareTo: {
2717
+ kind: "method",
2718
+ methodKind: "ordinary",
2719
+ },
2720
+ CopySign: {
2721
+ kind: "method",
2722
+ methodKind: "ordinary",
2723
+ isStatic: true,
2724
+ },
2725
+ Cos: {
2726
+ kind: "method",
2727
+ methodKind: "ordinary",
2728
+ isStatic: true,
2729
+ },
2730
+ Cosh: {
2731
+ kind: "method",
2732
+ methodKind: "ordinary",
2733
+ isStatic: true,
2734
+ },
2735
+ CosPi: {
2736
+ kind: "method",
2737
+ methodKind: "ordinary",
2738
+ isStatic: true,
2739
+ },
2740
+ DegreesToRadians: {
2741
+ kind: "method",
2742
+ methodKind: "ordinary",
2743
+ isStatic: true,
2744
+ },
2745
+ Equals: {
2746
+ kind: "method",
2747
+ methodKind: "ordinary",
2748
+ isOverride: true,
2749
+ },
2750
+ Exp: {
2751
+ kind: "method",
2752
+ methodKind: "ordinary",
2753
+ isStatic: true,
2754
+ },
2755
+ Exp10: {
2756
+ kind: "method",
2757
+ methodKind: "ordinary",
2758
+ isStatic: true,
2759
+ },
2760
+ Exp10M1: {
2761
+ kind: "method",
2762
+ methodKind: "ordinary",
2763
+ isStatic: true,
2764
+ },
2765
+ Exp2: {
2766
+ kind: "method",
2767
+ methodKind: "ordinary",
2768
+ isStatic: true,
2769
+ },
2770
+ Exp2M1: {
2771
+ kind: "method",
2772
+ methodKind: "ordinary",
2773
+ isStatic: true,
2774
+ },
2775
+ ExpM1: {
2776
+ kind: "method",
2777
+ methodKind: "ordinary",
2778
+ isStatic: true,
2779
+ },
2780
+ Floor: {
2781
+ kind: "method",
2782
+ methodKind: "ordinary",
2783
+ isStatic: true,
2784
+ },
2785
+ FusedMultiplyAdd: {
2786
+ kind: "method",
2787
+ methodKind: "ordinary",
2788
+ isStatic: true,
2789
+ },
2790
+ GetHashCode: {
2791
+ kind: "method",
2792
+ methodKind: "ordinary",
2793
+ isOverride: true,
2794
+ },
2795
+ Hypot: {
2796
+ kind: "method",
2797
+ methodKind: "ordinary",
2798
+ isStatic: true,
2799
+ },
2800
+ Ieee754Remainder: {
2801
+ kind: "method",
2802
+ methodKind: "ordinary",
2803
+ isStatic: true,
2804
+ },
2805
+ ILogB: {
2806
+ kind: "method",
2807
+ methodKind: "ordinary",
2808
+ isStatic: true,
2809
+ },
2810
+ IsEvenInteger: {
2811
+ kind: "method",
2812
+ methodKind: "ordinary",
2813
+ isStatic: true,
2814
+ },
2815
+ IsFinite: {
2816
+ kind: "method",
2817
+ methodKind: "ordinary",
2818
+ isStatic: true,
2819
+ },
2820
+ IsInfinity: {
2821
+ kind: "method",
2822
+ methodKind: "ordinary",
2823
+ isStatic: true,
2824
+ },
2825
+ IsInteger: {
2826
+ kind: "method",
2827
+ methodKind: "ordinary",
2828
+ isStatic: true,
2829
+ },
2830
+ IsNaN: {
2831
+ kind: "method",
2832
+ methodKind: "ordinary",
2833
+ isStatic: true,
2834
+ },
2835
+ IsNegative: {
2836
+ kind: "method",
2837
+ methodKind: "ordinary",
2838
+ isStatic: true,
2839
+ },
2840
+ IsNegativeInfinity: {
2841
+ kind: "method",
2842
+ methodKind: "ordinary",
2843
+ isStatic: true,
2844
+ },
2845
+ IsNormal: {
2846
+ kind: "method",
2847
+ methodKind: "ordinary",
2848
+ isStatic: true,
2849
+ },
2850
+ IsOddInteger: {
2851
+ kind: "method",
2852
+ methodKind: "ordinary",
2853
+ isStatic: true,
2854
+ },
2855
+ IsPositive: {
2856
+ kind: "method",
2857
+ methodKind: "ordinary",
2858
+ isStatic: true,
2859
+ },
2860
+ IsPositiveInfinity: {
2861
+ kind: "method",
2862
+ methodKind: "ordinary",
2863
+ isStatic: true,
2864
+ },
2865
+ IsPow2: {
2866
+ kind: "method",
2867
+ methodKind: "ordinary",
2868
+ isStatic: true,
2869
+ },
2870
+ IsRealNumber: {
2871
+ kind: "method",
2872
+ methodKind: "ordinary",
2873
+ isStatic: true,
2874
+ },
2875
+ IsSubnormal: {
2876
+ kind: "method",
2877
+ methodKind: "ordinary",
2878
+ isStatic: true,
2879
+ },
2880
+ Lerp: {
2881
+ kind: "method",
2882
+ methodKind: "ordinary",
2883
+ isStatic: true,
2884
+ },
2885
+ Log: {
2886
+ kind: "method",
2887
+ methodKind: "ordinary",
2888
+ isStatic: true,
2889
+ },
2890
+ Log10: {
2891
+ kind: "method",
2892
+ methodKind: "ordinary",
2893
+ isStatic: true,
2894
+ },
2895
+ Log10P1: {
2896
+ kind: "method",
2897
+ methodKind: "ordinary",
2898
+ isStatic: true,
2899
+ },
2900
+ Log2: {
2901
+ kind: "method",
2902
+ methodKind: "ordinary",
2903
+ isStatic: true,
2904
+ },
2905
+ Log2P1: {
2906
+ kind: "method",
2907
+ methodKind: "ordinary",
2908
+ isStatic: true,
2909
+ },
2910
+ LogP1: {
2911
+ kind: "method",
2912
+ methodKind: "ordinary",
2913
+ isStatic: true,
2914
+ },
2915
+ Max: {
2916
+ kind: "method",
2917
+ methodKind: "ordinary",
2918
+ isStatic: true,
2919
+ },
2920
+ MaxMagnitude: {
2921
+ kind: "method",
2922
+ methodKind: "ordinary",
2923
+ isStatic: true,
2924
+ },
2925
+ MaxMagnitudeNumber: {
2926
+ kind: "method",
2927
+ methodKind: "ordinary",
2928
+ isStatic: true,
2929
+ },
2930
+ MaxNumber: {
2931
+ kind: "method",
2932
+ methodKind: "ordinary",
2933
+ isStatic: true,
2934
+ },
2935
+ Min: {
2936
+ kind: "method",
2937
+ methodKind: "ordinary",
2938
+ isStatic: true,
2939
+ },
2940
+ MinMagnitude: {
2941
+ kind: "method",
2942
+ methodKind: "ordinary",
2943
+ isStatic: true,
2944
+ },
2945
+ MinMagnitudeNumber: {
2946
+ kind: "method",
2947
+ methodKind: "ordinary",
2948
+ isStatic: true,
2949
+ },
2950
+ MinNumber: {
2951
+ kind: "method",
2952
+ methodKind: "ordinary",
2953
+ isStatic: true,
2954
+ },
2955
+ MultiplyAddEstimate: {
2956
+ kind: "method",
2957
+ methodKind: "ordinary",
2958
+ isStatic: true,
2959
+ },
2960
+ Parse: {
2961
+ kind: "method",
2962
+ methodKind: "ordinary",
2963
+ isStatic: true,
2964
+ },
2965
+ Pow: {
2966
+ kind: "method",
2967
+ methodKind: "ordinary",
2968
+ isStatic: true,
2969
+ },
2970
+ RadiansToDegrees: {
2971
+ kind: "method",
2972
+ methodKind: "ordinary",
2973
+ isStatic: true,
2974
+ },
2975
+ ReciprocalEstimate: {
2976
+ kind: "method",
2977
+ methodKind: "ordinary",
2978
+ isStatic: true,
2979
+ },
2980
+ ReciprocalSqrtEstimate: {
2981
+ kind: "method",
2982
+ methodKind: "ordinary",
2983
+ isStatic: true,
2984
+ },
2985
+ RootN: {
2986
+ kind: "method",
2987
+ methodKind: "ordinary",
2988
+ isStatic: true,
2989
+ },
2990
+ Round: {
2991
+ kind: "method",
2992
+ methodKind: "ordinary",
2993
+ isStatic: true,
2994
+ },
2995
+ ScaleB: {
2996
+ kind: "method",
2997
+ methodKind: "ordinary",
2998
+ isStatic: true,
2999
+ },
3000
+ Sign: {
3001
+ kind: "method",
3002
+ methodKind: "ordinary",
3003
+ isStatic: true,
3004
+ },
3005
+ Sin: {
3006
+ kind: "method",
3007
+ methodKind: "ordinary",
3008
+ isStatic: true,
3009
+ },
3010
+ SinCos: {
3011
+ kind: "method",
3012
+ methodKind: "ordinary",
3013
+ isStatic: true,
3014
+ },
3015
+ SinCosPi: {
3016
+ kind: "method",
3017
+ methodKind: "ordinary",
3018
+ isStatic: true,
3019
+ },
3020
+ Sinh: {
3021
+ kind: "method",
3022
+ methodKind: "ordinary",
3023
+ isStatic: true,
3024
+ },
3025
+ SinPi: {
3026
+ kind: "method",
3027
+ methodKind: "ordinary",
3028
+ isStatic: true,
3029
+ },
3030
+ Sqrt: {
3031
+ kind: "method",
3032
+ methodKind: "ordinary",
3033
+ isStatic: true,
3034
+ },
3035
+ Tan: {
3036
+ kind: "method",
3037
+ methodKind: "ordinary",
3038
+ isStatic: true,
3039
+ },
3040
+ Tanh: {
3041
+ kind: "method",
3042
+ methodKind: "ordinary",
3043
+ isStatic: true,
3044
+ },
3045
+ TanPi: {
3046
+ kind: "method",
3047
+ methodKind: "ordinary",
3048
+ isStatic: true,
3049
+ },
3050
+ ToString: {
3051
+ kind: "method",
3052
+ methodKind: "ordinary",
3053
+ isOverride: true,
3054
+ },
3055
+ Truncate: {
3056
+ kind: "method",
3057
+ methodKind: "ordinary",
3058
+ isStatic: true,
3059
+ },
3060
+ TryFormat: {
3061
+ kind: "method",
3062
+ methodKind: "ordinary",
3063
+ },
3064
+ TryParse: {
3065
+ kind: "method",
3066
+ methodKind: "ordinary",
3067
+ isStatic: true,
3068
+ },
3069
+ E: {
3070
+ kind: "property",
3071
+ type: () => {
3072
+ return InteropServices.NFloat;
3073
+ },
3074
+ isStatic: true,
3075
+ },
3076
+ Epsilon: {
3077
+ kind: "property",
3078
+ type: () => {
3079
+ return InteropServices.NFloat;
3080
+ },
3081
+ isStatic: true,
3082
+ },
3083
+ MaxValue: {
3084
+ kind: "property",
3085
+ type: () => {
3086
+ return InteropServices.NFloat;
3087
+ },
3088
+ isStatic: true,
3089
+ },
3090
+ MinValue: {
3091
+ kind: "property",
3092
+ type: () => {
3093
+ return InteropServices.NFloat;
3094
+ },
3095
+ isStatic: true,
3096
+ },
3097
+ NaN: {
3098
+ kind: "property",
3099
+ type: () => {
3100
+ return InteropServices.NFloat;
3101
+ },
3102
+ isStatic: true,
3103
+ },
3104
+ NegativeInfinity: {
3105
+ kind: "property",
3106
+ type: () => {
3107
+ return InteropServices.NFloat;
3108
+ },
3109
+ isStatic: true,
3110
+ },
3111
+ NegativeZero: {
3112
+ kind: "property",
3113
+ type: () => {
3114
+ return InteropServices.NFloat;
3115
+ },
3116
+ isStatic: true,
3117
+ },
3118
+ Pi: {
3119
+ kind: "property",
3120
+ type: () => {
3121
+ return InteropServices.NFloat;
3122
+ },
3123
+ isStatic: true,
3124
+ },
3125
+ PositiveInfinity: {
3126
+ kind: "property",
3127
+ type: () => {
3128
+ return InteropServices.NFloat;
3129
+ },
3130
+ isStatic: true,
3131
+ },
3132
+ Size: {
3133
+ kind: "property",
3134
+ type: () => {
3135
+ return System.Int32;
3136
+ },
3137
+ isStatic: true,
3138
+ },
3139
+ Tau: {
3140
+ kind: "property",
3141
+ type: () => {
3142
+ return InteropServices.NFloat;
3143
+ },
3144
+ isStatic: true,
3145
+ },
3146
+ Value: {
3147
+ kind: "property",
3148
+ type: () => {
3149
+ return System.Double;
3150
+ },
3151
+ },
3152
+ },
3153
+ },
3154
+ NativeLibrary: {
3155
+ kind: "class",
3156
+ members: {
3157
+ Free: {
3158
+ kind: "method",
3159
+ methodKind: "ordinary",
3160
+ isStatic: true,
3161
+ },
3162
+ GetMainProgramHandle: {
3163
+ kind: "method",
3164
+ methodKind: "ordinary",
3165
+ isStatic: true,
3166
+ },
3167
+ GetExport: {
3168
+ kind: "method",
3169
+ methodKind: "ordinary",
3170
+ isStatic: true,
3171
+ },
3172
+ Load: {
3173
+ kind: "method",
3174
+ methodKind: "ordinary",
3175
+ isStatic: true,
3176
+ },
3177
+ SetDllImportResolver: {
3178
+ kind: "method",
3179
+ methodKind: "ordinary",
3180
+ isStatic: true,
3181
+ },
3182
+ TryGetExport: {
3183
+ kind: "method",
3184
+ methodKind: "ordinary",
3185
+ isStatic: true,
3186
+ },
3187
+ TryLoad: {
3188
+ kind: "method",
3189
+ methodKind: "ordinary",
3190
+ isStatic: true,
3191
+ },
3192
+ },
3193
+ isStatic: true,
3194
+ },
3195
+ NativeMemory: {
3196
+ kind: "class",
3197
+ members: {
3198
+ AlignedAlloc: {
3199
+ kind: "method",
3200
+ methodKind: "ordinary",
3201
+ isStatic: true,
3202
+ },
3203
+ AlignedFree: {
3204
+ kind: "method",
3205
+ methodKind: "ordinary",
3206
+ isStatic: true,
3207
+ },
3208
+ AlignedRealloc: {
3209
+ kind: "method",
3210
+ methodKind: "ordinary",
3211
+ isStatic: true,
3212
+ },
3213
+ Alloc: {
3214
+ kind: "method",
3215
+ methodKind: "ordinary",
3216
+ isStatic: true,
3217
+ },
3218
+ AllocZeroed: {
3219
+ kind: "method",
3220
+ methodKind: "ordinary",
3221
+ isStatic: true,
386
3222
  },
387
3223
  Free: {
388
3224
  kind: "method",
389
3225
  methodKind: "ordinary",
3226
+ isStatic: true,
3227
+ },
3228
+ Realloc: {
3229
+ kind: "method",
3230
+ methodKind: "ordinary",
3231
+ isStatic: true,
3232
+ },
3233
+ Clear: {
3234
+ kind: "method",
3235
+ methodKind: "ordinary",
3236
+ isStatic: true,
3237
+ },
3238
+ Copy: {
3239
+ kind: "method",
3240
+ methodKind: "ordinary",
3241
+ isStatic: true,
3242
+ },
3243
+ Fill: {
3244
+ kind: "method",
3245
+ methodKind: "ordinary",
3246
+ isStatic: true,
3247
+ },
3248
+ },
3249
+ isStatic: true,
3250
+ },
3251
+ OSPlatform: {
3252
+ kind: "struct",
3253
+ members: {
3254
+ Create: {
3255
+ kind: "method",
3256
+ methodKind: "ordinary",
3257
+ isStatic: true,
3258
+ },
3259
+ Equals: {
3260
+ kind: "method",
3261
+ methodKind: "ordinary",
3262
+ isOverride: true,
3263
+ },
3264
+ GetHashCode: {
3265
+ kind: "method",
3266
+ methodKind: "ordinary",
3267
+ isOverride: true,
3268
+ },
3269
+ ToString: {
3270
+ kind: "method",
3271
+ methodKind: "ordinary",
3272
+ isOverride: true,
3273
+ },
3274
+ FreeBSD: {
3275
+ kind: "property",
3276
+ type: () => {
3277
+ return InteropServices.OSPlatform;
3278
+ },
3279
+ isStatic: true,
3280
+ },
3281
+ Linux: {
3282
+ kind: "property",
3283
+ type: () => {
3284
+ return InteropServices.OSPlatform;
3285
+ },
3286
+ isStatic: true,
3287
+ },
3288
+ OSX: {
3289
+ kind: "property",
3290
+ type: () => {
3291
+ return InteropServices.OSPlatform;
3292
+ },
3293
+ isStatic: true,
3294
+ },
3295
+ Windows: {
3296
+ kind: "property",
3297
+ type: () => {
3298
+ return InteropServices.OSPlatform;
3299
+ },
3300
+ isStatic: true,
3301
+ },
3302
+ },
3303
+ },
3304
+ OptionalAttribute: {
3305
+ kind: "class",
3306
+ members: {
3307
+ OptionalAttribute: {
3308
+ kind: "method",
3309
+ methodKind: "constructor",
3310
+ },
3311
+ },
3312
+ isSealed: true,
3313
+ },
3314
+ OutAttribute: {
3315
+ kind: "class",
3316
+ members: {
3317
+ OutAttribute: {
3318
+ kind: "method",
3319
+ methodKind: "constructor",
3320
+ },
3321
+ },
3322
+ isSealed: true,
3323
+ },
3324
+ PosixSignal: {
3325
+ kind: "enum",
3326
+ members: {
3327
+ SIGTSTP: {
3328
+ kind: "field",
3329
+ type: () => {
3330
+ return InteropServices.PosixSignal;
3331
+ },
3332
+ },
3333
+ SIGTTOU: {
3334
+ kind: "field",
3335
+ type: () => {
3336
+ return InteropServices.PosixSignal;
3337
+ },
3338
+ },
3339
+ SIGTTIN: {
3340
+ kind: "field",
3341
+ type: () => {
3342
+ return InteropServices.PosixSignal;
3343
+ },
3344
+ },
3345
+ SIGWINCH: {
3346
+ kind: "field",
3347
+ type: () => {
3348
+ return InteropServices.PosixSignal;
3349
+ },
3350
+ },
3351
+ SIGCONT: {
3352
+ kind: "field",
3353
+ type: () => {
3354
+ return InteropServices.PosixSignal;
3355
+ },
3356
+ },
3357
+ SIGCHLD: {
3358
+ kind: "field",
3359
+ type: () => {
3360
+ return InteropServices.PosixSignal;
3361
+ },
3362
+ },
3363
+ SIGTERM: {
3364
+ kind: "field",
3365
+ type: () => {
3366
+ return InteropServices.PosixSignal;
3367
+ },
3368
+ },
3369
+ SIGQUIT: {
3370
+ kind: "field",
3371
+ type: () => {
3372
+ return InteropServices.PosixSignal;
3373
+ },
3374
+ },
3375
+ SIGINT: {
3376
+ kind: "field",
3377
+ type: () => {
3378
+ return InteropServices.PosixSignal;
3379
+ },
3380
+ },
3381
+ SIGHUP: {
3382
+ kind: "field",
3383
+ type: () => {
3384
+ return InteropServices.PosixSignal;
3385
+ },
3386
+ },
3387
+ },
3388
+ },
3389
+ PosixSignalContext: {
3390
+ kind: "class",
3391
+ members: {
3392
+ PosixSignalContext: {
3393
+ kind: "method",
3394
+ methodKind: "constructor",
3395
+ },
3396
+ Cancel: {
3397
+ kind: "property",
3398
+ type: () => {
3399
+ return System.Boolean;
3400
+ },
3401
+ },
3402
+ Signal: {
3403
+ kind: "property",
3404
+ type: () => {
3405
+ return InteropServices.PosixSignal;
3406
+ },
3407
+ },
3408
+ },
3409
+ isSealed: true,
3410
+ },
3411
+ PosixSignalRegistration: {
3412
+ kind: "class",
3413
+ members: {
3414
+ Create: {
3415
+ kind: "method",
3416
+ methodKind: "ordinary",
3417
+ isStatic: true,
3418
+ },
3419
+ Dispose: {
3420
+ kind: "method",
3421
+ methodKind: "ordinary",
3422
+ },
3423
+ Finalize: {
3424
+ kind: "method",
3425
+ methodKind: "ordinary",
3426
+ },
3427
+ },
3428
+ isSealed: true,
3429
+ },
3430
+ PreserveSigAttribute: {
3431
+ kind: "class",
3432
+ members: {
3433
+ PreserveSigAttribute: {
3434
+ kind: "method",
3435
+ methodKind: "constructor",
3436
+ },
3437
+ },
3438
+ isSealed: true,
3439
+ },
3440
+ PrimaryInteropAssemblyAttribute: {
3441
+ kind: "class",
3442
+ members: {
3443
+ PrimaryInteropAssemblyAttribute: {
3444
+ kind: "method",
3445
+ methodKind: "constructor",
3446
+ },
3447
+ MajorVersion: {
3448
+ kind: "property",
3449
+ type: () => {
3450
+ return System.Int32;
3451
+ },
3452
+ },
3453
+ MinorVersion: {
3454
+ kind: "property",
3455
+ type: () => {
3456
+ return System.Int32;
3457
+ },
3458
+ },
3459
+ },
3460
+ isSealed: true,
3461
+ },
3462
+ ProgIdAttribute: {
3463
+ kind: "class",
3464
+ members: {
3465
+ ProgIdAttribute: {
3466
+ kind: "method",
3467
+ methodKind: "constructor",
3468
+ },
3469
+ Value: {
3470
+ kind: "property",
3471
+ type: () => {
3472
+ return System.String;
3473
+ },
3474
+ },
3475
+ },
3476
+ isSealed: true,
3477
+ },
3478
+ RuntimeEnvironment: {
3479
+ kind: "class",
3480
+ members: {
3481
+ FromGlobalAccessCache: {
3482
+ kind: "method",
3483
+ methodKind: "ordinary",
3484
+ isStatic: true,
3485
+ },
3486
+ GetRuntimeDirectory: {
3487
+ kind: "method",
3488
+ methodKind: "ordinary",
3489
+ isStatic: true,
3490
+ },
3491
+ GetRuntimeInterfaceAsIntPtr: {
3492
+ kind: "method",
3493
+ methodKind: "ordinary",
3494
+ isStatic: true,
3495
+ },
3496
+ GetRuntimeInterfaceAsObject: {
3497
+ kind: "method",
3498
+ methodKind: "ordinary",
3499
+ isStatic: true,
3500
+ },
3501
+ GetSystemVersion: {
3502
+ kind: "method",
3503
+ methodKind: "ordinary",
3504
+ isStatic: true,
3505
+ },
3506
+ SystemConfigurationFile: {
3507
+ kind: "property",
3508
+ type: () => {
3509
+ return System.String;
3510
+ },
3511
+ isStatic: true,
3512
+ },
3513
+ },
3514
+ isStatic: true,
3515
+ },
3516
+ RuntimeInformation: {
3517
+ kind: "class",
3518
+ members: {
3519
+ IsOSPlatform: {
3520
+ kind: "method",
3521
+ methodKind: "ordinary",
3522
+ isStatic: true,
3523
+ },
3524
+ FrameworkDescription: {
3525
+ kind: "property",
3526
+ type: () => {
3527
+ return System.String;
3528
+ },
3529
+ isStatic: true,
3530
+ },
3531
+ OSArchitecture: {
3532
+ kind: "property",
3533
+ type: () => {
3534
+ return InteropServices.Architecture;
3535
+ },
3536
+ isStatic: true,
3537
+ },
3538
+ OSDescription: {
3539
+ kind: "property",
3540
+ type: () => {
3541
+ return System.String;
3542
+ },
3543
+ isStatic: true,
3544
+ },
3545
+ ProcessArchitecture: {
3546
+ kind: "property",
3547
+ type: () => {
3548
+ return InteropServices.Architecture;
3549
+ },
3550
+ isStatic: true,
3551
+ },
3552
+ RuntimeIdentifier: {
3553
+ kind: "property",
3554
+ type: () => {
3555
+ return System.String;
3556
+ },
3557
+ isStatic: true,
3558
+ },
3559
+ },
3560
+ isStatic: true,
3561
+ },
3562
+ SEHException: {
3563
+ kind: "class",
3564
+ members: {
3565
+ SEHException: {
3566
+ kind: "method",
3567
+ methodKind: "constructor",
3568
+ },
3569
+ CanResume: {
3570
+ kind: "method",
3571
+ methodKind: "ordinary",
3572
+ isVirtual: true,
3573
+ },
3574
+ },
3575
+ },
3576
+ SafeArrayRankMismatchException: {
3577
+ kind: "class",
3578
+ members: {
3579
+ SafeArrayRankMismatchException: {
3580
+ kind: "method",
3581
+ methodKind: "constructor",
3582
+ },
3583
+ },
3584
+ },
3585
+ SafeArrayTypeMismatchException: {
3586
+ kind: "class",
3587
+ members: {
3588
+ SafeArrayTypeMismatchException: {
3589
+ kind: "method",
3590
+ methodKind: "constructor",
3591
+ },
3592
+ },
3593
+ },
3594
+ SafeBuffer: {
3595
+ kind: "class",
3596
+ members: {
3597
+ SafeBuffer: {
3598
+ kind: "method",
3599
+ methodKind: "constructor",
3600
+ },
3601
+ AcquirePointer: {
3602
+ kind: "method",
3603
+ methodKind: "ordinary",
3604
+ },
3605
+ Initialize: {
3606
+ kind: "method",
3607
+ methodKind: "ordinary",
3608
+ },
3609
+ ReleasePointer: {
3610
+ kind: "method",
3611
+ methodKind: "ordinary",
3612
+ },
3613
+ ByteLength: {
3614
+ kind: "property",
3615
+ type: () => {
3616
+ return System.UInt64;
3617
+ },
3618
+ },
3619
+ },
3620
+ isAbstract: true,
3621
+ },
3622
+ SafeHandle: {
3623
+ kind: "class",
3624
+ members: {
3625
+ handle: {
3626
+ kind: "field",
3627
+ type: () => {
3628
+ return System.IntPtr;
3629
+ },
3630
+ },
3631
+ SafeHandle: {
3632
+ kind: "method",
3633
+ methodKind: "constructor",
3634
+ },
3635
+ Close: {
3636
+ kind: "method",
3637
+ methodKind: "ordinary",
3638
+ },
3639
+ DangerousAddRef: {
3640
+ kind: "method",
3641
+ methodKind: "ordinary",
3642
+ },
3643
+ DangerousGetHandle: {
3644
+ kind: "method",
3645
+ methodKind: "ordinary",
3646
+ },
3647
+ DangerousRelease: {
3648
+ kind: "method",
3649
+ methodKind: "ordinary",
390
3650
  },
391
- FromIntPtr: {
3651
+ Dispose: {
392
3652
  kind: "method",
393
3653
  methodKind: "ordinary",
394
- isStatic: true,
395
3654
  },
396
- GetHashCode: {
3655
+ Finalize: {
397
3656
  kind: "method",
398
3657
  methodKind: "ordinary",
399
- isOverride: true,
400
- isReadOnly: true,
401
3658
  },
402
- ToIntPtr: {
3659
+ ReleaseHandle: {
403
3660
  kind: "method",
404
3661
  methodKind: "ordinary",
405
- isStatic: true,
3662
+ isAbstract: true,
406
3663
  },
407
- IsAllocated: {
3664
+ SetHandle: {
3665
+ kind: "method",
3666
+ methodKind: "ordinary",
3667
+ },
3668
+ SetHandleAsInvalid: {
3669
+ kind: "method",
3670
+ methodKind: "ordinary",
3671
+ },
3672
+ IsClosed: {
408
3673
  kind: "property",
409
3674
  type: () => {
410
3675
  return System.Boolean;
411
3676
  },
412
- isReadOnly: true,
413
3677
  },
414
- Target: {
3678
+ IsInvalid: {
415
3679
  kind: "property",
416
3680
  type: () => {
417
- return System.Object;
3681
+ return System.Boolean;
3682
+ },
3683
+ isAbstract: true,
3684
+ },
3685
+ },
3686
+ isAbstract: true,
3687
+ },
3688
+ SequenceMarshal: {
3689
+ kind: "class",
3690
+ members: {},
3691
+ isStatic: true,
3692
+ },
3693
+ StandardOleMarshalObject: {
3694
+ kind: "class",
3695
+ members: {
3696
+ StandardOleMarshalObject: {
3697
+ kind: "method",
3698
+ methodKind: "constructor",
3699
+ },
3700
+ },
3701
+ },
3702
+ StringMarshalling: {
3703
+ kind: "enum",
3704
+ members: {
3705
+ Custom: {
3706
+ kind: "field",
3707
+ type: () => {
3708
+ return InteropServices.StringMarshalling;
3709
+ },
3710
+ },
3711
+ Utf8: {
3712
+ kind: "field",
3713
+ type: () => {
3714
+ return InteropServices.StringMarshalling;
3715
+ },
3716
+ },
3717
+ Utf16: {
3718
+ kind: "field",
3719
+ type: () => {
3720
+ return InteropServices.StringMarshalling;
3721
+ },
3722
+ },
3723
+ },
3724
+ },
3725
+ StructLayoutAttribute: {
3726
+ kind: "class",
3727
+ members: {
3728
+ CharSet: {
3729
+ kind: "field",
3730
+ type: () => {
3731
+ return InteropServices.CharSet;
3732
+ },
3733
+ },
3734
+ Pack: {
3735
+ kind: "field",
3736
+ type: () => {
3737
+ return System.Int32;
3738
+ },
3739
+ },
3740
+ Size: {
3741
+ kind: "field",
3742
+ type: () => {
3743
+ return System.Int32;
3744
+ },
3745
+ },
3746
+ StructLayoutAttribute: {
3747
+ kind: "method",
3748
+ methodKind: "constructor",
3749
+ },
3750
+ Value: {
3751
+ kind: "property",
3752
+ type: () => {
3753
+ return InteropServices.LayoutKind;
3754
+ },
3755
+ },
3756
+ },
3757
+ isSealed: true,
3758
+ },
3759
+ SuppressGCTransitionAttribute: {
3760
+ kind: "class",
3761
+ members: {
3762
+ SuppressGCTransitionAttribute: {
3763
+ kind: "method",
3764
+ methodKind: "constructor",
3765
+ },
3766
+ },
3767
+ isSealed: true,
3768
+ },
3769
+ TypeIdentifierAttribute: {
3770
+ kind: "class",
3771
+ members: {
3772
+ TypeIdentifierAttribute: {
3773
+ kind: "method",
3774
+ methodKind: "constructor",
3775
+ },
3776
+ Identifier: {
3777
+ kind: "property",
3778
+ type: () => {
3779
+ return System.String;
3780
+ },
3781
+ isNullable: true,
3782
+ },
3783
+ Scope: {
3784
+ kind: "property",
3785
+ type: () => {
3786
+ return System.String;
418
3787
  },
419
3788
  isNullable: true,
420
- isReadOnly: true,
421
3789
  },
422
3790
  },
3791
+ isSealed: true,
423
3792
  },
424
- GCHandleType: {
3793
+ TypeLibFuncAttribute: {
3794
+ kind: "class",
3795
+ members: {
3796
+ TypeLibFuncAttribute: {
3797
+ kind: "method",
3798
+ methodKind: "constructor",
3799
+ },
3800
+ Value: {
3801
+ kind: "property",
3802
+ type: () => {
3803
+ return InteropServices.TypeLibFuncFlags;
3804
+ },
3805
+ },
3806
+ },
3807
+ isSealed: true,
3808
+ },
3809
+ TypeLibFuncFlags: {
425
3810
  kind: "enum",
426
3811
  members: {
427
- Weak: {
3812
+ FRestricted: {
3813
+ kind: "field",
3814
+ type: () => {
3815
+ return InteropServices.TypeLibFuncFlags;
3816
+ },
3817
+ },
3818
+ FSource: {
3819
+ kind: "field",
3820
+ type: () => {
3821
+ return InteropServices.TypeLibFuncFlags;
3822
+ },
3823
+ },
3824
+ FBindable: {
3825
+ kind: "field",
3826
+ type: () => {
3827
+ return InteropServices.TypeLibFuncFlags;
3828
+ },
3829
+ },
3830
+ FRequestEdit: {
3831
+ kind: "field",
3832
+ type: () => {
3833
+ return InteropServices.TypeLibFuncFlags;
3834
+ },
3835
+ },
3836
+ FDisplayBind: {
3837
+ kind: "field",
3838
+ type: () => {
3839
+ return InteropServices.TypeLibFuncFlags;
3840
+ },
3841
+ },
3842
+ FDefaultBind: {
3843
+ kind: "field",
3844
+ type: () => {
3845
+ return InteropServices.TypeLibFuncFlags;
3846
+ },
3847
+ },
3848
+ FHidden: {
3849
+ kind: "field",
3850
+ type: () => {
3851
+ return InteropServices.TypeLibFuncFlags;
3852
+ },
3853
+ },
3854
+ FUsesGetLastError: {
3855
+ kind: "field",
3856
+ type: () => {
3857
+ return InteropServices.TypeLibFuncFlags;
3858
+ },
3859
+ },
3860
+ FDefaultCollelem: {
3861
+ kind: "field",
3862
+ type: () => {
3863
+ return InteropServices.TypeLibFuncFlags;
3864
+ },
3865
+ },
3866
+ FUiDefault: {
3867
+ kind: "field",
3868
+ type: () => {
3869
+ return InteropServices.TypeLibFuncFlags;
3870
+ },
3871
+ },
3872
+ FNonBrowsable: {
3873
+ kind: "field",
3874
+ type: () => {
3875
+ return InteropServices.TypeLibFuncFlags;
3876
+ },
3877
+ },
3878
+ FReplaceable: {
3879
+ kind: "field",
3880
+ type: () => {
3881
+ return InteropServices.TypeLibFuncFlags;
3882
+ },
3883
+ },
3884
+ FImmediateBind: {
3885
+ kind: "field",
3886
+ type: () => {
3887
+ return InteropServices.TypeLibFuncFlags;
3888
+ },
3889
+ },
3890
+ },
3891
+ },
3892
+ TypeLibImportClassAttribute: {
3893
+ kind: "class",
3894
+ members: {
3895
+ TypeLibImportClassAttribute: {
3896
+ kind: "method",
3897
+ methodKind: "constructor",
3898
+ },
3899
+ Value: {
3900
+ kind: "property",
3901
+ type: () => {
3902
+ return System.String;
3903
+ },
3904
+ },
3905
+ },
3906
+ isSealed: true,
3907
+ },
3908
+ TypeLibTypeAttribute: {
3909
+ kind: "class",
3910
+ members: {
3911
+ TypeLibTypeAttribute: {
3912
+ kind: "method",
3913
+ methodKind: "constructor",
3914
+ },
3915
+ Value: {
3916
+ kind: "property",
3917
+ type: () => {
3918
+ return InteropServices.TypeLibTypeFlags;
3919
+ },
3920
+ },
3921
+ },
3922
+ isSealed: true,
3923
+ },
3924
+ TypeLibTypeFlags: {
3925
+ kind: "enum",
3926
+ members: {
3927
+ FAppObject: {
3928
+ kind: "field",
3929
+ type: () => {
3930
+ return InteropServices.TypeLibTypeFlags;
3931
+ },
3932
+ },
3933
+ FCanCreate: {
3934
+ kind: "field",
3935
+ type: () => {
3936
+ return InteropServices.TypeLibTypeFlags;
3937
+ },
3938
+ },
3939
+ FLicensed: {
3940
+ kind: "field",
3941
+ type: () => {
3942
+ return InteropServices.TypeLibTypeFlags;
3943
+ },
3944
+ },
3945
+ FPreDeclId: {
3946
+ kind: "field",
3947
+ type: () => {
3948
+ return InteropServices.TypeLibTypeFlags;
3949
+ },
3950
+ },
3951
+ FHidden: {
3952
+ kind: "field",
3953
+ type: () => {
3954
+ return InteropServices.TypeLibTypeFlags;
3955
+ },
3956
+ },
3957
+ FControl: {
3958
+ kind: "field",
3959
+ type: () => {
3960
+ return InteropServices.TypeLibTypeFlags;
3961
+ },
3962
+ },
3963
+ FDual: {
3964
+ kind: "field",
3965
+ type: () => {
3966
+ return InteropServices.TypeLibTypeFlags;
3967
+ },
3968
+ },
3969
+ FNonExtensible: {
3970
+ kind: "field",
3971
+ type: () => {
3972
+ return InteropServices.TypeLibTypeFlags;
3973
+ },
3974
+ },
3975
+ FOleAutomation: {
3976
+ kind: "field",
3977
+ type: () => {
3978
+ return InteropServices.TypeLibTypeFlags;
3979
+ },
3980
+ },
3981
+ FRestricted: {
3982
+ kind: "field",
3983
+ type: () => {
3984
+ return InteropServices.TypeLibTypeFlags;
3985
+ },
3986
+ },
3987
+ FAggregatable: {
428
3988
  kind: "field",
429
3989
  type: () => {
430
- return InteropServices.GCHandleType;
3990
+ return InteropServices.TypeLibTypeFlags;
431
3991
  },
432
3992
  },
433
- WeakTrackResurrection: {
3993
+ FReplaceable: {
434
3994
  kind: "field",
435
3995
  type: () => {
436
- return InteropServices.GCHandleType;
3996
+ return InteropServices.TypeLibTypeFlags;
437
3997
  },
438
3998
  },
439
- Normal: {
3999
+ FDispatchable: {
440
4000
  kind: "field",
441
4001
  type: () => {
442
- return InteropServices.GCHandleType;
4002
+ return InteropServices.TypeLibTypeFlags;
443
4003
  },
444
4004
  },
445
- Pinned: {
4005
+ FReverseBind: {
446
4006
  kind: "field",
447
4007
  type: () => {
448
- return InteropServices.GCHandleType;
4008
+ return InteropServices.TypeLibTypeFlags;
449
4009
  },
450
4010
  },
451
4011
  },
452
4012
  },
453
- InAttribute: {
4013
+ TypeLibVarAttribute: {
454
4014
  kind: "class",
455
4015
  members: {
456
- InAttribute: {
4016
+ TypeLibVarAttribute: {
457
4017
  kind: "method",
458
4018
  methodKind: "constructor",
459
4019
  },
4020
+ Value: {
4021
+ kind: "property",
4022
+ type: () => {
4023
+ return InteropServices.TypeLibVarFlags;
4024
+ },
4025
+ },
460
4026
  },
461
4027
  isSealed: true,
462
4028
  },
463
- LayoutKind: {
4029
+ TypeLibVarFlags: {
464
4030
  kind: "enum",
465
4031
  members: {
466
- Sequential: {
4032
+ FReadOnly: {
467
4033
  kind: "field",
468
4034
  type: () => {
469
- return InteropServices.LayoutKind;
4035
+ return InteropServices.TypeLibVarFlags;
470
4036
  },
471
4037
  },
472
- Explicit: {
4038
+ FSource: {
473
4039
  kind: "field",
474
4040
  type: () => {
475
- return InteropServices.LayoutKind;
4041
+ return InteropServices.TypeLibVarFlags;
476
4042
  },
477
4043
  },
478
- Auto: {
4044
+ FBindable: {
479
4045
  kind: "field",
480
4046
  type: () => {
481
- return InteropServices.LayoutKind;
4047
+ return InteropServices.TypeLibVarFlags;
482
4048
  },
483
4049
  },
484
- },
485
- },
486
- MemoryMarshal: {
487
- kind: "class",
488
- members: {
489
- CreateReadOnlySpanFromNullTerminated: {
490
- kind: "method",
491
- methodKind: "ordinary",
492
- isStatic: true,
493
- },
494
- GetArrayDataReference: {
495
- kind: "method",
496
- methodKind: "ordinary",
497
- isStatic: true,
498
- },
499
- TryGetString: {
500
- kind: "method",
501
- methodKind: "ordinary",
502
- isStatic: true,
503
- },
504
- },
505
- isStatic: true,
506
- },
507
- OSPlatform: {
508
- kind: "struct",
509
- members: {
510
- Create: {
511
- kind: "method",
512
- methodKind: "ordinary",
513
- isStatic: true,
514
- },
515
- Equals: {
516
- kind: "method",
517
- methodKind: "ordinary",
518
- isOverride: true,
519
- },
520
- GetHashCode: {
521
- kind: "method",
522
- methodKind: "ordinary",
523
- isOverride: true,
524
- },
525
- ToString: {
526
- kind: "method",
527
- methodKind: "ordinary",
528
- isOverride: true,
529
- },
530
- FreeBSD: {
531
- kind: "property",
4050
+ FRequestEdit: {
4051
+ kind: "field",
532
4052
  type: () => {
533
- return InteropServices.OSPlatform;
4053
+ return InteropServices.TypeLibVarFlags;
534
4054
  },
535
- isStatic: true,
536
4055
  },
537
- Linux: {
538
- kind: "property",
4056
+ FDisplayBind: {
4057
+ kind: "field",
539
4058
  type: () => {
540
- return InteropServices.OSPlatform;
4059
+ return InteropServices.TypeLibVarFlags;
541
4060
  },
542
- isStatic: true,
543
4061
  },
544
- OSX: {
545
- kind: "property",
4062
+ FDefaultBind: {
4063
+ kind: "field",
546
4064
  type: () => {
547
- return InteropServices.OSPlatform;
4065
+ return InteropServices.TypeLibVarFlags;
548
4066
  },
549
- isStatic: true,
550
4067
  },
551
- Windows: {
552
- kind: "property",
4068
+ FHidden: {
4069
+ kind: "field",
553
4070
  type: () => {
554
- return InteropServices.OSPlatform;
4071
+ return InteropServices.TypeLibVarFlags;
555
4072
  },
556
- isStatic: true,
557
- },
558
- },
559
- },
560
- OutAttribute: {
561
- kind: "class",
562
- members: {
563
- OutAttribute: {
564
- kind: "method",
565
- methodKind: "constructor",
566
4073
  },
567
- },
568
- isSealed: true,
569
- },
570
- RuntimeInformation: {
571
- kind: "class",
572
- members: {
573
- IsOSPlatform: {
574
- kind: "method",
575
- methodKind: "ordinary",
576
- isStatic: true,
4074
+ FRestricted: {
4075
+ kind: "field",
4076
+ type: () => {
4077
+ return InteropServices.TypeLibVarFlags;
4078
+ },
577
4079
  },
578
- FrameworkDescription: {
579
- kind: "property",
4080
+ FDefaultCollelem: {
4081
+ kind: "field",
580
4082
  type: () => {
581
- return System.String;
4083
+ return InteropServices.TypeLibVarFlags;
582
4084
  },
583
- isStatic: true,
584
4085
  },
585
- OSArchitecture: {
586
- kind: "property",
4086
+ FUiDefault: {
4087
+ kind: "field",
587
4088
  type: () => {
588
- return InteropServices.Architecture;
4089
+ return InteropServices.TypeLibVarFlags;
589
4090
  },
590
- isStatic: true,
591
4091
  },
592
- OSDescription: {
593
- kind: "property",
4092
+ FNonBrowsable: {
4093
+ kind: "field",
594
4094
  type: () => {
595
- return System.String;
4095
+ return InteropServices.TypeLibVarFlags;
596
4096
  },
597
- isStatic: true,
598
4097
  },
599
- ProcessArchitecture: {
600
- kind: "property",
4098
+ FReplaceable: {
4099
+ kind: "field",
601
4100
  type: () => {
602
- return InteropServices.Architecture;
4101
+ return InteropServices.TypeLibVarFlags;
603
4102
  },
604
- isStatic: true,
605
4103
  },
606
- RuntimeIdentifier: {
607
- kind: "property",
4104
+ FImmediateBind: {
4105
+ kind: "field",
608
4106
  type: () => {
609
- return System.String;
4107
+ return InteropServices.TypeLibVarFlags;
610
4108
  },
611
- isStatic: true,
612
4109
  },
613
4110
  },
614
- isStatic: true,
615
4111
  },
616
- SafeBuffer: {
4112
+ TypeLibVersionAttribute: {
617
4113
  kind: "class",
618
4114
  members: {
619
- SafeBuffer: {
4115
+ TypeLibVersionAttribute: {
620
4116
  kind: "method",
621
4117
  methodKind: "constructor",
622
4118
  },
623
- AcquirePointer: {
624
- kind: "method",
625
- methodKind: "ordinary",
626
- },
627
- Initialize: {
628
- kind: "method",
629
- methodKind: "ordinary",
630
- },
631
- ReleasePointer: {
632
- kind: "method",
633
- methodKind: "ordinary",
4119
+ MajorVersion: {
4120
+ kind: "property",
4121
+ type: () => {
4122
+ return System.Int32;
4123
+ },
634
4124
  },
635
- ByteLength: {
4125
+ MinorVersion: {
636
4126
  kind: "property",
637
4127
  type: () => {
638
- return System.UInt64;
4128
+ return System.Int32;
639
4129
  },
640
4130
  },
641
4131
  },
642
- isAbstract: true,
4132
+ isSealed: true,
643
4133
  },
644
- SafeHandle: {
4134
+ UnmanagedCallConvAttribute: {
645
4135
  kind: "class",
646
4136
  members: {
647
- handle: {
4137
+ CallConvs: {
648
4138
  kind: "field",
649
4139
  type: () => {
650
- return System.IntPtr;
4140
+ return System.Array;
651
4141
  },
4142
+ isNullable: true,
652
4143
  },
653
- SafeHandle: {
4144
+ UnmanagedCallConvAttribute: {
654
4145
  kind: "method",
655
4146
  methodKind: "constructor",
656
4147
  },
657
- Close: {
658
- kind: "method",
659
- methodKind: "ordinary",
660
- },
661
- DangerousAddRef: {
662
- kind: "method",
663
- methodKind: "ordinary",
664
- },
665
- DangerousGetHandle: {
666
- kind: "method",
667
- methodKind: "ordinary",
668
- },
669
- DangerousRelease: {
670
- kind: "method",
671
- methodKind: "ordinary",
672
- },
673
- Dispose: {
674
- kind: "method",
675
- methodKind: "ordinary",
676
- },
677
- Finalize: {
678
- kind: "method",
679
- methodKind: "ordinary",
680
- },
681
- ReleaseHandle: {
682
- kind: "method",
683
- methodKind: "ordinary",
684
- isAbstract: true,
685
- },
686
- SetHandle: {
687
- kind: "method",
688
- methodKind: "ordinary",
689
- },
690
- SetHandleAsInvalid: {
691
- kind: "method",
692
- methodKind: "ordinary",
693
- },
694
- IsClosed: {
695
- kind: "property",
4148
+ },
4149
+ isSealed: true,
4150
+ },
4151
+ UnmanagedCallersOnlyAttribute: {
4152
+ kind: "class",
4153
+ members: {
4154
+ CallConvs: {
4155
+ kind: "field",
696
4156
  type: () => {
697
- return System.Boolean;
4157
+ return System.Array;
698
4158
  },
4159
+ isNullable: true,
699
4160
  },
700
- IsInvalid: {
701
- kind: "property",
4161
+ EntryPoint: {
4162
+ kind: "field",
702
4163
  type: () => {
703
- return System.Boolean;
4164
+ return System.String;
704
4165
  },
705
- isAbstract: true,
4166
+ isNullable: true,
4167
+ },
4168
+ UnmanagedCallersOnlyAttribute: {
4169
+ kind: "method",
4170
+ methodKind: "constructor",
706
4171
  },
707
4172
  },
708
- isAbstract: true,
4173
+ isSealed: true,
709
4174
  },
710
- StructLayoutAttribute: {
4175
+ UnmanagedFunctionPointerAttribute: {
711
4176
  kind: "class",
712
4177
  members: {
4178
+ BestFitMapping: {
4179
+ kind: "field",
4180
+ type: () => {
4181
+ return System.Boolean;
4182
+ },
4183
+ },
713
4184
  CharSet: {
714
4185
  kind: "field",
715
4186
  type: () => {
716
4187
  return InteropServices.CharSet;
717
4188
  },
718
4189
  },
719
- Pack: {
4190
+ SetLastError: {
720
4191
  kind: "field",
721
4192
  type: () => {
722
- return System.Int32;
4193
+ return System.Boolean;
723
4194
  },
724
4195
  },
725
- Size: {
4196
+ ThrowOnUnmappableChar: {
726
4197
  kind: "field",
727
4198
  type: () => {
728
- return System.Int32;
4199
+ return System.Boolean;
729
4200
  },
730
4201
  },
731
- StructLayoutAttribute: {
4202
+ UnmanagedFunctionPointerAttribute: {
732
4203
  kind: "method",
733
4204
  methodKind: "constructor",
734
4205
  },
735
- Value: {
4206
+ CallingConvention: {
736
4207
  kind: "property",
737
4208
  type: () => {
738
- return InteropServices.LayoutKind;
4209
+ return InteropServices.CallingConvention;
739
4210
  },
740
4211
  },
741
4212
  },
742
4213
  isSealed: true,
743
4214
  },
744
- SuppressGCTransitionAttribute: {
745
- kind: "class",
746
- members: {
747
- SuppressGCTransitionAttribute: {
748
- kind: "method",
749
- methodKind: "constructor",
750
- },
751
- },
752
- isSealed: true,
753
- },
754
4215
  UnmanagedType: {
755
4216
  kind: "enum",
756
4217
  members: {
@@ -930,5 +4391,15 @@ const InteropServices: InteropServicesLibrary = createLibrary("System.Runtime.In
930
4391
  },
931
4392
  },
932
4393
  },
4394
+ WasmImportLinkageAttribute: {
4395
+ kind: "class",
4396
+ members: {
4397
+ WasmImportLinkageAttribute: {
4398
+ kind: "method",
4399
+ methodKind: "constructor",
4400
+ },
4401
+ },
4402
+ isSealed: true,
4403
+ },
933
4404
  });
934
4405
  export default InteropServices