@tsonic/dotnet 0.7.2 → 0.7.4

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 (300) hide show
  1. package/Internal.d.ts +13 -0
  2. package/Microsoft.CSharp.RuntimeBinder.d.ts +23 -0
  3. package/Microsoft.VisualBasic/internal/index.d.ts +8 -8
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -2
  5. package/Microsoft.VisualBasic.CompilerServices.d.ts +45 -0
  6. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +7 -7
  7. package/Microsoft.VisualBasic.FileIO.d.ts +27 -0
  8. package/Microsoft.VisualBasic.d.ts +48 -0
  9. package/Microsoft.Win32.SafeHandles.d.ts +29 -0
  10. package/Microsoft.Win32.d.ts +21 -0
  11. package/System/internal/index.d.ts +79 -72
  12. package/System.Buffers/internal/index.d.ts +1 -1
  13. package/{System.Buffers.Binary/index.d.ts → System.Buffers.Binary.d.ts} +4 -6
  14. package/System.Buffers.Text.d.ts +16 -0
  15. package/System.Buffers.d.ts +42 -0
  16. package/System.CodeDom.Compiler/internal/index.d.ts +2 -2
  17. package/System.CodeDom.Compiler.d.ts +17 -0
  18. package/System.Collections.Concurrent/internal/index.d.ts +1 -0
  19. package/System.Collections.Concurrent.d.ts +33 -0
  20. package/System.Collections.Frozen.d.ts +18 -0
  21. package/System.Collections.Generic/internal/index.d.ts +10 -0
  22. package/System.Collections.Generic.d.ts +61 -0
  23. package/System.Collections.Immutable/internal/index.d.ts +16 -11
  24. package/System.Collections.Immutable.d.ts +35 -0
  25. package/System.Collections.ObjectModel.d.ts +32 -0
  26. package/System.Collections.Specialized/internal/index.d.ts +3 -2
  27. package/System.Collections.Specialized.d.ts +32 -0
  28. package/System.Collections.d.ts +39 -0
  29. package/System.ComponentModel/internal/index.d.ts +11 -7
  30. package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
  31. package/System.ComponentModel.DataAnnotations.d.ts +55 -0
  32. package/System.ComponentModel.Design/internal/index.d.ts +3 -0
  33. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -1
  34. package/{System.ComponentModel.Design.Serialization/index.d.ts → System.ComponentModel.Design.Serialization.d.ts} +20 -22
  35. package/{System.ComponentModel.Design/index.d.ts → System.ComponentModel.Design.d.ts} +38 -40
  36. package/System.ComponentModel.d.ts +207 -0
  37. package/{System.Configuration.Assemblies/index.d.ts → System.Configuration.Assemblies.d.ts} +5 -7
  38. package/System.Data/internal/index.d.ts +12 -7
  39. package/System.Data.Common.d.ts +62 -0
  40. package/System.Data.SqlTypes/internal/index.d.ts +26 -26
  41. package/System.Data.SqlTypes.d.ts +43 -0
  42. package/System.Data.d.ts +146 -0
  43. package/System.Diagnostics/internal/index.d.ts +19 -19
  44. package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
  45. package/System.Diagnostics.Contracts.d.ts +30 -0
  46. package/System.Diagnostics.Metrics/internal/index.d.ts +4 -4
  47. package/System.Diagnostics.Metrics.d.ts +42 -0
  48. package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -1
  49. package/{System.Diagnostics.SymbolStore/index.d.ts → System.Diagnostics.SymbolStore.d.ts} +9 -11
  50. package/System.Diagnostics.Tracing.d.ts +47 -0
  51. package/System.Diagnostics.d.ts +118 -0
  52. package/System.Drawing/internal/index.d.ts +7 -7
  53. package/System.Drawing.d.ts +30 -0
  54. package/System.Dynamic/internal/index.d.ts +2 -2
  55. package/System.Dynamic.d.ts +37 -0
  56. package/System.Formats.Asn1/internal/index.d.ts +1 -1
  57. package/System.Formats.Asn1.d.ts +25 -0
  58. package/System.Formats.Tar.d.ts +27 -0
  59. package/System.Globalization/internal/index.d.ts +1 -1
  60. package/System.Globalization.d.ts +57 -0
  61. package/System.IO/internal/index.d.ts +9 -9
  62. package/System.IO.Compression.d.ts +37 -0
  63. package/System.IO.Enumeration.d.ts +21 -0
  64. package/System.IO.IsolatedStorage.d.ts +24 -0
  65. package/{System.IO.MemoryMappedFiles/index.d.ts → System.IO.MemoryMappedFiles.d.ts} +13 -15
  66. package/System.IO.Pipelines.d.ts +26 -0
  67. package/System.IO.Pipes.d.ts +35 -0
  68. package/System.IO.d.ts +79 -0
  69. package/System.Linq/internal/index.d.ts +5 -0
  70. package/System.Linq.Expressions/internal/index.d.ts +47 -47
  71. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
  72. package/System.Linq.Expressions.Interpreter.d.ts +12 -0
  73. package/System.Linq.Expressions.d.ts +67 -0
  74. package/System.Linq.d.ts +68 -0
  75. package/System.Net/internal/index.d.ts +6 -2
  76. package/System.Net.Cache.d.ts +16 -0
  77. package/System.Net.Http/internal/index.d.ts +1 -1
  78. package/System.Net.Http.Headers.d.ts +42 -0
  79. package/System.Net.Http.Json.d.ts +24 -0
  80. package/System.Net.Http.Metrics.d.ts +13 -0
  81. package/System.Net.Http.d.ts +57 -0
  82. package/System.Net.Mail.d.ts +45 -0
  83. package/System.Net.Mime.d.ts +22 -0
  84. package/System.Net.NetworkInformation.d.ts +63 -0
  85. package/System.Net.Quic.d.ts +35 -0
  86. package/System.Net.Security/internal/index.d.ts +1 -1
  87. package/System.Net.Security.d.ts +47 -0
  88. package/System.Net.ServerSentEvents.d.ts +32 -0
  89. package/System.Net.Sockets/internal/index.d.ts +2 -2
  90. package/System.Net.Sockets.d.ts +55 -0
  91. package/System.Net.WebSockets.d.ts +41 -0
  92. package/System.Net.d.ts +120 -0
  93. package/System.Numerics/internal/index.d.ts +61 -21
  94. package/System.Numerics.d.ts +67 -0
  95. package/System.Reflection/internal/index.d.ts +3 -3
  96. package/System.Reflection.Emit/internal/index.d.ts +7 -7
  97. package/System.Reflection.Emit.d.ts +49 -0
  98. package/System.Reflection.Metadata/internal/index.d.ts +46 -43
  99. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +2 -2
  100. package/System.Reflection.Metadata.Ecma335.d.ts +62 -0
  101. package/System.Reflection.Metadata.d.ts +208 -0
  102. package/System.Reflection.PortableExecutable.d.ts +43 -0
  103. package/System.Reflection.d.ts +124 -0
  104. package/System.Resources/internal/index.d.ts +2 -0
  105. package/System.Resources.d.ts +27 -0
  106. package/System.Runtime.CompilerServices/internal/index.d.ts +2 -1
  107. package/System.Runtime.CompilerServices.d.ts +214 -0
  108. package/{System.Runtime.ConstrainedExecution/index.d.ts → System.Runtime.ConstrainedExecution.d.ts} +8 -10
  109. package/{System.Runtime.ExceptionServices/index.d.ts → System.Runtime.ExceptionServices.d.ts} +7 -9
  110. package/System.Runtime.InteropServices/internal/index.d.ts +19 -18
  111. package/System.Runtime.InteropServices.ComTypes.d.ts +70 -0
  112. package/System.Runtime.InteropServices.Java.d.ts +16 -0
  113. package/System.Runtime.InteropServices.JavaScript.d.ts +58 -0
  114. package/System.Runtime.InteropServices.Marshalling.d.ts +47 -0
  115. package/{System.Runtime.InteropServices.ObjectiveC/index.d.ts → System.Runtime.InteropServices.ObjectiveC.d.ts} +9 -11
  116. package/System.Runtime.InteropServices.Swift.d.ts +24 -0
  117. package/System.Runtime.InteropServices.d.ts +162 -0
  118. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  119. package/System.Runtime.Intrinsics.Arm.d.ts +35 -0
  120. package/System.Runtime.Intrinsics.Wasm.d.ts +13 -0
  121. package/System.Runtime.Intrinsics.X86.d.ts +88 -0
  122. package/System.Runtime.Intrinsics.d.ts +41 -0
  123. package/System.Runtime.Loader.d.ts +17 -0
  124. package/System.Runtime.Remoting.d.ts +12 -0
  125. package/System.Runtime.Serialization.DataContracts.d.ts +21 -0
  126. package/System.Runtime.Serialization.Formatters.Binary.d.ts +15 -0
  127. package/{System.Runtime.Serialization.Formatters/index.d.ts → System.Runtime.Serialization.Formatters.d.ts} +6 -8
  128. package/System.Runtime.Serialization.Json.d.ts +23 -0
  129. package/System.Runtime.Serialization.d.ts +76 -0
  130. package/System.Runtime.Versioning/internal/index.d.ts +1 -1
  131. package/System.Runtime.Versioning.d.ts +27 -0
  132. package/System.Runtime.d.ts +27 -0
  133. package/System.Security.AccessControl.d.ts +99 -0
  134. package/System.Security.Authentication.ExtendedProtection.d.ts +23 -0
  135. package/System.Security.Authentication.d.ts +20 -0
  136. package/System.Security.Claims.d.ts +19 -0
  137. package/System.Security.Cryptography/internal/index.d.ts +15 -15
  138. package/System.Security.Cryptography.X509Certificates.d.ts +78 -0
  139. package/System.Security.Cryptography.d.ts +191 -0
  140. package/System.Security.Permissions.d.ts +18 -0
  141. package/System.Security.Policy.d.ts +14 -0
  142. package/System.Security.Principal/internal/index.d.ts +1 -1
  143. package/System.Security.Principal.d.ts +36 -0
  144. package/System.Security.d.ts +35 -0
  145. package/System.Text/internal/index.d.ts +10 -9
  146. package/System.Text.Encodings.Web/internal/index.d.ts +7 -7
  147. package/System.Text.Encodings.Web.d.ts +20 -0
  148. package/System.Text.Json/internal/index.d.ts +1 -1
  149. package/System.Text.Json.Nodes.d.ts +23 -0
  150. package/System.Text.Json.Schema.d.ts +17 -0
  151. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +1 -1
  152. package/System.Text.Json.Serialization.Metadata.d.ts +42 -0
  153. package/System.Text.Json.Serialization.d.ts +70 -0
  154. package/System.Text.Json.d.ts +44 -0
  155. package/System.Text.RegularExpressions.d.ts +35 -0
  156. package/System.Text.Unicode.d.ts +16 -0
  157. package/System.Text.d.ts +54 -0
  158. package/System.Threading/internal/index.d.ts +5 -5
  159. package/System.Threading.Channels.d.ts +38 -0
  160. package/System.Threading.Tasks/internal/index.d.ts +12 -12
  161. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +1 -1
  162. package/System.Threading.Tasks.Dataflow.d.ts +54 -0
  163. package/System.Threading.Tasks.Sources.d.ts +25 -0
  164. package/System.Threading.Tasks.d.ts +65 -0
  165. package/System.Threading.d.ts +99 -0
  166. package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
  167. package/System.Transactions/internal/index.d.ts +1 -1
  168. package/{System.Transactions/index.d.ts → System.Transactions.d.ts} +32 -34
  169. package/System.Web.d.ts +16 -0
  170. package/{System.Windows.Input/index.d.ts → System.Windows.Input.d.ts} +3 -5
  171. package/{System.Windows.Markup/index.d.ts → System.Windows.Markup.d.ts} +4 -6
  172. package/System.Xml.Linq/internal/index.d.ts +10 -10
  173. package/System.Xml.Linq.d.ts +43 -0
  174. package/System.Xml.Resolvers.d.ts +18 -0
  175. package/System.Xml.Schema.d.ts +108 -0
  176. package/System.Xml.Serialization.d.ts +89 -0
  177. package/System.Xml.XPath.d.ts +34 -0
  178. package/System.Xml.Xsl.Runtime.d.ts +66 -0
  179. package/System.Xml.Xsl.d.ts +29 -0
  180. package/System.Xml.d.ts +105 -0
  181. package/System.d.ts +410 -0
  182. package/families.json +359 -0
  183. package/package.json +1 -1
  184. package/tsconfig.json +2 -1
  185. package/Internal/index.d.ts +0 -15
  186. package/Microsoft.CSharp.RuntimeBinder/index.d.ts +0 -25
  187. package/Microsoft.VisualBasic/index.d.ts +0 -50
  188. package/Microsoft.VisualBasic.CompilerServices/index.d.ts +0 -47
  189. package/Microsoft.VisualBasic.FileIO/index.d.ts +0 -29
  190. package/Microsoft.Win32/index.d.ts +0 -23
  191. package/Microsoft.Win32.SafeHandles/index.d.ts +0 -31
  192. package/System/index.d.ts +0 -428
  193. package/System.Buffers/index.d.ts +0 -48
  194. package/System.Buffers.Text/index.d.ts +0 -18
  195. package/System.CodeDom.Compiler/index.d.ts +0 -19
  196. package/System.Collections/index.d.ts +0 -41
  197. package/System.Collections.Concurrent/index.d.ts +0 -35
  198. package/System.Collections.Frozen/index.d.ts +0 -26
  199. package/System.Collections.Generic/index.d.ts +0 -129
  200. package/System.Collections.Immutable/index.d.ts +0 -64
  201. package/System.Collections.ObjectModel/index.d.ts +0 -34
  202. package/System.Collections.Specialized/index.d.ts +0 -34
  203. package/System.ComponentModel/index.d.ts +0 -210
  204. package/System.ComponentModel.DataAnnotations/index.d.ts +0 -57
  205. package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +0 -21
  206. package/System.Data/index.d.ts +0 -139
  207. package/System.Data.Common/index.d.ts +0 -64
  208. package/System.Data.SqlTypes/index.d.ts +0 -45
  209. package/System.Diagnostics/index.d.ts +0 -123
  210. package/System.Diagnostics.CodeAnalysis/index.d.ts +0 -40
  211. package/System.Diagnostics.Contracts/index.d.ts +0 -32
  212. package/System.Diagnostics.Metrics/index.d.ts +0 -47
  213. package/System.Diagnostics.Tracing/index.d.ts +0 -49
  214. package/System.Drawing/index.d.ts +0 -32
  215. package/System.Dynamic/index.d.ts +0 -39
  216. package/System.Formats.Asn1/index.d.ts +0 -27
  217. package/System.Formats.Tar/index.d.ts +0 -29
  218. package/System.Globalization/index.d.ts +0 -59
  219. package/System.IO/index.d.ts +0 -81
  220. package/System.IO.Compression/index.d.ts +0 -39
  221. package/System.IO.Enumeration/index.d.ts +0 -27
  222. package/System.IO.IsolatedStorage/index.d.ts +0 -26
  223. package/System.IO.Pipelines/index.d.ts +0 -28
  224. package/System.IO.Pipes/index.d.ts +0 -37
  225. package/System.Linq/index.d.ts +0 -56
  226. package/System.Linq.Expressions/index.d.ts +0 -61
  227. package/System.Linq.Expressions.Interpreter/index.d.ts +0 -14
  228. package/System.Net/index.d.ts +0 -122
  229. package/System.Net.Cache/index.d.ts +0 -18
  230. package/System.Net.Http/index.d.ts +0 -61
  231. package/System.Net.Http.Headers/index.d.ts +0 -45
  232. package/System.Net.Http.Json/index.d.ts +0 -26
  233. package/System.Net.Http.Metrics/index.d.ts +0 -15
  234. package/System.Net.Mail/index.d.ts +0 -47
  235. package/System.Net.Mime/index.d.ts +0 -24
  236. package/System.Net.NetworkInformation/index.d.ts +0 -65
  237. package/System.Net.Quic/index.d.ts +0 -37
  238. package/System.Net.Security/index.d.ts +0 -49
  239. package/System.Net.ServerSentEvents/index.d.ts +0 -28
  240. package/System.Net.Sockets/index.d.ts +0 -57
  241. package/System.Net.WebSockets/index.d.ts +0 -43
  242. package/System.Numerics/index.d.ts +0 -94
  243. package/System.Reflection/index.d.ts +0 -126
  244. package/System.Reflection.Emit/index.d.ts +0 -51
  245. package/System.Reflection.Metadata/index.d.ts +0 -220
  246. package/System.Reflection.Metadata.Ecma335/index.d.ts +0 -65
  247. package/System.Reflection.PortableExecutable/index.d.ts +0 -45
  248. package/System.Resources/index.d.ts +0 -29
  249. package/System.Runtime/index.d.ts +0 -29
  250. package/System.Runtime.CompilerServices/index.d.ts +0 -219
  251. package/System.Runtime.InteropServices/index.d.ts +0 -161
  252. package/System.Runtime.InteropServices.ComTypes/index.d.ts +0 -72
  253. package/System.Runtime.InteropServices.Java/index.d.ts +0 -18
  254. package/System.Runtime.InteropServices.JavaScript/index.d.ts +0 -54
  255. package/System.Runtime.InteropServices.Marshalling/index.d.ts +0 -59
  256. package/System.Runtime.InteropServices.Swift/index.d.ts +0 -18
  257. package/System.Runtime.Intrinsics/index.d.ts +0 -26
  258. package/System.Runtime.Intrinsics.Arm/index.d.ts +0 -37
  259. package/System.Runtime.Intrinsics.Wasm/index.d.ts +0 -15
  260. package/System.Runtime.Intrinsics.X86/index.d.ts +0 -90
  261. package/System.Runtime.Loader/index.d.ts +0 -19
  262. package/System.Runtime.Remoting/index.d.ts +0 -14
  263. package/System.Runtime.Serialization/index.d.ts +0 -78
  264. package/System.Runtime.Serialization.DataContracts/index.d.ts +0 -23
  265. package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +0 -17
  266. package/System.Runtime.Serialization.Json/index.d.ts +0 -25
  267. package/System.Runtime.Versioning/index.d.ts +0 -29
  268. package/System.Security/index.d.ts +0 -37
  269. package/System.Security.AccessControl/index.d.ts +0 -87
  270. package/System.Security.Authentication/index.d.ts +0 -22
  271. package/System.Security.Authentication.ExtendedProtection/index.d.ts +0 -25
  272. package/System.Security.Claims/index.d.ts +0 -21
  273. package/System.Security.Cryptography/index.d.ts +0 -193
  274. package/System.Security.Cryptography.X509Certificates/index.d.ts +0 -80
  275. package/System.Security.Permissions/index.d.ts +0 -20
  276. package/System.Security.Policy/index.d.ts +0 -16
  277. package/System.Security.Principal/index.d.ts +0 -38
  278. package/System.Text/index.d.ts +0 -56
  279. package/System.Text.Encodings.Web/index.d.ts +0 -22
  280. package/System.Text.Json/index.d.ts +0 -46
  281. package/System.Text.Json.Nodes/index.d.ts +0 -25
  282. package/System.Text.Json.Schema/index.d.ts +0 -19
  283. package/System.Text.Json.Serialization/index.d.ts +0 -59
  284. package/System.Text.Json.Serialization.Metadata/index.d.ts +0 -39
  285. package/System.Text.RegularExpressions/index.d.ts +0 -37
  286. package/System.Text.Unicode/index.d.ts +0 -18
  287. package/System.Threading/index.d.ts +0 -104
  288. package/System.Threading.Channels/index.d.ts +0 -34
  289. package/System.Threading.Tasks/index.d.ts +0 -50
  290. package/System.Threading.Tasks.Dataflow/index.d.ts +0 -52
  291. package/System.Threading.Tasks.Sources/index.d.ts +0 -20
  292. package/System.Web/index.d.ts +0 -18
  293. package/System.Xml/index.d.ts +0 -107
  294. package/System.Xml.Linq/index.d.ts +0 -45
  295. package/System.Xml.Resolvers/index.d.ts +0 -20
  296. package/System.Xml.Schema/index.d.ts +0 -110
  297. package/System.Xml.Serialization/index.d.ts +0 -91
  298. package/System.Xml.XPath/index.d.ts +0 -36
  299. package/System.Xml.Xsl/index.d.ts +0 -31
  300. package/System.Xml.Xsl.Runtime/index.d.ts +0 -69
