@alloy-js/csharp 0.21.0-dev.2 → 0.21.0-dev.20

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 (857) hide show
  1. package/dist/scripts/components/library-interface.d.ts +9 -0
  2. package/dist/scripts/components/library-interface.d.ts.map +1 -0
  3. package/dist/scripts/components/library-interface.js +43 -0
  4. package/dist/scripts/components/library-interface.js.map +1 -0
  5. package/dist/scripts/components/namespace-directory.d.ts +7 -0
  6. package/dist/scripts/components/namespace-directory.d.ts.map +1 -0
  7. package/dist/scripts/components/namespace-directory.js +96 -0
  8. package/dist/scripts/components/namespace-directory.js.map +1 -0
  9. package/dist/scripts/generate-builtins.d.ts +11 -0
  10. package/dist/scripts/generate-builtins.d.ts.map +1 -0
  11. package/dist/scripts/generate-builtins.js +37 -0
  12. package/dist/scripts/generate-builtins.js.map +1 -0
  13. package/dist/scripts/process-docfx.d.ts +3 -0
  14. package/dist/scripts/process-docfx.d.ts.map +1 -0
  15. package/dist/scripts/process-docfx.js +300 -0
  16. package/dist/scripts/process-docfx.js.map +1 -0
  17. package/dist/src/access.d.ts +13 -0
  18. package/dist/src/access.d.ts.map +1 -0
  19. package/dist/src/access.js +65 -0
  20. package/dist/src/access.js.map +1 -0
  21. package/dist/src/access.test.d.ts +2 -0
  22. package/dist/src/access.test.d.ts.map +1 -0
  23. package/dist/src/access.test.js +43 -0
  24. package/dist/src/access.test.js.map +1 -0
  25. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts +12 -0
  26. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts.map +1 -0
  27. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  28. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  29. package/dist/src/builtins/Microsoft/CSharp/index.d.ts +6 -0
  30. package/dist/src/builtins/Microsoft/CSharp/index.d.ts.map +1 -0
  31. package/dist/src/builtins/Microsoft/CSharp/index.js +5 -0
  32. package/dist/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  33. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts +102 -0
  34. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts.map +1 -0
  35. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  36. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  37. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts +491 -0
  38. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts.map +1 -0
  39. package/dist/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  40. package/dist/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  41. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +82 -0
  42. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -0
  43. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  44. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  45. package/dist/src/builtins/Microsoft/Win32/index.d.ts +79 -0
  46. package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -0
  47. package/dist/src/builtins/Microsoft/Win32/index.js +362 -0
  48. package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -0
  49. package/dist/src/builtins/Microsoft/index.d.ts +8 -0
  50. package/dist/src/builtins/Microsoft/index.d.ts.map +1 -0
  51. package/dist/src/builtins/Microsoft/index.js +7 -0
  52. package/dist/src/builtins/Microsoft/index.js.map +1 -0
  53. package/dist/src/builtins/System/Buffers/Binary/index.d.ts +113 -0
  54. package/dist/src/builtins/System/Buffers/Binary/index.d.ts.map +1 -0
  55. package/dist/src/builtins/System/Buffers/Binary/index.js +536 -0
  56. package/dist/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  57. package/dist/src/builtins/System/Buffers/Text/index.d.ts +37 -0
  58. package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -0
  59. package/dist/src/builtins/System/Buffers/Text/index.js +144 -0
  60. package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -0
  61. package/dist/src/builtins/System/Buffers/index.d.ts +142 -0
  62. package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -0
  63. package/dist/src/builtins/System/Buffers/index.js +605 -0
  64. package/dist/src/builtins/System/Buffers/index.js.map +1 -0
  65. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts +31 -0
  66. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts.map +1 -0
  67. package/dist/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  68. package/dist/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  69. package/dist/src/builtins/System/CodeDom/index.d.ts +6 -0
  70. package/dist/src/builtins/System/CodeDom/index.d.ts.map +1 -0
  71. package/dist/src/builtins/System/CodeDom/index.js +5 -0
  72. package/dist/src/builtins/System/CodeDom/index.js.map +1 -0
  73. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts +100 -0
  74. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts.map +1 -0
  75. package/dist/src/builtins/System/Collections/Concurrent/index.js +399 -0
  76. package/dist/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  77. package/dist/src/builtins/System/Collections/Frozen/index.d.ts +29 -0
  78. package/dist/src/builtins/System/Collections/Frozen/index.d.ts.map +1 -0
  79. package/dist/src/builtins/System/Collections/Frozen/index.js +88 -0
  80. package/dist/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  81. package/dist/src/builtins/System/Collections/Generic/index.d.ts +275 -0
  82. package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -0
  83. package/dist/src/builtins/System/Collections/Generic/index.js +978 -0
  84. package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -0
  85. package/dist/src/builtins/System/Collections/Immutable/index.d.ts +273 -0
  86. package/dist/src/builtins/System/Collections/Immutable/index.d.ts.map +1 -0
  87. package/dist/src/builtins/System/Collections/Immutable/index.js +1049 -0
  88. package/dist/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  89. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +97 -0
  90. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -0
  91. package/dist/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  92. package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  93. package/dist/src/builtins/System/Collections/Specialized/index.d.ts +162 -0
  94. package/dist/src/builtins/System/Collections/Specialized/index.d.ts.map +1 -0
  95. package/dist/src/builtins/System/Collections/Specialized/index.js +716 -0
  96. package/dist/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  97. package/dist/src/builtins/System/Collections/index.d.ts +293 -0
  98. package/dist/src/builtins/System/Collections/index.d.ts.map +1 -0
  99. package/dist/src/builtins/System/Collections/index.js +1355 -0
  100. package/dist/src/builtins/System/Collections/index.js.map +1 -0
  101. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts +40 -0
  102. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts.map +1 -0
  103. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  104. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  105. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts +274 -0
  106. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts.map +1 -0
  107. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  108. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  109. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts +128 -0
  110. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts.map +1 -0
  111. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  112. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  113. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts +428 -0
  114. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts.map +1 -0
  115. package/dist/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  116. package/dist/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  117. package/dist/src/builtins/System/ComponentModel/index.d.ts +1431 -0
  118. package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -0
  119. package/dist/src/builtins/System/ComponentModel/index.js +6649 -0
  120. package/dist/src/builtins/System/ComponentModel/index.js.map +1 -0
  121. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts +19 -0
  122. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts.map +1 -0
  123. package/dist/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  124. package/dist/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  125. package/dist/src/builtins/System/Configuration/index.d.ts +6 -0
  126. package/dist/src/builtins/System/Configuration/index.d.ts.map +1 -0
  127. package/dist/src/builtins/System/Configuration/index.js +5 -0
  128. package/dist/src/builtins/System/Configuration/index.js.map +1 -0
  129. package/dist/src/builtins/System/Data/Common/index.d.ts +611 -0
  130. package/dist/src/builtins/System/Data/Common/index.d.ts.map +1 -0
  131. package/dist/src/builtins/System/Data/Common/index.js +3279 -0
  132. package/dist/src/builtins/System/Data/Common/index.js.map +1 -0
  133. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts +541 -0
  134. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts.map +1 -0
  135. package/dist/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  136. package/dist/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  137. package/dist/src/builtins/System/Data/index.d.ts +967 -0
  138. package/dist/src/builtins/System/Data/index.d.ts.map +1 -0
  139. package/dist/src/builtins/System/Data/index.js +4504 -0
  140. package/dist/src/builtins/System/Data/index.js.map +1 -0
  141. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts +155 -0
  142. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts.map +1 -0
  143. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  144. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  145. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts +76 -0
  146. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts.map +1 -0
  147. package/dist/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  148. package/dist/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  149. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts +83 -0
  150. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts.map +1 -0
  151. package/dist/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  152. package/dist/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  153. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts +138 -0
  154. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts.map +1 -0
  155. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  156. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  157. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts +206 -0
  158. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts.map +1 -0
  159. package/dist/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  160. package/dist/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  161. package/dist/src/builtins/System/Diagnostics/index.d.ts +800 -0
  162. package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -0
  163. package/dist/src/builtins/System/Diagnostics/index.js +3826 -0
  164. package/dist/src/builtins/System/Diagnostics/index.js.map +1 -0
  165. package/dist/src/builtins/System/Drawing/index.d.ts +558 -0
  166. package/dist/src/builtins/System/Drawing/index.d.ts.map +1 -0
  167. package/dist/src/builtins/System/Drawing/index.js +3305 -0
  168. package/dist/src/builtins/System/Drawing/index.js.map +1 -0
  169. package/dist/src/builtins/System/Dynamic/index.d.ts +170 -0
  170. package/dist/src/builtins/System/Dynamic/index.d.ts.map +1 -0
  171. package/dist/src/builtins/System/Dynamic/index.js +795 -0
  172. package/dist/src/builtins/System/Dynamic/index.js.map +1 -0
  173. package/dist/src/builtins/System/Formats/Asn1/index.d.ts +173 -0
  174. package/dist/src/builtins/System/Formats/Asn1/index.d.ts.map +1 -0
  175. package/dist/src/builtins/System/Formats/Asn1/index.js +843 -0
  176. package/dist/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  177. package/dist/src/builtins/System/Formats/Tar/index.d.ts +96 -0
  178. package/dist/src/builtins/System/Formats/Tar/index.d.ts.map +1 -0
  179. package/dist/src/builtins/System/Formats/Tar/index.js +436 -0
  180. package/dist/src/builtins/System/Formats/Tar/index.js.map +1 -0
  181. package/dist/src/builtins/System/Formats/index.d.ts +7 -0
  182. package/dist/src/builtins/System/Formats/index.d.ts.map +1 -0
  183. package/dist/src/builtins/System/Formats/index.js +6 -0
  184. package/dist/src/builtins/System/Formats/index.js.map +1 -0
  185. package/dist/src/builtins/System/Globalization/index.d.ts +737 -0
  186. package/dist/src/builtins/System/Globalization/index.d.ts.map +1 -0
  187. package/dist/src/builtins/System/Globalization/index.js +3848 -0
  188. package/dist/src/builtins/System/Globalization/index.js.map +1 -0
  189. package/dist/src/builtins/System/IO/Compression/index.d.ts +186 -0
  190. package/dist/src/builtins/System/IO/Compression/index.d.ts.map +1 -0
  191. package/dist/src/builtins/System/IO/Compression/index.js +894 -0
  192. package/dist/src/builtins/System/IO/Compression/index.js.map +1 -0
  193. package/dist/src/builtins/System/IO/Enumeration/index.d.ts +53 -0
  194. package/dist/src/builtins/System/IO/Enumeration/index.d.ts.map +1 -0
  195. package/dist/src/builtins/System/IO/Enumeration/index.js +218 -0
  196. package/dist/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  197. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts +103 -0
  198. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts.map +1 -0
  199. package/dist/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  200. package/dist/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  201. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts +56 -0
  202. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts.map +1 -0
  203. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  204. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  205. package/dist/src/builtins/System/IO/Pipelines/index.d.ts +93 -0
  206. package/dist/src/builtins/System/IO/Pipelines/index.d.ts.map +1 -0
  207. package/dist/src/builtins/System/IO/Pipelines/index.js +415 -0
  208. package/dist/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  209. package/dist/src/builtins/System/IO/Pipes/index.d.ts +157 -0
  210. package/dist/src/builtins/System/IO/Pipes/index.d.ts.map +1 -0
  211. package/dist/src/builtins/System/IO/Pipes/index.js +723 -0
  212. package/dist/src/builtins/System/IO/Pipes/index.js.map +1 -0
  213. package/dist/src/builtins/System/IO/index.d.ts +762 -0
  214. package/dist/src/builtins/System/IO/index.d.ts.map +1 -0
  215. package/dist/src/builtins/System/IO/index.js +3713 -0
  216. package/dist/src/builtins/System/IO/index.js.map +1 -0
  217. package/dist/src/builtins/System/Linq/Expressions/index.d.ts +429 -0
  218. package/dist/src/builtins/System/Linq/Expressions/index.d.ts.map +1 -0
  219. package/dist/src/builtins/System/Linq/Expressions/index.js +2253 -0
  220. package/dist/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  221. package/dist/src/builtins/System/Linq/index.d.ts +73 -0
  222. package/dist/src/builtins/System/Linq/index.d.ts.map +1 -0
  223. package/dist/src/builtins/System/Linq/index.js +275 -0
  224. package/dist/src/builtins/System/Linq/index.js.map +1 -0
  225. package/dist/src/builtins/System/Net/Cache/index.d.ts +48 -0
  226. package/dist/src/builtins/System/Net/Cache/index.d.ts.map +1 -0
  227. package/dist/src/builtins/System/Net/Cache/index.js +217 -0
  228. package/dist/src/builtins/System/Net/Cache/index.js.map +1 -0
  229. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts +335 -0
  230. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts.map +1 -0
  231. package/dist/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  232. package/dist/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  233. package/dist/src/builtins/System/Net/Http/Json/index.d.ts +21 -0
  234. package/dist/src/builtins/System/Net/Http/Json/index.d.ts.map +1 -0
  235. package/dist/src/builtins/System/Net/Http/Json/index.js +72 -0
  236. package/dist/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  237. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts +13 -0
  238. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts.map +1 -0
  239. package/dist/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  240. package/dist/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  241. package/dist/src/builtins/System/Net/Http/index.d.ts +305 -0
  242. package/dist/src/builtins/System/Net/Http/index.d.ts.map +1 -0
  243. package/dist/src/builtins/System/Net/Http/index.js +1458 -0
  244. package/dist/src/builtins/System/Net/Http/index.js.map +1 -0
  245. package/dist/src/builtins/System/Net/Mail/index.d.ts +182 -0
  246. package/dist/src/builtins/System/Net/Mail/index.d.ts.map +1 -0
  247. package/dist/src/builtins/System/Net/Mail/index.js +871 -0
  248. package/dist/src/builtins/System/Net/Mail/index.js.map +1 -0
  249. package/dist/src/builtins/System/Net/Mime/index.d.ts +100 -0
  250. package/dist/src/builtins/System/Net/Mime/index.d.ts.map +1 -0
  251. package/dist/src/builtins/System/Net/Mime/index.js +500 -0
  252. package/dist/src/builtins/System/Net/Mime/index.js.map +1 -0
  253. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts +506 -0
  254. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts.map +1 -0
  255. package/dist/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  256. package/dist/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  257. package/dist/src/builtins/System/Net/Quic/index.d.ts +129 -0
  258. package/dist/src/builtins/System/Net/Quic/index.d.ts.map +1 -0
  259. package/dist/src/builtins/System/Net/Quic/index.js +635 -0
  260. package/dist/src/builtins/System/Net/Quic/index.js.map +1 -0
  261. package/dist/src/builtins/System/Net/Security/index.d.ts +277 -0
  262. package/dist/src/builtins/System/Net/Security/index.d.ts.map +1 -0
  263. package/dist/src/builtins/System/Net/Security/index.js +1432 -0
  264. package/dist/src/builtins/System/Net/Security/index.js.map +1 -0
  265. package/dist/src/builtins/System/Net/Sockets/index.d.ts +593 -0
  266. package/dist/src/builtins/System/Net/Sockets/index.d.ts.map +1 -0
  267. package/dist/src/builtins/System/Net/Sockets/index.js +3095 -0
  268. package/dist/src/builtins/System/Net/Sockets/index.js.map +1 -0
  269. package/dist/src/builtins/System/Net/WebSockets/index.d.ts +165 -0
  270. package/dist/src/builtins/System/Net/WebSockets/index.d.ts.map +1 -0
  271. package/dist/src/builtins/System/Net/WebSockets/index.js +876 -0
  272. package/dist/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  273. package/dist/src/builtins/System/Net/index.d.ts +1066 -0
  274. package/dist/src/builtins/System/Net/index.d.ts.map +1 -0
  275. package/dist/src/builtins/System/Net/index.js +5481 -0
  276. package/dist/src/builtins/System/Net/index.js.map +1 -0
  277. package/dist/src/builtins/System/Numerics/index.d.ts +673 -0
  278. package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -0
  279. package/dist/src/builtins/System/Numerics/index.js +3425 -0
  280. package/dist/src/builtins/System/Numerics/index.js.map +1 -0
  281. package/dist/src/builtins/System/Reflection/Emit/index.d.ts +769 -0
  282. package/dist/src/builtins/System/Reflection/Emit/index.d.ts.map +1 -0
  283. package/dist/src/builtins/System/Reflection/Emit/index.js +4293 -0
  284. package/dist/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  285. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts +513 -0
  286. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts.map +1 -0
  287. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  288. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  289. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts +1333 -0
  290. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts.map +1 -0
  291. package/dist/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  292. package/dist/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  293. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts +383 -0
  294. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts.map +1 -0
  295. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  296. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  297. package/dist/src/builtins/System/Reflection/index.d.ts +1038 -0
  298. package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -0
  299. package/dist/src/builtins/System/Reflection/index.js +5244 -0
  300. package/dist/src/builtins/System/Reflection/index.js.map +1 -0
  301. package/dist/src/builtins/System/Resources/index.d.ts +70 -0
  302. package/dist/src/builtins/System/Resources/index.d.ts.map +1 -0
  303. package/dist/src/builtins/System/Resources/index.js +289 -0
  304. package/dist/src/builtins/System/Resources/index.js.map +1 -0
  305. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +486 -0
  306. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -0
  307. package/dist/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  308. package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  309. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts +29 -0
  310. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts.map +1 -0
  311. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  312. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  313. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts +20 -0
  314. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts.map +1 -0
  315. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  316. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  317. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts +23 -0
  318. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts.map +1 -0
  319. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  320. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  321. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts +54 -0
  322. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts.map +1 -0
  323. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  324. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  325. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +259 -0
  326. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -0
  327. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  328. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  329. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts +24 -0
  330. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts.map +1 -0
  331. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  332. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  333. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts +18 -0
  334. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts.map +1 -0
  335. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  336. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  337. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +781 -0
  338. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -0
  339. package/dist/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  340. package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  341. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts +273 -0
  342. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts.map +1 -0
  343. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  344. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  345. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts +73 -0
  346. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts.map +1 -0
  347. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  348. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  349. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts +311 -0
  350. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts.map +1 -0
  351. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  352. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  353. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts +57 -0
  354. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts.map +1 -0
  355. package/dist/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  356. package/dist/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  357. package/dist/src/builtins/System/Runtime/Loader/index.d.ts +35 -0
  358. package/dist/src/builtins/System/Runtime/Loader/index.d.ts.map +1 -0
  359. package/dist/src/builtins/System/Runtime/Loader/index.js +140 -0
  360. package/dist/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  361. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts +10 -0
  362. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts.map +1 -0
  363. package/dist/src/builtins/System/Runtime/Remoting/index.js +18 -0
  364. package/dist/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  365. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts +51 -0
  366. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts.map +1 -0
  367. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  368. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  369. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts +17 -0
  370. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts.map +1 -0
  371. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  372. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  373. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts +24 -0
  374. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts.map +1 -0
  375. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  376. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  377. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts +45 -0
  378. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts.map +1 -0
  379. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  380. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  381. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +374 -0
  382. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -0
  383. package/dist/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  384. package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  385. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts +81 -0
  386. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts.map +1 -0
  387. package/dist/src/builtins/System/Runtime/Versioning/index.js +336 -0
  388. package/dist/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  389. package/dist/src/builtins/System/Runtime/index.d.ts +67 -0
  390. package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -0
  391. package/dist/src/builtins/System/Runtime/index.js +245 -0
  392. package/dist/src/builtins/System/Runtime/index.js.map +1 -0
  393. package/dist/src/builtins/System/Security/AccessControl/index.d.ts +485 -0
  394. package/dist/src/builtins/System/Security/AccessControl/index.d.ts.map +1 -0
  395. package/dist/src/builtins/System/Security/AccessControl/index.js +2343 -0
  396. package/dist/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  397. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts +43 -0
  398. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts.map +1 -0
  399. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  400. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  401. package/dist/src/builtins/System/Security/Authentication/index.d.ts +49 -0
  402. package/dist/src/builtins/System/Security/Authentication/index.d.ts.map +1 -0
  403. package/dist/src/builtins/System/Security/Authentication/index.js +212 -0
  404. package/dist/src/builtins/System/Security/Authentication/index.js.map +1 -0
  405. package/dist/src/builtins/System/Security/Claims/index.d.ts +152 -0
  406. package/dist/src/builtins/System/Security/Claims/index.d.ts.map +1 -0
  407. package/dist/src/builtins/System/Security/Claims/index.js +844 -0
  408. package/dist/src/builtins/System/Security/Claims/index.js.map +1 -0
  409. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts +551 -0
  410. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts.map +1 -0
  411. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  412. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  413. package/dist/src/builtins/System/Security/Cryptography/index.d.ts +1378 -0
  414. package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -0
  415. package/dist/src/builtins/System/Security/Cryptography/index.js +6673 -0
  416. package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  417. package/dist/src/builtins/System/Security/Permissions/index.d.ts +67 -0
  418. package/dist/src/builtins/System/Security/Permissions/index.d.ts.map +1 -0
  419. package/dist/src/builtins/System/Security/Permissions/index.js +325 -0
  420. package/dist/src/builtins/System/Security/Permissions/index.js.map +1 -0
  421. package/dist/src/builtins/System/Security/Policy/index.d.ts +28 -0
  422. package/dist/src/builtins/System/Security/Policy/index.d.ts.map +1 -0
  423. package/dist/src/builtins/System/Security/Policy/index.js +101 -0
  424. package/dist/src/builtins/System/Security/Policy/index.js.map +1 -0
  425. package/dist/src/builtins/System/Security/Principal/index.d.ts +252 -0
  426. package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -0
  427. package/dist/src/builtins/System/Security/Principal/index.js +1338 -0
  428. package/dist/src/builtins/System/Security/Principal/index.js.map +1 -0
  429. package/dist/src/builtins/System/Security/index.d.ts +164 -0
  430. package/dist/src/builtins/System/Security/index.d.ts.map +1 -0
  431. package/dist/src/builtins/System/Security/index.js +672 -0
  432. package/dist/src/builtins/System/Security/index.js.map +1 -0
  433. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts +41 -0
  434. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts.map +1 -0
  435. package/dist/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  436. package/dist/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  437. package/dist/src/builtins/System/Text/Encodings/index.d.ts +6 -0
  438. package/dist/src/builtins/System/Text/Encodings/index.d.ts.map +1 -0
  439. package/dist/src/builtins/System/Text/Encodings/index.js +5 -0
  440. package/dist/src/builtins/System/Text/Encodings/index.js.map +1 -0
  441. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts +63 -0
  442. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts.map +1 -0
  443. package/dist/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  444. package/dist/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  445. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts +21 -0
  446. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts.map +1 -0
  447. package/dist/src/builtins/System/Text/Json/Schema/index.js +78 -0
  448. package/dist/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  449. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts +69 -0
  450. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts.map +1 -0
  451. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  452. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  453. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts +194 -0
  454. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts.map +1 -0
  455. package/dist/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  456. package/dist/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  457. package/dist/src/builtins/System/Text/Json/index.d.ts +251 -0
  458. package/dist/src/builtins/System/Text/Json/index.d.ts.map +1 -0
  459. package/dist/src/builtins/System/Text/Json/index.js +1185 -0
  460. package/dist/src/builtins/System/Text/Json/index.js.map +1 -0
  461. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts +152 -0
  462. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts.map +1 -0
  463. package/dist/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  464. package/dist/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  465. package/dist/src/builtins/System/Text/Unicode/index.d.ts +182 -0
  466. package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -0
  467. package/dist/src/builtins/System/Text/Unicode/index.js +1199 -0
  468. package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -0
  469. package/dist/src/builtins/System/Text/index.d.ts +372 -0
  470. package/dist/src/builtins/System/Text/index.d.ts.map +1 -0
  471. package/dist/src/builtins/System/Text/index.js +1748 -0
  472. package/dist/src/builtins/System/Text/index.js.map +1 -0
  473. package/dist/src/builtins/System/Threading/Channels/index.d.ts +56 -0
  474. package/dist/src/builtins/System/Threading/Channels/index.d.ts.map +1 -0
  475. package/dist/src/builtins/System/Threading/Channels/index.js +229 -0
  476. package/dist/src/builtins/System/Threading/Channels/index.js.map +1 -0
  477. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts +159 -0
  478. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts.map +1 -0
  479. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  480. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  481. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts +32 -0
  482. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts.map +1 -0
  483. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  484. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  485. package/dist/src/builtins/System/Threading/Tasks/index.d.ts +163 -0
  486. package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -0
  487. package/dist/src/builtins/System/Threading/Tasks/index.js +721 -0
  488. package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  489. package/dist/src/builtins/System/Threading/index.d.ts +533 -0
  490. package/dist/src/builtins/System/Threading/index.d.ts.map +1 -0
  491. package/dist/src/builtins/System/Threading/index.js +2292 -0
  492. package/dist/src/builtins/System/Threading/index.js.map +1 -0
  493. package/dist/src/builtins/System/Timers/index.d.ts +34 -0
  494. package/dist/src/builtins/System/Timers/index.d.ts.map +1 -0
  495. package/dist/src/builtins/System/Timers/index.js +129 -0
  496. package/dist/src/builtins/System/Timers/index.js.map +1 -0
  497. package/dist/src/builtins/System/Transactions/index.d.ts +183 -0
  498. package/dist/src/builtins/System/Transactions/index.d.ts.map +1 -0
  499. package/dist/src/builtins/System/Transactions/index.js +727 -0
  500. package/dist/src/builtins/System/Transactions/index.js.map +1 -0
  501. package/dist/src/builtins/System/Web/index.d.ts +24 -0
  502. package/dist/src/builtins/System/Web/index.d.ts.map +1 -0
  503. package/dist/src/builtins/System/Web/index.js +84 -0
  504. package/dist/src/builtins/System/Web/index.js.map +1 -0
  505. package/dist/src/builtins/System/Windows/Input/index.d.ts +10 -0
  506. package/dist/src/builtins/System/Windows/Input/index.d.ts.map +1 -0
  507. package/dist/src/builtins/System/Windows/Input/index.js +18 -0
  508. package/dist/src/builtins/System/Windows/Input/index.js.map +1 -0
  509. package/dist/src/builtins/System/Windows/Markup/index.d.ts +11 -0
  510. package/dist/src/builtins/System/Windows/Markup/index.d.ts.map +1 -0
  511. package/dist/src/builtins/System/Windows/Markup/index.js +28 -0
  512. package/dist/src/builtins/System/Windows/Markup/index.js.map +1 -0
  513. package/dist/src/builtins/System/Windows/index.d.ts +7 -0
  514. package/dist/src/builtins/System/Windows/index.d.ts.map +1 -0
  515. package/dist/src/builtins/System/Windows/index.js +6 -0
  516. package/dist/src/builtins/System/Windows/index.js.map +1 -0
  517. package/dist/src/builtins/System/Xml/Linq/index.d.ts +234 -0
  518. package/dist/src/builtins/System/Xml/Linq/index.d.ts.map +1 -0
  519. package/dist/src/builtins/System/Xml/Linq/index.js +1086 -0
  520. package/dist/src/builtins/System/Xml/Linq/index.js.map +1 -0
  521. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts +23 -0
  522. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts.map +1 -0
  523. package/dist/src/builtins/System/Xml/Resolvers/index.js +86 -0
  524. package/dist/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  525. package/dist/src/builtins/System/Xml/Schema/index.d.ts +630 -0
  526. package/dist/src/builtins/System/Xml/Schema/index.d.ts.map +1 -0
  527. package/dist/src/builtins/System/Xml/Schema/index.js +2993 -0
  528. package/dist/src/builtins/System/Xml/Schema/index.js.map +1 -0
  529. package/dist/src/builtins/System/Xml/Serialization/index.d.ts +534 -0
  530. package/dist/src/builtins/System/Xml/Serialization/index.d.ts.map +1 -0
  531. package/dist/src/builtins/System/Xml/Serialization/index.js +2356 -0
  532. package/dist/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  533. package/dist/src/builtins/System/Xml/XPath/index.d.ts +180 -0
  534. package/dist/src/builtins/System/Xml/XPath/index.d.ts.map +1 -0
  535. package/dist/src/builtins/System/Xml/XPath/index.js +917 -0
  536. package/dist/src/builtins/System/Xml/XPath/index.js.map +1 -0
  537. package/dist/src/builtins/System/Xml/Xsl/index.d.ts +76 -0
  538. package/dist/src/builtins/System/Xml/Xsl/index.d.ts.map +1 -0
  539. package/dist/src/builtins/System/Xml/Xsl/index.js +315 -0
  540. package/dist/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  541. package/dist/src/builtins/System/Xml/index.d.ts +1114 -0
  542. package/dist/src/builtins/System/Xml/index.d.ts.map +1 -0
  543. package/dist/src/builtins/System/Xml/index.js +5736 -0
  544. package/dist/src/builtins/System/Xml/index.js.map +1 -0
  545. package/dist/src/builtins/System/index.d.ts +3029 -0
  546. package/dist/src/builtins/System/index.d.ts.map +1 -0
  547. package/dist/src/builtins/System/index.js +14587 -0
  548. package/dist/src/builtins/System/index.js.map +1 -0
  549. package/dist/src/builtins/index.d.ts +3 -0
  550. package/dist/src/builtins/index.d.ts.map +1 -0
  551. package/dist/src/builtins/index.js +3 -0
  552. package/dist/src/builtins/index.js.map +1 -0
  553. package/dist/src/components/access-expression/access-expression.d.ts +8 -3
  554. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  555. package/dist/src/components/access-expression/access-expression.js.map +1 -1
  556. package/dist/src/components/access-expression/part-descriptors.d.ts +8 -0
  557. package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
  558. package/dist/src/components/access-expression/part-descriptors.js +22 -2
  559. package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
  560. package/dist/src/components/attributes/attributes.d.ts +2 -6
  561. package/dist/src/components/attributes/attributes.d.ts.map +1 -1
  562. package/dist/src/components/attributes/attributes.js +15 -1
  563. package/dist/src/components/attributes/attributes.js.map +1 -1
  564. package/dist/src/components/attributes/attributes.test.js +54 -1
  565. package/dist/src/components/attributes/attributes.test.js.map +1 -1
  566. package/dist/src/components/csproj-file/csproj-file.d.ts +15 -0
  567. package/dist/src/components/csproj-file/csproj-file.d.ts.map +1 -0
  568. package/dist/src/components/csproj-file/csproj-file.js +24 -0
  569. package/dist/src/components/csproj-file/csproj-file.js.map +1 -0
  570. package/dist/src/components/csproj-file/csproj-file.test.d.ts +2 -0
  571. package/dist/src/components/csproj-file/csproj-file.test.d.ts.map +1 -0
  572. package/dist/src/components/csproj-file/csproj-file.test.js +21 -0
  573. package/dist/src/components/csproj-file/csproj-file.test.js.map +1 -0
  574. package/dist/src/components/enum/declaration.ref.test.js +1 -1
  575. package/dist/src/components/if/if-statement.d.ts +25 -0
  576. package/dist/src/components/if/if-statement.d.ts.map +1 -0
  577. package/dist/src/components/if/if-statement.js +36 -0
  578. package/dist/src/components/if/if-statement.js.map +1 -0
  579. package/dist/src/components/if/if-statement.test.d.ts +2 -0
  580. package/dist/src/components/if/if-statement.test.d.ts.map +1 -0
  581. package/dist/src/components/if/if-statement.test.js +29 -0
  582. package/dist/src/components/if/if-statement.test.js.map +1 -0
  583. package/dist/src/components/index.d.ts +4 -2
  584. package/dist/src/components/index.d.ts.map +1 -1
  585. package/dist/src/components/index.js +4 -3
  586. package/dist/src/components/index.js.map +1 -1
  587. package/dist/src/components/method/method.js +10 -2
  588. package/dist/src/components/method/method.js.map +1 -1
  589. package/dist/src/components/method/method.test.js +61 -0
  590. package/dist/src/components/method/method.test.js.map +1 -1
  591. package/dist/src/components/namespace/namespace-name.d.ts +10 -0
  592. package/dist/src/components/namespace/namespace-name.d.ts.map +1 -0
  593. package/dist/src/components/namespace/namespace-name.js +20 -0
  594. package/dist/src/components/namespace/namespace-name.js.map +1 -0
  595. package/dist/src/components/{namespace.d.ts → namespace/namespace.d.ts} +1 -1
  596. package/dist/src/components/namespace/namespace.d.ts.map +1 -0
  597. package/dist/src/components/{namespace.js → namespace/namespace.js} +9 -12
  598. package/dist/src/components/namespace/namespace.js.map +1 -0
  599. package/dist/src/components/namespace/namespace.test.d.ts.map +1 -0
  600. package/dist/src/components/namespace/namespace.test.js +207 -0
  601. package/dist/src/components/namespace/namespace.test.js.map +1 -0
  602. package/dist/src/components/namespace.ref.test.js +1 -1
  603. package/dist/src/components/parameters/parameters.d.ts +35 -0
  604. package/dist/src/components/parameters/parameters.d.ts.map +1 -1
  605. package/dist/src/components/parameters/parameters.js +16 -3
  606. package/dist/src/components/parameters/parameters.js.map +1 -1
  607. package/dist/src/components/parameters/parameters.test.js +67 -0
  608. package/dist/src/components/parameters/parameters.test.js.map +1 -1
  609. package/dist/src/components/property/property.d.ts.map +1 -1
  610. package/dist/src/components/property/property.js +21 -12
  611. package/dist/src/components/property/property.js.map +1 -1
  612. package/dist/src/components/property/property.test.js +28 -0
  613. package/dist/src/components/property/property.test.js.map +1 -1
  614. package/dist/src/components/source-file/source-file.d.ts.map +1 -1
  615. package/dist/src/components/source-file/source-file.js +4 -2
  616. package/dist/src/components/source-file/source-file.js.map +1 -1
  617. package/dist/src/components/source-file/source-file.test.js +1 -1
  618. package/dist/src/components/source-file/using.test.js +1 -1
  619. package/dist/src/components/stc/index.d.ts +0 -1
  620. package/dist/src/components/stc/index.d.ts.map +1 -1
  621. package/dist/src/components/stc/index.js +0 -1
  622. package/dist/src/components/stc/index.js.map +1 -1
  623. package/dist/src/components/var/declaration.d.ts +7 -1
  624. package/dist/src/components/var/declaration.d.ts.map +1 -1
  625. package/dist/src/components/var/declaration.js +20 -3
  626. package/dist/src/components/var/declaration.js.map +1 -1
  627. package/dist/src/components/var/declaration.test.js +19 -2
  628. package/dist/src/components/var/declaration.test.js.map +1 -1
  629. package/dist/src/contexts/global-namespace.d.ts +1 -0
  630. package/dist/src/contexts/global-namespace.d.ts.map +1 -1
  631. package/dist/src/contexts/global-namespace.js +6 -1
  632. package/dist/src/contexts/global-namespace.js.map +1 -1
  633. package/dist/src/contexts/reference-context.d.ts +12 -0
  634. package/dist/src/contexts/reference-context.d.ts.map +1 -0
  635. package/dist/src/contexts/reference-context.js +15 -0
  636. package/dist/src/contexts/reference-context.js.map +1 -0
  637. package/dist/src/create-library.d.ts +62 -0
  638. package/dist/src/create-library.d.ts.map +1 -0
  639. package/dist/src/create-library.js +136 -0
  640. package/dist/src/create-library.js.map +1 -0
  641. package/dist/src/create-library.test.d.ts +2 -0
  642. package/dist/src/create-library.test.d.ts.map +1 -0
  643. package/dist/src/create-library.test.js +237 -0
  644. package/dist/src/create-library.test.js.map +1 -0
  645. package/dist/src/index.d.ts +2 -0
  646. package/dist/src/index.d.ts.map +1 -1
  647. package/dist/src/index.js +2 -0
  648. package/dist/src/index.js.map +1 -1
  649. package/dist/src/symbols/factories.d.ts +1 -1
  650. package/dist/src/symbols/factories.d.ts.map +1 -1
  651. package/dist/src/symbols/factories.js +24 -6
  652. package/dist/src/symbols/factories.js.map +1 -1
  653. package/dist/src/symbols/named-type.d.ts +3 -3
  654. package/dist/src/symbols/named-type.d.ts.map +1 -1
  655. package/dist/src/symbols/named-type.js.map +1 -1
  656. package/dist/src/symbols/reference.d.ts.map +1 -1
  657. package/dist/src/symbols/reference.js +7 -4
  658. package/dist/src/symbols/reference.js.map +1 -1
  659. package/dist/test/utils.d.ts +4 -2
  660. package/dist/test/utils.d.ts.map +1 -1
  661. package/dist/test/utils.js +5 -4
  662. package/dist/test/utils.js.map +1 -1
  663. package/dist/tsconfig.tsbuildinfo +1 -1
  664. package/package.json +15 -2
  665. package/scripts/components/library-interface.tsx +41 -0
  666. package/scripts/components/namespace-directory.tsx +104 -0
  667. package/scripts/generate-builtins.tsx +36 -0
  668. package/scripts/process-docfx.tsx +321 -0
  669. package/src/access.test.tsx +49 -0
  670. package/src/access.tsx +70 -0
  671. package/src/builtins/Microsoft/CSharp/RuntimeBinder/index.ts +32 -0
  672. package/src/builtins/Microsoft/CSharp/index.ts +8 -0
  673. package/src/builtins/Microsoft/VisualBasic/FileIO/index.ts +573 -0
  674. package/src/builtins/Microsoft/VisualBasic/index.ts +3021 -0
  675. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +400 -0
  676. package/src/builtins/Microsoft/Win32/index.ts +437 -0
  677. package/src/builtins/Microsoft/index.ts +10 -0
  678. package/src/builtins/System/Buffers/Binary/index.ts +646 -0
  679. package/src/builtins/System/Buffers/Text/index.ts +178 -0
  680. package/src/builtins/System/Buffers/index.ts +744 -0
  681. package/src/builtins/System/CodeDom/Compiler/index.ts +160 -0
  682. package/src/builtins/System/CodeDom/index.ts +8 -0
  683. package/src/builtins/System/Collections/Concurrent/index.ts +497 -0
  684. package/src/builtins/System/Collections/Frozen/index.ts +115 -0
  685. package/src/builtins/System/Collections/Generic/index.ts +1253 -0
  686. package/src/builtins/System/Collections/Immutable/index.ts +1322 -0
  687. package/src/builtins/System/Collections/ObjectModel/index.ts +489 -0
  688. package/src/builtins/System/Collections/Specialized/index.ts +878 -0
  689. package/src/builtins/System/Collections/index.ts +1639 -0
  690. package/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.ts +181 -0
  691. package/src/builtins/System/ComponentModel/DataAnnotations/index.ts +1507 -0
  692. package/src/builtins/System/ComponentModel/Design/Serialization/index.ts +661 -0
  693. package/src/builtins/System/ComponentModel/Design/index.ts +2432 -0
  694. package/src/builtins/System/ComponentModel/index.ts +8079 -0
  695. package/src/builtins/System/Configuration/Assemblies/index.ts +85 -0
  696. package/src/builtins/System/Configuration/index.ts +8 -0
  697. package/src/builtins/System/Data/Common/index.ts +3888 -0
  698. package/src/builtins/System/Data/SqlTypes/index.ts +3194 -0
  699. package/src/builtins/System/Data/index.ts +5476 -0
  700. package/src/builtins/System/Diagnostics/CodeAnalysis/index.ts +858 -0
  701. package/src/builtins/System/Diagnostics/Contracts/index.ts +383 -0
  702. package/src/builtins/System/Diagnostics/Metrics/index.ts +404 -0
  703. package/src/builtins/System/Diagnostics/SymbolStore/index.ts +746 -0
  704. package/src/builtins/System/Diagnostics/Tracing/index.ts +1160 -0
  705. package/src/builtins/System/Diagnostics/index.ts +4618 -0
  706. package/src/builtins/System/Drawing/index.ts +3861 -0
  707. package/src/builtins/System/Dynamic/index.ts +963 -0
  708. package/src/builtins/System/Formats/Asn1/index.ts +1014 -0
  709. package/src/builtins/System/Formats/Tar/index.ts +530 -0
  710. package/src/builtins/System/Formats/index.ts +9 -0
  711. package/src/builtins/System/Globalization/index.ts +4583 -0
  712. package/src/builtins/System/IO/Compression/index.ts +1078 -0
  713. package/src/builtins/System/IO/Enumeration/index.ts +269 -0
  714. package/src/builtins/System/IO/IsolatedStorage/index.ts +596 -0
  715. package/src/builtins/System/IO/MemoryMappedFiles/index.ts +305 -0
  716. package/src/builtins/System/IO/Pipelines/index.ts +506 -0
  717. package/src/builtins/System/IO/Pipes/index.ts +878 -0
  718. package/src/builtins/System/IO/index.ts +4466 -0
  719. package/src/builtins/System/Linq/Expressions/index.ts +2680 -0
  720. package/src/builtins/System/Linq/index.ts +352 -0
  721. package/src/builtins/System/Net/Cache/index.ts +263 -0
  722. package/src/builtins/System/Net/Http/Headers/index.ts +2001 -0
  723. package/src/builtins/System/Net/Http/Json/index.ts +91 -0
  724. package/src/builtins/System/Net/Http/Metrics/index.ts +51 -0
  725. package/src/builtins/System/Net/Http/index.ts +1757 -0
  726. package/src/builtins/System/Net/Mail/index.ts +1051 -0
  727. package/src/builtins/System/Net/Mime/index.ts +598 -0
  728. package/src/builtins/System/Net/NetworkInformation/index.ts +3282 -0
  729. package/src/builtins/System/Net/Quic/index.ts +762 -0
  730. package/src/builtins/System/Net/Security/index.ts +1709 -0
  731. package/src/builtins/System/Net/Sockets/index.ts +3686 -0
  732. package/src/builtins/System/Net/WebSockets/index.ts +1039 -0
  733. package/src/builtins/System/Net/index.ts +6535 -0
  734. package/src/builtins/System/Numerics/index.ts +4126 -0
  735. package/src/builtins/System/Reflection/Emit/index.ts +5060 -0
  736. package/src/builtins/System/Reflection/Metadata/Ecma335/index.ts +2729 -0
  737. package/src/builtins/System/Reflection/Metadata/index.ts +7374 -0
  738. package/src/builtins/System/Reflection/PortableExecutable/index.ts +2401 -0
  739. package/src/builtins/System/Reflection/index.ts +6276 -0
  740. package/src/builtins/System/Resources/index.ts +357 -0
  741. package/src/builtins/System/Runtime/CompilerServices/index.ts +2406 -0
  742. package/src/builtins/System/Runtime/ConstrainedExecution/index.ts +129 -0
  743. package/src/builtins/System/Runtime/ExceptionServices/index.ts +80 -0
  744. package/src/builtins/System/Runtime/InteropServices/ComTypes/index.ts +87 -0
  745. package/src/builtins/System/Runtime/InteropServices/JavaScript/index.ts +290 -0
  746. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +1271 -0
  747. package/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.ts +100 -0
  748. package/src/builtins/System/Runtime/InteropServices/Swift/index.ts +65 -0
  749. package/src/builtins/System/Runtime/InteropServices/index.ts +4405 -0
  750. package/src/builtins/System/Runtime/Intrinsics/Arm/index.ts +1568 -0
  751. package/src/builtins/System/Runtime/Intrinsics/Wasm/index.ts +409 -0
  752. package/src/builtins/System/Runtime/Intrinsics/X86/index.ts +1681 -0
  753. package/src/builtins/System/Runtime/Intrinsics/index.ts +324 -0
  754. package/src/builtins/System/Runtime/Loader/index.ts +173 -0
  755. package/src/builtins/System/Runtime/Remoting/index.ts +25 -0
  756. package/src/builtins/System/Runtime/Serialization/DataContracts/index.ts +314 -0
  757. package/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.ts +76 -0
  758. package/src/builtins/System/Runtime/Serialization/Formatters/index.ts +103 -0
  759. package/src/builtins/System/Runtime/Serialization/Json/index.ts +235 -0
  760. package/src/builtins/System/Runtime/Serialization/index.ts +1981 -0
  761. package/src/builtins/System/Runtime/Versioning/index.ts +415 -0
  762. package/src/builtins/System/Runtime/index.ts +300 -0
  763. package/src/builtins/System/Security/AccessControl/index.ts +2826 -0
  764. package/src/builtins/System/Security/Authentication/ExtendedProtection/index.ts +210 -0
  765. package/src/builtins/System/Security/Authentication/index.ts +256 -0
  766. package/src/builtins/System/Security/Claims/index.ts +994 -0
  767. package/src/builtins/System/Security/Cryptography/X509Certificates/index.ts +3182 -0
  768. package/src/builtins/System/Security/Cryptography/index.ts +8047 -0
  769. package/src/builtins/System/Security/Permissions/index.ts +390 -0
  770. package/src/builtins/System/Security/Policy/index.ts +127 -0
  771. package/src/builtins/System/Security/Principal/index.ts +1588 -0
  772. package/src/builtins/System/Security/index.ts +826 -0
  773. package/src/builtins/System/Text/Encodings/Web/index.ts +200 -0
  774. package/src/builtins/System/Text/Encodings/index.ts +8 -0
  775. package/src/builtins/System/Text/Json/Nodes/index.ts +311 -0
  776. package/src/builtins/System/Text/Json/Schema/index.ts +97 -0
  777. package/src/builtins/System/Text/Json/Serialization/Metadata/index.ts +395 -0
  778. package/src/builtins/System/Text/Json/Serialization/index.ts +1030 -0
  779. package/src/builtins/System/Text/Json/index.ts +1430 -0
  780. package/src/builtins/System/Text/RegularExpressions/index.ts +882 -0
  781. package/src/builtins/System/Text/Unicode/index.ts +1379 -0
  782. package/src/builtins/System/Text/index.ts +2113 -0
  783. package/src/builtins/System/Threading/Channels/index.ts +283 -0
  784. package/src/builtins/System/Threading/Tasks/Dataflow/index.ts +837 -0
  785. package/src/builtins/System/Threading/Tasks/Sources/index.ts +147 -0
  786. package/src/builtins/System/Threading/Tasks/index.ts +879 -0
  787. package/src/builtins/System/Threading/index.ts +2824 -0
  788. package/src/builtins/System/Timers/index.ts +161 -0
  789. package/src/builtins/System/Transactions/index.ts +908 -0
  790. package/src/builtins/System/Web/index.ts +105 -0
  791. package/src/builtins/System/Windows/Input/index.ts +25 -0
  792. package/src/builtins/System/Windows/Markup/index.ts +37 -0
  793. package/src/builtins/System/Windows/index.ts +9 -0
  794. package/src/builtins/System/Xml/Linq/index.ts +1318 -0
  795. package/src/builtins/System/Xml/Resolvers/index.ts +107 -0
  796. package/src/builtins/System/Xml/Schema/index.ts +3621 -0
  797. package/src/builtins/System/Xml/Serialization/index.ts +2890 -0
  798. package/src/builtins/System/Xml/XPath/index.ts +1095 -0
  799. package/src/builtins/System/Xml/Xsl/index.ts +389 -0
  800. package/src/builtins/System/Xml/index.ts +6841 -0
  801. package/src/builtins/System/index.ts +17593 -0
  802. package/src/builtins/index.ts +2 -0
  803. package/src/components/access-expression/access-expression.tsx +8 -2
  804. package/src/components/access-expression/part-descriptors.ts +26 -2
  805. package/src/components/attributes/attributes.test.tsx +43 -1
  806. package/src/components/attributes/attributes.tsx +14 -7
  807. package/src/components/csproj-file/csproj-file.test.tsx +19 -0
  808. package/src/components/csproj-file/csproj-file.tsx +32 -0
  809. package/src/components/enum/declaration.ref.test.tsx +1 -1
  810. package/src/components/if/if-statement.test.tsx +26 -0
  811. package/src/components/if/if-statement.tsx +50 -0
  812. package/src/components/index.ts +4 -2
  813. package/src/components/method/method.test.tsx +49 -0
  814. package/src/components/method/method.tsx +7 -4
  815. package/src/components/namespace/namespace-name.tsx +31 -0
  816. package/src/components/namespace/namespace.test.tsx +145 -0
  817. package/src/components/{namespace.tsx → namespace/namespace.tsx} +7 -13
  818. package/src/components/namespace.ref.test.tsx +1 -1
  819. package/src/components/parameters/parameters.test.tsx +70 -0
  820. package/src/components/parameters/parameters.tsx +62 -2
  821. package/src/components/property/property.test.tsx +25 -0
  822. package/src/components/property/property.tsx +22 -11
  823. package/src/components/source-file/source-file.test.tsx +1 -1
  824. package/src/components/source-file/source-file.tsx +2 -2
  825. package/src/components/source-file/using.test.tsx +1 -1
  826. package/src/components/stc/index.ts +0 -1
  827. package/src/components/var/declaration.test.tsx +15 -1
  828. package/src/components/var/declaration.tsx +25 -2
  829. package/src/contexts/global-namespace.ts +8 -1
  830. package/src/contexts/reference-context.ts +18 -0
  831. package/src/create-library.test.tsx +213 -0
  832. package/src/create-library.ts +306 -0
  833. package/src/index.ts +2 -0
  834. package/src/symbols/factories.ts +39 -10
  835. package/src/symbols/named-type.ts +3 -3
  836. package/src/symbols/reference.tsx +19 -4
  837. package/temp/api.json +5560 -2489
  838. package/test/utils.tsx +6 -3
  839. package/tsconfig.json +11 -2
  840. package/tsdoc.json +4 -0
  841. package/dist/src/components/ProjectDirectory.d.ts +0 -12
  842. package/dist/src/components/ProjectDirectory.d.ts.map +0 -1
  843. package/dist/src/components/ProjectDirectory.js +0 -47
  844. package/dist/src/components/ProjectDirectory.js.map +0 -1
  845. package/dist/src/components/namespace.d.ts.map +0 -1
  846. package/dist/src/components/namespace.js.map +0 -1
  847. package/dist/src/components/namespace.test.d.ts.map +0 -1
  848. package/dist/src/components/namespace.test.js +0 -93
  849. package/dist/src/components/namespace.test.js.map +0 -1
  850. package/dist/test/project-directory.test.d.ts +0 -2
  851. package/dist/test/project-directory.test.d.ts.map +0 -1
  852. package/dist/test/project-directory.test.js +0 -133
  853. package/dist/test/project-directory.test.js.map +0 -1
  854. package/src/components/ProjectDirectory.tsx +0 -56
  855. package/src/components/namespace.test.tsx +0 -65
  856. package/test/project-directory.test.tsx +0 -121
  857. /package/dist/src/components/{namespace.test.d.ts → namespace/namespace.test.d.ts} +0 -0
