@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
@@ -0,0 +1,21 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.IO.Enumeration
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.IO.Enumeration/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IEnumerable_1, IEnumerator_1 } from './System.Collections.Generic/internal/index.js';
10
+ import type { IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
11
+ import type { EnumerationOptions, FileAttributes, FileSystemInfo } from './System.IO/internal/index.js';
12
+ import type { MethodInfo } from './System.Reflection/internal/index.js';
13
+ import type { CriticalFinalizerObject } from './System.Runtime.ConstrainedExecution/internal/index.js';
14
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
15
+ import type { AsyncCallback, Boolean as ClrBoolean, Char, DateTimeOffset, Delegate, IAsyncResult, ICloneable, IDisposable, Int32, Int64, IntPtr, MulticastDelegate, Object as ClrObject, ReadOnlySpan_1, String as ClrString, Type, ValueType, Void } from './System/internal/index.js';
16
+
17
+ // Public API exports (curated - no internal $instance/$views leakage)
18
+ export { FileSystemEntry as FileSystemEntry } from './System.IO.Enumeration/internal/index.js';
19
+ export { FileSystemEnumerator_1 as FileSystemEnumerator } from './System.IO.Enumeration/internal/index.js';
20
+ export { FileSystemEnumerable_1 as FileSystemEnumerable } from './System.IO.Enumeration/internal/index.js';
21
+ export { FileSystemName$instance as FileSystemName } from './System.IO.Enumeration/internal/index.js';
@@ -0,0 +1,24 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.IO.IsolatedStorage
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.IO.IsolatedStorage/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { SafeFileHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
10
+ import type { IDictionary, IEnumerator } from './System.Collections/internal/index.js';
11
+ import type { FileAccess, FileMode, FileShare, FileStream, SeekOrigin, Stream } 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 { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
15
+ import type { CancellationToken } from './System.Threading/internal/index.js';
16
+ import type { AsyncCallback, Boolean as ClrBoolean, Byte, DateTimeOffset, Enum, Exception, IAsyncDisposable, IAsyncResult, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MarshalByRefObject, Memory_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, Type, TypeCode, UInt64, Void } from './System/internal/index.js';
17
+
18
+ // Public API exports (curated - no internal $instance/$views leakage)
19
+ export { IsolatedStorageException as IsolatedStorageException } from './System.IO.IsolatedStorage/internal/index.js';
20
+ export { IsolatedStorageFile as IsolatedStorageFile } from './System.IO.IsolatedStorage/internal/index.js';
21
+ export { IsolatedStorageFileStream as IsolatedStorageFileStream } from './System.IO.IsolatedStorage/internal/index.js';
22
+ export { IsolatedStorage as IsolatedStorage } from './System.IO.IsolatedStorage/internal/index.js';
23
+ export { IsolatedStorageScope as IsolatedStorageScope } from './System.IO.IsolatedStorage/internal/index.js';
24
+ export type INormalizeForIsolatedStorage = Internal.INormalizeForIsolatedStorage;
@@ -3,21 +3,19 @@
3
3
  // Facade - Public API Surface
4
4
 
5
5
  // Import internal declarations
6
- import * as Internal from './internal/index.js';
6
+ import * as Internal from './System.IO.MemoryMappedFiles/internal/index.js';
7
7
 
8
8
  // Cross-namespace type imports for constraints
9
- import type { SafeFileHandle, SafeMemoryMappedFileHandle, SafeMemoryMappedViewHandle } from '../Microsoft.Win32.SafeHandles/internal/index.js';
10
- import type { FileMode, FileStream, HandleInheritability, SeekOrigin, Stream, UnmanagedMemoryAccessor, UnmanagedMemoryStream } from '../System.IO/internal/index.js';
11
- import type { Task, Task_1, ValueTask, ValueTask_1 } from '../System.Threading.Tasks/internal/index.js';
12
- import type { CancellationToken } from '../System.Threading/internal/index.js';
13
- import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, Decimal, Double, Enum, IAsyncDisposable, IAsyncResult, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, Memory_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, TypeCode, UInt16, UInt32, UInt64, Void } from '../System/internal/index.js';
9
+ import type { SafeFileHandle, SafeMemoryMappedFileHandle, SafeMemoryMappedViewHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
10
+ import type { FileMode, FileStream, HandleInheritability, SeekOrigin, Stream, UnmanagedMemoryAccessor, UnmanagedMemoryStream } from './System.IO/internal/index.js';
11
+ import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
12
+ import type { CancellationToken } from './System.Threading/internal/index.js';
13
+ import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, Decimal, Double, Enum, IAsyncDisposable, IAsyncResult, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, Memory_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, TypeCode, UInt16, UInt32, UInt64, Void } from './System/internal/index.js';
14
14
 
15
- export * from './internal/index.js';
16
-
17
- // Individual type exports for convenience
18
- export { MemoryMappedFileOptions as MemoryMappedFileOptions } from './internal/index.js';
19
- export { MemoryMappedFileAccess as MemoryMappedFileAccess } from './internal/index.js';
20
- export { MemoryMappedFile as MemoryMappedFile } from './internal/index.js';
21
- export { MemoryMappedViewAccessor as MemoryMappedViewAccessor } from './internal/index.js';
22
- export { MemoryMappedViewStream as MemoryMappedViewStream } from './internal/index.js';
23
- export { MemoryMappedFileRights as MemoryMappedFileRights } from './internal/index.js';
15
+ // Public API exports (curated - no internal $instance/$views leakage)
16
+ export { MemoryMappedFileOptions as MemoryMappedFileOptions } from './System.IO.MemoryMappedFiles/internal/index.js';
17
+ export { MemoryMappedFileAccess as MemoryMappedFileAccess } from './System.IO.MemoryMappedFiles/internal/index.js';
18
+ export { MemoryMappedFile as MemoryMappedFile } from './System.IO.MemoryMappedFiles/internal/index.js';
19
+ export { MemoryMappedViewAccessor as MemoryMappedViewAccessor } from './System.IO.MemoryMappedFiles/internal/index.js';
20
+ export { MemoryMappedViewStream as MemoryMappedViewStream } from './System.IO.MemoryMappedFiles/internal/index.js';
21
+ export { MemoryMappedFileRights as MemoryMappedFileRights } from './System.IO.MemoryMappedFiles/internal/index.js';
@@ -0,0 +1,26 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.IO.Pipelines
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.IO.Pipelines/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IBufferWriter_1, MemoryPool_1, ReadOnlySequence_1 } from './System.Buffers/internal/index.js';
10
+ import type { Stream } from './System.IO/internal/index.js';
11
+ import type { Task, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
12
+ import type { CancellationToken } from './System.Threading/internal/index.js';
13
+ import type { Action_1, Action_2, Boolean as ClrBoolean, Byte, Exception, Int32, Int64, Memory_1, Object as ClrObject, ReadOnlyMemory_1, SequencePosition, Span_1, String as ClrString, Type, ValueType, Void } from './System/internal/index.js';
14
+
15
+ // Public API exports (curated - no internal $instance/$views leakage)
16
+ export { FlushResult as FlushResult } from './System.IO.Pipelines/internal/index.js';
17
+ export type IDuplexPipe = Internal.IDuplexPipe;
18
+ export { Pipe as Pipe } from './System.IO.Pipelines/internal/index.js';
19
+ export { PipeOptions as PipeOptions } from './System.IO.Pipelines/internal/index.js';
20
+ export { PipeReader as PipeReader } from './System.IO.Pipelines/internal/index.js';
21
+ export { PipeScheduler as PipeScheduler } from './System.IO.Pipelines/internal/index.js';
22
+ export { PipeWriter as PipeWriter } from './System.IO.Pipelines/internal/index.js';
23
+ export { ReadResult as ReadResult } from './System.IO.Pipelines/internal/index.js';
24
+ export { StreamPipeExtensions$instance as StreamPipeExtensions } from './System.IO.Pipelines/internal/index.js';
25
+ export { StreamPipeReaderOptions as StreamPipeReaderOptions } from './System.IO.Pipelines/internal/index.js';
26
+ export { StreamPipeWriterOptions as StreamPipeWriterOptions } from './System.IO.Pipelines/internal/index.js';
@@ -0,0 +1,35 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.IO.Pipes
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.IO.Pipes/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { SafePipeHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
10
+ import type { HandleInheritability, SeekOrigin, Stream } from './System.IO/internal/index.js';
11
+ import type { MethodInfo } from './System.Reflection/internal/index.js';
12
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
13
+ import type { AccessControlModification, AccessControlSections, AccessControlType, AccessRule, AuditFlags, AuditRule, AuthorizationRuleCollection, InheritanceFlags, NativeObjectSecurity, PropagationFlags } from './System.Security.AccessControl/internal/index.js';
14
+ import type { IdentityReference, TokenImpersonationLevel } from './System.Security.Principal/internal/index.js';
15
+ import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
16
+ import type { CancellationToken } from './System.Threading/internal/index.js';
17
+ import type { AsyncCallback, Boolean as ClrBoolean, Byte, Delegate, Enum, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, Memory_1, MulticastDelegate, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, TimeSpan, Type, TypeCode, Void } from './System/internal/index.js';
18
+
19
+ // Public API exports (curated - no internal $instance/$views leakage)
20
+ export { AnonymousPipeClientStream as AnonymousPipeClientStream } from './System.IO.Pipes/internal/index.js';
21
+ export { AnonymousPipeServerStream as AnonymousPipeServerStream } from './System.IO.Pipes/internal/index.js';
22
+ export { NamedPipeClientStream as NamedPipeClientStream } from './System.IO.Pipes/internal/index.js';
23
+ export { NamedPipeServerStream as NamedPipeServerStream } from './System.IO.Pipes/internal/index.js';
24
+ export type PipeStreamImpersonationWorker = Internal.PipeStreamImpersonationWorker;
25
+ export { PipeAccessRights as PipeAccessRights } from './System.IO.Pipes/internal/index.js';
26
+ export { PipeDirection as PipeDirection } from './System.IO.Pipes/internal/index.js';
27
+ export { PipeOptions as PipeOptions } from './System.IO.Pipes/internal/index.js';
28
+ export { PipeStream as PipeStream } from './System.IO.Pipes/internal/index.js';
29
+ export { PipeTransmissionMode as PipeTransmissionMode } from './System.IO.Pipes/internal/index.js';
30
+ export { AnonymousPipeServerStreamAcl$instance as AnonymousPipeServerStreamAcl } from './System.IO.Pipes/internal/index.js';
31
+ export { NamedPipeServerStreamAcl$instance as NamedPipeServerStreamAcl } from './System.IO.Pipes/internal/index.js';
32
+ export { PipeAccessRule as PipeAccessRule } from './System.IO.Pipes/internal/index.js';
33
+ export { PipeAuditRule as PipeAuditRule } from './System.IO.Pipes/internal/index.js';
34
+ export { PipeSecurity as PipeSecurity } from './System.IO.Pipes/internal/index.js';
35
+ export { PipesAclExtensions$instance as PipesAclExtensions } from './System.IO.Pipes/internal/index.js';
package/System.IO.d.ts ADDED
@@ -0,0 +1,79 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.IO
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.IO/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { SafeFileHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
10
+ import type { IAsyncEnumerable_1, IEnumerable_1, IReadOnlyList_1 } from './System.Collections.Generic/internal/index.js';
11
+ import type { Collection_1 } from './System.Collections.ObjectModel/internal/index.js';
12
+ import type { IDictionary } from './System.Collections/internal/index.js';
13
+ import type { Component, IComponent, IContainer, ISite, ISupportInitialize, ISynchronizeInvoke } from './System.ComponentModel/internal/index.js';
14
+ import type { MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
15
+ import type { SafeBuffer } from './System.Runtime.InteropServices/internal/index.js';
16
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
17
+ import type { AccessControlSections, DirectorySecurity, FileSecurity, FileSystemRights } from './System.Security.AccessControl/internal/index.js';
18
+ import type { Encoding, StringBuilder } from './System.Text/internal/index.js';
19
+ import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
20
+ import type { CancellationToken } from './System.Threading/internal/index.js';
21
+ import type { ArraySegment_1, AsyncCallback, Boolean as ClrBoolean, Byte, Char, DateTime, Decimal, Delegate, Double, Enum, EventArgs, Exception, Half, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, MarshalByRefObject, Memory_1, MulticastDelegate, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, SystemException, TimeSpan, Type, TypeCode, UInt16, UInt32, UInt64, ValueType, Void } from './System/internal/index.js';
22
+
23
+ // Public API exports (curated - no internal $instance/$views leakage)
24
+ export { FileSystemAclExtensions$instance as FileSystemAclExtensions } from './System.IO/internal/index.js';
25
+ export { DriveInfo as DriveInfo } from './System.IO/internal/index.js';
26
+ export { DriveNotFoundException as DriveNotFoundException } from './System.IO/internal/index.js';
27
+ export { DriveType as DriveType } from './System.IO/internal/index.js';
28
+ export { ErrorEventArgs as ErrorEventArgs } from './System.IO/internal/index.js';
29
+ export type ErrorEventHandler = Internal.ErrorEventHandler;
30
+ export { FileSystemEventArgs as FileSystemEventArgs } from './System.IO/internal/index.js';
31
+ export type FileSystemEventHandler = Internal.FileSystemEventHandler;
32
+ export { FileSystemWatcher as FileSystemWatcher } from './System.IO/internal/index.js';
33
+ export { InternalBufferOverflowException as InternalBufferOverflowException } from './System.IO/internal/index.js';
34
+ export { NotifyFilters as NotifyFilters } from './System.IO/internal/index.js';
35
+ export { RenamedEventArgs as RenamedEventArgs } from './System.IO/internal/index.js';
36
+ export type RenamedEventHandler = Internal.RenamedEventHandler;
37
+ export { WatcherChangeTypes as WatcherChangeTypes } from './System.IO/internal/index.js';
38
+ export { WaitForChangedResult as WaitForChangedResult } from './System.IO/internal/index.js';
39
+ export { FileLoadException as FileLoadException } from './System.IO/internal/index.js';
40
+ export { FileNotFoundException as FileNotFoundException } from './System.IO/internal/index.js';
41
+ export { Stream as Stream } from './System.IO/internal/index.js';
42
+ export { BinaryReader as BinaryReader } from './System.IO/internal/index.js';
43
+ export { BinaryWriter as BinaryWriter } from './System.IO/internal/index.js';
44
+ export { BufferedStream as BufferedStream } from './System.IO/internal/index.js';
45
+ export { Directory$instance as Directory } from './System.IO/internal/index.js';
46
+ export { DirectoryInfo as DirectoryInfo } from './System.IO/internal/index.js';
47
+ export { DirectoryNotFoundException as DirectoryNotFoundException } from './System.IO/internal/index.js';
48
+ export { EnumerationOptions as EnumerationOptions } from './System.IO/internal/index.js';
49
+ export { EndOfStreamException as EndOfStreamException } from './System.IO/internal/index.js';
50
+ export { File$instance as File } from './System.IO/internal/index.js';
51
+ export { FileAccess as FileAccess } from './System.IO/internal/index.js';
52
+ export { FileAttributes as FileAttributes } from './System.IO/internal/index.js';
53
+ export { FileInfo as FileInfo } from './System.IO/internal/index.js';
54
+ export { FileMode as FileMode } from './System.IO/internal/index.js';
55
+ export { FileOptions as FileOptions } from './System.IO/internal/index.js';
56
+ export { FileShare as FileShare } from './System.IO/internal/index.js';
57
+ export { FileStream as FileStream } from './System.IO/internal/index.js';
58
+ export { FileStreamOptions as FileStreamOptions } from './System.IO/internal/index.js';
59
+ export { FileSystemInfo as FileSystemInfo } from './System.IO/internal/index.js';
60
+ export { HandleInheritability as HandleInheritability } from './System.IO/internal/index.js';
61
+ export { InvalidDataException as InvalidDataException } from './System.IO/internal/index.js';
62
+ export { IOException as IOException } from './System.IO/internal/index.js';
63
+ export { MatchCasing as MatchCasing } from './System.IO/internal/index.js';
64
+ export { MatchType as MatchType } from './System.IO/internal/index.js';
65
+ export { MemoryStream as MemoryStream } from './System.IO/internal/index.js';
66
+ export { Path$instance as Path } from './System.IO/internal/index.js';
67
+ export { PathTooLongException as PathTooLongException } from './System.IO/internal/index.js';
68
+ export { RandomAccess$instance as RandomAccess } from './System.IO/internal/index.js';
69
+ export { SearchOption as SearchOption } from './System.IO/internal/index.js';
70
+ export { SeekOrigin as SeekOrigin } from './System.IO/internal/index.js';
71
+ export { StreamReader as StreamReader } from './System.IO/internal/index.js';
72
+ export { StreamWriter as StreamWriter } from './System.IO/internal/index.js';
73
+ export { StringReader as StringReader } from './System.IO/internal/index.js';
74
+ export { StringWriter as StringWriter } from './System.IO/internal/index.js';
75
+ export { TextReader as TextReader } from './System.IO/internal/index.js';
76
+ export { TextWriter as TextWriter } from './System.IO/internal/index.js';
77
+ export { UnixFileMode as UnixFileMode } from './System.IO/internal/index.js';
78
+ export { UnmanagedMemoryAccessor as UnmanagedMemoryAccessor } from './System.IO/internal/index.js';
79
+ export { UnmanagedMemoryStream as UnmanagedMemoryStream } from './System.IO/internal/index.js';
@@ -65,6 +65,7 @@ export interface IGrouping_2$instance<TKey, TElement> extends IEnumerable_1<TEle
65
65
  readonly key: TKey;
66
66
  getEnumerator(): IEnumerator_1<TElement>;
67
67
  getEnumerator(): IEnumerator;
68
+ getEnumerator2(): IEnumerator;
68
69
  }
69
70
 
70
71
 
@@ -76,6 +77,7 @@ export interface ILookup_2$instance<TKey, TElement> extends IEnumerable_1<IGroup
76
77
  contains(key: TKey): boolean;
77
78
  getEnumerator(): IEnumerator_1<IGrouping_2<TKey, TElement>>;
78
79
  getEnumerator(): IEnumerator;
80
+ getEnumerator2(): IEnumerator;
79
81
  }
80
82
 
81
83
 
@@ -96,6 +98,7 @@ export interface IOrderedEnumerable_1$instance<TElement> extends IEnumerable_1<T
96
98
  createOrderedEnumerable<TKey>(keySelector: Func_2<TElement, TKey>, comparer: IComparer_1<TKey>, descending: boolean): IOrderedEnumerable_1<TElement>;
97
99
  getEnumerator(): IEnumerator_1<TElement>;
98
100
  getEnumerator(): IEnumerator;
101
+ getEnumerator2(): IEnumerator;
99
102
  }
100
103
 
101
104
 
@@ -117,6 +120,7 @@ export interface IOrderedQueryable_1$instance<T> extends IQueryable_1<T>, IEnume
117
120
  readonly provider: IQueryProvider;
118
121
  getEnumerator(): IEnumerator_1<T>;
119
122
  getEnumerator(): IEnumerator;
123
+ getEnumerator2(): IEnumerator;
120
124
  }
121
125
 
122
126
 
@@ -140,6 +144,7 @@ export interface IQueryable_1$instance<T> extends IEnumerable_1<T>, IEnumerable,
140
144
  readonly provider: IQueryProvider;
141
145
  getEnumerator(): IEnumerator_1<T>;
142
146
  getEnumerator(): IEnumerator;
147
+ getEnumerator2(): IEnumerator;
143
148
  }
