@alloy-js/csharp 0.21.0-dev.9 → 0.22.0-dev.0

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 (817) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/dist/scripts/components/library-interface.d.ts +9 -0
  3. package/dist/scripts/components/library-interface.d.ts.map +1 -0
  4. package/dist/scripts/components/library-interface.js +43 -0
  5. package/dist/scripts/components/library-interface.js.map +1 -0
  6. package/dist/scripts/components/namespace-directory.d.ts +7 -0
  7. package/dist/scripts/components/namespace-directory.d.ts.map +1 -0
  8. package/dist/scripts/components/namespace-directory.js +96 -0
  9. package/dist/scripts/components/namespace-directory.js.map +1 -0
  10. package/dist/scripts/generate-builtins.d.ts +11 -0
  11. package/dist/scripts/generate-builtins.d.ts.map +1 -0
  12. package/dist/scripts/generate-builtins.js +37 -0
  13. package/dist/scripts/generate-builtins.js.map +1 -0
  14. package/dist/scripts/process-docfx.d.ts +3 -0
  15. package/dist/scripts/process-docfx.d.ts.map +1 -0
  16. package/dist/scripts/process-docfx.js +300 -0
  17. package/dist/scripts/process-docfx.js.map +1 -0
  18. package/dist/src/access.d.ts +13 -0
  19. package/dist/src/access.d.ts.map +1 -0
  20. package/dist/src/access.js +65 -0
  21. package/dist/src/access.js.map +1 -0
  22. package/dist/src/access.test.d.ts +2 -0
  23. package/dist/src/access.test.d.ts.map +1 -0
  24. package/dist/src/access.test.js +43 -0
  25. package/dist/src/access.test.js.map +1 -0
  26. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts +12 -0
  27. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts.map +1 -0
  28. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  29. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  30. package/dist/src/builtins/Microsoft/CSharp/index.d.ts +6 -0
  31. package/dist/src/builtins/Microsoft/CSharp/index.d.ts.map +1 -0
  32. package/dist/src/builtins/Microsoft/CSharp/index.js +5 -0
  33. package/dist/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  34. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts +102 -0
  35. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts.map +1 -0
  36. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  37. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  38. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts +491 -0
  39. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts.map +1 -0
  40. package/dist/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  41. package/dist/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  42. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +82 -0
  43. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -0
  44. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  45. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  46. package/dist/src/builtins/Microsoft/Win32/index.d.ts +79 -0
  47. package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -0
  48. package/dist/src/builtins/Microsoft/Win32/index.js +362 -0
  49. package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -0
  50. package/dist/src/builtins/Microsoft/index.d.ts +8 -0
  51. package/dist/src/builtins/Microsoft/index.d.ts.map +1 -0
  52. package/dist/src/builtins/Microsoft/index.js +7 -0
  53. package/dist/src/builtins/Microsoft/index.js.map +1 -0
  54. package/dist/src/builtins/System/Buffers/Binary/index.d.ts +113 -0
  55. package/dist/src/builtins/System/Buffers/Binary/index.d.ts.map +1 -0
  56. package/dist/src/builtins/System/Buffers/Binary/index.js +536 -0
  57. package/dist/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  58. package/dist/src/builtins/System/Buffers/Text/index.d.ts +37 -0
  59. package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -0
  60. package/dist/src/builtins/System/Buffers/Text/index.js +144 -0
  61. package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -0
  62. package/dist/src/builtins/System/Buffers/index.d.ts +142 -0
  63. package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -0
  64. package/dist/src/builtins/System/Buffers/index.js +605 -0
  65. package/dist/src/builtins/System/Buffers/index.js.map +1 -0
  66. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts +31 -0
  67. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts.map +1 -0
  68. package/dist/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  69. package/dist/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  70. package/dist/src/builtins/System/CodeDom/index.d.ts +6 -0
  71. package/dist/src/builtins/System/CodeDom/index.d.ts.map +1 -0
  72. package/dist/src/builtins/System/CodeDom/index.js +5 -0
  73. package/dist/src/builtins/System/CodeDom/index.js.map +1 -0
  74. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts +100 -0
  75. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts.map +1 -0
  76. package/dist/src/builtins/System/Collections/Concurrent/index.js +399 -0
  77. package/dist/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  78. package/dist/src/builtins/System/Collections/Frozen/index.d.ts +29 -0
  79. package/dist/src/builtins/System/Collections/Frozen/index.d.ts.map +1 -0
  80. package/dist/src/builtins/System/Collections/Frozen/index.js +88 -0
  81. package/dist/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  82. package/dist/src/builtins/System/Collections/Generic/index.d.ts +275 -0
  83. package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -0
  84. package/dist/src/builtins/System/Collections/Generic/index.js +978 -0
  85. package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -0
  86. package/dist/src/builtins/System/Collections/Immutable/index.d.ts +273 -0
  87. package/dist/src/builtins/System/Collections/Immutable/index.d.ts.map +1 -0
  88. package/dist/src/builtins/System/Collections/Immutable/index.js +1049 -0
  89. package/dist/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  90. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +97 -0
  91. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -0
  92. package/dist/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  93. package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  94. package/dist/src/builtins/System/Collections/Specialized/index.d.ts +162 -0
  95. package/dist/src/builtins/System/Collections/Specialized/index.d.ts.map +1 -0
  96. package/dist/src/builtins/System/Collections/Specialized/index.js +716 -0
  97. package/dist/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  98. package/dist/src/builtins/System/Collections/index.d.ts +293 -0
  99. package/dist/src/builtins/System/Collections/index.d.ts.map +1 -0
  100. package/dist/src/builtins/System/Collections/index.js +1355 -0
  101. package/dist/src/builtins/System/Collections/index.js.map +1 -0
  102. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts +40 -0
  103. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts.map +1 -0
  104. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  105. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  106. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts +274 -0
  107. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts.map +1 -0
  108. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  109. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  110. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts +128 -0
  111. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts.map +1 -0
  112. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  113. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  114. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts +428 -0
  115. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts.map +1 -0
  116. package/dist/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  117. package/dist/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  118. package/dist/src/builtins/System/ComponentModel/index.d.ts +1431 -0
  119. package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -0
  120. package/dist/src/builtins/System/ComponentModel/index.js +6649 -0
  121. package/dist/src/builtins/System/ComponentModel/index.js.map +1 -0
  122. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts +19 -0
  123. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts.map +1 -0
  124. package/dist/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  125. package/dist/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  126. package/dist/src/builtins/System/Configuration/index.d.ts +6 -0
  127. package/dist/src/builtins/System/Configuration/index.d.ts.map +1 -0
  128. package/dist/src/builtins/System/Configuration/index.js +5 -0
  129. package/dist/src/builtins/System/Configuration/index.js.map +1 -0
  130. package/dist/src/builtins/System/Data/Common/index.d.ts +611 -0
  131. package/dist/src/builtins/System/Data/Common/index.d.ts.map +1 -0
  132. package/dist/src/builtins/System/Data/Common/index.js +3279 -0
  133. package/dist/src/builtins/System/Data/Common/index.js.map +1 -0
  134. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts +541 -0
  135. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts.map +1 -0
  136. package/dist/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  137. package/dist/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  138. package/dist/src/builtins/System/Data/index.d.ts +967 -0
  139. package/dist/src/builtins/System/Data/index.d.ts.map +1 -0
  140. package/dist/src/builtins/System/Data/index.js +4504 -0
  141. package/dist/src/builtins/System/Data/index.js.map +1 -0
  142. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts +155 -0
  143. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts.map +1 -0
  144. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  145. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  146. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts +76 -0
  147. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts.map +1 -0
  148. package/dist/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  149. package/dist/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  150. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts +83 -0
  151. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts.map +1 -0
  152. package/dist/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  153. package/dist/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  154. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts +138 -0
  155. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts.map +1 -0
  156. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  157. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  158. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts +206 -0
  159. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts.map +1 -0
  160. package/dist/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  161. package/dist/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  162. package/dist/src/builtins/System/Diagnostics/index.d.ts +800 -0
  163. package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -0
  164. package/dist/src/builtins/System/Diagnostics/index.js +3826 -0
  165. package/dist/src/builtins/System/Diagnostics/index.js.map +1 -0
  166. package/dist/src/builtins/System/Drawing/index.d.ts +558 -0
  167. package/dist/src/builtins/System/Drawing/index.d.ts.map +1 -0
  168. package/dist/src/builtins/System/Drawing/index.js +3305 -0
  169. package/dist/src/builtins/System/Drawing/index.js.map +1 -0
  170. package/dist/src/builtins/System/Dynamic/index.d.ts +170 -0
  171. package/dist/src/builtins/System/Dynamic/index.d.ts.map +1 -0
  172. package/dist/src/builtins/System/Dynamic/index.js +795 -0
  173. package/dist/src/builtins/System/Dynamic/index.js.map +1 -0
  174. package/dist/src/builtins/System/Formats/Asn1/index.d.ts +173 -0
  175. package/dist/src/builtins/System/Formats/Asn1/index.d.ts.map +1 -0
  176. package/dist/src/builtins/System/Formats/Asn1/index.js +843 -0
  177. package/dist/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  178. package/dist/src/builtins/System/Formats/Tar/index.d.ts +96 -0
  179. package/dist/src/builtins/System/Formats/Tar/index.d.ts.map +1 -0
  180. package/dist/src/builtins/System/Formats/Tar/index.js +436 -0
  181. package/dist/src/builtins/System/Formats/Tar/index.js.map +1 -0
  182. package/dist/src/builtins/System/Formats/index.d.ts +7 -0
  183. package/dist/src/builtins/System/Formats/index.d.ts.map +1 -0
  184. package/dist/src/builtins/System/Formats/index.js +6 -0
  185. package/dist/src/builtins/System/Formats/index.js.map +1 -0
  186. package/dist/src/builtins/System/Globalization/index.d.ts +737 -0
  187. package/dist/src/builtins/System/Globalization/index.d.ts.map +1 -0
  188. package/dist/src/builtins/System/Globalization/index.js +3848 -0
  189. package/dist/src/builtins/System/Globalization/index.js.map +1 -0
  190. package/dist/src/builtins/System/IO/Compression/index.d.ts +186 -0
  191. package/dist/src/builtins/System/IO/Compression/index.d.ts.map +1 -0
  192. package/dist/src/builtins/System/IO/Compression/index.js +894 -0
  193. package/dist/src/builtins/System/IO/Compression/index.js.map +1 -0
  194. package/dist/src/builtins/System/IO/Enumeration/index.d.ts +53 -0
  195. package/dist/src/builtins/System/IO/Enumeration/index.d.ts.map +1 -0
  196. package/dist/src/builtins/System/IO/Enumeration/index.js +218 -0
  197. package/dist/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  198. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts +103 -0
  199. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts.map +1 -0
  200. package/dist/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  201. package/dist/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  202. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts +56 -0
  203. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts.map +1 -0
  204. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  205. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  206. package/dist/src/builtins/System/IO/Pipelines/index.d.ts +93 -0
  207. package/dist/src/builtins/System/IO/Pipelines/index.d.ts.map +1 -0
  208. package/dist/src/builtins/System/IO/Pipelines/index.js +415 -0
  209. package/dist/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  210. package/dist/src/builtins/System/IO/Pipes/index.d.ts +157 -0
  211. package/dist/src/builtins/System/IO/Pipes/index.d.ts.map +1 -0
  212. package/dist/src/builtins/System/IO/Pipes/index.js +723 -0
  213. package/dist/src/builtins/System/IO/Pipes/index.js.map +1 -0
  214. package/dist/src/builtins/System/IO/index.d.ts +762 -0
  215. package/dist/src/builtins/System/IO/index.d.ts.map +1 -0
  216. package/dist/src/builtins/System/IO/index.js +3713 -0
  217. package/dist/src/builtins/System/IO/index.js.map +1 -0
  218. package/dist/src/builtins/System/Linq/Expressions/index.d.ts +429 -0
  219. package/dist/src/builtins/System/Linq/Expressions/index.d.ts.map +1 -0
  220. package/dist/src/builtins/System/Linq/Expressions/index.js +2253 -0
  221. package/dist/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  222. package/dist/src/builtins/System/Linq/index.d.ts +73 -0
  223. package/dist/src/builtins/System/Linq/index.d.ts.map +1 -0
  224. package/dist/src/builtins/System/Linq/index.js +275 -0
  225. package/dist/src/builtins/System/Linq/index.js.map +1 -0
  226. package/dist/src/builtins/System/Net/Cache/index.d.ts +48 -0
  227. package/dist/src/builtins/System/Net/Cache/index.d.ts.map +1 -0
  228. package/dist/src/builtins/System/Net/Cache/index.js +217 -0
  229. package/dist/src/builtins/System/Net/Cache/index.js.map +1 -0
  230. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts +335 -0
  231. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts.map +1 -0
  232. package/dist/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  233. package/dist/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  234. package/dist/src/builtins/System/Net/Http/Json/index.d.ts +21 -0
  235. package/dist/src/builtins/System/Net/Http/Json/index.d.ts.map +1 -0
  236. package/dist/src/builtins/System/Net/Http/Json/index.js +72 -0
  237. package/dist/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  238. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts +13 -0
  239. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts.map +1 -0
  240. package/dist/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  241. package/dist/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  242. package/dist/src/builtins/System/Net/Http/index.d.ts +305 -0
  243. package/dist/src/builtins/System/Net/Http/index.d.ts.map +1 -0
  244. package/dist/src/builtins/System/Net/Http/index.js +1458 -0
  245. package/dist/src/builtins/System/Net/Http/index.js.map +1 -0
  246. package/dist/src/builtins/System/Net/Mail/index.d.ts +182 -0
  247. package/dist/src/builtins/System/Net/Mail/index.d.ts.map +1 -0
  248. package/dist/src/builtins/System/Net/Mail/index.js +871 -0
  249. package/dist/src/builtins/System/Net/Mail/index.js.map +1 -0
  250. package/dist/src/builtins/System/Net/Mime/index.d.ts +100 -0
  251. package/dist/src/builtins/System/Net/Mime/index.d.ts.map +1 -0
  252. package/dist/src/builtins/System/Net/Mime/index.js +500 -0
  253. package/dist/src/builtins/System/Net/Mime/index.js.map +1 -0
  254. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts +506 -0
  255. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts.map +1 -0
  256. package/dist/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  257. package/dist/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  258. package/dist/src/builtins/System/Net/Quic/index.d.ts +129 -0
  259. package/dist/src/builtins/System/Net/Quic/index.d.ts.map +1 -0
  260. package/dist/src/builtins/System/Net/Quic/index.js +635 -0
  261. package/dist/src/builtins/System/Net/Quic/index.js.map +1 -0
  262. package/dist/src/builtins/System/Net/Security/index.d.ts +277 -0
  263. package/dist/src/builtins/System/Net/Security/index.d.ts.map +1 -0
  264. package/dist/src/builtins/System/Net/Security/index.js +1432 -0
  265. package/dist/src/builtins/System/Net/Security/index.js.map +1 -0
  266. package/dist/src/builtins/System/Net/Sockets/index.d.ts +593 -0
  267. package/dist/src/builtins/System/Net/Sockets/index.d.ts.map +1 -0
  268. package/dist/src/builtins/System/Net/Sockets/index.js +3095 -0
  269. package/dist/src/builtins/System/Net/Sockets/index.js.map +1 -0
  270. package/dist/src/builtins/System/Net/WebSockets/index.d.ts +165 -0
  271. package/dist/src/builtins/System/Net/WebSockets/index.d.ts.map +1 -0
  272. package/dist/src/builtins/System/Net/WebSockets/index.js +876 -0
  273. package/dist/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  274. package/dist/src/builtins/System/Net/index.d.ts +1066 -0
  275. package/dist/src/builtins/System/Net/index.d.ts.map +1 -0
  276. package/dist/src/builtins/System/Net/index.js +5481 -0
  277. package/dist/src/builtins/System/Net/index.js.map +1 -0
  278. package/dist/src/builtins/System/Numerics/index.d.ts +673 -0
  279. package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -0
  280. package/dist/src/builtins/System/Numerics/index.js +3425 -0
  281. package/dist/src/builtins/System/Numerics/index.js.map +1 -0
  282. package/dist/src/builtins/System/Reflection/Emit/index.d.ts +769 -0
  283. package/dist/src/builtins/System/Reflection/Emit/index.d.ts.map +1 -0
  284. package/dist/src/builtins/System/Reflection/Emit/index.js +4293 -0
  285. package/dist/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  286. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts +513 -0
  287. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts.map +1 -0
  288. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  289. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  290. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts +1333 -0
  291. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts.map +1 -0
  292. package/dist/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  293. package/dist/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  294. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts +383 -0
  295. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts.map +1 -0
  296. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  297. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  298. package/dist/src/builtins/System/Reflection/index.d.ts +1038 -0
  299. package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -0
  300. package/dist/src/builtins/System/Reflection/index.js +5244 -0
  301. package/dist/src/builtins/System/Reflection/index.js.map +1 -0
  302. package/dist/src/builtins/System/Resources/index.d.ts +70 -0
  303. package/dist/src/builtins/System/Resources/index.d.ts.map +1 -0
  304. package/dist/src/builtins/System/Resources/index.js +289 -0
  305. package/dist/src/builtins/System/Resources/index.js.map +1 -0
  306. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +486 -0
  307. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -0
  308. package/dist/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  309. package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  310. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts +29 -0
  311. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts.map +1 -0
  312. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  313. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  314. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts +20 -0
  315. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts.map +1 -0
  316. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  317. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  318. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts +23 -0
  319. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts.map +1 -0
  320. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  321. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  322. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts +54 -0
  323. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts.map +1 -0
  324. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  325. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  326. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +259 -0
  327. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -0
  328. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  329. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  330. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts +24 -0
  331. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts.map +1 -0
  332. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  333. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  334. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts +18 -0
  335. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts.map +1 -0
  336. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  337. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  338. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +781 -0
  339. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -0
  340. package/dist/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  341. package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  342. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts +273 -0
  343. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts.map +1 -0
  344. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  345. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  346. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts +73 -0
  347. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts.map +1 -0
  348. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  349. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  350. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts +311 -0
  351. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts.map +1 -0
  352. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  353. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  354. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts +57 -0
  355. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts.map +1 -0
  356. package/dist/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  357. package/dist/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  358. package/dist/src/builtins/System/Runtime/Loader/index.d.ts +35 -0
  359. package/dist/src/builtins/System/Runtime/Loader/index.d.ts.map +1 -0
  360. package/dist/src/builtins/System/Runtime/Loader/index.js +140 -0
  361. package/dist/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  362. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts +10 -0
  363. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts.map +1 -0
  364. package/dist/src/builtins/System/Runtime/Remoting/index.js +18 -0
  365. package/dist/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  366. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts +51 -0
  367. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts.map +1 -0
  368. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  369. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  370. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts +17 -0
  371. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts.map +1 -0
  372. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  373. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  374. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts +24 -0
  375. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts.map +1 -0
  376. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  377. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  378. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts +45 -0
  379. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts.map +1 -0
  380. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  381. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  382. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +374 -0
  383. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -0
  384. package/dist/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  385. package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  386. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts +81 -0
  387. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts.map +1 -0
  388. package/dist/src/builtins/System/Runtime/Versioning/index.js +336 -0
  389. package/dist/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  390. package/dist/src/builtins/System/Runtime/index.d.ts +67 -0
  391. package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -0
  392. package/dist/src/builtins/System/Runtime/index.js +245 -0
  393. package/dist/src/builtins/System/Runtime/index.js.map +1 -0
  394. package/dist/src/builtins/System/Security/AccessControl/index.d.ts +485 -0
  395. package/dist/src/builtins/System/Security/AccessControl/index.d.ts.map +1 -0
  396. package/dist/src/builtins/System/Security/AccessControl/index.js +2343 -0
  397. package/dist/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  398. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts +43 -0
  399. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts.map +1 -0
  400. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  401. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  402. package/dist/src/builtins/System/Security/Authentication/index.d.ts +49 -0
  403. package/dist/src/builtins/System/Security/Authentication/index.d.ts.map +1 -0
  404. package/dist/src/builtins/System/Security/Authentication/index.js +212 -0
  405. package/dist/src/builtins/System/Security/Authentication/index.js.map +1 -0
  406. package/dist/src/builtins/System/Security/Claims/index.d.ts +152 -0
  407. package/dist/src/builtins/System/Security/Claims/index.d.ts.map +1 -0
  408. package/dist/src/builtins/System/Security/Claims/index.js +844 -0
  409. package/dist/src/builtins/System/Security/Claims/index.js.map +1 -0
  410. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts +551 -0
  411. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts.map +1 -0
  412. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  413. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  414. package/dist/src/builtins/System/Security/Cryptography/index.d.ts +1378 -0
  415. package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -0
  416. package/dist/src/builtins/System/Security/Cryptography/index.js +6673 -0
  417. package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  418. package/dist/src/builtins/System/Security/Permissions/index.d.ts +67 -0
  419. package/dist/src/builtins/System/Security/Permissions/index.d.ts.map +1 -0
  420. package/dist/src/builtins/System/Security/Permissions/index.js +325 -0
  421. package/dist/src/builtins/System/Security/Permissions/index.js.map +1 -0
  422. package/dist/src/builtins/System/Security/Policy/index.d.ts +28 -0
  423. package/dist/src/builtins/System/Security/Policy/index.d.ts.map +1 -0
  424. package/dist/src/builtins/System/Security/Policy/index.js +101 -0
  425. package/dist/src/builtins/System/Security/Policy/index.js.map +1 -0
  426. package/dist/src/builtins/System/Security/Principal/index.d.ts +252 -0
  427. package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -0
  428. package/dist/src/builtins/System/Security/Principal/index.js +1338 -0
  429. package/dist/src/builtins/System/Security/Principal/index.js.map +1 -0
  430. package/dist/src/builtins/System/Security/index.d.ts +164 -0
  431. package/dist/src/builtins/System/Security/index.d.ts.map +1 -0
  432. package/dist/src/builtins/System/Security/index.js +672 -0
  433. package/dist/src/builtins/System/Security/index.js.map +1 -0
  434. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts +41 -0
  435. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts.map +1 -0
  436. package/dist/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  437. package/dist/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  438. package/dist/src/builtins/System/Text/Encodings/index.d.ts +6 -0
  439. package/dist/src/builtins/System/Text/Encodings/index.d.ts.map +1 -0
  440. package/dist/src/builtins/System/Text/Encodings/index.js +5 -0
  441. package/dist/src/builtins/System/Text/Encodings/index.js.map +1 -0
  442. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts +63 -0
  443. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts.map +1 -0
  444. package/dist/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  445. package/dist/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  446. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts +21 -0
  447. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts.map +1 -0
  448. package/dist/src/builtins/System/Text/Json/Schema/index.js +78 -0
  449. package/dist/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  450. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts +69 -0
  451. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts.map +1 -0
  452. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  453. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  454. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts +194 -0
  455. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts.map +1 -0
  456. package/dist/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  457. package/dist/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  458. package/dist/src/builtins/System/Text/Json/index.d.ts +251 -0
  459. package/dist/src/builtins/System/Text/Json/index.d.ts.map +1 -0
  460. package/dist/src/builtins/System/Text/Json/index.js +1185 -0
  461. package/dist/src/builtins/System/Text/Json/index.js.map +1 -0
  462. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts +152 -0
  463. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts.map +1 -0
  464. package/dist/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  465. package/dist/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  466. package/dist/src/builtins/System/Text/Unicode/index.d.ts +182 -0
  467. package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -0
  468. package/dist/src/builtins/System/Text/Unicode/index.js +1199 -0
  469. package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -0
  470. package/dist/src/builtins/System/Text/index.d.ts +372 -0
  471. package/dist/src/builtins/System/Text/index.d.ts.map +1 -0
  472. package/dist/src/builtins/System/Text/index.js +1748 -0
  473. package/dist/src/builtins/System/Text/index.js.map +1 -0
  474. package/dist/src/builtins/System/Threading/Channels/index.d.ts +56 -0
  475. package/dist/src/builtins/System/Threading/Channels/index.d.ts.map +1 -0
  476. package/dist/src/builtins/System/Threading/Channels/index.js +229 -0
  477. package/dist/src/builtins/System/Threading/Channels/index.js.map +1 -0
  478. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts +159 -0
  479. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts.map +1 -0
  480. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  481. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  482. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts +32 -0
  483. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts.map +1 -0
  484. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  485. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  486. package/dist/src/builtins/System/Threading/Tasks/index.d.ts +163 -0
  487. package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -0
  488. package/dist/src/builtins/System/Threading/Tasks/index.js +721 -0
  489. package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  490. package/dist/src/builtins/System/Threading/index.d.ts +533 -0
  491. package/dist/src/builtins/System/Threading/index.d.ts.map +1 -0
  492. package/dist/src/builtins/System/Threading/index.js +2292 -0
  493. package/dist/src/builtins/System/Threading/index.js.map +1 -0
  494. package/dist/src/builtins/System/Timers/index.d.ts +34 -0
  495. package/dist/src/builtins/System/Timers/index.d.ts.map +1 -0
  496. package/dist/src/builtins/System/Timers/index.js +129 -0
  497. package/dist/src/builtins/System/Timers/index.js.map +1 -0
  498. package/dist/src/builtins/System/Transactions/index.d.ts +183 -0
  499. package/dist/src/builtins/System/Transactions/index.d.ts.map +1 -0
  500. package/dist/src/builtins/System/Transactions/index.js +727 -0
  501. package/dist/src/builtins/System/Transactions/index.js.map +1 -0
  502. package/dist/src/builtins/System/Web/index.d.ts +24 -0
  503. package/dist/src/builtins/System/Web/index.d.ts.map +1 -0
  504. package/dist/src/builtins/System/Web/index.js +84 -0
  505. package/dist/src/builtins/System/Web/index.js.map +1 -0
  506. package/dist/src/builtins/System/Windows/Input/index.d.ts +10 -0
  507. package/dist/src/builtins/System/Windows/Input/index.d.ts.map +1 -0
  508. package/dist/src/builtins/System/Windows/Input/index.js +18 -0
  509. package/dist/src/builtins/System/Windows/Input/index.js.map +1 -0
  510. package/dist/src/builtins/System/Windows/Markup/index.d.ts +11 -0
  511. package/dist/src/builtins/System/Windows/Markup/index.d.ts.map +1 -0
  512. package/dist/src/builtins/System/Windows/Markup/index.js +28 -0
  513. package/dist/src/builtins/System/Windows/Markup/index.js.map +1 -0
  514. package/dist/src/builtins/System/Windows/index.d.ts +7 -0
  515. package/dist/src/builtins/System/Windows/index.d.ts.map +1 -0
  516. package/dist/src/builtins/System/Windows/index.js +6 -0
  517. package/dist/src/builtins/System/Windows/index.js.map +1 -0
  518. package/dist/src/builtins/System/Xml/Linq/index.d.ts +234 -0
  519. package/dist/src/builtins/System/Xml/Linq/index.d.ts.map +1 -0
  520. package/dist/src/builtins/System/Xml/Linq/index.js +1086 -0
  521. package/dist/src/builtins/System/Xml/Linq/index.js.map +1 -0
  522. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts +23 -0
  523. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts.map +1 -0
  524. package/dist/src/builtins/System/Xml/Resolvers/index.js +86 -0
  525. package/dist/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  526. package/dist/src/builtins/System/Xml/Schema/index.d.ts +630 -0
  527. package/dist/src/builtins/System/Xml/Schema/index.d.ts.map +1 -0
  528. package/dist/src/builtins/System/Xml/Schema/index.js +2993 -0
  529. package/dist/src/builtins/System/Xml/Schema/index.js.map +1 -0
  530. package/dist/src/builtins/System/Xml/Serialization/index.d.ts +534 -0
  531. package/dist/src/builtins/System/Xml/Serialization/index.d.ts.map +1 -0
  532. package/dist/src/builtins/System/Xml/Serialization/index.js +2356 -0
  533. package/dist/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  534. package/dist/src/builtins/System/Xml/XPath/index.d.ts +180 -0
  535. package/dist/src/builtins/System/Xml/XPath/index.d.ts.map +1 -0
  536. package/dist/src/builtins/System/Xml/XPath/index.js +917 -0
  537. package/dist/src/builtins/System/Xml/XPath/index.js.map +1 -0
  538. package/dist/src/builtins/System/Xml/Xsl/index.d.ts +76 -0
  539. package/dist/src/builtins/System/Xml/Xsl/index.d.ts.map +1 -0
  540. package/dist/src/builtins/System/Xml/Xsl/index.js +315 -0
  541. package/dist/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  542. package/dist/src/builtins/System/Xml/index.d.ts +1114 -0
  543. package/dist/src/builtins/System/Xml/index.d.ts.map +1 -0
  544. package/dist/src/builtins/System/Xml/index.js +5736 -0
  545. package/dist/src/builtins/System/Xml/index.js.map +1 -0
  546. package/dist/src/builtins/System/index.d.ts +3029 -0
  547. package/dist/src/builtins/System/index.d.ts.map +1 -0
  548. package/dist/src/builtins/System/index.js +14587 -0
  549. package/dist/src/builtins/System/index.js.map +1 -0
  550. package/dist/src/builtins/index.d.ts +3 -0
  551. package/dist/src/builtins/index.d.ts.map +1 -0
  552. package/dist/src/builtins/index.js +3 -0
  553. package/dist/src/builtins/index.js.map +1 -0
  554. package/dist/src/components/access-expression/access-expression.d.ts +8 -3
  555. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  556. package/dist/src/components/access-expression/access-expression.js.map +1 -1
  557. package/dist/src/components/access-expression/part-descriptors.d.ts +8 -0
  558. package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
  559. package/dist/src/components/access-expression/part-descriptors.js +22 -2
  560. package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
  561. package/dist/src/components/attributes/attributes.d.ts +2 -6
  562. package/dist/src/components/attributes/attributes.d.ts.map +1 -1
  563. package/dist/src/components/attributes/attributes.js +15 -1
  564. package/dist/src/components/attributes/attributes.js.map +1 -1
  565. package/dist/src/components/attributes/attributes.test.js +54 -1
  566. package/dist/src/components/attributes/attributes.test.js.map +1 -1
  567. package/dist/src/components/csproj-file/csproj-file.d.ts +15 -0
  568. package/dist/src/components/csproj-file/csproj-file.d.ts.map +1 -0
  569. package/dist/src/components/csproj-file/csproj-file.js +24 -0
  570. package/dist/src/components/csproj-file/csproj-file.js.map +1 -0
  571. package/dist/src/components/csproj-file/csproj-file.test.d.ts +2 -0
  572. package/dist/src/components/csproj-file/csproj-file.test.d.ts.map +1 -0
  573. package/dist/src/components/csproj-file/csproj-file.test.js +46 -0
  574. package/dist/src/components/csproj-file/csproj-file.test.js.map +1 -0
  575. package/dist/src/components/index.d.ts +2 -1
  576. package/dist/src/components/index.d.ts.map +1 -1
  577. package/dist/src/components/index.js +2 -1
  578. package/dist/src/components/index.js.map +1 -1
  579. package/dist/src/components/parameters/parameters.d.ts +35 -0
  580. package/dist/src/components/parameters/parameters.d.ts.map +1 -1
  581. package/dist/src/components/parameters/parameters.js +14 -1
  582. package/dist/src/components/parameters/parameters.js.map +1 -1
  583. package/dist/src/components/parameters/parameters.test.js +67 -0
  584. package/dist/src/components/parameters/parameters.test.js.map +1 -1
  585. package/dist/src/components/region/region.d.ts +7 -0
  586. package/dist/src/components/region/region.d.ts.map +1 -0
  587. package/dist/src/components/region/region.js +10 -0
  588. package/dist/src/components/region/region.js.map +1 -0
  589. package/dist/src/components/region/region.test.d.ts +2 -0
  590. package/dist/src/components/region/region.test.d.ts.map +1 -0
  591. package/dist/src/components/region/region.test.js +27 -0
  592. package/dist/src/components/region/region.test.js.map +1 -0
  593. package/dist/src/components/stc/index.d.ts +0 -1
  594. package/dist/src/components/stc/index.d.ts.map +1 -1
  595. package/dist/src/components/stc/index.js +0 -1
  596. package/dist/src/components/stc/index.js.map +1 -1
  597. package/dist/src/components/var/declaration.d.ts +6 -2
  598. package/dist/src/components/var/declaration.d.ts.map +1 -1
  599. package/dist/src/components/var/declaration.js +17 -3
  600. package/dist/src/components/var/declaration.js.map +1 -1
  601. package/dist/src/components/var/declaration.test.js +19 -2
  602. package/dist/src/components/var/declaration.test.js.map +1 -1
  603. package/dist/src/contexts/global-namespace.d.ts +1 -0
  604. package/dist/src/contexts/global-namespace.d.ts.map +1 -1
  605. package/dist/src/contexts/global-namespace.js +6 -1
  606. package/dist/src/contexts/global-namespace.js.map +1 -1
  607. package/dist/src/contexts/reference-context.d.ts +12 -0
  608. package/dist/src/contexts/reference-context.d.ts.map +1 -0
  609. package/dist/src/contexts/reference-context.js +15 -0
  610. package/dist/src/contexts/reference-context.js.map +1 -0
  611. package/dist/src/create-library.d.ts +62 -0
  612. package/dist/src/create-library.d.ts.map +1 -0
  613. package/dist/src/create-library.js +136 -0
  614. package/dist/src/create-library.js.map +1 -0
  615. package/dist/src/create-library.test.d.ts +2 -0
  616. package/dist/src/create-library.test.d.ts.map +1 -0
  617. package/dist/src/create-library.test.js +237 -0
  618. package/dist/src/create-library.test.js.map +1 -0
  619. package/dist/src/index.d.ts +2 -0
  620. package/dist/src/index.d.ts.map +1 -1
  621. package/dist/src/index.js +2 -0
  622. package/dist/src/index.js.map +1 -1
  623. package/dist/src/symbols/named-type.d.ts +3 -3
  624. package/dist/src/symbols/named-type.d.ts.map +1 -1
  625. package/dist/src/symbols/named-type.js.map +1 -1
  626. package/dist/src/symbols/reference.d.ts.map +1 -1
  627. package/dist/src/symbols/reference.js +7 -4
  628. package/dist/src/symbols/reference.js.map +1 -1
  629. package/dist/testing/create-wrapper.d.ts +3 -0
  630. package/dist/testing/create-wrapper.d.ts.map +1 -0
  631. package/dist/testing/create-wrapper.js +12 -0
  632. package/dist/testing/create-wrapper.js.map +1 -0
  633. package/dist/testing/create-wrapper.test.d.ts +2 -0
  634. package/dist/testing/create-wrapper.test.d.ts.map +1 -0
  635. package/dist/testing/create-wrapper.test.js +212 -0
  636. package/dist/testing/create-wrapper.test.js.map +1 -0
  637. package/dist/testing/index.d.ts +2 -0
  638. package/dist/testing/index.d.ts.map +1 -0
  639. package/dist/testing/index.js +2 -0
  640. package/dist/testing/index.js.map +1 -0
  641. package/dist/tsconfig.tsbuildinfo +1 -1
  642. package/package.json +19 -3
  643. package/scripts/components/library-interface.tsx +41 -0
  644. package/scripts/components/namespace-directory.tsx +104 -0
  645. package/scripts/generate-builtins.tsx +36 -0
  646. package/scripts/process-docfx.tsx +321 -0
  647. package/src/access.test.tsx +49 -0
  648. package/src/access.tsx +70 -0
  649. package/src/builtins/Microsoft/CSharp/RuntimeBinder/index.ts +32 -0
  650. package/src/builtins/Microsoft/CSharp/index.ts +8 -0
  651. package/src/builtins/Microsoft/VisualBasic/FileIO/index.ts +573 -0
  652. package/src/builtins/Microsoft/VisualBasic/index.ts +3021 -0
  653. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +400 -0
  654. package/src/builtins/Microsoft/Win32/index.ts +437 -0
  655. package/src/builtins/Microsoft/index.ts +10 -0
  656. package/src/builtins/System/Buffers/Binary/index.ts +646 -0
  657. package/src/builtins/System/Buffers/Text/index.ts +178 -0
  658. package/src/builtins/System/Buffers/index.ts +744 -0
  659. package/src/builtins/System/CodeDom/Compiler/index.ts +160 -0
  660. package/src/builtins/System/CodeDom/index.ts +8 -0
  661. package/src/builtins/System/Collections/Concurrent/index.ts +497 -0
  662. package/src/builtins/System/Collections/Frozen/index.ts +115 -0
  663. package/src/builtins/System/Collections/Generic/index.ts +1253 -0
  664. package/src/builtins/System/Collections/Immutable/index.ts +1322 -0
  665. package/src/builtins/System/Collections/ObjectModel/index.ts +489 -0
  666. package/src/builtins/System/Collections/Specialized/index.ts +878 -0
  667. package/src/builtins/System/Collections/index.ts +1639 -0
  668. package/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.ts +181 -0
  669. package/src/builtins/System/ComponentModel/DataAnnotations/index.ts +1507 -0
  670. package/src/builtins/System/ComponentModel/Design/Serialization/index.ts +661 -0
  671. package/src/builtins/System/ComponentModel/Design/index.ts +2432 -0
  672. package/src/builtins/System/ComponentModel/index.ts +8079 -0
  673. package/src/builtins/System/Configuration/Assemblies/index.ts +85 -0
  674. package/src/builtins/System/Configuration/index.ts +8 -0
  675. package/src/builtins/System/Data/Common/index.ts +3888 -0
  676. package/src/builtins/System/Data/SqlTypes/index.ts +3194 -0
  677. package/src/builtins/System/Data/index.ts +5476 -0
  678. package/src/builtins/System/Diagnostics/CodeAnalysis/index.ts +858 -0
  679. package/src/builtins/System/Diagnostics/Contracts/index.ts +383 -0
  680. package/src/builtins/System/Diagnostics/Metrics/index.ts +404 -0
  681. package/src/builtins/System/Diagnostics/SymbolStore/index.ts +746 -0
  682. package/src/builtins/System/Diagnostics/Tracing/index.ts +1160 -0
  683. package/src/builtins/System/Diagnostics/index.ts +4618 -0
  684. package/src/builtins/System/Drawing/index.ts +3861 -0
  685. package/src/builtins/System/Dynamic/index.ts +963 -0
  686. package/src/builtins/System/Formats/Asn1/index.ts +1014 -0
  687. package/src/builtins/System/Formats/Tar/index.ts +530 -0
  688. package/src/builtins/System/Formats/index.ts +9 -0
  689. package/src/builtins/System/Globalization/index.ts +4583 -0
  690. package/src/builtins/System/IO/Compression/index.ts +1078 -0
  691. package/src/builtins/System/IO/Enumeration/index.ts +269 -0
  692. package/src/builtins/System/IO/IsolatedStorage/index.ts +596 -0
  693. package/src/builtins/System/IO/MemoryMappedFiles/index.ts +305 -0
  694. package/src/builtins/System/IO/Pipelines/index.ts +506 -0
  695. package/src/builtins/System/IO/Pipes/index.ts +878 -0
  696. package/src/builtins/System/IO/index.ts +4466 -0
  697. package/src/builtins/System/Linq/Expressions/index.ts +2680 -0
  698. package/src/builtins/System/Linq/index.ts +352 -0
  699. package/src/builtins/System/Net/Cache/index.ts +263 -0
  700. package/src/builtins/System/Net/Http/Headers/index.ts +2001 -0
  701. package/src/builtins/System/Net/Http/Json/index.ts +91 -0
  702. package/src/builtins/System/Net/Http/Metrics/index.ts +51 -0
  703. package/src/builtins/System/Net/Http/index.ts +1757 -0
  704. package/src/builtins/System/Net/Mail/index.ts +1051 -0
  705. package/src/builtins/System/Net/Mime/index.ts +598 -0
  706. package/src/builtins/System/Net/NetworkInformation/index.ts +3282 -0
  707. package/src/builtins/System/Net/Quic/index.ts +762 -0
  708. package/src/builtins/System/Net/Security/index.ts +1709 -0
  709. package/src/builtins/System/Net/Sockets/index.ts +3686 -0
  710. package/src/builtins/System/Net/WebSockets/index.ts +1039 -0
  711. package/src/builtins/System/Net/index.ts +6535 -0
  712. package/src/builtins/System/Numerics/index.ts +4126 -0
  713. package/src/builtins/System/Reflection/Emit/index.ts +5060 -0
  714. package/src/builtins/System/Reflection/Metadata/Ecma335/index.ts +2729 -0
  715. package/src/builtins/System/Reflection/Metadata/index.ts +7374 -0
  716. package/src/builtins/System/Reflection/PortableExecutable/index.ts +2401 -0
  717. package/src/builtins/System/Reflection/index.ts +6276 -0
  718. package/src/builtins/System/Resources/index.ts +357 -0
  719. package/src/builtins/System/Runtime/CompilerServices/index.ts +2406 -0
  720. package/src/builtins/System/Runtime/ConstrainedExecution/index.ts +129 -0
  721. package/src/builtins/System/Runtime/ExceptionServices/index.ts +80 -0
  722. package/src/builtins/System/Runtime/InteropServices/ComTypes/index.ts +87 -0
  723. package/src/builtins/System/Runtime/InteropServices/JavaScript/index.ts +290 -0
  724. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +1271 -0
  725. package/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.ts +100 -0
  726. package/src/builtins/System/Runtime/InteropServices/Swift/index.ts +65 -0
  727. package/src/builtins/System/Runtime/InteropServices/index.ts +4405 -0
  728. package/src/builtins/System/Runtime/Intrinsics/Arm/index.ts +1568 -0
  729. package/src/builtins/System/Runtime/Intrinsics/Wasm/index.ts +409 -0
  730. package/src/builtins/System/Runtime/Intrinsics/X86/index.ts +1681 -0
  731. package/src/builtins/System/Runtime/Intrinsics/index.ts +324 -0
  732. package/src/builtins/System/Runtime/Loader/index.ts +173 -0
  733. package/src/builtins/System/Runtime/Remoting/index.ts +25 -0
  734. package/src/builtins/System/Runtime/Serialization/DataContracts/index.ts +314 -0
  735. package/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.ts +76 -0
  736. package/src/builtins/System/Runtime/Serialization/Formatters/index.ts +103 -0
  737. package/src/builtins/System/Runtime/Serialization/Json/index.ts +235 -0
  738. package/src/builtins/System/Runtime/Serialization/index.ts +1981 -0
  739. package/src/builtins/System/Runtime/Versioning/index.ts +415 -0
  740. package/src/builtins/System/Runtime/index.ts +300 -0
  741. package/src/builtins/System/Security/AccessControl/index.ts +2826 -0
  742. package/src/builtins/System/Security/Authentication/ExtendedProtection/index.ts +210 -0
  743. package/src/builtins/System/Security/Authentication/index.ts +256 -0
  744. package/src/builtins/System/Security/Claims/index.ts +994 -0
  745. package/src/builtins/System/Security/Cryptography/X509Certificates/index.ts +3182 -0
  746. package/src/builtins/System/Security/Cryptography/index.ts +8047 -0
  747. package/src/builtins/System/Security/Permissions/index.ts +390 -0
  748. package/src/builtins/System/Security/Policy/index.ts +127 -0
  749. package/src/builtins/System/Security/Principal/index.ts +1588 -0
  750. package/src/builtins/System/Security/index.ts +826 -0
  751. package/src/builtins/System/Text/Encodings/Web/index.ts +200 -0
  752. package/src/builtins/System/Text/Encodings/index.ts +8 -0
  753. package/src/builtins/System/Text/Json/Nodes/index.ts +311 -0
  754. package/src/builtins/System/Text/Json/Schema/index.ts +97 -0
  755. package/src/builtins/System/Text/Json/Serialization/Metadata/index.ts +395 -0
  756. package/src/builtins/System/Text/Json/Serialization/index.ts +1030 -0
  757. package/src/builtins/System/Text/Json/index.ts +1430 -0
  758. package/src/builtins/System/Text/RegularExpressions/index.ts +882 -0
  759. package/src/builtins/System/Text/Unicode/index.ts +1379 -0
  760. package/src/builtins/System/Text/index.ts +2113 -0
  761. package/src/builtins/System/Threading/Channels/index.ts +283 -0
  762. package/src/builtins/System/Threading/Tasks/Dataflow/index.ts +837 -0
  763. package/src/builtins/System/Threading/Tasks/Sources/index.ts +147 -0
  764. package/src/builtins/System/Threading/Tasks/index.ts +879 -0
  765. package/src/builtins/System/Threading/index.ts +2824 -0
  766. package/src/builtins/System/Timers/index.ts +161 -0
  767. package/src/builtins/System/Transactions/index.ts +908 -0
  768. package/src/builtins/System/Web/index.ts +105 -0
  769. package/src/builtins/System/Windows/Input/index.ts +25 -0
  770. package/src/builtins/System/Windows/Markup/index.ts +37 -0
  771. package/src/builtins/System/Windows/index.ts +9 -0
  772. package/src/builtins/System/Xml/Linq/index.ts +1318 -0
  773. package/src/builtins/System/Xml/Resolvers/index.ts +107 -0
  774. package/src/builtins/System/Xml/Schema/index.ts +3621 -0
  775. package/src/builtins/System/Xml/Serialization/index.ts +2890 -0
  776. package/src/builtins/System/Xml/XPath/index.ts +1095 -0
  777. package/src/builtins/System/Xml/Xsl/index.ts +389 -0
  778. package/src/builtins/System/Xml/index.ts +6841 -0
  779. package/src/builtins/System/index.ts +17593 -0
  780. package/src/builtins/index.ts +2 -0
  781. package/src/components/access-expression/access-expression.tsx +8 -2
  782. package/src/components/access-expression/part-descriptors.ts +26 -2
  783. package/src/components/attributes/attributes.test.tsx +43 -2
  784. package/src/components/attributes/attributes.tsx +14 -7
  785. package/src/components/csproj-file/csproj-file.test.tsx +38 -0
  786. package/src/components/csproj-file/csproj-file.tsx +32 -0
  787. package/src/components/index.ts +2 -1
  788. package/src/components/parameters/parameters.test.tsx +70 -0
  789. package/src/components/parameters/parameters.tsx +55 -0
  790. package/src/components/region/region.test.tsx +19 -0
  791. package/src/components/region/region.tsx +16 -0
  792. package/src/components/stc/index.ts +0 -1
  793. package/src/components/var/declaration.test.tsx +15 -1
  794. package/src/components/var/declaration.tsx +20 -4
  795. package/src/contexts/global-namespace.ts +8 -1
  796. package/src/contexts/reference-context.ts +18 -0
  797. package/src/create-library.test.tsx +213 -0
  798. package/src/create-library.ts +306 -0
  799. package/src/index.ts +2 -0
  800. package/src/symbols/named-type.ts +3 -3
  801. package/src/symbols/reference.tsx +19 -4
  802. package/temp/api.json +4021 -1922
  803. package/testing/create-wrapper.test.tsx +145 -0
  804. package/testing/create-wrapper.tsx +12 -0
  805. package/testing/index.ts +1 -0
  806. package/tsconfig.json +13 -2
  807. package/tsdoc.json +4 -0
  808. package/dist/src/components/ProjectDirectory.d.ts +0 -12
  809. package/dist/src/components/ProjectDirectory.d.ts.map +0 -1
  810. package/dist/src/components/ProjectDirectory.js +0 -47
  811. package/dist/src/components/ProjectDirectory.js.map +0 -1
  812. package/dist/test/project-directory.test.d.ts +0 -2
  813. package/dist/test/project-directory.test.d.ts.map +0 -1
  814. package/dist/test/project-directory.test.js +0 -133
  815. package/dist/test/project-directory.test.js.map +0 -1
  816. package/src/components/ProjectDirectory.tsx +0 -56
  817. package/test/project-directory.test.tsx +0 -121