package/Internal.d.ts ADDED
@@ -0,0 +1,13 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Internal
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './Internal/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Type, Void } from './System/internal/index.js';
10
+
11
+ // Public API exports (curated - no internal $instance/$views leakage)
12
+ export { Console$instance as Console } from './Internal/internal/index.js';
13
+ export { Console_Error$instance as Console_Error } from './Internal/internal/index.js';
@@ -0,0 +1,23 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.CSharp.RuntimeBinder
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './Microsoft.CSharp.RuntimeBinder/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
10
+ import type { IDictionary } from './System.Collections/internal/index.js';
11
+ import type { ExpressionType } from './System.Linq.Expressions/internal/index.js';
12
+ import type { MethodBase } from './System.Reflection/internal/index.js';
13
+ import type { CallSiteBinder } from './System.Runtime.CompilerServices/internal/index.js';
14
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
15
+ import type { Boolean as ClrBoolean, Enum, Exception, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from './System/internal/index.js';
16
+
17
+ // Public API exports (curated - no internal $instance/$views leakage)
18
+ export { Binder$instance as Binder } from './Microsoft.CSharp.RuntimeBinder/internal/index.js';
19
+ export { CSharpArgumentInfo as CSharpArgumentInfo } from './Microsoft.CSharp.RuntimeBinder/internal/index.js';
20
+ export { CSharpArgumentInfoFlags as CSharpArgumentInfoFlags } from './Microsoft.CSharp.RuntimeBinder/internal/index.js';
21
+ export { CSharpBinderFlags as CSharpBinderFlags } from './Microsoft.CSharp.RuntimeBinder/internal/index.js';
22
+ export { RuntimeBinderException as RuntimeBinderException } from './Microsoft.CSharp.RuntimeBinder/internal/index.js';
23
+ export { RuntimeBinderInternalCompilerException as RuntimeBinderInternalCompilerException } from './Microsoft.CSharp.RuntimeBinder/internal/index.js';
@@ -556,7 +556,7 @@ export const FileSystem: {
556
556
  dir(PathName: string, Attributes?: FileAttribute): string;
557
557
  EOF(FileNumber: int): boolean;
558
558
  fileAttr(FileNumber: int): OpenMode;
559
- fileClose(FileNumbers: int[]): void;
559
+ fileClose(...FileNumbers: int[]): void;
560
560
  fileCopy(Source: string, Destination: string): void;
561
561
  fileDateTime(PathName: string): DateTime;
562
562
  fileGet(FileNumber: int, Value: { value: ref<ClrArray> }, RecordNumber?: long, ArrayIsDynamic?: boolean, StringIsFixedLength?: boolean): void;
@@ -614,8 +614,8 @@ export const FileSystem: {
614
614
  lock(FileNumber: int): void;
615
615
  LOF(FileNumber: int): long;
616
616
  mkDir(Path: string): void;
617
- print(FileNumber: int, Output: unknown[]): void;
618
- printLine(FileNumber: int, Output: unknown[]): void;
617
+ print(FileNumber: int, ...Output: unknown[]): void;
618
+ printLine(FileNumber: int, ...Output: unknown[]): void;
619
619
  rename(OldPath: string, NewPath: string): void;
620
620
  reset(): void;
621
621
  rmDir(Path: string): void;
@@ -628,8 +628,8 @@ export const FileSystem: {
628
628
  unlock(FileNumber: int, FromRecord: long, ToRecord: long): void;
629
629
  unlock(FileNumber: int, Record: long): void;
630
630
  unlock(FileNumber: int): void;
631
- write(FileNumber: int, Output: unknown[]): void;
632
- writeLine(FileNumber: int, Output: unknown[]): void;
631
+ write(FileNumber: int, ...Output: unknown[]): void;
632
+ writeLine(FileNumber: int, ...Output: unknown[]): void;
633
633
  };
634
634
 
635
635
 
@@ -707,8 +707,8 @@ export const Interaction: {
707
707
  appActivate(ProcessId: int): void;
708
708
  appActivate(Title: string): void;
709
709
  beep(): void;
710
- callByName(ObjectRef: unknown, ProcName: string, UseCallType: CallType, Args: unknown[]): unknown;
711
- choose(Index: double, Choice: unknown[]): unknown;
710
+ callByName(ObjectRef: unknown, ProcName: string, UseCallType: CallType, ...Args: unknown[]): unknown;
711
+ choose(Index: double, ...Choice: unknown[]): unknown;
712
712
  command(): string;
713
713
  createObject(ProgId: string, ServerName?: string): unknown;
714
714
  deleteSetting(AppName: string, Section?: string, Key?: string): void;
@@ -723,7 +723,7 @@ export const Interaction: {
723
723
  partition(Number: long, Start: long, Stop: long, Interval: long): string;
724
724
  saveSetting(AppName: string, Section: string, Key: string, Setting: string): void;
725
725
  shell(PathName: string, Style?: AppWinStyle, Wait?: boolean, Timeout?: int): int;
726
- switch_(VarExpr: unknown[]): unknown;
726
+ switch_(...VarExpr: unknown[]): unknown;
727
727
  };
728
728
 
729
729
 
@@ -547,7 +547,7 @@ export interface Utils$instance {
547
547
  export const Utils: {
548
548
  new(): Utils$instance;
549
549
  copyArray(arySrc: ClrArray, aryDest: ClrArray): ClrArray;
550
- getResourceString(ResourceKey: string, Args: string[]): string;
550
+ getResourceString(ResourceKey: string, ...Args: string[]): string;
551
551
  };
552
552
 
553
553
 
@@ -559,7 +559,7 @@ export interface Versioned$instance {
559
559
 
560
560
  export const Versioned: {
561
561
  new(): Versioned$instance;
562
- callByName(Instance: unknown, MethodName: string, UseCallType: CallType, Arguments: unknown[]): unknown;
562
+ callByName(Instance: unknown, MethodName: string, UseCallType: CallType, ...Arguments: unknown[]): unknown;
563
563
  isNumeric(Expression: unknown): boolean;
564
564
  systemTypeName(VbName: string): string;
565
565
  typeName(Expression: unknown): string;
@@ -0,0 +1,45 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.VisualBasic.CompilerServices
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { CallType, CompareMethod } from './Microsoft.VisualBasic/internal/index.js';
10
+ import type { IDictionary } from './System.Collections/internal/index.js';
11
+ import type { CultureInfo, NumberFormatInfo } from './System.Globalization/internal/index.js';
12
+ import type { MethodBase } from './System.Reflection/internal/index.js';
13
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
14
+ import type { Array as ClrArray, Attribute, Boolean as ClrBoolean, Byte, Char, DateTime, Decimal, Double, Exception, Int16, Int32, Int64, Object as ClrObject, SByte, Single, String as ClrString, Type, UInt16, UInt32, UInt64, Void } from './System/internal/index.js';
15
+
16
+ // Public API exports (curated - no internal $instance/$views leakage)
17
+ export { BooleanType as BooleanType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
18
+ export { ByteType as ByteType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
19
+ export { CharType as CharType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
20
+ export { CharArrayType as CharArrayType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
21
+ export { Conversions as Conversions } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
22
+ export { DateType as DateType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
23
+ export { DecimalType as DecimalType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
24
+ export { DesignerGeneratedAttribute as DesignerGeneratedAttribute } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
25
+ export { DoubleType as DoubleType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
26
+ export { IncompleteInitialization as IncompleteInitialization } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
27
+ export { IntegerType as IntegerType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
28
+ export { LateBinding as LateBinding } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
29
+ export { LikeOperator as LikeOperator } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
30
+ export { LongType as LongType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
31
+ export { NewLateBinding as NewLateBinding } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
32
+ export { ObjectFlowControl as ObjectFlowControl } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
33
+ export { ObjectFlowControl_ForLoopControl as ObjectFlowControl_ForLoopControl } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
34
+ export { ObjectType as ObjectType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
35
+ export { Operators as Operators } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
36
+ export { OptionCompareAttribute as OptionCompareAttribute } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
37
+ export { OptionTextAttribute as OptionTextAttribute } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
38
+ export { ProjectData as ProjectData } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
39
+ export { ShortType as ShortType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
40
+ export { SingleType as SingleType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
41
+ export { StandardModuleAttribute as StandardModuleAttribute } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
42
+ export { StaticLocalInitFlag as StaticLocalInitFlag } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
43
+ export { StringType as StringType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
44
+ export { Utils as Utils } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
45
+ export { Versioned as Versioned } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
@@ -103,14 +103,14 @@ export const FileSystem: {
103
103
  deleteFile(file: string): void;
104
104
  directoryExists(directory: string): boolean;
105
105
  fileExists(file: string): boolean;
106
- findInFiles(directory: string, containsText: string, ignoreCase: boolean, searchType: SearchOption, fileWildcards: string[]): ReadOnlyCollection_1<CLROf<string>>;
106
+ findInFiles(directory: string, containsText: string, ignoreCase: boolean, searchType: SearchOption, ...fileWildcards: string[]): ReadOnlyCollection_1<CLROf<string>>;
107
107
  findInFiles(directory: string, containsText: string, ignoreCase: boolean, searchType: SearchOption): ReadOnlyCollection_1<CLROf<string>>;
108
- getDirectories(directory: string, searchType: SearchOption, wildcards: string[]): ReadOnlyCollection_1<CLROf<string>>;
108
+ getDirectories(directory: string, searchType: SearchOption, ...wildcards: string[]): ReadOnlyCollection_1<CLROf<string>>;
109
109
  getDirectories(directory: string): ReadOnlyCollection_1<CLROf<string>>;
110
110
  getDirectoryInfo(directory: string): DirectoryInfo;
111
111
  getDriveInfo(drive: string): DriveInfo;
112
112
  getFileInfo(file: string): FileInfo;
113
- getFiles(directory: string, searchType: SearchOption, wildcards: string[]): ReadOnlyCollection_1<CLROf<string>>;
113
+ getFiles(directory: string, searchType: SearchOption, ...wildcards: string[]): ReadOnlyCollection_1<CLROf<string>>;
114
114
  getFiles(directory: string): ReadOnlyCollection_1<CLROf<string>>;
115
115
  getName(path: string): string;
116
116
  getParentPath(path: string): string;
@@ -123,8 +123,8 @@ export const FileSystem: {
123
123
  moveFile(sourceFileName: string, destinationFileName: string, showUI: UIOption): void;
124
124
  moveFile(sourceFileName: string, destinationFileName: string, overwrite: boolean): void;
125
125
  moveFile(sourceFileName: string, destinationFileName: string): void;
126
- openTextFieldParser(file: string, fieldWidths: int[]): TextFieldParser;
127
- openTextFieldParser(file: string, delimiters: string[]): TextFieldParser;
126
+ openTextFieldParser(file: string, ...fieldWidths: int[]): TextFieldParser;
127
+ openTextFieldParser(file: string, ...delimiters: string[]): TextFieldParser;
128
128
  openTextFieldParser(file: string): TextFieldParser;
129
129
  openTextFileReader(file: string, encoding: Encoding): StreamReader;
130
130
  openTextFileReader(file: string): StreamReader;
@@ -203,8 +203,8 @@ export interface TextFieldParser$instance {
203
203
  readFields(): string[];
204
204
  readLine(): string;
205
205
  readToEnd(): string;
206
- setDelimiters(delimiters: string[]): void;
207
- setFieldWidths(fieldWidths: int[]): void;
206
+ setDelimiters(...delimiters: string[]): void;
207
+ setFieldWidths(...fieldWidths: int[]): void;
208
208
  }
209
209
 
210
210
 
@@ -0,0 +1,27 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.VisualBasic.FileIO
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './Microsoft.VisualBasic.FileIO/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { ReadOnlyCollection_1 } from './System.Collections.ObjectModel/internal/index.js';
10
+ import type { IDictionary } from './System.Collections/internal/index.js';
11
+ import type { DirectoryInfo, DriveInfo, FileInfo, Stream, StreamReader, StreamWriter, TextReader } from './System.IO/internal/index.js';
12
+ import type { MethodBase } from './System.Reflection/internal/index.js';
13
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
14
+ import type { Encoding } from './System.Text/internal/index.js';
15
+ import type { Boolean as ClrBoolean, Byte, Enum, Exception, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from './System/internal/index.js';
16
+
17
+ // Public API exports (curated - no internal $instance/$views leakage)
18
+ export { FileSystem as FileSystem } from './Microsoft.VisualBasic.FileIO/internal/index.js';
19
+ export { DeleteDirectoryOption as DeleteDirectoryOption } from './Microsoft.VisualBasic.FileIO/internal/index.js';
20
+ export { RecycleOption as RecycleOption } from './Microsoft.VisualBasic.FileIO/internal/index.js';
21
+ export { SearchOption as SearchOption } from './Microsoft.VisualBasic.FileIO/internal/index.js';
22
+ export { UICancelOption as UICancelOption } from './Microsoft.VisualBasic.FileIO/internal/index.js';
23
+ export { UIOption as UIOption } from './Microsoft.VisualBasic.FileIO/internal/index.js';
24
+ export { MalformedLineException as MalformedLineException } from './Microsoft.VisualBasic.FileIO/internal/index.js';
25
+ export { SpecialDirectories as SpecialDirectories } from './Microsoft.VisualBasic.FileIO/internal/index.js';
26
+ export { TextFieldParser as TextFieldParser } from './Microsoft.VisualBasic.FileIO/internal/index.js';
27
+ export { FieldType as FieldType } from './Microsoft.VisualBasic.FileIO/internal/index.js';
@@ -0,0 +1,48 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.VisualBasic
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './Microsoft.VisualBasic/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { ICollection, IEnumerator, IList } from './System.Collections/internal/index.js';
10
+ import type { Array as ClrArray, Attribute, Boolean as ClrBoolean, Byte, Char, DateTime, Decimal, Double, Enum, Exception, IComparable, IConvertible, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, Object as ClrObject, SByte, Single, String as ClrString, Type, TypeCode, UInt16, UInt32, UInt64, ValueType, Void } from './System/internal/index.js';
11
+
12
+ // Public API exports (curated - no internal $instance/$views leakage)
13
+ export { Collection as Collection } from './Microsoft.VisualBasic/internal/index.js';
14
+ export { ComClassAttribute as ComClassAttribute } from './Microsoft.VisualBasic/internal/index.js';
15
+ export { Constants as Constants } from './Microsoft.VisualBasic/internal/index.js';
16
+ export { ControlChars as ControlChars } from './Microsoft.VisualBasic/internal/index.js';
17
+ export { Conversion as Conversion } from './Microsoft.VisualBasic/internal/index.js';
18
+ export { DateAndTime as DateAndTime } from './Microsoft.VisualBasic/internal/index.js';
19
+ export { ErrObject as ErrObject } from './Microsoft.VisualBasic/internal/index.js';
20
+ export { FileSystem as FileSystem } from './Microsoft.VisualBasic/internal/index.js';
21
+ export { Financial as Financial } from './Microsoft.VisualBasic/internal/index.js';
22
+ export { VariantType as VariantType } from './Microsoft.VisualBasic/internal/index.js';
23
+ export { AppWinStyle as AppWinStyle } from './Microsoft.VisualBasic/internal/index.js';
24
+ export { CallType as CallType } from './Microsoft.VisualBasic/internal/index.js';
25
+ export { CompareMethod as CompareMethod } from './Microsoft.VisualBasic/internal/index.js';
26
+ export { DateFormat as DateFormat } from './Microsoft.VisualBasic/internal/index.js';
27
+ export { FirstDayOfWeek as FirstDayOfWeek } from './Microsoft.VisualBasic/internal/index.js';
28
+ export { FileAttribute as FileAttribute } from './Microsoft.VisualBasic/internal/index.js';
29
+ export { FirstWeekOfYear as FirstWeekOfYear } from './Microsoft.VisualBasic/internal/index.js';
30
+ export { VbStrConv as VbStrConv } from './Microsoft.VisualBasic/internal/index.js';
31
+ export { TriState as TriState } from './Microsoft.VisualBasic/internal/index.js';
32
+ export { DateInterval as DateInterval } from './Microsoft.VisualBasic/internal/index.js';
33
+ export { DueDate as DueDate } from './Microsoft.VisualBasic/internal/index.js';
34
+ export { OpenMode as OpenMode } from './Microsoft.VisualBasic/internal/index.js';
35
+ export { OpenAccess as OpenAccess } from './Microsoft.VisualBasic/internal/index.js';
36
+ export { OpenShare as OpenShare } from './Microsoft.VisualBasic/internal/index.js';
37
+ export { TabInfo as TabInfo } from './Microsoft.VisualBasic/internal/index.js';
38
+ export { SpcInfo as SpcInfo } from './Microsoft.VisualBasic/internal/index.js';
39
+ export { MsgBoxResult as MsgBoxResult } from './Microsoft.VisualBasic/internal/index.js';
40
+ export { MsgBoxStyle as MsgBoxStyle } from './Microsoft.VisualBasic/internal/index.js';
41
+ export { HideModuleNameAttribute as HideModuleNameAttribute } from './Microsoft.VisualBasic/internal/index.js';
42
+ export { Information as Information } from './Microsoft.VisualBasic/internal/index.js';
43
+ export { Interaction as Interaction } from './Microsoft.VisualBasic/internal/index.js';
44
+ export { MyGroupCollectionAttribute as MyGroupCollectionAttribute } from './Microsoft.VisualBasic/internal/index.js';
45
+ export { Strings as Strings } from './Microsoft.VisualBasic/internal/index.js';
46
+ export { VBFixedArrayAttribute as VBFixedArrayAttribute } from './Microsoft.VisualBasic/internal/index.js';
47
+ export { VBFixedStringAttribute as VBFixedStringAttribute } from './Microsoft.VisualBasic/internal/index.js';
48
+ export { VBMath as VBMath } from './Microsoft.VisualBasic/internal/index.js';
@@ -0,0 +1,29 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.Win32.SafeHandles
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './Microsoft.Win32.SafeHandles/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { CriticalHandle, SafeBuffer, SafeHandle } from './System.Runtime.InteropServices/internal/index.js';
10
+ import type { Boolean as ClrBoolean, Byte, IDisposable, Int32, IntPtr, Object as ClrObject, ReadOnlySpan_1, Span_1, String as ClrString, Type, UInt32, UInt64, Void } from './System/internal/index.js';
11
+
12
+ // Public API exports (curated - no internal $instance/$views leakage)
13
+ export { SafeRegistryHandle as SafeRegistryHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
14
+ export { SafeProcessHandle as SafeProcessHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
15
+ export { SafeMemoryMappedFileHandle as SafeMemoryMappedFileHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
16
+ export { SafeMemoryMappedViewHandle as SafeMemoryMappedViewHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
17
+ export { SafePipeHandle as SafePipeHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
18
+ export { CriticalHandleMinusOneIsInvalid as CriticalHandleMinusOneIsInvalid } from './Microsoft.Win32.SafeHandles/internal/index.js';
19
+ export { CriticalHandleZeroOrMinusOneIsInvalid as CriticalHandleZeroOrMinusOneIsInvalid } from './Microsoft.Win32.SafeHandles/internal/index.js';
20
+ export { SafeHandleMinusOneIsInvalid as SafeHandleMinusOneIsInvalid } from './Microsoft.Win32.SafeHandles/internal/index.js';
21
+ export { SafeHandleZeroOrMinusOneIsInvalid as SafeHandleZeroOrMinusOneIsInvalid } from './Microsoft.Win32.SafeHandles/internal/index.js';
22
+ export { SafeFileHandle as SafeFileHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
23
+ export { SafeWaitHandle as SafeWaitHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
24
+ export { SafeX509ChainHandle as SafeX509ChainHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
25
+ export { SafeNCryptHandle as SafeNCryptHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
26
+ export { SafeNCryptKeyHandle as SafeNCryptKeyHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
27
+ export { SafeNCryptProviderHandle as SafeNCryptProviderHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
28
+ export { SafeNCryptSecretHandle as SafeNCryptSecretHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
29
+ export { SafeAccessTokenHandle as SafeAccessTokenHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
@@ -0,0 +1,21 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.Win32
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './Microsoft.Win32/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { SafeRegistryHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
10
+ import type { AccessControlSections, RegistryRights, RegistrySecurity } from './System.Security.AccessControl/internal/index.js';
11
+ import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, ISpanFormattable, MarshalByRefObject, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from './System/internal/index.js';
12
+
13
+ // Public API exports (curated - no internal $instance/$views leakage)
14
+ export { Registry$instance as Registry } from './Microsoft.Win32/internal/index.js';
15
+ export { RegistryHive as RegistryHive } from './Microsoft.Win32/internal/index.js';
16
+ export { RegistryKey as RegistryKey } from './Microsoft.Win32/internal/index.js';
17
+ export { RegistryKeyPermissionCheck as RegistryKeyPermissionCheck } from './Microsoft.Win32/internal/index.js';
18
+ export { RegistryOptions as RegistryOptions } from './Microsoft.Win32/internal/index.js';
19
+ export { RegistryValueKind as RegistryValueKind } from './Microsoft.Win32/internal/index.js';
20
+ export { RegistryValueOptions as RegistryValueOptions } from './Microsoft.Win32/internal/index.js';
21
+ export { RegistryView as RegistryView } from './Microsoft.Win32/internal/index.js';