144
149
 
145
150
 
@@ -302,13 +302,13 @@ export const DynamicExpression: {
302
302
  dynamic(binder: CallSiteBinder, returnType: Type, arg0: Expression, arg1: Expression, arg2: Expression): DynamicExpression;
303
303
  dynamic(binder: CallSiteBinder, returnType: Type, arg0: Expression, arg1: Expression): DynamicExpression;
304
304
  dynamic(binder: CallSiteBinder, returnType: Type, arg0: Expression): DynamicExpression;
305
- dynamic(binder: CallSiteBinder, returnType: Type, arguments: Expression[]): DynamicExpression;
305
+ dynamic(binder: CallSiteBinder, returnType: Type, ...arguments: Expression[]): DynamicExpression;
306
306
  makeDynamic(delegateType: Type, binder: CallSiteBinder, arguments: IEnumerable_1<Expression>): DynamicExpression;
307
307
  makeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression): DynamicExpression;
308
308
  makeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression, arg1: Expression, arg2: Expression): DynamicExpression;
309
309
  makeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression, arg1: Expression): DynamicExpression;
310
310
  makeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression): DynamicExpression;
311
- makeDynamic(delegateType: Type, binder: CallSiteBinder, arguments: Expression[]): DynamicExpression;
311
+ makeDynamic(delegateType: Type, binder: CallSiteBinder, ...arguments: Expression[]): DynamicExpression;
312
312
  };