@@ -0,0 +1,3021 @@
1
+ import System from "../../System/index.js";
2
+
3
+ import { createLibrary } from "#createLibrary";
4
+ import { LibrarySymbolReference } from "@alloy-js/core";export { default as FileIO } from "./FileIO/index.js";
5
+
6
+ type VisualBasicLibrary = LibrarySymbolReference & {
7
+ AppWinStyle: LibrarySymbolReference & {
8
+ Hide: LibrarySymbolReference;
9
+ NormalFocus: LibrarySymbolReference;
10
+ MinimizedFocus: LibrarySymbolReference;
11
+ MaximizedFocus: LibrarySymbolReference;
12
+ NormalNoFocus: LibrarySymbolReference;
13
+ MinimizedNoFocus: LibrarySymbolReference
14
+ };
15
+ CallType: LibrarySymbolReference & {
16
+ Method: LibrarySymbolReference;
17
+ Get: LibrarySymbolReference;
18
+ Let: LibrarySymbolReference;
19
+ Set: LibrarySymbolReference
20
+ };
21
+ Collection: LibrarySymbolReference & {
22
+ Collection: LibrarySymbolReference;
23
+ Add: LibrarySymbolReference;
24
+ Clear: LibrarySymbolReference;
25
+ Contains: LibrarySymbolReference;
26
+ GetEnumerator: LibrarySymbolReference;
27
+ Remove: LibrarySymbolReference;
28
+ Count: LibrarySymbolReference;
29
+ Item: LibrarySymbolReference
30
+ };
31
+ ComClassAttribute: LibrarySymbolReference & {
32
+ ComClassAttribute: LibrarySymbolReference;
33
+ ClassID: LibrarySymbolReference;
34
+ EventID: LibrarySymbolReference;
35
+ InterfaceID: LibrarySymbolReference;
36
+ InterfaceShadows: LibrarySymbolReference
37
+ };
38
+ CompareMethod: LibrarySymbolReference & {
39
+ Binary: LibrarySymbolReference;
40
+ Text: LibrarySymbolReference
41
+ };
42
+ Constants: LibrarySymbolReference & {
43
+ vbAbort: LibrarySymbolReference;
44
+ vbAbortRetryIgnore: LibrarySymbolReference;
45
+ vbApplicationModal: LibrarySymbolReference;
46
+ vbArchive: LibrarySymbolReference;
47
+ vbArray: LibrarySymbolReference;
48
+ vbBack: LibrarySymbolReference;
49
+ vbBinaryCompare: LibrarySymbolReference;
50
+ vbBoolean: LibrarySymbolReference;
51
+ vbByte: LibrarySymbolReference;
52
+ vbCancel: LibrarySymbolReference;
53
+ vbCr: LibrarySymbolReference;
54
+ vbCritical: LibrarySymbolReference;
55
+ vbCrLf: LibrarySymbolReference;
56
+ vbCurrency: LibrarySymbolReference;
57
+ vbDate: LibrarySymbolReference;
58
+ vbDecimal: LibrarySymbolReference;
59
+ vbDefaultButton1: LibrarySymbolReference;
60
+ vbDefaultButton2: LibrarySymbolReference;
61
+ vbDefaultButton3: LibrarySymbolReference;
62
+ vbDirectory: LibrarySymbolReference;
63
+ vbDouble: LibrarySymbolReference;
64
+ vbEmpty: LibrarySymbolReference;
65
+ vbExclamation: LibrarySymbolReference;
66
+ vbFalse: LibrarySymbolReference;
67
+ vbFirstFourDays: LibrarySymbolReference;
68
+ vbFirstFullWeek: LibrarySymbolReference;
69
+ vbFirstJan1: LibrarySymbolReference;
70
+ vbFormFeed: LibrarySymbolReference;
71
+ vbFriday: LibrarySymbolReference;
72
+ vbGeneralDate: LibrarySymbolReference;
73
+ vbGet: LibrarySymbolReference;
74
+ vbHidden: LibrarySymbolReference;
75
+ vbHide: LibrarySymbolReference;
76
+ vbHiragana: LibrarySymbolReference;
77
+ vbIgnore: LibrarySymbolReference;
78
+ vbInformation: LibrarySymbolReference;
79
+ vbInteger: LibrarySymbolReference;
80
+ vbKatakana: LibrarySymbolReference;
81
+ vbLet: LibrarySymbolReference;
82
+ vbLf: LibrarySymbolReference;
83
+ vbLinguisticCasing: LibrarySymbolReference;
84
+ vbLong: LibrarySymbolReference;
85
+ vbLongDate: LibrarySymbolReference;
86
+ vbLongTime: LibrarySymbolReference;
87
+ vbLowerCase: LibrarySymbolReference;
88
+ vbMaximizedFocus: LibrarySymbolReference;
89
+ vbMethod: LibrarySymbolReference;
90
+ vbMinimizedFocus: LibrarySymbolReference;
91
+ vbMinimizedNoFocus: LibrarySymbolReference;
92
+ vbMonday: LibrarySymbolReference;
93
+ vbMsgBoxHelp: LibrarySymbolReference;
94
+ vbMsgBoxRight: LibrarySymbolReference;
95
+ vbMsgBoxRtlReading: LibrarySymbolReference;
96
+ vbMsgBoxSetForeground: LibrarySymbolReference;
97
+ vbNarrow: LibrarySymbolReference;
98
+ vbNewLine: LibrarySymbolReference;
99
+ vbNo: LibrarySymbolReference;
100
+ vbNormal: LibrarySymbolReference;
101
+ vbNormalFocus: LibrarySymbolReference;
102
+ vbNormalNoFocus: LibrarySymbolReference;
103
+ vbNull: LibrarySymbolReference;
104
+ vbNullChar: LibrarySymbolReference;
105
+ vbNullString: LibrarySymbolReference;
106
+ vbObject: LibrarySymbolReference;
107
+ vbObjectError: LibrarySymbolReference;
108
+ vbOK: LibrarySymbolReference;
109
+ vbOKCancel: LibrarySymbolReference;
110
+ vbOKOnly: LibrarySymbolReference;
111
+ vbProperCase: LibrarySymbolReference;
112
+ vbQuestion: LibrarySymbolReference;
113
+ vbReadOnly: LibrarySymbolReference;
114
+ vbRetry: LibrarySymbolReference;
115
+ vbRetryCancel: LibrarySymbolReference;
116
+ vbSaturday: LibrarySymbolReference;
117
+ vbSet: LibrarySymbolReference;
118
+ vbShortDate: LibrarySymbolReference;
119
+ vbShortTime: LibrarySymbolReference;
120
+ vbSimplifiedChinese: LibrarySymbolReference;
121
+ vbSingle: LibrarySymbolReference;
122
+ vbString: LibrarySymbolReference;
123
+ vbSunday: LibrarySymbolReference;
124
+ vbSystem: LibrarySymbolReference;
125
+ vbSystemModal: LibrarySymbolReference;
126
+ vbTab: LibrarySymbolReference;
127
+ vbTextCompare: LibrarySymbolReference;
128
+ vbThursday: LibrarySymbolReference;
129
+ vbTraditionalChinese: LibrarySymbolReference;
130
+ vbTrue: LibrarySymbolReference;
131
+ vbTuesday: LibrarySymbolReference;
132
+ vbUpperCase: LibrarySymbolReference;
133
+ vbUseDefault: LibrarySymbolReference;
134
+ vbUserDefinedType: LibrarySymbolReference;
135
+ vbUseSystem: LibrarySymbolReference;
136
+ vbUseSystemDayOfWeek: LibrarySymbolReference;
137
+ vbVariant: LibrarySymbolReference;
138
+ vbVerticalTab: LibrarySymbolReference;
139
+ vbVolume: LibrarySymbolReference;
140
+ vbWednesday: LibrarySymbolReference;
141
+ vbWide: LibrarySymbolReference;
142
+ vbYes: LibrarySymbolReference;
143
+ vbYesNo: LibrarySymbolReference;
144
+ vbYesNoCancel: LibrarySymbolReference
145
+ };
146
+ ControlChars: LibrarySymbolReference & {
147
+ Back: LibrarySymbolReference;
148
+ Cr: LibrarySymbolReference;
149
+ CrLf: LibrarySymbolReference;
150
+ FormFeed: LibrarySymbolReference;
151
+ Lf: LibrarySymbolReference;
152
+ NewLine: LibrarySymbolReference;
153
+ NullChar: LibrarySymbolReference;
154
+ Quote: LibrarySymbolReference;
155
+ Tab: LibrarySymbolReference;
156
+ VerticalTab: LibrarySymbolReference;
157
+ ControlChars: LibrarySymbolReference
158
+ };
159
+ Conversion: LibrarySymbolReference & {
160
+ CTypeDynamic: LibrarySymbolReference;
161
+ ErrorToString: LibrarySymbolReference;
162
+ Fix: LibrarySymbolReference;
163
+ Hex: LibrarySymbolReference;
164
+ Int: LibrarySymbolReference;
165
+ Oct: LibrarySymbolReference;
166
+ Str: LibrarySymbolReference;
167
+ Val: LibrarySymbolReference
168
+ };
169
+ DateAndTime: LibrarySymbolReference & {
170
+ DateAdd: LibrarySymbolReference;
171
+ DateDiff: LibrarySymbolReference;
172
+ DatePart: LibrarySymbolReference;
173
+ DateSerial: LibrarySymbolReference;
174
+ DateValue: LibrarySymbolReference;
175
+ Day: LibrarySymbolReference;
176
+ Hour: LibrarySymbolReference;
177
+ Minute: LibrarySymbolReference;
178
+ Month: LibrarySymbolReference;
179
+ MonthName: LibrarySymbolReference;
180
+ Second: LibrarySymbolReference;
181
+ TimeSerial: LibrarySymbolReference;
182
+ TimeValue: LibrarySymbolReference;
183
+ Weekday: LibrarySymbolReference;
184
+ WeekdayName: LibrarySymbolReference;
185
+ Year: LibrarySymbolReference;
186
+ DateString: LibrarySymbolReference;
187
+ Now: LibrarySymbolReference;
188
+ TimeOfDay: LibrarySymbolReference;
189
+ Timer: LibrarySymbolReference;
190
+ TimeString: LibrarySymbolReference;
191
+ Today: LibrarySymbolReference
192
+ };
193
+ DateFormat: LibrarySymbolReference & {
194
+ GeneralDate: LibrarySymbolReference;
195
+ LongDate: LibrarySymbolReference;
196
+ ShortDate: LibrarySymbolReference;
197
+ LongTime: LibrarySymbolReference;
198
+ ShortTime: LibrarySymbolReference
199
+ };
200
+ DateInterval: LibrarySymbolReference & {
201
+ Year: LibrarySymbolReference;
202
+ Quarter: LibrarySymbolReference;
203
+ Month: LibrarySymbolReference;
204
+ DayOfYear: LibrarySymbolReference;
205
+ Day: LibrarySymbolReference;
206
+ WeekOfYear: LibrarySymbolReference;
207
+ Weekday: LibrarySymbolReference;
208
+ Hour: LibrarySymbolReference;
209
+ Minute: LibrarySymbolReference;
210
+ Second: LibrarySymbolReference
211
+ };
212
+ DueDate: LibrarySymbolReference & {
213
+ EndOfPeriod: LibrarySymbolReference;
214
+ BegOfPeriod: LibrarySymbolReference
215
+ };
216
+ ErrObject: LibrarySymbolReference & {
217
+ Clear: LibrarySymbolReference;
218
+ GetException: LibrarySymbolReference;
219
+ Raise: LibrarySymbolReference;
220
+ Description: LibrarySymbolReference;
221
+ Erl: LibrarySymbolReference;
222
+ HelpContext: LibrarySymbolReference;
223
+ HelpFile: LibrarySymbolReference;
224
+ LastDllError: LibrarySymbolReference;
225
+ Number: LibrarySymbolReference;
226
+ Source: LibrarySymbolReference
227
+ };
228
+ FileAttribute: LibrarySymbolReference & {
229
+ Normal: LibrarySymbolReference;
230
+ ReadOnly: LibrarySymbolReference;
231
+ Hidden: LibrarySymbolReference;
232
+ System: LibrarySymbolReference;
233
+ Volume: LibrarySymbolReference;
234
+ Directory: LibrarySymbolReference;
235
+ Archive: LibrarySymbolReference
236
+ };
237
+ FileSystem: LibrarySymbolReference & {
238
+ ChDir: LibrarySymbolReference;
239
+ ChDrive: LibrarySymbolReference;
240
+ CurDir: LibrarySymbolReference;
241
+ Dir: LibrarySymbolReference;
242
+ EOF: LibrarySymbolReference;
243
+ FileAttr: LibrarySymbolReference;
244
+ FileClose: LibrarySymbolReference;
245
+ FileCopy: LibrarySymbolReference;
246
+ FileDateTime: LibrarySymbolReference;
247
+ FileGet: LibrarySymbolReference;
248
+ FileGetObject: LibrarySymbolReference;
249
+ FileLen: LibrarySymbolReference;
250
+ FileOpen: LibrarySymbolReference;
251
+ FilePut: LibrarySymbolReference;
252
+ FilePutObject: LibrarySymbolReference;
253
+ FileWidth: LibrarySymbolReference;
254
+ FreeFile: LibrarySymbolReference;
255
+ GetAttr: LibrarySymbolReference;
256
+ Input: LibrarySymbolReference;
257
+ InputString: LibrarySymbolReference;
258
+ Kill: LibrarySymbolReference;
259
+ LineInput: LibrarySymbolReference;
260
+ Loc: LibrarySymbolReference;
261
+ Lock: LibrarySymbolReference;
262
+ LOF: LibrarySymbolReference;
263
+ MkDir: LibrarySymbolReference;
264
+ Print: LibrarySymbolReference;
265
+ PrintLine: LibrarySymbolReference;
266
+ Rename: LibrarySymbolReference;
267
+ Reset: LibrarySymbolReference;
268
+ RmDir: LibrarySymbolReference;
269
+ Seek: LibrarySymbolReference;
270
+ SetAttr: LibrarySymbolReference;
271
+ SPC: LibrarySymbolReference;
272
+ TAB: LibrarySymbolReference;
273
+ Unlock: LibrarySymbolReference;
274
+ Write: LibrarySymbolReference;
275
+ WriteLine: LibrarySymbolReference
276
+ };
277
+ Financial: LibrarySymbolReference & {
278
+ DDB: LibrarySymbolReference;
279
+ FV: LibrarySymbolReference;
280
+ IPmt: LibrarySymbolReference;
281
+ IRR: LibrarySymbolReference;
282
+ MIRR: LibrarySymbolReference;
283
+ NPer: LibrarySymbolReference;
284
+ NPV: LibrarySymbolReference;
285
+ Pmt: LibrarySymbolReference;
286
+ PPmt: LibrarySymbolReference;
287
+ PV: LibrarySymbolReference;
288
+ Rate: LibrarySymbolReference;
289
+ SLN: LibrarySymbolReference;
290
+ SYD: LibrarySymbolReference
291
+ };
292
+ FirstDayOfWeek: LibrarySymbolReference & {
293
+ System: LibrarySymbolReference;
294
+ Sunday: LibrarySymbolReference;
295
+ Monday: LibrarySymbolReference;
296
+ Tuesday: LibrarySymbolReference;
297
+ Wednesday: LibrarySymbolReference;
298
+ Thursday: LibrarySymbolReference;
299
+ Friday: LibrarySymbolReference;
300
+ Saturday: LibrarySymbolReference
301
+ };
302
+ FirstWeekOfYear: LibrarySymbolReference & {
303
+ System: LibrarySymbolReference;
304
+ Jan1: LibrarySymbolReference;
305
+ FirstFourDays: LibrarySymbolReference;
306
+ FirstFullWeek: LibrarySymbolReference
307
+ };
308
+ Information: LibrarySymbolReference & {
309
+ Erl: LibrarySymbolReference;
310
+ Err: LibrarySymbolReference;
311
+ IsArray: LibrarySymbolReference;
312
+ IsDate: LibrarySymbolReference;
313
+ IsDBNull: LibrarySymbolReference;
314
+ IsError: LibrarySymbolReference;
315
+ IsNothing: LibrarySymbolReference;
316
+ IsNumeric: LibrarySymbolReference;
317
+ IsReference: LibrarySymbolReference;
318
+ LBound: LibrarySymbolReference;
319
+ QBColor: LibrarySymbolReference;
320
+ RGB: LibrarySymbolReference;
321
+ SystemTypeName: LibrarySymbolReference;
322
+ TypeName: LibrarySymbolReference;
323
+ UBound: LibrarySymbolReference;
324
+ VarType: LibrarySymbolReference;
325
+ VbTypeName: LibrarySymbolReference
326
+ };
327
+ Interaction: LibrarySymbolReference & {
328
+ AppActivate: LibrarySymbolReference;
329
+ Beep: LibrarySymbolReference;
330
+ CallByName: LibrarySymbolReference;
331
+ Choose: LibrarySymbolReference;
332
+ Command: LibrarySymbolReference;
333
+ CreateObject: LibrarySymbolReference;
334
+ DeleteSetting: LibrarySymbolReference;
335
+ Environ: LibrarySymbolReference;
336
+ GetAllSettings: LibrarySymbolReference;
337
+ GetObject: LibrarySymbolReference;
338
+ GetSetting: LibrarySymbolReference;
339
+ IIf: LibrarySymbolReference;
340
+ InputBox: LibrarySymbolReference;
341
+ MsgBox: LibrarySymbolReference;
342
+ Partition: LibrarySymbolReference;
343
+ SaveSetting: LibrarySymbolReference;
344
+ Shell: LibrarySymbolReference;
345
+ Switch: LibrarySymbolReference
346
+ };
347
+ MsgBoxResult: LibrarySymbolReference & {
348
+ Ok: LibrarySymbolReference;
349
+ Cancel: LibrarySymbolReference;
350
+ Abort: LibrarySymbolReference;
351
+ Retry: LibrarySymbolReference;
352
+ Ignore: LibrarySymbolReference;
353
+ Yes: LibrarySymbolReference;
354
+ No: LibrarySymbolReference
355
+ };
356
+ MsgBoxStyle: LibrarySymbolReference & {
357
+ ApplicationModal: LibrarySymbolReference;
358
+ DefaultButton1: LibrarySymbolReference;
359
+ OkOnly: LibrarySymbolReference;
360
+ OkCancel: LibrarySymbolReference;
361
+ AbortRetryIgnore: LibrarySymbolReference;
362
+ YesNoCancel: LibrarySymbolReference;
363
+ YesNo: LibrarySymbolReference;
364
+ RetryCancel: LibrarySymbolReference;
365
+ Critical: LibrarySymbolReference;
366
+ Question: LibrarySymbolReference;
367
+ Exclamation: LibrarySymbolReference;
368
+ Information: LibrarySymbolReference;
369
+ DefaultButton2: LibrarySymbolReference;
370
+ DefaultButton3: LibrarySymbolReference;
371
+ SystemModal: LibrarySymbolReference;
372
+ MsgBoxHelp: LibrarySymbolReference;
373
+ MsgBoxSetForeground: LibrarySymbolReference;
374
+ MsgBoxRight: LibrarySymbolReference;
375
+ MsgBoxRtlReading: LibrarySymbolReference
376
+ };
377
+ MyGroupCollectionAttribute: LibrarySymbolReference & {
378
+ MyGroupCollectionAttribute: LibrarySymbolReference;
379
+ CreateMethod: LibrarySymbolReference;
380
+ DefaultInstanceAlias: LibrarySymbolReference;
381
+ DisposeMethod: LibrarySymbolReference;
382
+ MyGroupName: LibrarySymbolReference
383
+ };
384
+ OpenAccess: LibrarySymbolReference & {
385
+ Default: LibrarySymbolReference;
386
+ Read: LibrarySymbolReference;
387
+ Write: LibrarySymbolReference;
388
+ ReadWrite: LibrarySymbolReference
389
+ };
390
+ OpenMode: LibrarySymbolReference & {
391
+ Input: LibrarySymbolReference;
392
+ Output: LibrarySymbolReference;
393
+ Random: LibrarySymbolReference;
394
+ Append: LibrarySymbolReference;
395
+ Binary: LibrarySymbolReference
396
+ };
397
+ OpenShare: LibrarySymbolReference & {
398
+ Default: LibrarySymbolReference;
399
+ LockReadWrite: LibrarySymbolReference;
400
+ LockWrite: LibrarySymbolReference;
401
+ LockRead: LibrarySymbolReference;
402
+ Shared: LibrarySymbolReference
403
+ };
404
+ Strings: LibrarySymbolReference & {
405
+ Asc: LibrarySymbolReference;
406
+ AscW: LibrarySymbolReference;
407
+ Chr: LibrarySymbolReference;
408
+ ChrW: LibrarySymbolReference;
409
+ Filter: LibrarySymbolReference;
410
+ Format: LibrarySymbolReference;
411
+ FormatCurrency: LibrarySymbolReference;
412
+ FormatDateTime: LibrarySymbolReference;
413
+ FormatNumber: LibrarySymbolReference;
414
+ FormatPercent: LibrarySymbolReference;
415
+ GetChar: LibrarySymbolReference;
416
+ InStr: LibrarySymbolReference;
417
+ InStrRev: LibrarySymbolReference;
418
+ Join: LibrarySymbolReference;
419
+ LCase: LibrarySymbolReference;
420
+ Left: LibrarySymbolReference;
421
+ Len: LibrarySymbolReference;
422
+ LSet: LibrarySymbolReference;
423
+ LTrim: LibrarySymbolReference;
424
+ Mid: LibrarySymbolReference;
425
+ Replace: LibrarySymbolReference;
426
+ Right: LibrarySymbolReference;
427
+ RSet: LibrarySymbolReference;
428
+ RTrim: LibrarySymbolReference;
429
+ Space: LibrarySymbolReference;
430
+ Split: LibrarySymbolReference;
431
+ StrComp: LibrarySymbolReference;
432
+ StrConv: LibrarySymbolReference;
433
+ StrDup: LibrarySymbolReference;
434
+ StrReverse: LibrarySymbolReference;
435
+ Trim: LibrarySymbolReference;
436
+ UCase: LibrarySymbolReference
437
+ };
438
+ TriState: LibrarySymbolReference & {
439
+ UseDefault: LibrarySymbolReference;
440
+ True: LibrarySymbolReference;
441
+ False: LibrarySymbolReference
442
+ };
443
+ VBFixedArrayAttribute: LibrarySymbolReference & {
444
+ VBFixedArrayAttribute: LibrarySymbolReference;
445
+ Bounds: LibrarySymbolReference;
446
+ Length: LibrarySymbolReference
447
+ };
448
+ VBFixedStringAttribute: LibrarySymbolReference & {
449
+ VBFixedStringAttribute: LibrarySymbolReference;
450
+ Length: LibrarySymbolReference
451
+ };
452
+ VBMath: LibrarySymbolReference & {
453
+ Randomize: LibrarySymbolReference;
454
+ Rnd: LibrarySymbolReference
455
+ };
456
+ VariantType: LibrarySymbolReference & {
457
+ Empty: LibrarySymbolReference;
458
+ Null: LibrarySymbolReference;
459
+ Short: LibrarySymbolReference;
460
+ Integer: LibrarySymbolReference;
461
+ Single: LibrarySymbolReference;
462
+ Double: LibrarySymbolReference;
463
+ Currency: LibrarySymbolReference;
464
+ Date: LibrarySymbolReference;
465
+ String: LibrarySymbolReference;
466
+ Object: LibrarySymbolReference;
467
+ Error: LibrarySymbolReference;
468
+ Boolean: LibrarySymbolReference;
469
+ Variant: LibrarySymbolReference;
470
+ DataObject: LibrarySymbolReference;
471
+ Decimal: LibrarySymbolReference;
472
+ Byte: LibrarySymbolReference;
473
+ Char: LibrarySymbolReference;
474
+ Long: LibrarySymbolReference;
475
+ UserDefinedType: LibrarySymbolReference;
476
+ Array: LibrarySymbolReference
477
+ };
478
+ VbStrConv: LibrarySymbolReference & {
479
+ None: LibrarySymbolReference;
480
+ Uppercase: LibrarySymbolReference;
481
+ Lowercase: LibrarySymbolReference;
482
+ ProperCase: LibrarySymbolReference;
483
+ Wide: LibrarySymbolReference;
484
+ Narrow: LibrarySymbolReference;
485
+ Katakana: LibrarySymbolReference;
486
+ Hiragana: LibrarySymbolReference;
487
+ SimplifiedChinese: LibrarySymbolReference;
488
+ TraditionalChinese: LibrarySymbolReference;
489
+ LinguisticCasing: LibrarySymbolReference
490
+ }
491
+ };
492
+ const VisualBasic: VisualBasicLibrary = createLibrary("Microsoft.VisualBasic", {
493
+ AppWinStyle: {
494
+ kind: "enum",
495
+ members: {
496
+ Hide: {
497
+ kind: "field",
498
+ type: () => {
499
+ return VisualBasic.AppWinStyle;
500
+ },
501
+ },
502
+ NormalFocus: {
503
+ kind: "field",
504
+ type: () => {
505
+ return VisualBasic.AppWinStyle;
506
+ },
507
+ },
508
+ MinimizedFocus: {
509
+ kind: "field",
510
+ type: () => {
511
+ return VisualBasic.AppWinStyle;
512
+ },
513
+ },
514
+ MaximizedFocus: {
515
+ kind: "field",
516
+ type: () => {
517
+ return VisualBasic.AppWinStyle;
518
+ },
519
+ },
520
+ NormalNoFocus: {
521
+ kind: "field",
522
+ type: () => {
523
+ return VisualBasic.AppWinStyle;
524
+ },
525
+ },
526
+ MinimizedNoFocus: {
527
+ kind: "field",
528
+ type: () => {
529
+ return VisualBasic.AppWinStyle;
530
+ },
531
+ },
532
+ },
533
+ },
534
+ CallType: {
535
+ kind: "enum",
536
+ members: {
537
+ Method: {
538
+ kind: "field",
539
+ type: () => {
540
+ return VisualBasic.CallType;
541
+ },
542
+ },
543
+ Get: {
544
+ kind: "field",
545
+ type: () => {
546
+ return VisualBasic.CallType;
547
+ },
548
+ },
549
+ Let: {
550
+ kind: "field",
551
+ type: () => {
552
+ return VisualBasic.CallType;
553
+ },
554
+ },
555
+ Set: {
556
+ kind: "field",
557
+ type: () => {
558
+ return VisualBasic.CallType;
559
+ },
560
+ },
561
+ },
562
+ },
563
+ Collection: {
564
+ kind: "class",
565
+ members: {
566
+ Collection: {
567
+ kind: "method",
568
+ methodKind: "constructor",
569
+ },
570
+ Add: {
571
+ kind: "method",
572
+ methodKind: "ordinary",
573
+ },
574
+ Clear: {
575
+ kind: "method",
576
+ methodKind: "ordinary",
577
+ },
578
+ Contains: {
579
+ kind: "method",
580
+ methodKind: "ordinary",
581
+ },
582
+ GetEnumerator: {
583
+ kind: "method",
584
+ methodKind: "ordinary",
585
+ },
586
+ Remove: {
587
+ kind: "method",
588
+ methodKind: "ordinary",
589
+ },
590
+ Count: {
591
+ kind: "property",
592
+ type: () => {
593
+ return System.Int32;
594
+ },
595
+ },
596
+ Item: {
597
+ kind: "property",
598
+ type: () => {
599
+ return System.Object;
600
+ },
601
+ },
602
+ },
603
+ isSealed: true,
604
+ },
605
+ ComClassAttribute: {
606
+ kind: "class",
607
+ members: {
608
+ ComClassAttribute: {
609
+ kind: "method",
610
+ methodKind: "constructor",
611
+ },
612
+ ClassID: {
613
+ kind: "property",
614
+ type: () => {
615
+ return System.String;
616
+ },
617
+ isNullable: true,
618
+ },
619
+ EventID: {
620
+ kind: "property",
621
+ type: () => {
622
+ return System.String;
623
+ },
624
+ isNullable: true,
625
+ },
626
+ InterfaceID: {
627
+ kind: "property",
628
+ type: () => {
629
+ return System.String;
630
+ },
631
+ isNullable: true,
632
+ },
633
+ InterfaceShadows: {
634
+ kind: "property",
635
+ type: () => {
636
+ return System.Boolean;
637
+ },
638
+ },
639
+ },
640
+ isSealed: true,
641
+ },
642
+ CompareMethod: {
643
+ kind: "enum",
644
+ members: {
645
+ Binary: {
646
+ kind: "field",
647
+ type: () => {
648
+ return VisualBasic.CompareMethod;
649
+ },
650
+ },
651
+ Text: {
652
+ kind: "field",
653
+ type: () => {
654
+ return VisualBasic.CompareMethod;
655
+ },
656
+ },
657
+ },
658
+ },
659
+ Constants: {
660
+ kind: "class",
661
+ members: {
662
+ vbAbort: {
663
+ kind: "field",
664
+ type: () => {
665
+ return VisualBasic.MsgBoxResult;
666
+ },
667
+ },
668
+ vbAbortRetryIgnore: {
669
+ kind: "field",
670
+ type: () => {
671
+ return VisualBasic.MsgBoxStyle;
672
+ },
673
+ },
674
+ vbApplicationModal: {
675
+ kind: "field",
676
+ type: () => {
677
+ return VisualBasic.MsgBoxStyle;
678
+ },
679
+ },
680
+ vbArchive: {
681
+ kind: "field",
682
+ type: () => {
683
+ return VisualBasic.FileAttribute;
684
+ },
685
+ },
686
+ vbArray: {
687
+ kind: "field",
688
+ type: () => {
689
+ return VisualBasic.VariantType;
690
+ },
691
+ },
692
+ vbBack: {
693
+ kind: "field",
694
+ type: () => {
695
+ return System.String;
696
+ },
697
+ },
698
+ vbBinaryCompare: {
699
+ kind: "field",
700
+ type: () => {
701
+ return VisualBasic.CompareMethod;
702
+ },
703
+ },
704
+ vbBoolean: {
705
+ kind: "field",
706
+ type: () => {
707
+ return VisualBasic.VariantType;
708
+ },
709
+ },
710
+ vbByte: {
711
+ kind: "field",
712
+ type: () => {
713
+ return VisualBasic.VariantType;
714
+ },
715
+ },
716
+ vbCancel: {
717
+ kind: "field",
718
+ type: () => {
719
+ return VisualBasic.MsgBoxResult;
720
+ },
721
+ },
722
+ vbCr: {
723
+ kind: "field",
724
+ type: () => {
725
+ return System.String;
726
+ },
727
+ },
728
+ vbCritical: {
729
+ kind: "field",
730
+ type: () => {
731
+ return VisualBasic.MsgBoxStyle;
732
+ },
733
+ },
734
+ vbCrLf: {
735
+ kind: "field",
736
+ type: () => {
737
+ return System.String;
738
+ },
739
+ },
740
+ vbCurrency: {
741
+ kind: "field",
742
+ type: () => {
743
+ return VisualBasic.VariantType;
744
+ },
745
+ },
746
+ vbDate: {
747
+ kind: "field",
748
+ type: () => {
749
+ return VisualBasic.VariantType;
750
+ },
751
+ },
752
+ vbDecimal: {
753
+ kind: "field",
754
+ type: () => {
755
+ return VisualBasic.VariantType;
756
+ },
757
+ },
758
+ vbDefaultButton1: {
759
+ kind: "field",
760
+ type: () => {
761
+ return VisualBasic.MsgBoxStyle;
762
+ },
763
+ },
764
+ vbDefaultButton2: {
765
+ kind: "field",
766
+ type: () => {
767
+ return VisualBasic.MsgBoxStyle;
768
+ },
769
+ },
770
+ vbDefaultButton3: {
771
+ kind: "field",
772
+ type: () => {
773
+ return VisualBasic.MsgBoxStyle;
774
+ },
775
+ },
776
+ vbDirectory: {
777
+ kind: "field",
778
+ type: () => {
779
+ return VisualBasic.FileAttribute;
780
+ },
781
+ },
782
+ vbDouble: {
783
+ kind: "field",
784
+ type: () => {
785
+ return VisualBasic.VariantType;
786
+ },
787
+ },
788
+ vbEmpty: {
789
+ kind: "field",
790
+ type: () => {
791
+ return VisualBasic.VariantType;
792
+ },
793
+ },
794
+ vbExclamation: {
795
+ kind: "field",
796
+ type: () => {
797
+ return VisualBasic.MsgBoxStyle;
798
+ },
799
+ },
800
+ vbFalse: {
801
+ kind: "field",
802
+ type: () => {
803
+ return VisualBasic.TriState;
804
+ },
805
+ },
806
+ vbFirstFourDays: {
807
+ kind: "field",
808
+ type: () => {
809
+ return VisualBasic.FirstWeekOfYear;
810
+ },
811
+ },
812
+ vbFirstFullWeek: {
813
+ kind: "field",
814
+ type: () => {
815
+ return VisualBasic.FirstWeekOfYear;
816
+ },
817
+ },
818
+ vbFirstJan1: {
819
+ kind: "field",
820
+ type: () => {
821
+ return VisualBasic.FirstWeekOfYear;
822
+ },
823
+ },
824
+ vbFormFeed: {
825
+ kind: "field",
826
+ type: () => {
827
+ return System.String;
828
+ },
829
+ },
830
+ vbFriday: {
831
+ kind: "field",
832
+ type: () => {
833
+ return VisualBasic.FirstDayOfWeek;
834
+ },
835
+ },
836
+ vbGeneralDate: {
837
+ kind: "field",
838
+ type: () => {
839
+ return VisualBasic.DateFormat;
840
+ },
841
+ },
842
+ vbGet: {
843
+ kind: "field",
844
+ type: () => {
845
+ return VisualBasic.CallType;
846
+ },
847
+ },
848
+ vbHidden: {
849
+ kind: "field",
850
+ type: () => {
851
+ return VisualBasic.FileAttribute;
852
+ },
853
+ },
854
+ vbHide: {
855
+ kind: "field",
856
+ type: () => {
857
+ return VisualBasic.AppWinStyle;
858
+ },
859
+ },
860
+ vbHiragana: {
861
+ kind: "field",
862
+ type: () => {
863
+ return VisualBasic.VbStrConv;
864
+ },
865
+ },
866
+ vbIgnore: {
867
+ kind: "field",
868
+ type: () => {
869
+ return VisualBasic.MsgBoxResult;
870
+ },
871
+ },
872
+ vbInformation: {
873
+ kind: "field",
874
+ type: () => {
875
+ return VisualBasic.MsgBoxStyle;
876
+ },
877
+ },
878
+ vbInteger: {
879
+ kind: "field",
880
+ type: () => {
881
+ return VisualBasic.VariantType;
882
+ },
883
+ },
884
+ vbKatakana: {
885
+ kind: "field",
886
+ type: () => {
887
+ return VisualBasic.VbStrConv;
888
+ },
889
+ },
890
+ vbLet: {
891
+ kind: "field",
892
+ type: () => {
893
+ return VisualBasic.CallType;
894
+ },
895
+ },
896
+ vbLf: {
897
+ kind: "field",
898
+ type: () => {
899
+ return System.String;
900
+ },
901
+ },
902
+ vbLinguisticCasing: {
903
+ kind: "field",
904
+ type: () => {
905
+ return VisualBasic.VbStrConv;
906
+ },
907
+ },
908
+ vbLong: {
909
+ kind: "field",
910
+ type: () => {
911
+ return VisualBasic.VariantType;
912
+ },
913
+ },
914
+ vbLongDate: {
915
+ kind: "field",
916
+ type: () => {
917
+ return VisualBasic.DateFormat;
918
+ },
919
+ },
920
+ vbLongTime: {
921
+ kind: "field",
922
+ type: () => {
923
+ return VisualBasic.DateFormat;
924
+ },
925
+ },
926
+ vbLowerCase: {
927
+ kind: "field",
928
+ type: () => {
929
+ return VisualBasic.VbStrConv;
930
+ },
931
+ },
932
+ vbMaximizedFocus: {
933
+ kind: "field",
934
+ type: () => {
935
+ return VisualBasic.AppWinStyle;
936
+ },
937
+ },
938
+ vbMethod: {
939
+ kind: "field",
940
+ type: () => {
941
+ return VisualBasic.CallType;
942
+ },
943
+ },
944
+ vbMinimizedFocus: {
945
+ kind: "field",
946
+ type: () => {
947
+ return VisualBasic.AppWinStyle;
948
+ },
949
+ },
950
+ vbMinimizedNoFocus: {
951
+ kind: "field",
952
+ type: () => {
953
+ return VisualBasic.AppWinStyle;
954
+ },
955
+ },
956
+ vbMonday: {
957
+ kind: "field",
958
+ type: () => {
959
+ return VisualBasic.FirstDayOfWeek;
960
+ },
961
+ },
962
+ vbMsgBoxHelp: {
963
+ kind: "field",
964
+ type: () => {
965
+ return VisualBasic.MsgBoxStyle;
966
+ },
967
+ },
968
+ vbMsgBoxRight: {
969
+ kind: "field",
970
+ type: () => {
971
+ return VisualBasic.MsgBoxStyle;
972
+ },
973
+ },
974
+ vbMsgBoxRtlReading: {
975
+ kind: "field",
976
+ type: () => {
977
+ return VisualBasic.MsgBoxStyle;
978
+ },
979
+ },
980
+ vbMsgBoxSetForeground: {
981
+ kind: "field",
982
+ type: () => {
983
+ return VisualBasic.MsgBoxStyle;
984
+ },
985
+ },
986
+ vbNarrow: {
987
+ kind: "field",
988
+ type: () => {
989
+ return VisualBasic.VbStrConv;
990
+ },
991
+ },
992
+ vbNewLine: {
993
+ kind: "field",
994
+ type: () => {
995
+ return System.String;
996
+ },
997
+ },
998
+ vbNo: {
999
+ kind: "field",
1000
+ type: () => {
1001
+ return VisualBasic.MsgBoxResult;
1002
+ },
1003
+ },
1004
+ vbNormal: {
1005
+ kind: "field",
1006
+ type: () => {
1007
+ return VisualBasic.FileAttribute;
1008
+ },
1009
+ },
1010
+ vbNormalFocus: {
1011
+ kind: "field",
1012
+ type: () => {
1013
+ return VisualBasic.AppWinStyle;
1014
+ },
1015
+ },
1016
+ vbNormalNoFocus: {
1017
+ kind: "field",
1018
+ type: () => {
1019
+ return VisualBasic.AppWinStyle;
1020
+ },
1021
+ },
1022
+ vbNull: {
1023
+ kind: "field",
1024
+ type: () => {
1025
+ return VisualBasic.VariantType;
1026
+ },
1027
+ },
1028
+ vbNullChar: {
1029
+ kind: "field",
1030
+ type: () => {
1031
+ return System.String;
1032
+ },
1033
+ },
1034
+ vbNullString: {
1035
+ kind: "field",
1036
+ type: () => {
1037
+ return System.String;
1038
+ },
1039
+ isNullable: true,
1040
+ },
1041
+ vbObject: {
1042
+ kind: "field",
1043
+ type: () => {
1044
+ return VisualBasic.VariantType;
1045
+ },
1046
+ },
1047
+ vbObjectError: {
1048
+ kind: "field",
1049
+ type: () => {
1050
+ return System.Int32;
1051
+ },
1052
+ },
1053
+ vbOK: {
1054
+ kind: "field",
1055
+ type: () => {
1056
+ return VisualBasic.MsgBoxResult;
1057
+ },
1058
+ },
1059
+ vbOKCancel: {
1060
+ kind: "field",
1061
+ type: () => {
1062
+ return VisualBasic.MsgBoxStyle;
1063
+ },
1064
+ },
1065
+ vbOKOnly: {
1066
+ kind: "field",
1067
+ type: () => {
1068
+ return VisualBasic.MsgBoxStyle;
1069
+ },
1070
+ },
1071
+ vbProperCase: {
1072
+ kind: "field",
1073
+ type: () => {
1074
+ return VisualBasic.VbStrConv;
1075
+ },
1076
+ },
1077
+ vbQuestion: {
1078
+ kind: "field",
1079
+ type: () => {
1080
+ return VisualBasic.MsgBoxStyle;
1081
+ },
1082
+ },
1083
+ vbReadOnly: {
1084
+ kind: "field",
1085
+ type: () => {
1086
+ return VisualBasic.FileAttribute;
1087
+ },
1088
+ },
1089
+ vbRetry: {
1090
+ kind: "field",
1091
+ type: () => {
1092
+ return VisualBasic.MsgBoxResult;
1093
+ },
1094
+ },
1095
+ vbRetryCancel: {
1096
+ kind: "field",
1097
+ type: () => {
1098
+ return VisualBasic.MsgBoxStyle;
1099
+ },
1100
+ },
1101
+ vbSaturday: {
1102
+ kind: "field",
1103
+ type: () => {
1104
+ return VisualBasic.FirstDayOfWeek;
1105
+ },
1106
+ },
1107
+ vbSet: {
1108
+ kind: "field",
1109
+ type: () => {
1110
+ return VisualBasic.CallType;
1111
+ },
1112
+ },
1113
+ vbShortDate: {
1114
+ kind: "field",
1115
+ type: () => {
1116
+ return VisualBasic.DateFormat;
1117
+ },
1118
+ },
1119
+ vbShortTime: {
1120
+ kind: "field",
1121
+ type: () => {
1122
+ return VisualBasic.DateFormat;
1123
+ },
1124
+ },
1125
+ vbSimplifiedChinese: {
1126
+ kind: "field",
1127
+ type: () => {
1128
+ return VisualBasic.VbStrConv;
1129
+ },
1130
+ },
1131
+ vbSingle: {
1132
+ kind: "field",
1133
+ type: () => {
1134
+ return VisualBasic.VariantType;
1135
+ },
1136
+ },
1137
+ vbString: {
1138
+ kind: "field",
1139
+ type: () => {
1140
+ return VisualBasic.VariantType;
1141
+ },
1142
+ },
1143
+ vbSunday: {
1144
+ kind: "field",
1145
+ type: () => {
1146
+ return VisualBasic.FirstDayOfWeek;
1147
+ },
1148
+ },
1149
+ vbSystem: {
1150
+ kind: "field",
1151
+ type: () => {
1152
+ return VisualBasic.FileAttribute;
1153
+ },
1154
+ },
1155
+ vbSystemModal: {
1156
+ kind: "field",
1157
+ type: () => {
1158
+ return VisualBasic.MsgBoxStyle;
1159
+ },
1160
+ },
1161
+ vbTab: {
1162
+ kind: "field",
1163
+ type: () => {
1164
+ return System.String;
1165
+ },
1166
+ },
1167
+ vbTextCompare: {
1168
+ kind: "field",
1169
+ type: () => {
1170
+ return VisualBasic.CompareMethod;
1171
+ },
1172
+ },
1173
+ vbThursday: {
1174
+ kind: "field",
1175
+ type: () => {
1176
+ return VisualBasic.FirstDayOfWeek;
1177
+ },
1178
+ },
1179
+ vbTraditionalChinese: {
1180
+ kind: "field",
1181
+ type: () => {
1182
+ return VisualBasic.VbStrConv;
1183
+ },
1184
+ },
1185
+ vbTrue: {
1186
+ kind: "field",
1187
+ type: () => {
1188
+ return VisualBasic.TriState;
1189
+ },
1190
+ },
1191
+ vbTuesday: {
1192
+ kind: "field",
1193
+ type: () => {
1194
+ return VisualBasic.FirstDayOfWeek;
1195
+ },
1196
+ },
1197
+ vbUpperCase: {
1198
+ kind: "field",
1199
+ type: () => {
1200
+ return VisualBasic.VbStrConv;
1201
+ },
1202
+ },
1203
+ vbUseDefault: {
1204
+ kind: "field",
1205
+ type: () => {
1206
+ return VisualBasic.TriState;
1207
+ },
1208
+ },
1209
+ vbUserDefinedType: {
1210
+ kind: "field",
1211
+ type: () => {
1212
+ return VisualBasic.VariantType;
1213
+ },
1214
+ },
1215
+ vbUseSystem: {
1216
+ kind: "field",
1217
+ type: () => {
1218
+ return VisualBasic.FirstWeekOfYear;
1219
+ },
1220
+ },
1221
+ vbUseSystemDayOfWeek: {
1222
+ kind: "field",
1223
+ type: () => {
1224
+ return VisualBasic.FirstDayOfWeek;
1225
+ },
1226
+ },
1227
+ vbVariant: {
1228
+ kind: "field",
1229
+ type: () => {
1230
+ return VisualBasic.VariantType;
1231
+ },
1232
+ },
1233
+ vbVerticalTab: {
1234
+ kind: "field",
1235
+ type: () => {
1236
+ return System.String;
1237
+ },
1238
+ },
1239
+ vbVolume: {
1240
+ kind: "field",
1241
+ type: () => {
1242
+ return VisualBasic.FileAttribute;
1243
+ },
1244
+ },
1245
+ vbWednesday: {
1246
+ kind: "field",
1247
+ type: () => {
1248
+ return VisualBasic.FirstDayOfWeek;
1249
+ },
1250
+ },
1251
+ vbWide: {
1252
+ kind: "field",
1253
+ type: () => {
1254
+ return VisualBasic.VbStrConv;
1255
+ },
1256
+ },
1257
+ vbYes: {
1258
+ kind: "field",
1259
+ type: () => {
1260
+ return VisualBasic.MsgBoxResult;
1261
+ },
1262
+ },
1263
+ vbYesNo: {
1264
+ kind: "field",
1265
+ type: () => {
1266
+ return VisualBasic.MsgBoxStyle;
1267
+ },
1268
+ },
1269
+ vbYesNoCancel: {
1270
+ kind: "field",
1271
+ type: () => {
1272
+ return VisualBasic.MsgBoxStyle;
1273
+ },
1274
+ },
1275
+ },
1276
+ isSealed: true,
1277
+ },
1278
+ ControlChars: {
1279
+ kind: "class",
1280
+ members: {
1281
+ Back: {
1282
+ kind: "field",
1283
+ type: () => {
1284
+ return System.Char;
1285
+ },
1286
+ },
1287
+ Cr: {
1288
+ kind: "field",
1289
+ type: () => {
1290
+ return System.Char;
1291
+ },
1292
+ },
1293
+ CrLf: {
1294
+ kind: "field",
1295
+ type: () => {
1296
+ return System.String;
1297
+ },
1298
+ },
1299
+ FormFeed: {
1300
+ kind: "field",
1301
+ type: () => {
1302
+ return System.Char;
1303
+ },
1304
+ },
1305
+ Lf: {
1306
+ kind: "field",
1307
+ type: () => {
1308
+ return System.Char;
1309
+ },
1310
+ },
1311
+ NewLine: {
1312
+ kind: "field",
1313
+ type: () => {
1314
+ return System.String;
1315
+ },
1316
+ },
1317
+ NullChar: {
1318
+ kind: "field",
1319
+ type: () => {
1320
+ return System.Char;
1321
+ },
1322
+ },
1323
+ Quote: {
1324
+ kind: "field",
1325
+ type: () => {
1326
+ return System.Char;
1327
+ },
1328
+ },
1329
+ Tab: {
1330
+ kind: "field",
1331
+ type: () => {
1332
+ return System.Char;
1333
+ },
1334
+ },
1335
+ VerticalTab: {
1336
+ kind: "field",
1337
+ type: () => {
1338
+ return System.Char;
1339
+ },
1340
+ },
1341
+ ControlChars: {
1342
+ kind: "method",
1343
+ methodKind: "constructor",
1344
+ },
1345
+ },
1346
+ isSealed: true,
1347
+ },
1348
+ Conversion: {
1349
+ kind: "class",
1350
+ members: {
1351
+ CTypeDynamic: {
1352
+ kind: "method",
1353
+ methodKind: "ordinary",
1354
+ isStatic: true,
1355
+ },
1356
+ ErrorToString: {
1357
+ kind: "method",
1358
+ methodKind: "ordinary",
1359
+ isStatic: true,
1360
+ },
1361
+ Fix: {
1362
+ kind: "method",
1363
+ methodKind: "ordinary",
1364
+ isStatic: true,
1365
+ },
1366
+ Hex: {
1367
+ kind: "method",
1368
+ methodKind: "ordinary",
1369
+ isStatic: true,
1370
+ },
1371
+ Int: {
1372
+ kind: "method",
1373
+ methodKind: "ordinary",
1374
+ isStatic: true,
1375
+ },
1376
+ Oct: {
1377
+ kind: "method",
1378
+ methodKind: "ordinary",
1379
+ isStatic: true,
1380
+ },
1381
+ Str: {
1382
+ kind: "method",
1383
+ methodKind: "ordinary",
1384
+ isStatic: true,
1385
+ },
1386
+ Val: {
1387
+ kind: "method",
1388
+ methodKind: "ordinary",
1389
+ isStatic: true,
1390
+ },
1391
+ },
1392
+ isSealed: true,
1393
+ },
1394
+ DateAndTime: {
1395
+ kind: "class",
1396
+ members: {
1397
+ DateAdd: {
1398
+ kind: "method",
1399
+ methodKind: "ordinary",
1400
+ isStatic: true,
1401
+ },
1402
+ DateDiff: {
1403
+ kind: "method",
1404
+ methodKind: "ordinary",
1405
+ isStatic: true,
1406
+ },
1407
+ DatePart: {
1408
+ kind: "method",
1409
+ methodKind: "ordinary",
1410
+ isStatic: true,
1411
+ },
1412
+ DateSerial: {
1413
+ kind: "method",
1414
+ methodKind: "ordinary",
1415
+ isStatic: true,
1416
+ },
1417
+ DateValue: {
1418
+ kind: "method",
1419
+ methodKind: "ordinary",
1420
+ isStatic: true,
1421
+ },
1422
+ Day: {
1423
+ kind: "method",
1424
+ methodKind: "ordinary",
1425
+ isStatic: true,
1426
+ },
1427
+ Hour: {
1428
+ kind: "method",
1429
+ methodKind: "ordinary",
1430
+ isStatic: true,
1431
+ },
1432
+ Minute: {
1433
+ kind: "method",
1434
+ methodKind: "ordinary",
1435
+ isStatic: true,
1436
+ },
1437
+ Month: {
1438
+ kind: "method",
1439
+ methodKind: "ordinary",
1440
+ isStatic: true,
1441
+ },
1442
+ MonthName: {
1443
+ kind: "method",
1444
+ methodKind: "ordinary",
1445
+ isStatic: true,
1446
+ },
1447
+ Second: {
1448
+ kind: "method",
1449
+ methodKind: "ordinary",
1450
+ isStatic: true,
1451
+ },
1452
+ TimeSerial: {
1453
+ kind: "method",
1454
+ methodKind: "ordinary",
1455
+ isStatic: true,
1456
+ },
1457
+ TimeValue: {
1458
+ kind: "method",
1459
+ methodKind: "ordinary",
1460
+ isStatic: true,
1461
+ },
1462
+ Weekday: {
1463
+ kind: "method",
1464
+ methodKind: "ordinary",
1465
+ isStatic: true,
1466
+ },
1467
+ WeekdayName: {
1468
+ kind: "method",
1469
+ methodKind: "ordinary",
1470
+ isStatic: true,
1471
+ },
1472
+ Year: {
1473
+ kind: "method",
1474
+ methodKind: "ordinary",
1475
+ isStatic: true,
1476
+ },
1477
+ DateString: {
1478
+ kind: "property",
1479
+ type: () => {
1480
+ return System.String;
1481
+ },
1482
+ isStatic: true,
1483
+ },
1484
+ Now: {
1485
+ kind: "property",
1486
+ type: () => {
1487
+ return System.DateTime;
1488
+ },
1489
+ isStatic: true,
1490
+ },
1491
+ TimeOfDay: {
1492
+ kind: "property",
1493
+ type: () => {
1494
+ return System.DateTime;
1495
+ },
1496
+ isStatic: true,
1497
+ },
1498
+ Timer: {
1499
+ kind: "property",
1500
+ type: () => {
1501
+ return System.Double;
1502
+ },
1503
+ isStatic: true,
1504
+ },
1505
+ TimeString: {
1506
+ kind: "property",
1507
+ type: () => {
1508
+ return System.String;
1509
+ },
1510
+ isStatic: true,
1511
+ },
1512
+ Today: {
1513
+ kind: "property",
1514
+ type: () => {
1515
+ return System.DateTime;
1516
+ },
1517
+ isStatic: true,
1518
+ },
1519
+ },
1520
+ isSealed: true,
1521
+ },
1522
+ DateFormat: {
1523
+ kind: "enum",
1524
+ members: {
1525
+ GeneralDate: {
1526
+ kind: "field",
1527
+ type: () => {
1528
+ return VisualBasic.DateFormat;
1529
+ },
1530
+ },
1531
+ LongDate: {
1532
+ kind: "field",
1533
+ type: () => {
1534
+ return VisualBasic.DateFormat;
1535
+ },
1536
+ },
1537
+ ShortDate: {
1538
+ kind: "field",
1539
+ type: () => {
1540
+ return VisualBasic.DateFormat;
1541
+ },
1542
+ },
1543
+ LongTime: {
1544
+ kind: "field",
1545
+ type: () => {
1546
+ return VisualBasic.DateFormat;
1547
+ },
1548
+ },
1549
+ ShortTime: {
1550
+ kind: "field",
1551
+ type: () => {
1552
+ return VisualBasic.DateFormat;
1553
+ },
1554
+ },
1555
+ },
1556
+ },
1557
+ DateInterval: {
1558
+ kind: "enum",
1559
+ members: {
1560
+ Year: {
1561
+ kind: "field",
1562
+ type: () => {
1563
+ return VisualBasic.DateInterval;
1564
+ },
1565
+ },
1566
+ Quarter: {
1567
+ kind: "field",
1568
+ type: () => {
1569
+ return VisualBasic.DateInterval;
1570
+ },
1571
+ },
1572
+ Month: {
1573
+ kind: "field",
1574
+ type: () => {
1575
+ return VisualBasic.DateInterval;
1576
+ },
1577
+ },
1578
+ DayOfYear: {
1579
+ kind: "field",
1580
+ type: () => {
1581
+ return VisualBasic.DateInterval;
1582
+ },
1583
+ },
1584
+ Day: {
1585
+ kind: "field",
1586
+ type: () => {
1587
+ return VisualBasic.DateInterval;
1588
+ },
1589
+ },
1590
+ WeekOfYear: {
1591
+ kind: "field",
1592
+ type: () => {
1593
+ return VisualBasic.DateInterval;
1594
+ },
1595
+ },
1596
+ Weekday: {
1597
+ kind: "field",
1598
+ type: () => {
1599
+ return VisualBasic.DateInterval;
1600
+ },
1601
+ },
1602
+ Hour: {
1603
+ kind: "field",
1604
+ type: () => {
1605
+ return VisualBasic.DateInterval;
1606
+ },
1607
+ },
1608
+ Minute: {
1609
+ kind: "field",
1610
+ type: () => {
1611
+ return VisualBasic.DateInterval;
1612
+ },
1613
+ },
1614
+ Second: {
1615
+ kind: "field",
1616
+ type: () => {
1617
+ return VisualBasic.DateInterval;
1618
+ },
1619
+ },
1620
+ },
1621
+ },
1622
+ DueDate: {
1623
+ kind: "enum",
1624
+ members: {
1625
+ EndOfPeriod: {
1626
+ kind: "field",
1627
+ type: () => {
1628
+ return VisualBasic.DueDate;
1629
+ },
1630
+ },
1631
+ BegOfPeriod: {
1632
+ kind: "field",
1633
+ type: () => {
1634
+ return VisualBasic.DueDate;
1635
+ },
1636
+ },
1637
+ },
1638
+ },
1639
+ ErrObject: {
1640
+ kind: "class",
1641
+ members: {
1642
+ Clear: {
1643
+ kind: "method",
1644
+ methodKind: "ordinary",
1645
+ },
1646
+ GetException: {
1647
+ kind: "method",
1648
+ methodKind: "ordinary",
1649
+ },
1650
+ Raise: {
1651
+ kind: "method",
1652
+ methodKind: "ordinary",
1653
+ },
1654
+ Description: {
1655
+ kind: "property",
1656
+ type: () => {
1657
+ return System.String;
1658
+ },
1659
+ },
1660
+ Erl: {
1661
+ kind: "property",
1662
+ type: () => {
1663
+ return System.Int32;
1664
+ },
1665
+ },
1666
+ HelpContext: {
1667
+ kind: "property",
1668
+ type: () => {
1669
+ return System.Int32;
1670
+ },
1671
+ },
1672
+ HelpFile: {
1673
+ kind: "property",
1674
+ type: () => {
1675
+ return System.String;
1676
+ },
1677
+ },
1678
+ LastDllError: {
1679
+ kind: "property",
1680
+ type: () => {
1681
+ return System.Int32;
1682
+ },
1683
+ },
1684
+ Number: {
1685
+ kind: "property",
1686
+ type: () => {
1687
+ return System.Int32;
1688
+ },
1689
+ },
1690
+ Source: {
1691
+ kind: "property",
1692
+ type: () => {
1693
+ return System.String;
1694
+ },
1695
+ },
1696
+ },
1697
+ isSealed: true,
1698
+ },
1699
+ FileAttribute: {
1700
+ kind: "enum",
1701
+ members: {
1702
+ Normal: {
1703
+ kind: "field",
1704
+ type: () => {
1705
+ return VisualBasic.FileAttribute;
1706
+ },
1707
+ },
1708
+ ReadOnly: {
1709
+ kind: "field",
1710
+ type: () => {
1711
+ return VisualBasic.FileAttribute;
1712
+ },
1713
+ },
1714
+ Hidden: {
1715
+ kind: "field",
1716
+ type: () => {
1717
+ return VisualBasic.FileAttribute;
1718
+ },
1719
+ },
1720
+ System: {
1721
+ kind: "field",
1722
+ type: () => {
1723
+ return VisualBasic.FileAttribute;
1724
+ },
1725
+ },
1726
+ Volume: {
1727
+ kind: "field",
1728
+ type: () => {
1729
+ return VisualBasic.FileAttribute;
1730
+ },
1731
+ },
1732
+ Directory: {
1733
+ kind: "field",
1734
+ type: () => {
1735
+ return VisualBasic.FileAttribute;
1736
+ },
1737
+ },
1738
+ Archive: {
1739
+ kind: "field",
1740
+ type: () => {
1741
+ return VisualBasic.FileAttribute;
1742
+ },
1743
+ },
1744
+ },
1745
+ },
1746
+ FileSystem: {
1747
+ kind: "class",
1748
+ members: {
1749
+ ChDir: {
1750
+ kind: "method",
1751
+ methodKind: "ordinary",
1752
+ isStatic: true,
1753
+ },
1754
+ ChDrive: {
1755
+ kind: "method",
1756
+ methodKind: "ordinary",
1757
+ isStatic: true,
1758
+ },
1759
+ CurDir: {
1760
+ kind: "method",
1761
+ methodKind: "ordinary",
1762
+ isStatic: true,
1763
+ },
1764
+ Dir: {
1765
+ kind: "method",
1766
+ methodKind: "ordinary",
1767
+ isStatic: true,
1768
+ },
1769
+ EOF: {
1770
+ kind: "method",
1771
+ methodKind: "ordinary",
1772
+ isStatic: true,
1773
+ },
1774
+ FileAttr: {
1775
+ kind: "method",
1776
+ methodKind: "ordinary",
1777
+ isStatic: true,
1778
+ },
1779
+ FileClose: {
1780
+ kind: "method",
1781
+ methodKind: "ordinary",
1782
+ isStatic: true,
1783
+ },
1784
+ FileCopy: {
1785
+ kind: "method",
1786
+ methodKind: "ordinary",
1787
+ isStatic: true,
1788
+ },
1789
+ FileDateTime: {
1790
+ kind: "method",
1791
+ methodKind: "ordinary",
1792
+ isStatic: true,
1793
+ },
1794
+ FileGet: {
1795
+ kind: "method",
1796
+ methodKind: "ordinary",
1797
+ isStatic: true,
1798
+ },
1799
+ FileGetObject: {
1800
+ kind: "method",
1801
+ methodKind: "ordinary",
1802
+ isStatic: true,
1803
+ },
1804
+ FileLen: {
1805
+ kind: "method",
1806
+ methodKind: "ordinary",
1807
+ isStatic: true,
1808
+ },
1809
+ FileOpen: {
1810
+ kind: "method",
1811
+ methodKind: "ordinary",
1812
+ isStatic: true,
1813
+ },
1814
+ FilePut: {
1815
+ kind: "method",
1816
+ methodKind: "ordinary",
1817
+ isStatic: true,
1818
+ },
1819
+ FilePutObject: {
1820
+ kind: "method",
1821
+ methodKind: "ordinary",
1822
+ isStatic: true,
1823
+ },
1824
+ FileWidth: {
1825
+ kind: "method",
1826
+ methodKind: "ordinary",
1827
+ isStatic: true,
1828
+ },
1829
+ FreeFile: {
1830
+ kind: "method",
1831
+ methodKind: "ordinary",
1832
+ isStatic: true,
1833
+ },
1834
+ GetAttr: {
1835
+ kind: "method",
1836
+ methodKind: "ordinary",
1837
+ isStatic: true,
1838
+ },
1839
+ Input: {
1840
+ kind: "method",
1841
+ methodKind: "ordinary",
1842
+ isStatic: true,
1843
+ },
1844
+ InputString: {
1845
+ kind: "method",
1846
+ methodKind: "ordinary",
1847
+ isStatic: true,
1848
+ },
1849
+ Kill: {
1850
+ kind: "method",
1851
+ methodKind: "ordinary",
1852
+ isStatic: true,
1853
+ },
1854
+ LineInput: {
1855
+ kind: "method",
1856
+ methodKind: "ordinary",
1857
+ isStatic: true,
1858
+ },
1859
+ Loc: {
1860
+ kind: "method",
1861
+ methodKind: "ordinary",
1862
+ isStatic: true,
1863
+ },
1864
+ Lock: {
1865
+ kind: "method",
1866
+ methodKind: "ordinary",
1867
+ isStatic: true,
1868
+ },
1869
+ LOF: {
1870
+ kind: "method",
1871
+ methodKind: "ordinary",
1872
+ isStatic: true,
1873
+ },
1874
+ MkDir: {
1875
+ kind: "method",
1876
+ methodKind: "ordinary",
1877
+ isStatic: true,
1878
+ },
1879
+ Print: {
1880
+ kind: "method",
1881
+ methodKind: "ordinary",
1882
+ isStatic: true,
1883
+ },
1884
+ PrintLine: {
1885
+ kind: "method",
1886
+ methodKind: "ordinary",
1887
+ isStatic: true,
1888
+ },
1889
+ Rename: {
1890
+ kind: "method",
1891
+ methodKind: "ordinary",
1892
+ isStatic: true,
1893
+ },
1894
+ Reset: {
1895
+ kind: "method",
1896
+ methodKind: "ordinary",
1897
+ isStatic: true,
1898
+ },
1899
+ RmDir: {
1900
+ kind: "method",
1901
+ methodKind: "ordinary",
1902
+ isStatic: true,
1903
+ },
1904
+ Seek: {
1905
+ kind: "method",
1906
+ methodKind: "ordinary",
1907
+ isStatic: true,
1908
+ },
1909
+ SetAttr: {
1910
+ kind: "method",
1911
+ methodKind: "ordinary",
1912
+ isStatic: true,
1913
+ },
1914
+ SPC: {
1915
+ kind: "method",
1916
+ methodKind: "ordinary",
1917
+ isStatic: true,
1918
+ },
1919
+ TAB: {
1920
+ kind: "method",
1921
+ methodKind: "ordinary",
1922
+ isStatic: true,
1923
+ },
1924
+ Unlock: {
1925
+ kind: "method",
1926
+ methodKind: "ordinary",
1927
+ isStatic: true,
1928
+ },
1929
+ Write: {
1930
+ kind: "method",
1931
+ methodKind: "ordinary",
1932
+ isStatic: true,
1933
+ },
1934
+ WriteLine: {
1935
+ kind: "method",
1936
+ methodKind: "ordinary",
1937
+ isStatic: true,
1938
+ },
1939
+ },
1940
+ isSealed: true,
1941
+ },
1942
+ Financial: {
1943
+ kind: "class",
1944
+ members: {
1945
+ DDB: {
1946
+ kind: "method",
1947
+ methodKind: "ordinary",
1948
+ isStatic: true,
1949
+ },
1950
+ FV: {
1951
+ kind: "method",
1952
+ methodKind: "ordinary",
1953
+ isStatic: true,
1954
+ },
1955
+ IPmt: {
1956
+ kind: "method",
1957
+ methodKind: "ordinary",
1958
+ isStatic: true,
1959
+ },
1960
+ IRR: {
1961
+ kind: "method",
1962
+ methodKind: "ordinary",
1963
+ isStatic: true,
1964
+ },
1965
+ MIRR: {
1966
+ kind: "method",
1967
+ methodKind: "ordinary",
1968
+ isStatic: true,
1969
+ },
1970
+ NPer: {
1971
+ kind: "method",
1972
+ methodKind: "ordinary",
1973
+ isStatic: true,
1974
+ },
1975
+ NPV: {
1976
+ kind: "method",
1977
+ methodKind: "ordinary",
1978
+ isStatic: true,
1979
+ },
1980
+ Pmt: {
1981
+ kind: "method",
1982
+ methodKind: "ordinary",
1983
+ isStatic: true,
1984
+ },
1985
+ PPmt: {
1986
+ kind: "method",
1987
+ methodKind: "ordinary",
1988
+ isStatic: true,
1989
+ },
1990
+ PV: {
1991
+ kind: "method",
1992
+ methodKind: "ordinary",
1993
+ isStatic: true,
1994
+ },
1995
+ Rate: {
1996
+ kind: "method",
1997
+ methodKind: "ordinary",
1998
+ isStatic: true,
1999
+ },
2000
+ SLN: {
2001
+ kind: "method",
2002
+ methodKind: "ordinary",
2003
+ isStatic: true,
2004
+ },
2005
+ SYD: {
2006
+ kind: "method",
2007
+ methodKind: "ordinary",
2008
+ isStatic: true,
2009
+ },
2010
+ },
2011
+ isSealed: true,
2012
+ },
2013
+ FirstDayOfWeek: {
2014
+ kind: "enum",
2015
+ members: {
2016
+ System: {
2017
+ kind: "field",
2018
+ type: () => {
2019
+ return VisualBasic.FirstDayOfWeek;
2020
+ },
2021
+ },
2022
+ Sunday: {
2023
+ kind: "field",
2024
+ type: () => {
2025
+ return VisualBasic.FirstDayOfWeek;
2026
+ },
2027
+ },
2028
+ Monday: {
2029
+ kind: "field",
2030
+ type: () => {
2031
+ return VisualBasic.FirstDayOfWeek;
2032
+ },
2033
+ },
2034
+ Tuesday: {
2035
+ kind: "field",
2036
+ type: () => {
2037
+ return VisualBasic.FirstDayOfWeek;
2038
+ },
2039
+ },
2040
+ Wednesday: {
2041
+ kind: "field",
2042
+ type: () => {
2043
+ return VisualBasic.FirstDayOfWeek;
2044
+ },
2045
+ },
2046
+ Thursday: {
2047
+ kind: "field",
2048
+ type: () => {
2049
+ return VisualBasic.FirstDayOfWeek;
2050
+ },
2051
+ },
2052
+ Friday: {
2053
+ kind: "field",
2054
+ type: () => {
2055
+ return VisualBasic.FirstDayOfWeek;
2056
+ },
2057
+ },
2058
+ Saturday: {
2059
+ kind: "field",
2060
+ type: () => {
2061
+ return VisualBasic.FirstDayOfWeek;
2062
+ },
2063
+ },
2064
+ },
2065
+ },
2066
+ FirstWeekOfYear: {
2067
+ kind: "enum",
2068
+ members: {
2069
+ System: {
2070
+ kind: "field",
2071
+ type: () => {
2072
+ return VisualBasic.FirstWeekOfYear;
2073
+ },
2074
+ },
2075
+ Jan1: {
2076
+ kind: "field",
2077
+ type: () => {
2078
+ return VisualBasic.FirstWeekOfYear;
2079
+ },
2080
+ },
2081
+ FirstFourDays: {
2082
+ kind: "field",
2083
+ type: () => {
2084
+ return VisualBasic.FirstWeekOfYear;
2085
+ },
2086
+ },
2087
+ FirstFullWeek: {
2088
+ kind: "field",
2089
+ type: () => {
2090
+ return VisualBasic.FirstWeekOfYear;
2091
+ },
2092
+ },
2093
+ },
2094
+ },
2095
+ Information: {
2096
+ kind: "class",
2097
+ members: {
2098
+ Erl: {
2099
+ kind: "method",
2100
+ methodKind: "ordinary",
2101
+ isStatic: true,
2102
+ },
2103
+ Err: {
2104
+ kind: "method",
2105
+ methodKind: "ordinary",
2106
+ isStatic: true,
2107
+ },
2108
+ IsArray: {
2109
+ kind: "method",
2110
+ methodKind: "ordinary",
2111
+ isStatic: true,
2112
+ },
2113
+ IsDate: {
2114
+ kind: "method",
2115
+ methodKind: "ordinary",
2116
+ isStatic: true,
2117
+ },
2118
+ IsDBNull: {
2119
+ kind: "method",
2120
+ methodKind: "ordinary",
2121
+ isStatic: true,
2122
+ },
2123
+ IsError: {
2124
+ kind: "method",
2125
+ methodKind: "ordinary",
2126
+ isStatic: true,
2127
+ },
2128
+ IsNothing: {
2129
+ kind: "method",
2130
+ methodKind: "ordinary",
2131
+ isStatic: true,
2132
+ },
2133
+ IsNumeric: {
2134
+ kind: "method",
2135
+ methodKind: "ordinary",
2136
+ isStatic: true,
2137
+ },
2138
+ IsReference: {
2139
+ kind: "method",
2140
+ methodKind: "ordinary",
2141
+ isStatic: true,
2142
+ },
2143
+ LBound: {
2144
+ kind: "method",
2145
+ methodKind: "ordinary",
2146
+ isStatic: true,
2147
+ },
2148
+ QBColor: {
2149
+ kind: "method",
2150
+ methodKind: "ordinary",
2151
+ isStatic: true,
2152
+ },
2153
+ RGB: {
2154
+ kind: "method",
2155
+ methodKind: "ordinary",
2156
+ isStatic: true,
2157
+ },
2158
+ SystemTypeName: {
2159
+ kind: "method",
2160
+ methodKind: "ordinary",
2161
+ isStatic: true,
2162
+ },
2163
+ TypeName: {
2164
+ kind: "method",
2165
+ methodKind: "ordinary",
2166
+ isStatic: true,
2167
+ },
2168
+ UBound: {
2169
+ kind: "method",
2170
+ methodKind: "ordinary",
2171
+ isStatic: true,
2172
+ },
2173
+ VarType: {
2174
+ kind: "method",
2175
+ methodKind: "ordinary",
2176
+ isStatic: true,
2177
+ },
2178
+ VbTypeName: {
2179
+ kind: "method",
2180
+ methodKind: "ordinary",
2181
+ isStatic: true,
2182
+ },
2183
+ },
2184
+ isSealed: true,
2185
+ },
2186
+ Interaction: {
2187
+ kind: "class",
2188
+ members: {
2189
+ AppActivate: {
2190
+ kind: "method",
2191
+ methodKind: "ordinary",
2192
+ isStatic: true,
2193
+ },
2194
+ Beep: {
2195
+ kind: "method",
2196
+ methodKind: "ordinary",
2197
+ isStatic: true,
2198
+ },
2199
+ CallByName: {
2200
+ kind: "method",
2201
+ methodKind: "ordinary",
2202
+ isStatic: true,
2203
+ },
2204
+ Choose: {
2205
+ kind: "method",
2206
+ methodKind: "ordinary",
2207
+ isStatic: true,
2208
+ },
2209
+ Command: {
2210
+ kind: "method",
2211
+ methodKind: "ordinary",
2212
+ isStatic: true,
2213
+ },
2214
+ CreateObject: {
2215
+ kind: "method",
2216
+ methodKind: "ordinary",
2217
+ isStatic: true,
2218
+ },
2219
+ DeleteSetting: {
2220
+ kind: "method",
2221
+ methodKind: "ordinary",
2222
+ isStatic: true,
2223
+ },
2224
+ Environ: {
2225
+ kind: "method",
2226
+ methodKind: "ordinary",
2227
+ isStatic: true,
2228
+ },
2229
+ GetAllSettings: {
2230
+ kind: "method",
2231
+ methodKind: "ordinary",
2232
+ isStatic: true,
2233
+ },
2234
+ GetObject: {
2235
+ kind: "method",
2236
+ methodKind: "ordinary",
2237
+ isStatic: true,
2238
+ },
2239
+ GetSetting: {
2240
+ kind: "method",
2241
+ methodKind: "ordinary",
2242
+ isStatic: true,
2243
+ },
2244
+ IIf: {
2245
+ kind: "method",
2246
+ methodKind: "ordinary",
2247
+ isStatic: true,
2248
+ },
2249
+ InputBox: {
2250
+ kind: "method",
2251
+ methodKind: "ordinary",
2252
+ isStatic: true,
2253
+ },
2254
+ MsgBox: {
2255
+ kind: "method",
2256
+ methodKind: "ordinary",
2257
+ isStatic: true,
2258
+ },
2259
+ Partition: {
2260
+ kind: "method",
2261
+ methodKind: "ordinary",
2262
+ isStatic: true,
2263
+ },
2264
+ SaveSetting: {
2265
+ kind: "method",
2266
+ methodKind: "ordinary",
2267
+ isStatic: true,
2268
+ },
2269
+ Shell: {
2270
+ kind: "method",
2271
+ methodKind: "ordinary",
2272
+ isStatic: true,
2273
+ },
2274
+ Switch: {
2275
+ kind: "method",
2276
+ methodKind: "ordinary",
2277
+ isStatic: true,
2278
+ },
2279
+ },
2280
+ isSealed: true,
2281
+ },
2282
+ MsgBoxResult: {
2283
+ kind: "enum",
2284
+ members: {
2285
+ Ok: {
2286
+ kind: "field",
2287
+ type: () => {
2288
+ return VisualBasic.MsgBoxResult;
2289
+ },
2290
+ },
2291
+ Cancel: {
2292
+ kind: "field",
2293
+ type: () => {
2294
+ return VisualBasic.MsgBoxResult;
2295
+ },
2296
+ },
2297
+ Abort: {
2298
+ kind: "field",
2299
+ type: () => {
2300
+ return VisualBasic.MsgBoxResult;
2301
+ },
2302
+ },
2303
+ Retry: {
2304
+ kind: "field",
2305
+ type: () => {
2306
+ return VisualBasic.MsgBoxResult;
2307
+ },
2308
+ },
2309
+ Ignore: {
2310
+ kind: "field",
2311
+ type: () => {
2312
+ return VisualBasic.MsgBoxResult;
2313
+ },
2314
+ },
2315
+ Yes: {
2316
+ kind: "field",
2317
+ type: () => {
2318
+ return VisualBasic.MsgBoxResult;
2319
+ },
2320
+ },
2321
+ No: {
2322
+ kind: "field",
2323
+ type: () => {
2324
+ return VisualBasic.MsgBoxResult;
2325
+ },
2326
+ },
2327
+ },
2328
+ },
2329
+ MsgBoxStyle: {
2330
+ kind: "enum",
2331
+ members: {
2332
+ ApplicationModal: {
2333
+ kind: "field",
2334
+ type: () => {
2335
+ return VisualBasic.MsgBoxStyle;
2336
+ },
2337
+ },
2338
+ DefaultButton1: {
2339
+ kind: "field",
2340
+ type: () => {
2341
+ return VisualBasic.MsgBoxStyle;
2342
+ },
2343
+ },
2344
+ OkOnly: {
2345
+ kind: "field",
2346
+ type: () => {
2347
+ return VisualBasic.MsgBoxStyle;
2348
+ },
2349
+ },
2350
+ OkCancel: {
2351
+ kind: "field",
2352
+ type: () => {
2353
+ return VisualBasic.MsgBoxStyle;
2354
+ },
2355
+ },
2356
+ AbortRetryIgnore: {
2357
+ kind: "field",
2358
+ type: () => {
2359
+ return VisualBasic.MsgBoxStyle;
2360
+ },
2361
+ },
2362
+ YesNoCancel: {
2363
+ kind: "field",
2364
+ type: () => {
2365
+ return VisualBasic.MsgBoxStyle;
2366
+ },
2367
+ },
2368
+ YesNo: {
2369
+ kind: "field",
2370
+ type: () => {
2371
+ return VisualBasic.MsgBoxStyle;
2372
+ },
2373
+ },
2374
+ RetryCancel: {
2375
+ kind: "field",
2376
+ type: () => {
2377
+ return VisualBasic.MsgBoxStyle;
2378
+ },
2379
+ },
2380
+ Critical: {
2381
+ kind: "field",
2382
+ type: () => {
2383
+ return VisualBasic.MsgBoxStyle;
2384
+ },
2385
+ },
2386
+ Question: {
2387
+ kind: "field",
2388
+ type: () => {
2389
+ return VisualBasic.MsgBoxStyle;
2390
+ },
2391
+ },
2392
+ Exclamation: {
2393
+ kind: "field",
2394
+ type: () => {
2395
+ return VisualBasic.MsgBoxStyle;
2396
+ },
2397
+ },
2398
+ Information: {
2399
+ kind: "field",
2400
+ type: () => {
2401
+ return VisualBasic.MsgBoxStyle;
2402
+ },
2403
+ },
2404
+ DefaultButton2: {
2405
+ kind: "field",
2406
+ type: () => {
2407
+ return VisualBasic.MsgBoxStyle;
2408
+ },
2409
+ },
2410
+ DefaultButton3: {
2411
+ kind: "field",
2412
+ type: () => {
2413
+ return VisualBasic.MsgBoxStyle;
2414
+ },
2415
+ },
2416
+ SystemModal: {
2417
+ kind: "field",
2418
+ type: () => {
2419
+ return VisualBasic.MsgBoxStyle;
2420
+ },
2421
+ },
2422
+ MsgBoxHelp: {
2423
+ kind: "field",
2424
+ type: () => {
2425
+ return VisualBasic.MsgBoxStyle;
2426
+ },
2427
+ },
2428
+ MsgBoxSetForeground: {
2429
+ kind: "field",
2430
+ type: () => {
2431
+ return VisualBasic.MsgBoxStyle;
2432
+ },
2433
+ },
2434
+ MsgBoxRight: {
2435
+ kind: "field",
2436
+ type: () => {
2437
+ return VisualBasic.MsgBoxStyle;
2438
+ },
2439
+ },
2440
+ MsgBoxRtlReading: {
2441
+ kind: "field",
2442
+ type: () => {
2443
+ return VisualBasic.MsgBoxStyle;
2444
+ },
2445
+ },
2446
+ },
2447
+ },
2448
+ MyGroupCollectionAttribute: {
2449
+ kind: "class",
2450
+ members: {
2451
+ MyGroupCollectionAttribute: {
2452
+ kind: "method",
2453
+ methodKind: "constructor",
2454
+ },
2455
+ CreateMethod: {
2456
+ kind: "property",
2457
+ type: () => {
2458
+ return System.String;
2459
+ },
2460
+ },
2461
+ DefaultInstanceAlias: {
2462
+ kind: "property",
2463
+ type: () => {
2464
+ return System.String;
2465
+ },
2466
+ },
2467
+ DisposeMethod: {
2468
+ kind: "property",
2469
+ type: () => {
2470
+ return System.String;
2471
+ },
2472
+ },
2473
+ MyGroupName: {
2474
+ kind: "property",
2475
+ type: () => {
2476
+ return System.String;
2477
+ },
2478
+ },
2479
+ },
2480
+ isSealed: true,
2481
+ },
2482
+ OpenAccess: {
2483
+ kind: "enum",
2484
+ members: {
2485
+ Default: {
2486
+ kind: "field",
2487
+ type: () => {
2488
+ return VisualBasic.OpenAccess;
2489
+ },
2490
+ },
2491
+ Read: {
2492
+ kind: "field",
2493
+ type: () => {
2494
+ return VisualBasic.OpenAccess;
2495
+ },
2496
+ },
2497
+ Write: {
2498
+ kind: "field",
2499
+ type: () => {
2500
+ return VisualBasic.OpenAccess;
2501
+ },
2502
+ },
2503
+ ReadWrite: {
2504
+ kind: "field",
2505
+ type: () => {
2506
+ return VisualBasic.OpenAccess;
2507
+ },
2508
+ },
2509
+ },
2510
+ },
2511
+ OpenMode: {
2512
+ kind: "enum",
2513
+ members: {
2514
+ Input: {
2515
+ kind: "field",
2516
+ type: () => {
2517
+ return VisualBasic.OpenMode;
2518
+ },
2519
+ },
2520
+ Output: {
2521
+ kind: "field",
2522
+ type: () => {
2523
+ return VisualBasic.OpenMode;
2524
+ },
2525
+ },
2526
+ Random: {
2527
+ kind: "field",
2528
+ type: () => {
2529
+ return VisualBasic.OpenMode;
2530
+ },
2531
+ },
2532
+ Append: {
2533
+ kind: "field",
2534
+ type: () => {
2535
+ return VisualBasic.OpenMode;
2536
+ },
2537
+ },
2538
+ Binary: {
2539
+ kind: "field",
2540
+ type: () => {
2541
+ return VisualBasic.OpenMode;
2542
+ },
2543
+ },
2544
+ },
2545
+ },
2546
+ OpenShare: {
2547
+ kind: "enum",
2548
+ members: {
2549
+ Default: {
2550
+ kind: "field",
2551
+ type: () => {
2552
+ return VisualBasic.OpenShare;
2553
+ },
2554
+ },
2555
+ LockReadWrite: {
2556
+ kind: "field",
2557
+ type: () => {
2558
+ return VisualBasic.OpenShare;
2559
+ },
2560
+ },
2561
+ LockWrite: {
2562
+ kind: "field",
2563
+ type: () => {
2564
+ return VisualBasic.OpenShare;
2565
+ },
2566
+ },
2567
+ LockRead: {
2568
+ kind: "field",
2569
+ type: () => {
2570
+ return VisualBasic.OpenShare;
2571
+ },
2572
+ },
2573
+ Shared: {
2574
+ kind: "field",
2575
+ type: () => {
2576
+ return VisualBasic.OpenShare;
2577
+ },
2578
+ },
2579
+ },
2580
+ },
2581
+ Strings: {
2582
+ kind: "class",
2583
+ members: {
2584
+ Asc: {
2585
+ kind: "method",
2586
+ methodKind: "ordinary",
2587
+ isStatic: true,
2588
+ },
2589
+ AscW: {
2590
+ kind: "method",
2591
+ methodKind: "ordinary",
2592
+ isStatic: true,
2593
+ },
2594
+ Chr: {
2595
+ kind: "method",
2596
+ methodKind: "ordinary",
2597
+ isStatic: true,
2598
+ },
2599
+ ChrW: {
2600
+ kind: "method",
2601
+ methodKind: "ordinary",
2602
+ isStatic: true,
2603
+ },
2604
+ Filter: {
2605
+ kind: "method",
2606
+ methodKind: "ordinary",
2607
+ isStatic: true,
2608
+ },
2609
+ Format: {
2610
+ kind: "method",
2611
+ methodKind: "ordinary",
2612
+ isStatic: true,
2613
+ },
2614
+ FormatCurrency: {
2615
+ kind: "method",
2616
+ methodKind: "ordinary",
2617
+ isStatic: true,
2618
+ },
2619
+ FormatDateTime: {
2620
+ kind: "method",
2621
+ methodKind: "ordinary",
2622
+ isStatic: true,
2623
+ },
2624
+ FormatNumber: {
2625
+ kind: "method",
2626
+ methodKind: "ordinary",
2627
+ isStatic: true,
2628
+ },
2629
+ FormatPercent: {
2630
+ kind: "method",
2631
+ methodKind: "ordinary",
2632
+ isStatic: true,
2633
+ },
2634
+ GetChar: {
2635
+ kind: "method",
2636
+ methodKind: "ordinary",
2637
+ isStatic: true,
2638
+ },
2639
+ InStr: {
2640
+ kind: "method",
2641
+ methodKind: "ordinary",
2642
+ isStatic: true,
2643
+ },
2644
+ InStrRev: {
2645
+ kind: "method",
2646
+ methodKind: "ordinary",
2647
+ isStatic: true,
2648
+ },
2649
+ Join: {
2650
+ kind: "method",
2651
+ methodKind: "ordinary",
2652
+ isStatic: true,
2653
+ },
2654
+ LCase: {
2655
+ kind: "method",
2656
+ methodKind: "ordinary",
2657
+ isStatic: true,
2658
+ },
2659
+ Left: {
2660
+ kind: "method",
2661
+ methodKind: "ordinary",
2662
+ isStatic: true,
2663
+ },
2664
+ Len: {
2665
+ kind: "method",
2666
+ methodKind: "ordinary",
2667
+ isStatic: true,
2668
+ },
2669
+ LSet: {
2670
+ kind: "method",
2671
+ methodKind: "ordinary",
2672
+ isStatic: true,
2673
+ },
2674
+ LTrim: {
2675
+ kind: "method",
2676
+ methodKind: "ordinary",
2677
+ isStatic: true,
2678
+ },
2679
+ Mid: {
2680
+ kind: "method",
2681
+ methodKind: "ordinary",
2682
+ isStatic: true,
2683
+ },
2684
+ Replace: {
2685
+ kind: "method",
2686
+ methodKind: "ordinary",
2687
+ isStatic: true,
2688
+ },
2689
+ Right: {
2690
+ kind: "method",
2691
+ methodKind: "ordinary",
2692
+ isStatic: true,
2693
+ },
2694
+ RSet: {
2695
+ kind: "method",
2696
+ methodKind: "ordinary",
2697
+ isStatic: true,
2698
+ },
2699
+ RTrim: {
2700
+ kind: "method",
2701
+ methodKind: "ordinary",
2702
+ isStatic: true,
2703
+ },
2704
+ Space: {
2705
+ kind: "method",
2706
+ methodKind: "ordinary",
2707
+ isStatic: true,
2708
+ },
2709
+ Split: {
2710
+ kind: "method",
2711
+ methodKind: "ordinary",
2712
+ isStatic: true,
2713
+ },
2714
+ StrComp: {
2715
+ kind: "method",
2716
+ methodKind: "ordinary",
2717
+ isStatic: true,
2718
+ },
2719
+ StrConv: {
2720
+ kind: "method",
2721
+ methodKind: "ordinary",
2722
+ isStatic: true,
2723
+ },
2724
+ StrDup: {
2725
+ kind: "method",
2726
+ methodKind: "ordinary",
2727
+ isStatic: true,
2728
+ },
2729
+ StrReverse: {
2730
+ kind: "method",
2731
+ methodKind: "ordinary",
2732
+ isStatic: true,
2733
+ },
2734
+ Trim: {
2735
+ kind: "method",
2736
+ methodKind: "ordinary",
2737
+ isStatic: true,
2738
+ },
2739
+ UCase: {
2740
+ kind: "method",
2741
+ methodKind: "ordinary",
2742
+ isStatic: true,
2743
+ },
2744
+ },
2745
+ isSealed: true,
2746
+ },
2747
+ TriState: {
2748
+ kind: "enum",
2749
+ members: {
2750
+ UseDefault: {
2751
+ kind: "field",
2752
+ type: () => {
2753
+ return VisualBasic.TriState;
2754
+ },
2755
+ },
2756
+ True: {
2757
+ kind: "field",
2758
+ type: () => {
2759
+ return VisualBasic.TriState;
2760
+ },
2761
+ },
2762
+ False: {
2763
+ kind: "field",
2764
+ type: () => {
2765
+ return VisualBasic.TriState;
2766
+ },
2767
+ },
2768
+ },
2769
+ },
2770
+ VBFixedArrayAttribute: {
2771
+ kind: "class",
2772
+ members: {
2773
+ VBFixedArrayAttribute: {
2774
+ kind: "method",
2775
+ methodKind: "constructor",
2776
+ },
2777
+ Bounds: {
2778
+ kind: "property",
2779
+ type: () => {
2780
+ return System.Array;
2781
+ },
2782
+ },
2783
+ Length: {
2784
+ kind: "property",
2785
+ type: () => {
2786
+ return System.Int32;
2787
+ },
2788
+ },
2789
+ },
2790
+ isSealed: true,
2791
+ },
2792
+ VBFixedStringAttribute: {
2793
+ kind: "class",
2794
+ members: {
2795
+ VBFixedStringAttribute: {
2796
+ kind: "method",
2797
+ methodKind: "constructor",
2798
+ },
2799
+ Length: {
2800
+ kind: "property",
2801
+ type: () => {
2802
+ return System.Int32;
2803
+ },
2804
+ },
2805
+ },
2806
+ isSealed: true,
2807
+ },
2808
+ VBMath: {
2809
+ kind: "class",
2810
+ members: {
2811
+ Randomize: {
2812
+ kind: "method",
2813
+ methodKind: "ordinary",
2814
+ isStatic: true,
2815
+ },
2816
+ Rnd: {
2817
+ kind: "method",
2818
+ methodKind: "ordinary",
2819
+ isStatic: true,
2820
+ },
2821
+ },
2822
+ isSealed: true,
2823
+ },
2824
+ VariantType: {
2825
+ kind: "enum",
2826
+ members: {
2827
+ Empty: {
2828
+ kind: "field",
2829
+ type: () => {
2830
+ return VisualBasic.VariantType;
2831
+ },
2832
+ },
2833
+ Null: {
2834
+ kind: "field",
2835
+ type: () => {
2836
+ return VisualBasic.VariantType;
2837
+ },
2838
+ },
2839
+ Short: {
2840
+ kind: "field",
2841
+ type: () => {
2842
+ return VisualBasic.VariantType;
2843
+ },
2844
+ },
2845
+ Integer: {
2846
+ kind: "field",
2847
+ type: () => {
2848
+ return VisualBasic.VariantType;
2849
+ },
2850
+ },
2851
+ Single: {
2852
+ kind: "field",
2853
+ type: () => {
2854
+ return VisualBasic.VariantType;
2855
+ },
2856
+ },
2857
+ Double: {
2858
+ kind: "field",
2859
+ type: () => {
2860
+ return VisualBasic.VariantType;
2861
+ },
2862
+ },
2863
+ Currency: {
2864
+ kind: "field",
2865
+ type: () => {
2866
+ return VisualBasic.VariantType;
2867
+ },
2868
+ },
2869
+ Date: {
2870
+ kind: "field",
2871
+ type: () => {
2872
+ return VisualBasic.VariantType;
2873
+ },
2874
+ },
2875
+ String: {
2876
+ kind: "field",
2877
+ type: () => {
2878
+ return VisualBasic.VariantType;
2879
+ },
2880
+ },
2881
+ Object: {
2882
+ kind: "field",
2883
+ type: () => {
2884
+ return VisualBasic.VariantType;
2885
+ },
2886
+ },
2887
+ Error: {
2888
+ kind: "field",
2889
+ type: () => {
2890
+ return VisualBasic.VariantType;
2891
+ },
2892
+ },
2893
+ Boolean: {
2894
+ kind: "field",
2895
+ type: () => {
2896
+ return VisualBasic.VariantType;
2897
+ },
2898
+ },
2899
+ Variant: {
2900
+ kind: "field",
2901
+ type: () => {
2902
+ return VisualBasic.VariantType;
2903
+ },
2904
+ },
2905
+ DataObject: {
2906
+ kind: "field",
2907
+ type: () => {
2908
+ return VisualBasic.VariantType;
2909
+ },
2910
+ },
2911
+ Decimal: {
2912
+ kind: "field",
2913
+ type: () => {
2914
+ return VisualBasic.VariantType;
2915
+ },
2916
+ },
2917
+ Byte: {
2918
+ kind: "field",
2919
+ type: () => {
2920
+ return VisualBasic.VariantType;
2921
+ },
2922
+ },
2923
+ Char: {
2924
+ kind: "field",
2925
+ type: () => {
2926
+ return VisualBasic.VariantType;
2927
+ },
2928
+ },
2929
+ Long: {
2930
+ kind: "field",
2931
+ type: () => {
2932
+ return VisualBasic.VariantType;
2933
+ },
2934
+ },
2935
+ UserDefinedType: {
2936
+ kind: "field",
2937
+ type: () => {
2938
+ return VisualBasic.VariantType;
2939
+ },
2940
+ },
2941
+ Array: {
2942
+ kind: "field",
2943
+ type: () => {
2944
+ return VisualBasic.VariantType;
2945
+ },
2946
+ },
2947
+ },
2948
+ },
2949
+ VbStrConv: {
2950
+ kind: "enum",
2951
+ members: {
2952
+ None: {
2953
+ kind: "field",
2954
+ type: () => {
2955
+ return VisualBasic.VbStrConv;
2956
+ },
2957
+ },
2958
+ Uppercase: {
2959
+ kind: "field",
2960
+ type: () => {
2961
+ return VisualBasic.VbStrConv;
2962
+ },
2963
+ },
2964
+ Lowercase: {
2965
+ kind: "field",
2966
+ type: () => {
2967
+ return VisualBasic.VbStrConv;
2968
+ },
2969
+ },
2970
+ ProperCase: {
2971
+ kind: "field",
2972
+ type: () => {
2973
+ return VisualBasic.VbStrConv;
2974
+ },
2975
+ },
2976
+ Wide: {
2977
+ kind: "field",
2978
+ type: () => {
2979
+ return VisualBasic.VbStrConv;
2980
+ },
2981
+ },
2982
+ Narrow: {
2983
+ kind: "field",
2984
+ type: () => {
2985
+ return VisualBasic.VbStrConv;
2986
+ },
2987
+ },
2988
+ Katakana: {
2989
+ kind: "field",
2990
+ type: () => {
2991
+ return VisualBasic.VbStrConv;
2992
+ },
2993
+ },
2994
+ Hiragana: {
2995
+ kind: "field",
2996
+ type: () => {
2997
+ return VisualBasic.VbStrConv;
2998
+ },
2999
+ },
3000
+ SimplifiedChinese: {
3001
+ kind: "field",
3002
+ type: () => {
3003
+ return VisualBasic.VbStrConv;
3004
+ },
3005
+ },
3006
+ TraditionalChinese: {
3007
+ kind: "field",
3008
+ type: () => {
3009
+ return VisualBasic.VbStrConv;
3010
+ },
3011
+ },
3012
+ LinguisticCasing: {
3013
+ kind: "field",
3014
+ type: () => {
3015
+ return VisualBasic.VbStrConv;
3016
+ },
3017
+ },
3018
+ },
3019
+ },
3020
+ });
3021
+ export default VisualBasic