@@ -0,0 +1,4405 @@
1
+ import System from "../../index.js";
2
+
3
+ import { createLibrary } from "#createLibrary";
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";
8
+ export { default as Swift } from "./Swift/index.js";
9
+
10
+ type InteropServicesLibrary = LibrarySymbolReference & {
11
+ AllowReversePInvokeCallsAttribute: LibrarySymbolReference & {
12
+ AllowReversePInvokeCallsAttribute: LibrarySymbolReference
13
+ };
14
+ Architecture: LibrarySymbolReference & {
15
+ X86: LibrarySymbolReference;
16
+ X64: LibrarySymbolReference;
17
+ Arm: LibrarySymbolReference;
18
+ Arm64: LibrarySymbolReference;
19
+ Wasm: LibrarySymbolReference;
20
+ S390x: LibrarySymbolReference;
21
+ LoongArch64: LibrarySymbolReference;
22
+ Armv6: LibrarySymbolReference;
23
+ Ppc64le: LibrarySymbolReference;
24
+ RiscV64: LibrarySymbolReference
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
+ };
67
+ CharSet: LibrarySymbolReference & {
68
+ None: LibrarySymbolReference;
69
+ Ansi: LibrarySymbolReference;
70
+ Unicode: LibrarySymbolReference;
71
+ Auto: LibrarySymbolReference
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
+ };
127
+ ComVisibleAttribute: LibrarySymbolReference & {
128
+ ComVisibleAttribute: LibrarySymbolReference;
129
+ Value: LibrarySymbolReference
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
+ };
152
+ CriticalHandle: LibrarySymbolReference & {
153
+ handle: LibrarySymbolReference;
154
+ CriticalHandle: LibrarySymbolReference;
155
+ Close: LibrarySymbolReference;
156
+ Dispose: LibrarySymbolReference;
157
+ Finalize: LibrarySymbolReference;
158
+ ReleaseHandle: LibrarySymbolReference;
159
+ SetHandle: LibrarySymbolReference;
160
+ SetHandleAsInvalid: LibrarySymbolReference;
161
+ IsClosed: LibrarySymbolReference;
162
+ IsInvalid: LibrarySymbolReference
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
+ };
210
+ ExternalException: LibrarySymbolReference & {
211
+ ExternalException: LibrarySymbolReference;
212
+ ToString: LibrarySymbolReference;
213
+ ErrorCode: LibrarySymbolReference
214
+ };
215
+ FieldOffsetAttribute: LibrarySymbolReference & {
216
+ FieldOffsetAttribute: LibrarySymbolReference;
217
+ Value: LibrarySymbolReference
218
+ };
219
+ GCHandle: LibrarySymbolReference & {
220
+ AddrOfPinnedObject: LibrarySymbolReference;
221
+ Alloc: LibrarySymbolReference;
222
+ Equals: LibrarySymbolReference;
223
+ Free: LibrarySymbolReference;
224
+ FromIntPtr: LibrarySymbolReference;
225
+ GetHashCode: LibrarySymbolReference;
226
+ ToIntPtr: LibrarySymbolReference;
227
+ IsAllocated: LibrarySymbolReference;
228
+ Target: LibrarySymbolReference
229
+ };
230
+ GCHandleType: LibrarySymbolReference & {
231
+ Weak: LibrarySymbolReference;
232
+ WeakTrackResurrection: LibrarySymbolReference;
233
+ Normal: LibrarySymbolReference;
234
+ Pinned: LibrarySymbolReference
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
+ };
276
+ InAttribute: LibrarySymbolReference & {
277
+ InAttribute: LibrarySymbolReference
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
+ };
296
+ LayoutKind: LibrarySymbolReference & {
297
+ Sequential: LibrarySymbolReference;
298
+ Explicit: LibrarySymbolReference;
299
+ Auto: LibrarySymbolReference
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
+ };
416
+ MemoryMarshal: LibrarySymbolReference & {
417
+ CreateReadOnlySpanFromNullTerminated: LibrarySymbolReference;
418
+ GetArrayDataReference: LibrarySymbolReference;
419
+ TryGetString: LibrarySymbolReference
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
+ };
545
+ OSPlatform: LibrarySymbolReference & {
546
+ Create: LibrarySymbolReference;
547
+ Equals: LibrarySymbolReference;
548
+ GetHashCode: LibrarySymbolReference;
549
+ ToString: LibrarySymbolReference;
550
+ FreeBSD: LibrarySymbolReference;
551
+ Linux: LibrarySymbolReference;
552
+ OSX: LibrarySymbolReference;
553
+ Windows: LibrarySymbolReference
554
+ };
555
+ OptionalAttribute: LibrarySymbolReference & {
556
+ OptionalAttribute: LibrarySymbolReference
557
+ };
558
+ OutAttribute: LibrarySymbolReference & {
559
+ OutAttribute: LibrarySymbolReference
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
+ };
603
+ RuntimeInformation: LibrarySymbolReference & {
604
+ IsOSPlatform: LibrarySymbolReference;
605
+ FrameworkDescription: LibrarySymbolReference;
606
+ OSArchitecture: LibrarySymbolReference;
607
+ OSDescription: LibrarySymbolReference;
608
+ ProcessArchitecture: LibrarySymbolReference;
609
+ RuntimeIdentifier: LibrarySymbolReference
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
+ };
621
+ SafeBuffer: LibrarySymbolReference & {
622
+ SafeBuffer: LibrarySymbolReference;
623
+ AcquirePointer: LibrarySymbolReference;
624
+ Initialize: LibrarySymbolReference;
625
+ ReleasePointer: LibrarySymbolReference;
626
+ ByteLength: LibrarySymbolReference
627
+ };
628
+ SafeHandle: LibrarySymbolReference & {
629
+ handle: LibrarySymbolReference;
630
+ SafeHandle: LibrarySymbolReference;
631
+ Close: LibrarySymbolReference;
632
+ DangerousAddRef: LibrarySymbolReference;
633
+ DangerousGetHandle: LibrarySymbolReference;
634
+ DangerousRelease: LibrarySymbolReference;
635
+ Dispose: LibrarySymbolReference;
636
+ Finalize: LibrarySymbolReference;
637
+ ReleaseHandle: LibrarySymbolReference;
638
+ SetHandle: LibrarySymbolReference;
639
+ SetHandleAsInvalid: LibrarySymbolReference;
640
+ IsClosed: LibrarySymbolReference;
641
+ IsInvalid: LibrarySymbolReference
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
+ };
654
+ StructLayoutAttribute: LibrarySymbolReference & {
655
+ CharSet: LibrarySymbolReference;
656
+ Pack: LibrarySymbolReference;
657
+ Size: LibrarySymbolReference;
658
+ StructLayoutAttribute: LibrarySymbolReference;
659
+ Value: LibrarySymbolReference
660
+ };
661
+ SuppressGCTransitionAttribute: LibrarySymbolReference & {
662
+ SuppressGCTransitionAttribute: LibrarySymbolReference
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
+ };
753
+ UnmanagedType: LibrarySymbolReference & {
754
+ Bool: LibrarySymbolReference;
755
+ I1: LibrarySymbolReference;
756
+ U1: LibrarySymbolReference;
757
+ I2: LibrarySymbolReference;
758
+ U2: LibrarySymbolReference;
759
+ I4: LibrarySymbolReference;
760
+ U4: LibrarySymbolReference;
761
+ I8: LibrarySymbolReference;
762
+ U8: LibrarySymbolReference;
763
+ R4: LibrarySymbolReference;
764
+ R8: LibrarySymbolReference;
765
+ BStr: LibrarySymbolReference;
766
+ LPStr: LibrarySymbolReference;
767
+ LPWStr: LibrarySymbolReference;
768
+ LPTStr: LibrarySymbolReference;
769
+ ByValTStr: LibrarySymbolReference;
770
+ IUnknown: LibrarySymbolReference;
771
+ Interface: LibrarySymbolReference;
772
+ ByValArray: LibrarySymbolReference;
773
+ SysInt: LibrarySymbolReference;
774
+ SysUInt: LibrarySymbolReference;
775
+ FunctionPtr: LibrarySymbolReference;
776
+ LPArray: LibrarySymbolReference;
777
+ LPStruct: LibrarySymbolReference;
778
+ CustomMarshaler: LibrarySymbolReference;
779
+ Error: LibrarySymbolReference;
780
+ IInspectable: LibrarySymbolReference;
781
+ HString: LibrarySymbolReference;
782
+ LPUTF8Str: LibrarySymbolReference
783
+ };
784
+ WasmImportLinkageAttribute: LibrarySymbolReference & {
785
+ WasmImportLinkageAttribute: LibrarySymbolReference
786
+ }
787
+ };
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
+ },
799
+ Architecture: {
800
+ kind: "enum",
801
+ members: {
802
+ X86: {
803
+ kind: "field",
804
+ type: () => {
805
+ return InteropServices.Architecture;
806
+ },
807
+ },
808
+ X64: {
809
+ kind: "field",
810
+ type: () => {
811
+ return InteropServices.Architecture;
812
+ },
813
+ },
814
+ Arm: {
815
+ kind: "field",
816
+ type: () => {
817
+ return InteropServices.Architecture;
818
+ },
819
+ },
820
+ Arm64: {
821
+ kind: "field",
822
+ type: () => {
823
+ return InteropServices.Architecture;
824
+ },
825
+ },
826
+ Wasm: {
827
+ kind: "field",
828
+ type: () => {
829
+ return InteropServices.Architecture;
830
+ },
831
+ },
832
+ S390x: {
833
+ kind: "field",
834
+ type: () => {
835
+ return InteropServices.Architecture;
836
+ },
837
+ },
838
+ LoongArch64: {
839
+ kind: "field",
840
+ type: () => {
841
+ return InteropServices.Architecture;
842
+ },
843
+ },
844
+ Armv6: {
845
+ kind: "field",
846
+ type: () => {
847
+ return InteropServices.Architecture;
848
+ },
849
+ },
850
+ Ppc64le: {
851
+ kind: "field",
852
+ type: () => {
853
+ return InteropServices.Architecture;
854
+ },
855
+ },
856
+ RiscV64: {
857
+ kind: "field",
858
+ type: () => {
859
+ return InteropServices.Architecture;
860
+ },
861
+ },
862
+ },
863
+ },
864
+ ArrayWithOffset: {
865
+ kind: "struct",
866
+ members: {
867
+ ArrayWithOffset: {
868
+ kind: "method",
869
+ methodKind: "constructor",
870
+ },
871
+ Equals: {
872
+ kind: "method",
873
+ methodKind: "ordinary",
874
+ isOverride: true,
875
+ },
876
+ GetArray: {
877
+ kind: "method",
878
+ methodKind: "ordinary",
879
+ },
880
+ GetHashCode: {
881
+ kind: "method",
882
+ methodKind: "ordinary",
883
+ isOverride: true,
884
+ },
885
+ GetOffset: {
886
+ kind: "method",
887
+ methodKind: "ordinary",
888
+ },
889
+ },
890
+ },
891
+ AutomationProxyAttribute: {
892
+ kind: "class",
893
+ members: {
894
+ AutomationProxyAttribute: {
895
+ kind: "method",
896
+ methodKind: "constructor",
897
+ },
898
+ Value: {
899
+ kind: "property",
900
+ type: () => {
901
+ return System.Boolean;
902
+ },
903
+ },
904
+ },
905
+ isSealed: true,
906
+ },
907
+ BestFitMappingAttribute: {
908
+ kind: "class",
909
+ members: {
910
+ ThrowOnUnmappableChar: {
911
+ kind: "field",
912
+ type: () => {
913
+ return System.Boolean;
914
+ },
915
+ },
916
+ BestFitMappingAttribute: {
917
+ kind: "method",
918
+ methodKind: "constructor",
919
+ },
920
+ BestFitMapping: {
921
+ kind: "property",
922
+ type: () => {
923
+ return System.Boolean;
924
+ },
925
+ },
926
+ },
927
+ isSealed: true,
928
+ },
929
+ CLong: {
930
+ kind: "struct",
931
+ members: {
932
+ CLong: {
933
+ kind: "method",
934
+ methodKind: "constructor",
935
+ },
936
+ Equals: {
937
+ kind: "method",
938
+ methodKind: "ordinary",
939
+ isOverride: true,
940
+ },
941
+ GetHashCode: {
942
+ kind: "method",
943
+ methodKind: "ordinary",
944
+ isOverride: true,
945
+ },
946
+ ToString: {
947
+ kind: "method",
948
+ methodKind: "ordinary",
949
+ isOverride: true,
950
+ },
951
+ Value: {
952
+ kind: "property",
953
+ type: () => {
954
+ return System.IntPtr;
955
+ },
956
+ },
957
+ },
958
+ },
959
+ COMException: {
960
+ kind: "class",
961
+ members: {
962
+ COMException: {
963
+ kind: "method",
964
+ methodKind: "constructor",
965
+ },
966
+ ToString: {
967
+ kind: "method",
968
+ methodKind: "ordinary",
969
+ isOverride: true,
970
+ },
971
+ },
972
+ },
973
+ CULong: {
974
+ kind: "struct",
975
+ members: {
976
+ CULong: {
977
+ kind: "method",
978
+ methodKind: "constructor",
979
+ },
980
+ Equals: {
981
+ kind: "method",
982
+ methodKind: "ordinary",
983
+ isOverride: true,
984
+ },
985
+ GetHashCode: {
986
+ kind: "method",
987
+ methodKind: "ordinary",
988
+ isOverride: true,
989
+ },
990
+ ToString: {
991
+ kind: "method",
992
+ methodKind: "ordinary",
993
+ isOverride: 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,
3222
+ },
3223
+ Free: {
3224
+ kind: "method",
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",
3650
+ },
3651
+ Dispose: {
3652
+ kind: "method",
3653
+ methodKind: "ordinary",
3654
+ },
3655
+ Finalize: {
3656
+ kind: "method",
3657
+ methodKind: "ordinary",
3658
+ },
3659
+ ReleaseHandle: {
3660
+ kind: "method",
3661
+ methodKind: "ordinary",
3662
+ isAbstract: true,
3663
+ },
3664
+ SetHandle: {
3665
+ kind: "method",
3666
+ methodKind: "ordinary",
3667
+ },
3668
+ SetHandleAsInvalid: {
3669
+ kind: "method",
3670
+ methodKind: "ordinary",
3671
+ },
3672
+ IsClosed: {
3673
+ kind: "property",
3674
+ type: () => {
3675
+ return System.Boolean;
3676
+ },
3677
+ },
3678
+ IsInvalid: {
3679
+ kind: "property",
3680
+ type: () => {
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;
3787
+ },
3788
+ isNullable: true,
3789
+ },
3790
+ },
3791
+ isSealed: true,
3792
+ },
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: {
3810
+ kind: "enum",
3811
+ members: {
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: {
3988
+ kind: "field",
3989
+ type: () => {
3990
+ return InteropServices.TypeLibTypeFlags;
3991
+ },
3992
+ },
3993
+ FReplaceable: {
3994
+ kind: "field",
3995
+ type: () => {
3996
+ return InteropServices.TypeLibTypeFlags;
3997
+ },
3998
+ },
3999
+ FDispatchable: {
4000
+ kind: "field",
4001
+ type: () => {
4002
+ return InteropServices.TypeLibTypeFlags;
4003
+ },
4004
+ },
4005
+ FReverseBind: {
4006
+ kind: "field",
4007
+ type: () => {
4008
+ return InteropServices.TypeLibTypeFlags;
4009
+ },
4010
+ },
4011
+ },
4012
+ },
4013
+ TypeLibVarAttribute: {
4014
+ kind: "class",
4015
+ members: {
4016
+ TypeLibVarAttribute: {
4017
+ kind: "method",
4018
+ methodKind: "constructor",
4019
+ },
4020
+ Value: {
4021
+ kind: "property",
4022
+ type: () => {
4023
+ return InteropServices.TypeLibVarFlags;
4024
+ },
4025
+ },
4026
+ },
4027
+ isSealed: true,
4028
+ },
4029
+ TypeLibVarFlags: {
4030
+ kind: "enum",
4031
+ members: {
4032
+ FReadOnly: {
4033
+ kind: "field",
4034
+ type: () => {
4035
+ return InteropServices.TypeLibVarFlags;
4036
+ },
4037
+ },
4038
+ FSource: {
4039
+ kind: "field",
4040
+ type: () => {
4041
+ return InteropServices.TypeLibVarFlags;
4042
+ },
4043
+ },
4044
+ FBindable: {
4045
+ kind: "field",
4046
+ type: () => {
4047
+ return InteropServices.TypeLibVarFlags;
4048
+ },
4049
+ },
4050
+ FRequestEdit: {
4051
+ kind: "field",
4052
+ type: () => {
4053
+ return InteropServices.TypeLibVarFlags;
4054
+ },
4055
+ },
4056
+ FDisplayBind: {
4057
+ kind: "field",
4058
+ type: () => {
4059
+ return InteropServices.TypeLibVarFlags;
4060
+ },
4061
+ },
4062
+ FDefaultBind: {
4063
+ kind: "field",
4064
+ type: () => {
4065
+ return InteropServices.TypeLibVarFlags;
4066
+ },
4067
+ },
4068
+ FHidden: {
4069
+ kind: "field",
4070
+ type: () => {
4071
+ return InteropServices.TypeLibVarFlags;
4072
+ },
4073
+ },
4074
+ FRestricted: {
4075
+ kind: "field",
4076
+ type: () => {
4077
+ return InteropServices.TypeLibVarFlags;
4078
+ },
4079
+ },
4080
+ FDefaultCollelem: {
4081
+ kind: "field",
4082
+ type: () => {
4083
+ return InteropServices.TypeLibVarFlags;
4084
+ },
4085
+ },
4086
+ FUiDefault: {
4087
+ kind: "field",
4088
+ type: () => {
4089
+ return InteropServices.TypeLibVarFlags;
4090
+ },
4091
+ },
4092
+ FNonBrowsable: {
4093
+ kind: "field",
4094
+ type: () => {
4095
+ return InteropServices.TypeLibVarFlags;
4096
+ },
4097
+ },
4098
+ FReplaceable: {
4099
+ kind: "field",
4100
+ type: () => {
4101
+ return InteropServices.TypeLibVarFlags;
4102
+ },
4103
+ },
4104
+ FImmediateBind: {
4105
+ kind: "field",
4106
+ type: () => {
4107
+ return InteropServices.TypeLibVarFlags;
4108
+ },
4109
+ },
4110
+ },
4111
+ },
4112
+ TypeLibVersionAttribute: {
4113
+ kind: "class",
4114
+ members: {
4115
+ TypeLibVersionAttribute: {
4116
+ kind: "method",
4117
+ methodKind: "constructor",
4118
+ },
4119
+ MajorVersion: {
4120
+ kind: "property",
4121
+ type: () => {
4122
+ return System.Int32;
4123
+ },
4124
+ },
4125
+ MinorVersion: {
4126
+ kind: "property",
4127
+ type: () => {
4128
+ return System.Int32;
4129
+ },
4130
+ },
4131
+ },
4132
+ isSealed: true,
4133
+ },
4134
+ UnmanagedCallConvAttribute: {
4135
+ kind: "class",
4136
+ members: {
4137
+ CallConvs: {
4138
+ kind: "field",
4139
+ type: () => {
4140
+ return System.Array;
4141
+ },
4142
+ isNullable: true,
4143
+ },
4144
+ UnmanagedCallConvAttribute: {
4145
+ kind: "method",
4146
+ methodKind: "constructor",
4147
+ },
4148
+ },
4149
+ isSealed: true,
4150
+ },
4151
+ UnmanagedCallersOnlyAttribute: {
4152
+ kind: "class",
4153
+ members: {
4154
+ CallConvs: {
4155
+ kind: "field",
4156
+ type: () => {
4157
+ return System.Array;
4158
+ },
4159
+ isNullable: true,
4160
+ },
4161
+ EntryPoint: {
4162
+ kind: "field",
4163
+ type: () => {
4164
+ return System.String;
4165
+ },
4166
+ isNullable: true,
4167
+ },
4168
+ UnmanagedCallersOnlyAttribute: {
4169
+ kind: "method",
4170
+ methodKind: "constructor",
4171
+ },
4172
+ },
4173
+ isSealed: true,
4174
+ },
4175
+ UnmanagedFunctionPointerAttribute: {
4176
+ kind: "class",
4177
+ members: {
4178
+ BestFitMapping: {
4179
+ kind: "field",
4180
+ type: () => {
4181
+ return System.Boolean;
4182
+ },
4183
+ },
4184
+ CharSet: {
4185
+ kind: "field",
4186
+ type: () => {
4187
+ return InteropServices.CharSet;
4188
+ },
4189
+ },
4190
+ SetLastError: {
4191
+ kind: "field",
4192
+ type: () => {
4193
+ return System.Boolean;
4194
+ },
4195
+ },
4196
+ ThrowOnUnmappableChar: {
4197
+ kind: "field",
4198
+ type: () => {
4199
+ return System.Boolean;
4200
+ },
4201
+ },
4202
+ UnmanagedFunctionPointerAttribute: {
4203
+ kind: "method",
4204
+ methodKind: "constructor",
4205
+ },
4206
+ CallingConvention: {
4207
+ kind: "property",
4208
+ type: () => {
4209
+ return InteropServices.CallingConvention;
4210
+ },
4211
+ },
4212
+ },
4213
+ isSealed: true,
4214
+ },
4215
+ UnmanagedType: {
4216
+ kind: "enum",
4217
+ members: {
4218
+ Bool: {
4219
+ kind: "field",
4220
+ type: () => {
4221
+ return InteropServices.UnmanagedType;
4222
+ },
4223
+ },
4224
+ I1: {
4225
+ kind: "field",
4226
+ type: () => {
4227
+ return InteropServices.UnmanagedType;
4228
+ },
4229
+ },
4230
+ U1: {
4231
+ kind: "field",
4232
+ type: () => {
4233
+ return InteropServices.UnmanagedType;
4234
+ },
4235
+ },
4236
+ I2: {
4237
+ kind: "field",
4238
+ type: () => {
4239
+ return InteropServices.UnmanagedType;
4240
+ },
4241
+ },
4242
+ U2: {
4243
+ kind: "field",
4244
+ type: () => {
4245
+ return InteropServices.UnmanagedType;
4246
+ },
4247
+ },
4248
+ I4: {
4249
+ kind: "field",
4250
+ type: () => {
4251
+ return InteropServices.UnmanagedType;
4252
+ },
4253
+ },
4254
+ U4: {
4255
+ kind: "field",
4256
+ type: () => {
4257
+ return InteropServices.UnmanagedType;
4258
+ },
4259
+ },
4260
+ I8: {
4261
+ kind: "field",
4262
+ type: () => {
4263
+ return InteropServices.UnmanagedType;
4264
+ },
4265
+ },
4266
+ U8: {
4267
+ kind: "field",
4268
+ type: () => {
4269
+ return InteropServices.UnmanagedType;
4270
+ },
4271
+ },
4272
+ R4: {
4273
+ kind: "field",
4274
+ type: () => {
4275
+ return InteropServices.UnmanagedType;
4276
+ },
4277
+ },
4278
+ R8: {
4279
+ kind: "field",
4280
+ type: () => {
4281
+ return InteropServices.UnmanagedType;
4282
+ },
4283
+ },
4284
+ BStr: {
4285
+ kind: "field",
4286
+ type: () => {
4287
+ return InteropServices.UnmanagedType;
4288
+ },
4289
+ },
4290
+ LPStr: {
4291
+ kind: "field",
4292
+ type: () => {
4293
+ return InteropServices.UnmanagedType;
4294
+ },
4295
+ },
4296
+ LPWStr: {
4297
+ kind: "field",
4298
+ type: () => {
4299
+ return InteropServices.UnmanagedType;
4300
+ },
4301
+ },
4302
+ LPTStr: {
4303
+ kind: "field",
4304
+ type: () => {
4305
+ return InteropServices.UnmanagedType;
4306
+ },
4307
+ },
4308
+ ByValTStr: {
4309
+ kind: "field",
4310
+ type: () => {
4311
+ return InteropServices.UnmanagedType;
4312
+ },
4313
+ },
4314
+ IUnknown: {
4315
+ kind: "field",
4316
+ type: () => {
4317
+ return InteropServices.UnmanagedType;
4318
+ },
4319
+ },
4320
+ Interface: {
4321
+ kind: "field",
4322
+ type: () => {
4323
+ return InteropServices.UnmanagedType;
4324
+ },
4325
+ },
4326
+ ByValArray: {
4327
+ kind: "field",
4328
+ type: () => {
4329
+ return InteropServices.UnmanagedType;
4330
+ },
4331
+ },
4332
+ SysInt: {
4333
+ kind: "field",
4334
+ type: () => {
4335
+ return InteropServices.UnmanagedType;
4336
+ },
4337
+ },
4338
+ SysUInt: {
4339
+ kind: "field",
4340
+ type: () => {
4341
+ return InteropServices.UnmanagedType;
4342
+ },
4343
+ },
4344
+ FunctionPtr: {
4345
+ kind: "field",
4346
+ type: () => {
4347
+ return InteropServices.UnmanagedType;
4348
+ },
4349
+ },
4350
+ LPArray: {
4351
+ kind: "field",
4352
+ type: () => {
4353
+ return InteropServices.UnmanagedType;
4354
+ },
4355
+ },
4356
+ LPStruct: {
4357
+ kind: "field",
4358
+ type: () => {
4359
+ return InteropServices.UnmanagedType;
4360
+ },
4361
+ },
4362
+ CustomMarshaler: {
4363
+ kind: "field",
4364
+ type: () => {
4365
+ return InteropServices.UnmanagedType;
4366
+ },
4367
+ },
4368
+ Error: {
4369
+ kind: "field",
4370
+ type: () => {
4371
+ return InteropServices.UnmanagedType;
4372
+ },
4373
+ },
4374
+ IInspectable: {
4375
+ kind: "field",
4376
+ type: () => {
4377
+ return InteropServices.UnmanagedType;
4378
+ },
4379
+ },
4380
+ HString: {
4381
+ kind: "field",
4382
+ type: () => {
4383
+ return InteropServices.UnmanagedType;
4384
+ },
4385
+ },
4386
+ LPUTF8Str: {
4387
+ kind: "field",
4388
+ type: () => {
4389
+ return InteropServices.UnmanagedType;
4390
+ },
4391
+ },
4392
+ },
4393
+ },
4394
+ WasmImportLinkageAttribute: {
4395
+ kind: "class",
4396
+ members: {
4397
+ WasmImportLinkageAttribute: {
4398
+ kind: "method",
4399
+ methodKind: "constructor",
4400
+ },
4401
+ },
4402
+ isSealed: true,
4403
+ },
4404
+ });
4405
+ export default InteropServices