313
313
 
314
314
 
@@ -387,26 +387,26 @@ export const Expression: {
387
387
  andAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
388
388
  andAssign(left: Expression, right: Expression): BinaryExpression;
389
389
  arrayAccess(array: Expression, indexes: IEnumerable_1<Expression>): IndexExpression;
390
- arrayAccess(array: Expression, indexes: Expression[]): IndexExpression;
390
+ arrayAccess(array: Expression, ...indexes: Expression[]): IndexExpression;
391
391
  arrayIndex(array: Expression, indexes: IEnumerable_1<Expression>): MethodCallExpression;
392
392
  arrayIndex(array: Expression, index: Expression): BinaryExpression;
393
- arrayIndex(array: Expression, indexes: Expression[]): MethodCallExpression;
393
+ arrayIndex(array: Expression, ...indexes: Expression[]): MethodCallExpression;
394
394
  arrayLength(array: Expression): UnaryExpression;
395
395
  assign(left: Expression, right: Expression): BinaryExpression;
396
396
  bind(member: MemberInfo, expression: Expression): MemberAssignment;
397
397
  bind(propertyAccessor: MethodInfo, expression: Expression): MemberAssignment;
398
398
  block(expressions: IEnumerable_1<Expression>): BlockExpression;
399
399
  block(variables: IEnumerable_1<ParameterExpression>, expressions: IEnumerable_1<Expression>): BlockExpression;
400
- block(variables: IEnumerable_1<ParameterExpression>, expressions: Expression[]): BlockExpression;
400
+ block(variables: IEnumerable_1<ParameterExpression>, ...expressions: Expression[]): BlockExpression;
401
401
  block(arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression, arg4: Expression): BlockExpression;
402
402
  block(arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression): BlockExpression;
403
403
  block(arg0: Expression, arg1: Expression, arg2: Expression): BlockExpression;
404
404
  block(arg0: Expression, arg1: Expression): BlockExpression;
405
- block(expressions: Expression[]): BlockExpression;
405
+ block(...expressions: Expression[]): BlockExpression;
406
406
  block(type_: Type, expressions: IEnumerable_1<Expression>): BlockExpression;
407
407
  block(type_: Type, variables: IEnumerable_1<ParameterExpression>, expressions: IEnumerable_1<Expression>): BlockExpression;
408
- block(type_: Type, variables: IEnumerable_1<ParameterExpression>, expressions: Expression[]): BlockExpression;
409
- block(type_: Type, expressions: Expression[]): BlockExpression;
408
+ block(type_: Type, variables: IEnumerable_1<ParameterExpression>, ...expressions: Expression[]): BlockExpression;
409
+ block(type_: Type, ...expressions: Expression[]): BlockExpression;
410
410
  break_(target: LabelTarget, value: Expression, type_: Type): GotoExpression;
411
411
  break_(target: LabelTarget, value: Expression): GotoExpression;
412
412
  break_(target: LabelTarget, type_: Type): GotoExpression;
@@ -414,17 +414,17 @@ export const Expression: {
414
414
  call(instance: Expression, method: MethodInfo, arguments: IEnumerable_1<Expression>): MethodCallExpression;
415
415
  call(instance: Expression, method: MethodInfo, arg0: Expression, arg1: Expression, arg2: Expression): MethodCallExpression;
416
416
  call(instance: Expression, method: MethodInfo, arg0: Expression, arg1: Expression): MethodCallExpression;
417
- call(instance: Expression, method: MethodInfo, arguments: Expression[]): MethodCallExpression;
417
+ call(instance: Expression, method: MethodInfo, ...arguments: Expression[]): MethodCallExpression;
418
418
  call(instance: Expression, method: MethodInfo): MethodCallExpression;
419
- call(instance: Expression, methodName: string, typeArguments: Type[], arguments: Expression[]): MethodCallExpression;
419
+ call(instance: Expression, methodName: string, typeArguments: Type[], ...arguments: Expression[]): MethodCallExpression;
420
420
  call(method: MethodInfo, arguments: IEnumerable_1<Expression>): MethodCallExpression;
421
421
  call(method: MethodInfo, arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression, arg4: Expression): MethodCallExpression;
422
422
  call(method: MethodInfo, arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression): MethodCallExpression;
423
423
  call(method: MethodInfo, arg0: Expression, arg1: Expression, arg2: Expression): MethodCallExpression;
424
424
  call(method: MethodInfo, arg0: Expression, arg1: Expression): MethodCallExpression;
425
425
  call(method: MethodInfo, arg0: Expression): MethodCallExpression;
426
- call(method: MethodInfo, arguments: Expression[]): MethodCallExpression;
427
- call(type_: Type, methodName: string, typeArguments: Type[], arguments: Expression[]): MethodCallExpression;
426
+ call(method: MethodInfo, ...arguments: Expression[]): MethodCallExpression;
427
+ call(type_: Type, methodName: string, typeArguments: Type[], ...arguments: Expression[]): MethodCallExpression;
428
428
  catch_(variable: ParameterExpression, body: Expression, filter: Expression): CatchBlock;
429
429
  catch_(variable: ParameterExpression, body: Expression): CatchBlock;
430
430
  catch_(type_: Type, body: Expression, filter: Expression): CatchBlock;
@@ -456,9 +456,9 @@ export const Expression: {
456
456
  dynamic(binder: CallSiteBinder, returnType: Type, arg0: Expression, arg1: Expression, arg2: Expression): DynamicExpression;
457
457
  dynamic(binder: CallSiteBinder, returnType: Type, arg0: Expression, arg1: Expression): DynamicExpression;
458
458
  dynamic(binder: CallSiteBinder, returnType: Type, arg0: Expression): DynamicExpression;
459
- dynamic(binder: CallSiteBinder, returnType: Type, arguments: Expression[]): DynamicExpression;
459
+ dynamic(binder: CallSiteBinder, returnType: Type, ...arguments: Expression[]): DynamicExpression;
460
460
  elementInit(addMethod: MethodInfo, arguments: IEnumerable_1<Expression>): ElementInit;
461
- elementInit(addMethod: MethodInfo, arguments: Expression[]): ElementInit;
461
+ elementInit(addMethod: MethodInfo, ...arguments: Expression[]): ElementInit;
462
462
  empty(): DefaultExpression;
463
463
  equal(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
464
464
  equal(left: Expression, right: Expression): BinaryExpression;
@@ -470,9 +470,9 @@ export const Expression: {
470
470
  field(expression: Expression, field: FieldInfo): MemberExpression;
471
471
  field(expression: Expression, fieldName: string): MemberExpression;
472
472
  field(expression: Expression, type_: Type, fieldName: string): MemberExpression;
473
- getActionType(typeArgs: Type[]): Type;
474
- getDelegateType(typeArgs: Type[]): Type;
475
- getFuncType(typeArgs: Type[]): Type;
473
+ getActionType(...typeArgs: Type[]): Type;
474
+ getDelegateType(...typeArgs: Type[]): Type;
475
+ getFuncType(...typeArgs: Type[]): Type;
476
476
  goto(target: LabelTarget, value: Expression, type_: Type): GotoExpression;
477
477
  goto(target: LabelTarget, value: Expression): GotoExpression;
478
478
  goto(target: LabelTarget, type_: Type): GotoExpression;
@@ -486,7 +486,7 @@ export const Expression: {
486
486
  increment(expression: Expression, method: MethodInfo): UnaryExpression;
487
487
  increment(expression: Expression): UnaryExpression;
488
488
  invoke(expression: Expression, arguments: IEnumerable_1<Expression>): InvocationExpression;
489
- invoke(expression: Expression, arguments: Expression[]): InvocationExpression;
489
+ invoke(expression: Expression, ...arguments: Expression[]): InvocationExpression;
490
490
  isFalse(expression: Expression, method: MethodInfo): UnaryExpression;
491
491
  isFalse(expression: Expression): UnaryExpression;
492
492
  isTrue(expression: Expression, method: MethodInfo): UnaryExpression;
@@ -499,20 +499,20 @@ export const Expression: {
499
499
  label(type_: Type): LabelTarget;
500
500
  lambda<TDelegate>(body: Expression, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression>): Expression_1<TDelegate>;
501
501
  lambda(body: Expression, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
502
- lambda<TDelegate>(body: Expression, tailCall: boolean, parameters: ParameterExpression[]): Expression_1<TDelegate>;
503
- lambda(body: Expression, tailCall: boolean, parameters: ParameterExpression[]): LambdaExpression;
502
+ lambda<TDelegate>(body: Expression, tailCall: boolean, ...parameters: ParameterExpression[]): Expression_1<TDelegate>;
503
+ lambda(body: Expression, tailCall: boolean, ...parameters: ParameterExpression[]): LambdaExpression;
504
504
  lambda<TDelegate>(body: Expression, parameters: IEnumerable_1<ParameterExpression>): Expression_1<TDelegate>;
505
505
  lambda(body: Expression, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
506
- lambda<TDelegate>(body: Expression, parameters: ParameterExpression[]): Expression_1<TDelegate>;
507
- lambda(body: Expression, parameters: ParameterExpression[]): LambdaExpression;
506
+ lambda<TDelegate>(body: Expression, ...parameters: ParameterExpression[]): Expression_1<TDelegate>;
507
+ lambda(body: Expression, ...parameters: ParameterExpression[]): LambdaExpression;
508
508
  lambda<TDelegate>(body: Expression, name: string, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression>): Expression_1<TDelegate>;
509
509
  lambda(body: Expression, name: string, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
510
510
  lambda<TDelegate>(body: Expression, name: string, parameters: IEnumerable_1<ParameterExpression>): Expression_1<TDelegate>;
511
511
  lambda(body: Expression, name: string, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
512
512
  lambda(delegateType: Type, body: Expression, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
513
- lambda(delegateType: Type, body: Expression, tailCall: boolean, parameters: ParameterExpression[]): LambdaExpression;
513
+ lambda(delegateType: Type, body: Expression, tailCall: boolean, ...parameters: ParameterExpression[]): LambdaExpression;
514
514
  lambda(delegateType: Type, body: Expression, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
515
- lambda(delegateType: Type, body: Expression, parameters: ParameterExpression[]): LambdaExpression;
515
+ lambda(delegateType: Type, body: Expression, ...parameters: ParameterExpression[]): LambdaExpression;
516
516
  lambda(delegateType: Type, body: Expression, name: string, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
517
517
  lambda(delegateType: Type, body: Expression, name: string, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
518
518
  leftShift(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
@@ -525,15 +525,15 @@ export const Expression: {
525
525
  lessThanOrEqual(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
526
526
  lessThanOrEqual(left: Expression, right: Expression): BinaryExpression;
527
527
  listBind(member: MemberInfo, initializers: IEnumerable_1<ElementInit>): MemberListBinding;
528
- listBind(member: MemberInfo, initializers: ElementInit[]): MemberListBinding;
528
+ listBind(member: MemberInfo, ...initializers: ElementInit[]): MemberListBinding;
529
529
  listBind(propertyAccessor: MethodInfo, initializers: IEnumerable_1<ElementInit>): MemberListBinding;
530
- listBind(propertyAccessor: MethodInfo, initializers: ElementInit[]): MemberListBinding;
530
+ listBind(propertyAccessor: MethodInfo, ...initializers: ElementInit[]): MemberListBinding;
531
531
  listInit(newExpression: NewExpression, initializers: IEnumerable_1<ElementInit>): ListInitExpression;
532
532
  listInit(newExpression: NewExpression, initializers: IEnumerable_1<Expression>): ListInitExpression;
533
- listInit(newExpression: NewExpression, initializers: ElementInit[]): ListInitExpression;
534
- listInit(newExpression: NewExpression, initializers: Expression[]): ListInitExpression;
533
+ listInit(newExpression: NewExpression, ...initializers: ElementInit[]): ListInitExpression;
534
+ listInit(newExpression: NewExpression, ...initializers: Expression[]): ListInitExpression;
535
535
  listInit(newExpression: NewExpression, addMethod: MethodInfo, initializers: IEnumerable_1<Expression>): ListInitExpression;
536
- listInit(newExpression: NewExpression, addMethod: MethodInfo, initializers: Expression[]): ListInitExpression;
536
+ listInit(newExpression: NewExpression, addMethod: MethodInfo, ...initializers: Expression[]): ListInitExpression;
537
537
  loop(body: Expression, break_: LabelTarget, continue_: LabelTarget): LoopExpression;
538
538
  loop(body: Expression, break_: LabelTarget): LoopExpression;
539
539
  loop(body: Expression): LoopExpression;
@@ -546,7 +546,7 @@ export const Expression: {
546
546
  makeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression, arg1: Expression, arg2: Expression): DynamicExpression;
547
547
  makeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression, arg1: Expression): DynamicExpression;
548
548
  makeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression): DynamicExpression;
549
- makeDynamic(delegateType: Type, binder: CallSiteBinder, arguments: Expression[]): DynamicExpression;
549
+ makeDynamic(delegateType: Type, binder: CallSiteBinder, ...arguments: Expression[]): DynamicExpression;
550
550
  makeGoto(kind: GotoExpressionKind, target: LabelTarget, value: Expression, type_: Type): GotoExpression;
551
551
  makeIndex(instance: Expression, indexer: PropertyInfo, arguments: IEnumerable_1<Expression>): IndexExpression;
552
552
  makeMemberAccess(expression: Expression, member: MemberInfo): MemberExpression;
@@ -554,11 +554,11 @@ export const Expression: {
554
554
  makeUnary(unaryType: ExpressionType, operand: Expression, type_: Type, method: MethodInfo): UnaryExpression;
555
555
  makeUnary(unaryType: ExpressionType, operand: Expression, type_: Type): UnaryExpression;
556
556
  memberBind(member: MemberInfo, bindings: IEnumerable_1<MemberBinding>): MemberMemberBinding;
557
- memberBind(member: MemberInfo, bindings: MemberBinding[]): MemberMemberBinding;
557
+ memberBind(member: MemberInfo, ...bindings: MemberBinding[]): MemberMemberBinding;
558
558
  memberBind(propertyAccessor: MethodInfo, bindings: IEnumerable_1<MemberBinding>): MemberMemberBinding;
559
- memberBind(propertyAccessor: MethodInfo, bindings: MemberBinding[]): MemberMemberBinding;
559
+ memberBind(propertyAccessor: MethodInfo, ...bindings: MemberBinding[]): MemberMemberBinding;
560
560
  memberInit(newExpression: NewExpression, bindings: IEnumerable_1<MemberBinding>): MemberInitExpression;
561
- memberInit(newExpression: NewExpression, bindings: MemberBinding[]): MemberInitExpression;
561
+ memberInit(newExpression: NewExpression, ...bindings: MemberBinding[]): MemberInitExpression;
562
562
  modulo(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
563
563
  modulo(left: Expression, right: Expression): BinaryExpression;
564
564
  moduloAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
@@ -579,15 +579,15 @@ export const Expression: {
579
579
  negateChecked(expression: Expression, method: MethodInfo): UnaryExpression;
580
580
  negateChecked(expression: Expression): UnaryExpression;
581
581
  new_(constructor_: ConstructorInfo, arguments: IEnumerable_1<Expression>, members: IEnumerable_1<MemberInfo>): NewExpression;
582
- new_(constructor_: ConstructorInfo, arguments: IEnumerable_1<Expression>, members: MemberInfo[]): NewExpression;
582
+ new_(constructor_: ConstructorInfo, arguments: IEnumerable_1<Expression>, ...members: MemberInfo[]): NewExpression;
583
583
  new_(constructor_: ConstructorInfo, arguments: IEnumerable_1<Expression>): NewExpression;
584
- new_(constructor_: ConstructorInfo, arguments: Expression[]): NewExpression;
584
+ new_(constructor_: ConstructorInfo, ...arguments: Expression[]): NewExpression;
585
585
  new_(constructor_: ConstructorInfo): NewExpression;
586
586
  new_(type_: Type): NewExpression;
587
587
  newArrayBounds(type_: Type, bounds: IEnumerable_1<Expression>): NewArrayExpression;
588
- newArrayBounds(type_: Type, bounds: Expression[]): NewArrayExpression;
588
+ newArrayBounds(type_: Type, ...bounds: Expression[]): NewArrayExpression;
589
589
  newArrayInit(type_: Type, initializers: IEnumerable_1<Expression>): NewArrayExpression;
590
- newArrayInit(type_: Type, initializers: Expression[]): NewArrayExpression;
590
+ newArrayInit(type_: Type, ...initializers: Expression[]): NewArrayExpression;
591
591
  not(expression: Expression, method: MethodInfo): UnaryExpression;
592
592
  not(expression: Expression): UnaryExpression;
593
593
  notEqual(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
@@ -618,9 +618,9 @@ export const Expression: {
618
618
  preIncrementAssign(expression: Expression): UnaryExpression;
619
619
  property(expression: Expression, propertyAccessor: MethodInfo): MemberExpression;
620
620
  property(instance: Expression, indexer: PropertyInfo, arguments: IEnumerable_1<Expression>): IndexExpression;
621
- property(instance: Expression, indexer: PropertyInfo, arguments: Expression[]): IndexExpression;
621
+ property(instance: Expression, indexer: PropertyInfo, ...arguments: Expression[]): IndexExpression;
622
622
  property(expression: Expression, property: PropertyInfo): MemberExpression;
623
- property(instance: Expression, propertyName: string, arguments: Expression[]): IndexExpression;
623
+ property(instance: Expression, propertyName: string, ...arguments: Expression[]): IndexExpression;
624
624
  property(expression: Expression, propertyName: string): MemberExpression;
625
625
  property(expression: Expression, type_: Type, propertyName: string): MemberExpression;
626
626
  propertyOrField(expression: Expression, propertyOrFieldName: string): MemberExpression;
@@ -639,7 +639,7 @@ export const Expression: {
639
639
  rightShiftAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
640
640
  rightShiftAssign(left: Expression, right: Expression): BinaryExpression;
641
641
  runtimeVariables(variables: IEnumerable_1<ParameterExpression>): RuntimeVariablesExpression;
642
- runtimeVariables(variables: ParameterExpression[]): RuntimeVariablesExpression;
642
+ runtimeVariables(...variables: ParameterExpression[]): RuntimeVariablesExpression;
643
643
  subtract(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
644
644
  subtract(left: Expression, right: Expression): BinaryExpression;
645
645
  subtractAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
@@ -650,22 +650,22 @@ export const Expression: {
650
650
  subtractAssignChecked(left: Expression, right: Expression): BinaryExpression;
651
651
  subtractChecked(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
652
652
  subtractChecked(left: Expression, right: Expression): BinaryExpression;
653
- switch_(switchValue: Expression, defaultBody: Expression, cases: SwitchCase[]): SwitchExpression;
653
+ switch_(switchValue: Expression, defaultBody: Expression, ...cases: SwitchCase[]): SwitchExpression;
654
654
  switch_(switchValue: Expression, defaultBody: Expression, comparison: MethodInfo, cases: IEnumerable_1<SwitchCase>): SwitchExpression;
655
- switch_(switchValue: Expression, defaultBody: Expression, comparison: MethodInfo, cases: SwitchCase[]): SwitchExpression;
656
- switch_(switchValue: Expression, cases: SwitchCase[]): SwitchExpression;
655
+ switch_(switchValue: Expression, defaultBody: Expression, comparison: MethodInfo, ...cases: SwitchCase[]): SwitchExpression;
656
+ switch_(switchValue: Expression, ...cases: SwitchCase[]): SwitchExpression;
657
657
  switch_(type_: Type, switchValue: Expression, defaultBody: Expression, comparison: MethodInfo, cases: IEnumerable_1<SwitchCase>): SwitchExpression;
658
- switch_(type_: Type, switchValue: Expression, defaultBody: Expression, comparison: MethodInfo, cases: SwitchCase[]): SwitchExpression;
658
+ switch_(type_: Type, switchValue: Expression, defaultBody: Expression, comparison: MethodInfo, ...cases: SwitchCase[]): SwitchExpression;
659
659
  switchCase(body: Expression, testValues: IEnumerable_1<Expression>): SwitchCase;
660
- switchCase(body: Expression, testValues: Expression[]): SwitchCase;
660
+ switchCase(body: Expression, ...testValues: Expression[]): SwitchCase;
661
661
  symbolDocument(fileName: string, language: Guid, languageVendor: Guid, documentType: Guid): SymbolDocumentInfo;
662
662
  symbolDocument(fileName: string, language: Guid, languageVendor: Guid): SymbolDocumentInfo;
663
663
  symbolDocument(fileName: string, language: Guid): SymbolDocumentInfo;
664
664
  symbolDocument(fileName: string): SymbolDocumentInfo;
665
665
  throw_(value: Expression, type_: Type): UnaryExpression;
666
666
  throw_(value: Expression): UnaryExpression;
667
- tryCatch(body: Expression, handlers: CatchBlock[]): TryExpression;
668
- tryCatchFinally(body: Expression, finally_: Expression, handlers: CatchBlock[]): TryExpression;
667
+ tryCatch(body: Expression, ...handlers: CatchBlock[]): TryExpression;
668
+ tryCatchFinally(body: Expression, finally_: Expression, ...handlers: CatchBlock[]): TryExpression;
669
669
  tryFault(body: Expression, fault: Expression): TryExpression;
670
670
  tryFinally(body: Expression, finally_: Expression): TryExpression;
671
671
  tryGetActionType(typeArgs: Type[], actionType: { value: ref<Type> }): boolean;
@@ -35,8 +35,8 @@ export type CLROf<T> =
35
35
  T; // Identity fallback for non-primitive types
36
36
 
37
37
  export interface LightLambda$instance {
38
- run(arguments: unknown[]): unknown;
39
- runVoid(arguments: unknown[]): unknown;
38
+ run(...arguments: unknown[]): unknown;
39
+ runVoid(...arguments: unknown[]): unknown;
40
40
  }
41
41
 
42
42
 
@@ -0,0 +1,12 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Linq.Expressions.Interpreter
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Linq.Expressions.Interpreter/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 } from './System/internal/index.js';
10
+
11
+ // Public API exports (curated - no internal $instance/$views leakage)
12
+ export { LightLambda as LightLambda } from './System.Linq.Expressions.Interpreter/internal/index.js';