@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,67 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Linq.Expressions
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Linq.Expressions/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 { ReadOnlyCollection_1 } from './System.Collections.ObjectModel/internal/index.js';
11
+ import type { ConstructorInfo, FieldInfo, MemberInfo, MethodInfo, PropertyInfo } from './System.Reflection/internal/index.js';
12
+ import type { CallSiteBinder, DebugInfoGenerator } from './System.Runtime.CompilerServices/internal/index.js';
13
+ import type { Boolean as ClrBoolean, Delegate, Enum, Func_2, Guid, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode } from './System/internal/index.js';
14
+
15
+ // Public API exports (curated - no internal $instance/$views leakage)
16
+ export { BinaryExpression as BinaryExpression } from './System.Linq.Expressions/internal/index.js';
17
+ export { BlockExpression as BlockExpression } from './System.Linq.Expressions/internal/index.js';
18
+ export { CatchBlock as CatchBlock } from './System.Linq.Expressions/internal/index.js';
19
+ export { ConditionalExpression as ConditionalExpression } from './System.Linq.Expressions/internal/index.js';
20
+ export { ConstantExpression as ConstantExpression } from './System.Linq.Expressions/internal/index.js';
21
+ export { DebugInfoExpression as DebugInfoExpression } from './System.Linq.Expressions/internal/index.js';
22
+ export { DefaultExpression as DefaultExpression } from './System.Linq.Expressions/internal/index.js';
23
+ export { ElementInit as ElementInit } from './System.Linq.Expressions/internal/index.js';
24
+ export { ExpressionType as ExpressionType } from './System.Linq.Expressions/internal/index.js';
25
+ export { ExpressionVisitor as ExpressionVisitor } from './System.Linq.Expressions/internal/index.js';
26
+ export { GotoExpressionKind as GotoExpressionKind } from './System.Linq.Expressions/internal/index.js';
27
+ export { GotoExpression as GotoExpression } from './System.Linq.Expressions/internal/index.js';
28
+ export type IArgumentProvider = Internal.IArgumentProvider;
29
+ export type IDynamicExpression = Internal.IDynamicExpression;
30
+ export { IndexExpression as IndexExpression } from './System.Linq.Expressions/internal/index.js';
31
+ export { InvocationExpression as InvocationExpression } from './System.Linq.Expressions/internal/index.js';
32
+ export { LabelExpression as LabelExpression } from './System.Linq.Expressions/internal/index.js';
33
+ export { LabelTarget as LabelTarget } from './System.Linq.Expressions/internal/index.js';
34
+ export { LambdaExpression as LambdaExpression } from './System.Linq.Expressions/internal/index.js';
35
+ export { ListInitExpression as ListInitExpression } from './System.Linq.Expressions/internal/index.js';
36
+ export { LoopExpression as LoopExpression } from './System.Linq.Expressions/internal/index.js';
37
+ export { MemberAssignment as MemberAssignment } from './System.Linq.Expressions/internal/index.js';
38
+ export { MemberBindingType as MemberBindingType } from './System.Linq.Expressions/internal/index.js';
39
+ export { MemberBinding as MemberBinding } from './System.Linq.Expressions/internal/index.js';
40
+ export { MemberExpression as MemberExpression } from './System.Linq.Expressions/internal/index.js';
41
+ export { MemberInitExpression as MemberInitExpression } from './System.Linq.Expressions/internal/index.js';
42
+ export { MemberListBinding as MemberListBinding } from './System.Linq.Expressions/internal/index.js';
43
+ export { MemberMemberBinding as MemberMemberBinding } from './System.Linq.Expressions/internal/index.js';
44
+ export { MethodCallExpression as MethodCallExpression } from './System.Linq.Expressions/internal/index.js';
45
+ export { NewArrayExpression as NewArrayExpression } from './System.Linq.Expressions/internal/index.js';
46
+ export { NewExpression as NewExpression } from './System.Linq.Expressions/internal/index.js';
47
+ export { ParameterExpression as ParameterExpression } from './System.Linq.Expressions/internal/index.js';
48
+ export { RuntimeVariablesExpression as RuntimeVariablesExpression } from './System.Linq.Expressions/internal/index.js';
49
+ export { SwitchCase as SwitchCase } from './System.Linq.Expressions/internal/index.js';
50
+ export { SwitchExpression as SwitchExpression } from './System.Linq.Expressions/internal/index.js';
51
+ export { SymbolDocumentInfo as SymbolDocumentInfo } from './System.Linq.Expressions/internal/index.js';
52
+ export { TryExpression as TryExpression } from './System.Linq.Expressions/internal/index.js';
53
+ export { TypeBinaryExpression as TypeBinaryExpression } from './System.Linq.Expressions/internal/index.js';
54
+ export { UnaryExpression as UnaryExpression } from './System.Linq.Expressions/internal/index.js';
55
+ export { DynamicExpressionVisitor as DynamicExpressionVisitor } from './System.Linq.Expressions/internal/index.js';
56
+ export { DynamicExpression as DynamicExpression } from './System.Linq.Expressions/internal/index.js';
57
+
58
+ // Multi-arity family sentinel (detects unspecified type parameters)
59
+ declare const __unspecified: unique symbol;
60
+ export type __ = typeof __unspecified;
61
+
62
+ export type Expression<
63
+ T1 = __,
64
+ > =
65
+ [T1] extends [__] ? Internal.Expression :
66
+ Internal.Expression_1<T1>;
67
+
@@ -0,0 +1,68 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Linq
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Linq/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { Partitioner_1 } from './System.Collections.Concurrent/internal/index.js';
10
+ import type { Dictionary_2, HashSet_1, IAsyncEnumerable_1, IAsyncEnumerator_1, IComparer_1, IEnumerable_1, IEnumerator_1, IEqualityComparer_1, KeyValuePair_2, List_1 } from './System.Collections.Generic/internal/index.js';
11
+ import type { ImmutableArray_1, ImmutableArray_1_Builder } from './System.Collections.Immutable/internal/index.js';
12
+ import type { IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
13
+ import type { Expression, Expression_1 } from './System.Linq.Expressions/internal/index.js';
14
+ import type { IAdditionOperators_3, INumber_1 } from './System.Numerics/internal/index.js';
15
+ import type { ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
16
+ import type { CancellationToken } from './System.Threading/internal/index.js';
17
+ import type { Action_1, Boolean as ClrBoolean, Decimal, Double, Enum, Func_1, Func_2, Func_3, Func_4, IComparable, IConvertible, IFormatProvider, IFormattable, Index, Int32, Int64, ISpanFormattable, Nullable_1, Object as ClrObject, Range, Single, String as ClrString, Type, TypeCode, ValueTuple_2, ValueTuple_3, Void } from './System/internal/index.js';
18
+
19
+ // Public API exports (curated - no internal $instance/$views leakage)
20
+ export { ImmutableArrayExtensions$instance as ImmutableArrayExtensions } from './System.Linq/internal/index.js';
21
+ export { Enumerable$instance as Enumerable } from './System.Linq/internal/index.js';
22
+ export type IGrouping<TKey, TElement> = Internal.IGrouping_2<TKey, TElement>;
23
+ export type ILookup<TKey, TElement> = Internal.ILookup_2<TKey, TElement>;
24
+ export { Lookup_2 as Lookup } from './System.Linq/internal/index.js';
25
+ export type IOrderedEnumerable<TElement> = Internal.IOrderedEnumerable_1<TElement>;
26
+ export { AsyncEnumerable$instance as AsyncEnumerable } from './System.Linq/internal/index.js';
27
+ export type IOrderedAsyncEnumerable<TElement> = Internal.IOrderedAsyncEnumerable_1<TElement>;
28
+ export type IQueryProvider = Internal.IQueryProvider;
29
+ export { OrderedParallelQuery_1 as OrderedParallelQuery } from './System.Linq/internal/index.js';
30
+ export { ParallelEnumerable$instance as ParallelEnumerable } from './System.Linq/internal/index.js';
31
+ export { ParallelExecutionMode as ParallelExecutionMode } from './System.Linq/internal/index.js';
32
+ export { ParallelMergeOptions as ParallelMergeOptions } from './System.Linq/internal/index.js';
33
+ export { Queryable$instance as Queryable } from './System.Linq/internal/index.js';
34
+
35
+ // Multi-arity family sentinel (detects unspecified type parameters)
36
+ declare const __unspecified: unique symbol;
37
+ export type __ = typeof __unspecified;
38
+
39
+ export type EnumerableExecutor<
40
+ T1 = __,
41
+ > =
42
+ [T1] extends [__] ? Internal.EnumerableExecutor :
43
+ Internal.EnumerableExecutor_1<T1>;
44
+
45
+ export type EnumerableQuery<
46
+ T1 = __,
47
+ > =
48
+ [T1] extends [__] ? Internal.EnumerableQuery :
49
+ Internal.EnumerableQuery_1<T1>;
50
+
51
+ export type IOrderedQueryable<
52
+ T1 = __,
53
+ > =
54
+ [T1] extends [__] ? Internal.IOrderedQueryable :
55
+ Internal.IOrderedQueryable_1<T1>;
56
+
57
+ export type IQueryable<
58
+ T1 = __,
59
+ > =
60
+ [T1] extends [__] ? Internal.IQueryable :
61
+ Internal.IQueryable_1<T1>;
62
+
63
+ export type ParallelQuery<
64
+ T1 = __,
65
+ > =
66
+ [T1] extends [__] ? Internal.ParallelQuery :
67
+ Internal.ParallelQuery_1<T1>;
68
+
@@ -452,7 +452,8 @@ export interface __IPNetwork$views {
452
452
  As_IUtf8SpanParsable_1(): System_Internal.IUtf8SpanParsable_1$instance<IPNetwork>;
453
453
 
454
454
  // Structural method bridges for numeric interface constraints
455
- Equals(other: IPNetwork): boolean;
455
+ equals(other: IPNetwork): boolean;
456
+ tryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>, bytesWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
456
457
  }
457
458
 
458
459
  export interface IPNetwork$instance extends System_Internal.ISpanParsable_1$instance<IPNetwork> {}
@@ -1270,6 +1271,9 @@ export interface __IPAddress$views {
1270
1271
  As_ISpanParsable_1(): System_Internal.ISpanParsable_1$instance<IPAddress>;
1271
1272
  As_IUtf8SpanFormattable(): System_Internal.IUtf8SpanFormattable$instance;
1272
1273
  As_IUtf8SpanParsable_1(): System_Internal.IUtf8SpanParsable_1$instance<IPAddress>;
1274
+
1275
+ // Structural method bridges for numeric interface constraints
1276
+ tryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>, bytesWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
1273
1277
  }
1274
1278
 
1275
1279
  export interface IPAddress$instance extends System_Internal.ISpanParsable_1$instance<IPAddress> {}
@@ -1477,7 +1481,7 @@ export interface __SocketAddress$views {
1477
1481
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<SocketAddress>;
1478
1482
 
1479
1483
  // Structural method bridges for numeric interface constraints
1480
- Equals(other: SocketAddress): boolean;
1484
+ equals(other: SocketAddress): boolean;
1481
1485
  }
1482
1486
 
1483
1487
  export type SocketAddress = SocketAddress$instance & __SocketAddress$views;
@@ -0,0 +1,16 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Net.Cache
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Net.Cache/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { Boolean as ClrBoolean, DateTime, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, TimeSpan, Type, TypeCode } from './System/internal/index.js';
10
+
11
+ // Public API exports (curated - no internal $instance/$views leakage)
12
+ export { RequestCacheLevel as RequestCacheLevel } from './System.Net.Cache/internal/index.js';
13
+ export { RequestCachePolicy as RequestCachePolicy } from './System.Net.Cache/internal/index.js';
14
+ export { HttpCacheAgeControl as HttpCacheAgeControl } from './System.Net.Cache/internal/index.js';
15
+ export { HttpRequestCacheLevel as HttpRequestCacheLevel } from './System.Net.Cache/internal/index.js';
16
+ export { HttpRequestCachePolicy as HttpRequestCachePolicy } from './System.Net.Cache/internal/index.js';
@@ -396,7 +396,7 @@ export interface __HttpMethod$views {
396
396
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<HttpMethod>;
397
397
 
398
398
  // Structural method bridges for numeric interface constraints
399
- Equals(other: HttpMethod): boolean;
399
+ equals(other: HttpMethod): boolean;
400
400
  }
401
401
 
402
402
  export type HttpMethod = HttpMethod$instance & __HttpMethod$views;
@@ -0,0 +1,42 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Net.Http.Headers
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Net.Http.Headers/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { ICollection_1, IEnumerable_1, IEnumerator_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, KeyValuePair_2 } from './System.Collections.Generic/internal/index.js';
10
+ import type { IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
11
+ import type { Boolean as ClrBoolean, Byte, DateTimeOffset, Double, ICloneable, IDisposable, Int32, Int64, Nullable_1, Object as ClrObject, String as ClrString, TimeSpan, Type, Uri, ValueType, Void } from './System/internal/index.js';
12
+
13
+ // Public API exports (curated - no internal $instance/$views leakage)
14
+ export { AuthenticationHeaderValue as AuthenticationHeaderValue } from './System.Net.Http.Headers/internal/index.js';
15
+ export { CacheControlHeaderValue as CacheControlHeaderValue } from './System.Net.Http.Headers/internal/index.js';
16
+ export { ContentDispositionHeaderValue as ContentDispositionHeaderValue } from './System.Net.Http.Headers/internal/index.js';
17
+ export { ContentRangeHeaderValue as ContentRangeHeaderValue } from './System.Net.Http.Headers/internal/index.js';
18
+ export { EntityTagHeaderValue as EntityTagHeaderValue } from './System.Net.Http.Headers/internal/index.js';
19
+ export { HeaderStringValues as HeaderStringValues } from './System.Net.Http.Headers/internal/index.js';
20
+ export { HeaderStringValues_Enumerator as HeaderStringValues_Enumerator } from './System.Net.Http.Headers/internal/index.js';
21
+ export { HttpContentHeaders as HttpContentHeaders } from './System.Net.Http.Headers/internal/index.js';
22
+ export { HttpHeaders as HttpHeaders } from './System.Net.Http.Headers/internal/index.js';
23
+ export { HttpHeadersNonValidated as HttpHeadersNonValidated } from './System.Net.Http.Headers/internal/index.js';
24
+ export { HttpHeadersNonValidated_Enumerator as HttpHeadersNonValidated_Enumerator } from './System.Net.Http.Headers/internal/index.js';
25
+ export { HttpHeaderValueCollection_1 as HttpHeaderValueCollection } from './System.Net.Http.Headers/internal/index.js';
26
+ export { HttpRequestHeaders as HttpRequestHeaders } from './System.Net.Http.Headers/internal/index.js';
27
+ export { HttpResponseHeaders as HttpResponseHeaders } from './System.Net.Http.Headers/internal/index.js';
28
+ export { MediaTypeHeaderValue as MediaTypeHeaderValue } from './System.Net.Http.Headers/internal/index.js';
29
+ export { MediaTypeWithQualityHeaderValue as MediaTypeWithQualityHeaderValue } from './System.Net.Http.Headers/internal/index.js';
30
+ export { NameValueHeaderValue as NameValueHeaderValue } from './System.Net.Http.Headers/internal/index.js';
31
+ export { NameValueWithParametersHeaderValue as NameValueWithParametersHeaderValue } from './System.Net.Http.Headers/internal/index.js';
32
+ export { ProductHeaderValue as ProductHeaderValue } from './System.Net.Http.Headers/internal/index.js';
33
+ export { ProductInfoHeaderValue as ProductInfoHeaderValue } from './System.Net.Http.Headers/internal/index.js';
34
+ export { RangeConditionHeaderValue as RangeConditionHeaderValue } from './System.Net.Http.Headers/internal/index.js';
35
+ export { RangeHeaderValue as RangeHeaderValue } from './System.Net.Http.Headers/internal/index.js';
36
+ export { RangeItemHeaderValue as RangeItemHeaderValue } from './System.Net.Http.Headers/internal/index.js';
37
+ export { RetryConditionHeaderValue as RetryConditionHeaderValue } from './System.Net.Http.Headers/internal/index.js';
38
+ export { StringWithQualityHeaderValue as StringWithQualityHeaderValue } from './System.Net.Http.Headers/internal/index.js';
39
+ export { TransferCodingHeaderValue as TransferCodingHeaderValue } from './System.Net.Http.Headers/internal/index.js';
40
+ export { TransferCodingWithQualityHeaderValue as TransferCodingWithQualityHeaderValue } from './System.Net.Http.Headers/internal/index.js';
41
+ export { ViaHeaderValue as ViaHeaderValue } from './System.Net.Http.Headers/internal/index.js';
42
+ export { WarningHeaderValue as WarningHeaderValue } from './System.Net.Http.Headers/internal/index.js';
@@ -0,0 +1,24 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Net.Http.Json
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Net.Http.Json/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IAsyncEnumerable_1 } from './System.Collections.Generic/internal/index.js';
10
+ import type { Stream } from './System.IO/internal/index.js';
11
+ import type { HttpContentHeaders, MediaTypeHeaderValue } from './System.Net.Http.Headers/internal/index.js';
12
+ import type { HttpClient, HttpContent, HttpResponseMessage } from './System.Net.Http/internal/index.js';
13
+ import type { TransportContext } from './System.Net/internal/index.js';
14
+ import type { JsonTypeInfo, JsonTypeInfo_1 } from './System.Text.Json.Serialization.Metadata/internal/index.js';
15
+ import type { JsonSerializerContext } from './System.Text.Json.Serialization/internal/index.js';
16
+ import type { JsonSerializerOptions } from './System.Text.Json/internal/index.js';
17
+ import type { Task, Task_1 } from './System.Threading.Tasks/internal/index.js';
18
+ import type { CancellationToken } from './System.Threading/internal/index.js';
19
+ import type { Boolean as ClrBoolean, Byte, IDisposable, Int32, Int64, Object as ClrObject, String as ClrString, Type, Uri, Void } from './System/internal/index.js';
20
+
21
+ // Public API exports (curated - no internal $instance/$views leakage)
22
+ export { HttpClientJsonExtensions$instance as HttpClientJsonExtensions } from './System.Net.Http.Json/internal/index.js';
23
+ export { HttpContentJsonExtensions$instance as HttpContentJsonExtensions } from './System.Net.Http.Json/internal/index.js';
24
+ export { JsonContent as JsonContent } from './System.Net.Http.Json/internal/index.js';
@@ -0,0 +1,13 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Net.Http.Metrics
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Net.Http.Metrics/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { HttpRequestMessage, HttpResponseMessage } from './System.Net.Http/internal/index.js';
10
+ import type { Action_1, Boolean as ClrBoolean, Exception, Int32, Object as ClrObject, String as ClrString, Type, Void } from './System/internal/index.js';
11
+
12
+ // Public API exports (curated - no internal $instance/$views leakage)
13
+ export { HttpMetricsEnrichmentContext as HttpMetricsEnrichmentContext } from './System.Net.Http.Metrics/internal/index.js';
@@ -0,0 +1,57 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Net.Http
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Net.Http/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { ICollection_1, IDictionary_2, IEnumerable_1, IEnumerator_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, KeyValuePair_2 } from './System.Collections.Generic/internal/index.js';
10
+ import type { IDictionary, IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
11
+ import type { IMeterFactory } from './System.Diagnostics.Metrics/internal/index.js';
12
+ import type { DistributedContextPropagator } from './System.Diagnostics/internal/index.js';
13
+ import type { IOException, Stream } from './System.IO/internal/index.js';
14
+ import type { HttpContentHeaders, HttpRequestHeaders, HttpResponseHeaders, MediaTypeHeaderValue } from './System.Net.Http.Headers/internal/index.js';
15
+ import type { SslClientAuthenticationOptions, SslPolicyErrors } from './System.Net.Security/internal/index.js';
16
+ import type { CookieContainer, DecompressionMethods, DnsEndPoint, HttpStatusCode, ICredentials, IWebProxy, TransportContext } from './System.Net/internal/index.js';
17
+ import type { MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
18
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
19
+ import type { SslProtocols } from './System.Security.Authentication/internal/index.js';
20
+ import type { X509Certificate2, X509CertificateCollection, X509Chain } from './System.Security.Cryptography.X509Certificates/internal/index.js';
21
+ import type { Encoding } from './System.Text/internal/index.js';
22
+ import type { Task, Task_1, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
23
+ import type { CancellationToken } from './System.Threading/internal/index.js';
24
+ import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, Delegate, Enum, Exception, Func_3, Func_5, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, String as ClrString, TimeSpan, Type, TypeCode, Uri, ValueType, Version, Void } from './System/internal/index.js';
25
+
26
+ // Public API exports (curated - no internal $instance/$views leakage)
27
+ export { ByteArrayContent as ByteArrayContent } from './System.Net.Http/internal/index.js';
28
+ export { ClientCertificateOption as ClientCertificateOption } from './System.Net.Http/internal/index.js';
29
+ export { DelegatingHandler as DelegatingHandler } from './System.Net.Http/internal/index.js';
30
+ export { FormUrlEncodedContent as FormUrlEncodedContent } from './System.Net.Http/internal/index.js';
31
+ export type HeaderEncodingSelector<TContext> = Internal.HeaderEncodingSelector_1<TContext>;
32
+ export { HttpClient as HttpClient } from './System.Net.Http/internal/index.js';
33
+ export { HttpClientHandler as HttpClientHandler } from './System.Net.Http/internal/index.js';
34
+ export { HttpCompletionOption as HttpCompletionOption } from './System.Net.Http/internal/index.js';
35
+ export { HttpContent as HttpContent } from './System.Net.Http/internal/index.js';
36
+ export { HttpMessageHandler as HttpMessageHandler } from './System.Net.Http/internal/index.js';
37
+ export { HttpMessageInvoker as HttpMessageInvoker } from './System.Net.Http/internal/index.js';
38
+ export { HttpMethod as HttpMethod } from './System.Net.Http/internal/index.js';
39
+ export { HttpProtocolException as HttpProtocolException } from './System.Net.Http/internal/index.js';
40
+ export { HttpRequestException as HttpRequestException } from './System.Net.Http/internal/index.js';
41
+ export { HttpRequestError as HttpRequestError } from './System.Net.Http/internal/index.js';
42
+ export { HttpRequestMessage as HttpRequestMessage } from './System.Net.Http/internal/index.js';
43
+ export { HttpRequestOptions as HttpRequestOptions } from './System.Net.Http/internal/index.js';
44
+ export { HttpRequestOptionsKey_1 as HttpRequestOptionsKey } from './System.Net.Http/internal/index.js';
45
+ export { HttpResponseMessage as HttpResponseMessage } from './System.Net.Http/internal/index.js';
46
+ export { HttpIOException as HttpIOException } from './System.Net.Http/internal/index.js';
47
+ export { HttpVersionPolicy as HttpVersionPolicy } from './System.Net.Http/internal/index.js';
48
+ export { MessageProcessingHandler as MessageProcessingHandler } from './System.Net.Http/internal/index.js';
49
+ export { MultipartContent as MultipartContent } from './System.Net.Http/internal/index.js';
50
+ export { MultipartFormDataContent as MultipartFormDataContent } from './System.Net.Http/internal/index.js';
51
+ export { ReadOnlyMemoryContent as ReadOnlyMemoryContent } from './System.Net.Http/internal/index.js';
52
+ export { StreamContent as StreamContent } from './System.Net.Http/internal/index.js';
53
+ export { StringContent as StringContent } from './System.Net.Http/internal/index.js';
54
+ export { SocketsHttpPlaintextStreamFilterContext as SocketsHttpPlaintextStreamFilterContext } from './System.Net.Http/internal/index.js';
55
+ export { HttpKeepAlivePingPolicy as HttpKeepAlivePingPolicy } from './System.Net.Http/internal/index.js';
56
+ export { SocketsHttpConnectionContext as SocketsHttpConnectionContext } from './System.Net.Http/internal/index.js';
57
+ export { SocketsHttpHandler as SocketsHttpHandler } from './System.Net.Http/internal/index.js';
@@ -0,0 +1,45 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Net.Mail
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Net.Mail/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { ICollection_1, IEnumerable_1, IEnumerator_1, IList_1, IReadOnlyCollection_1, IReadOnlyList_1 } from './System.Collections.Generic/internal/index.js';
10
+ import type { Collection_1 } from './System.Collections.ObjectModel/internal/index.js';
11
+ import type { NameValueCollection } from './System.Collections.Specialized/internal/index.js';
12
+ import type { ICollection, IDictionary, IEnumerable, IEnumerator, IList } from './System.Collections/internal/index.js';
13
+ import type { AsyncCompletedEventArgs } from './System.ComponentModel/internal/index.js';
14
+ import type { Stream } from './System.IO/internal/index.js';
15
+ import type { ContentDisposition, ContentType, TransferEncoding } from './System.Net.Mime/internal/index.js';
16
+ import type { ICredentialsByHost, ServicePoint } from './System.Net/internal/index.js';
17
+ import type { MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
18
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
19
+ import type { X509CertificateCollection } from './System.Security.Cryptography.X509Certificates/internal/index.js';
20
+ import type { Encoding } from './System.Text/internal/index.js';
21
+ import type { Task } from './System.Threading.Tasks/internal/index.js';
22
+ import type { CancellationToken } from './System.Threading/internal/index.js';
23
+ import type { Array as ClrArray, AsyncCallback, Boolean as ClrBoolean, Delegate, Enum, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, Type, TypeCode, Uri, Void } from './System/internal/index.js';
24
+
25
+ // Public API exports (curated - no internal $instance/$views leakage)
26
+ export { AlternateView as AlternateView } from './System.Net.Mail/internal/index.js';
27
+ export { AlternateViewCollection as AlternateViewCollection } from './System.Net.Mail/internal/index.js';
28
+ export { AttachmentBase as AttachmentBase } from './System.Net.Mail/internal/index.js';
29
+ export { Attachment as Attachment } from './System.Net.Mail/internal/index.js';
30
+ export { AttachmentCollection as AttachmentCollection } from './System.Net.Mail/internal/index.js';
31
+ export { LinkedResource as LinkedResource } from './System.Net.Mail/internal/index.js';
32
+ export { LinkedResourceCollection as LinkedResourceCollection } from './System.Net.Mail/internal/index.js';
33
+ export { MailAddress as MailAddress } from './System.Net.Mail/internal/index.js';
34
+ export { MailAddressCollection as MailAddressCollection } from './System.Net.Mail/internal/index.js';
35
+ export { DeliveryNotificationOptions as DeliveryNotificationOptions } from './System.Net.Mail/internal/index.js';
36
+ export { MailMessage as MailMessage } from './System.Net.Mail/internal/index.js';
37
+ export { MailPriority as MailPriority } from './System.Net.Mail/internal/index.js';
38
+ export { SmtpException as SmtpException } from './System.Net.Mail/internal/index.js';
39
+ export { SmtpFailedRecipientException as SmtpFailedRecipientException } from './System.Net.Mail/internal/index.js';
40
+ export { SmtpFailedRecipientsException as SmtpFailedRecipientsException } from './System.Net.Mail/internal/index.js';
41
+ export { SmtpStatusCode as SmtpStatusCode } from './System.Net.Mail/internal/index.js';
42
+ export type SendCompletedEventHandler = Internal.SendCompletedEventHandler;
43
+ export { SmtpDeliveryMethod as SmtpDeliveryMethod } from './System.Net.Mail/internal/index.js';
44
+ export { SmtpDeliveryFormat as SmtpDeliveryFormat } from './System.Net.Mail/internal/index.js';
45
+ export { SmtpClient as SmtpClient } from './System.Net.Mail/internal/index.js';
@@ -0,0 +1,22 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Net.Mime
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Net.Mime/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { StringDictionary } from './System.Collections.Specialized/internal/index.js';
10
+ import type { Boolean as ClrBoolean, DateTime, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode } from './System/internal/index.js';
11
+
12
+ // Public API exports (curated - no internal $instance/$views leakage)
13
+ export { TransferEncoding as TransferEncoding } from './System.Net.Mime/internal/index.js';
14
+ export { ContentDisposition as ContentDisposition } from './System.Net.Mime/internal/index.js';
15
+ export { ContentType as ContentType } from './System.Net.Mime/internal/index.js';
16
+ export { DispositionTypeNames$instance as DispositionTypeNames } from './System.Net.Mime/internal/index.js';
17
+ export { MediaTypeNames$instance as MediaTypeNames } from './System.Net.Mime/internal/index.js';
18
+ export { MediaTypeNames_Application$instance as MediaTypeNames_Application } from './System.Net.Mime/internal/index.js';
19
+ export { MediaTypeNames_Font$instance as MediaTypeNames_Font } from './System.Net.Mime/internal/index.js';
20
+ export { MediaTypeNames_Image$instance as MediaTypeNames_Image } from './System.Net.Mime/internal/index.js';
21
+ export { MediaTypeNames_Multipart$instance as MediaTypeNames_Multipart } from './System.Net.Mime/internal/index.js';
22
+ export { MediaTypeNames_Text$instance as MediaTypeNames_Text } from './System.Net.Mime/internal/index.js';
@@ -0,0 +1,63 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Net.NetworkInformation
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Net.NetworkInformation/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { ICollection_1, IEnumerable_1, IEnumerator_1 } from './System.Collections.Generic/internal/index.js';
10
+ import type { IDictionary, IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
11
+ import type { AsyncCompletedEventArgs, Component, IComponent, IContainer, ISite, Win32Exception } from './System.ComponentModel/internal/index.js';
12
+ import type { IPAddress, IPEndPoint } from './System.Net/internal/index.js';
13
+ import type { MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
14
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
15
+ import type { Task_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, Char, Delegate, Enum, EventArgs, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, IntPtr, InvalidOperationException, ISpanFormattable, MulticastDelegate, Object as ClrObject, ReadOnlySpan_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 { DuplicateAddressDetectionState as DuplicateAddressDetectionState } from './System.Net.NetworkInformation/internal/index.js';
21
+ export { GatewayIPAddressInformation as GatewayIPAddressInformation } from './System.Net.NetworkInformation/internal/index.js';
22
+ export { GatewayIPAddressInformationCollection as GatewayIPAddressInformationCollection } from './System.Net.NetworkInformation/internal/index.js';
23
+ export { IcmpV4Statistics as IcmpV4Statistics } from './System.Net.NetworkInformation/internal/index.js';
24
+ export { IcmpV6Statistics as IcmpV6Statistics } from './System.Net.NetworkInformation/internal/index.js';
25
+ export { IPAddressInformation as IPAddressInformation } from './System.Net.NetworkInformation/internal/index.js';
26
+ export { IPAddressInformationCollection as IPAddressInformationCollection } from './System.Net.NetworkInformation/internal/index.js';
27
+ export { IPGlobalProperties as IPGlobalProperties } from './System.Net.NetworkInformation/internal/index.js';
28
+ export { IPGlobalStatistics as IPGlobalStatistics } from './System.Net.NetworkInformation/internal/index.js';
29
+ export { IPInterfaceProperties as IPInterfaceProperties } from './System.Net.NetworkInformation/internal/index.js';
30
+ export { IPInterfaceStatistics as IPInterfaceStatistics } from './System.Net.NetworkInformation/internal/index.js';
31
+ export { IPv4InterfaceProperties as IPv4InterfaceProperties } from './System.Net.NetworkInformation/internal/index.js';
32
+ export { IPv4InterfaceStatistics as IPv4InterfaceStatistics } from './System.Net.NetworkInformation/internal/index.js';
33
+ export { IPv6InterfaceProperties as IPv6InterfaceProperties } from './System.Net.NetworkInformation/internal/index.js';
34
+ export { MulticastIPAddressInformation as MulticastIPAddressInformation } from './System.Net.NetworkInformation/internal/index.js';
35
+ export { MulticastIPAddressInformationCollection as MulticastIPAddressInformationCollection } from './System.Net.NetworkInformation/internal/index.js';
36
+ export { NetBiosNodeType as NetBiosNodeType } from './System.Net.NetworkInformation/internal/index.js';
37
+ export { NetworkChange as NetworkChange } from './System.Net.NetworkInformation/internal/index.js';
38
+ export { NetworkAvailabilityEventArgs as NetworkAvailabilityEventArgs } from './System.Net.NetworkInformation/internal/index.js';
39
+ export type NetworkAddressChangedEventHandler = Internal.NetworkAddressChangedEventHandler;
40
+ export type NetworkAvailabilityChangedEventHandler = Internal.NetworkAvailabilityChangedEventHandler;
41
+ export { NetworkInterface as NetworkInterface } from './System.Net.NetworkInformation/internal/index.js';
42
+ export { NetworkInterfaceComponent as NetworkInterfaceComponent } from './System.Net.NetworkInformation/internal/index.js';
43
+ export { NetworkInterfaceType as NetworkInterfaceType } from './System.Net.NetworkInformation/internal/index.js';
44
+ export { OperationalStatus as OperationalStatus } from './System.Net.NetworkInformation/internal/index.js';
45
+ export { PhysicalAddress as PhysicalAddress } from './System.Net.NetworkInformation/internal/index.js';
46
+ export { PrefixOrigin as PrefixOrigin } from './System.Net.NetworkInformation/internal/index.js';
47
+ export { ScopeLevel as ScopeLevel } from './System.Net.NetworkInformation/internal/index.js';
48
+ export { SuffixOrigin as SuffixOrigin } from './System.Net.NetworkInformation/internal/index.js';
49
+ export { TcpConnectionInformation as TcpConnectionInformation } from './System.Net.NetworkInformation/internal/index.js';
50
+ export { TcpState as TcpState } from './System.Net.NetworkInformation/internal/index.js';
51
+ export { TcpStatistics as TcpStatistics } from './System.Net.NetworkInformation/internal/index.js';
52
+ export { UdpStatistics as UdpStatistics } from './System.Net.NetworkInformation/internal/index.js';
53
+ export { UnicastIPAddressInformation as UnicastIPAddressInformation } from './System.Net.NetworkInformation/internal/index.js';
54
+ export { UnicastIPAddressInformationCollection as UnicastIPAddressInformationCollection } from './System.Net.NetworkInformation/internal/index.js';
55
+ export { NetworkInformationException as NetworkInformationException } from './System.Net.NetworkInformation/internal/index.js';
56
+ export { IPStatus as IPStatus } from './System.Net.NetworkInformation/internal/index.js';
57
+ export { Ping as Ping } from './System.Net.NetworkInformation/internal/index.js';
58
+ export type PingCompletedEventHandler = Internal.PingCompletedEventHandler;
59
+ export { PingCompletedEventArgs as PingCompletedEventArgs } from './System.Net.NetworkInformation/internal/index.js';
60
+ export { PingException as PingException } from './System.Net.NetworkInformation/internal/index.js';
61
+ export { PingOptions as PingOptions } from './System.Net.NetworkInformation/internal/index.js';
62
+ export { PingReply as PingReply } from './System.Net.NetworkInformation/internal/index.js';
63
+ export { IPAddressCollection as IPAddressCollection } from './System.Net.NetworkInformation/internal/index.js';
@@ -0,0 +1,35 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Net.Quic
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Net.Quic/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { List_1 } from './System.Collections.Generic/internal/index.js';
10
+ import type { IDictionary } from './System.Collections/internal/index.js';
11
+ import type { IOException, SeekOrigin, Stream } from './System.IO/internal/index.js';
12
+ import type { SslApplicationProtocol, SslClientAuthenticationOptions, SslClientHelloInfo, SslServerAuthenticationOptions, TlsCipherSuite } from './System.Net.Security/internal/index.js';
13
+ import type { EndPoint, IPEndPoint } from './System.Net/internal/index.js';
14
+ import type { MethodBase } from './System.Reflection/internal/index.js';
15
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
16
+ import type { SslProtocols } from './System.Security.Authentication/internal/index.js';
17
+ import type { X509Certificate } from './System.Security.Cryptography.X509Certificates/internal/index.js';
18
+ import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
19
+ import type { CancellationToken } from './System.Threading/internal/index.js';
20
+ import type { Action_2, AsyncCallback, Boolean as ClrBoolean, Byte, Enum, Exception, Func_4, IAsyncDisposable, IAsyncResult, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Memory_1, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, TimeSpan, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
21
+
22
+ // Public API exports (curated - no internal $instance/$views leakage)
23
+ export { QuicAbortDirection as QuicAbortDirection } from './System.Net.Quic/internal/index.js';
24
+ export { QuicConnection as QuicConnection } from './System.Net.Quic/internal/index.js';
25
+ export { QuicReceiveWindowSizes as QuicReceiveWindowSizes } from './System.Net.Quic/internal/index.js';
26
+ export { QuicStreamCapacityChangedArgs as QuicStreamCapacityChangedArgs } from './System.Net.Quic/internal/index.js';
27
+ export { QuicConnectionOptions as QuicConnectionOptions } from './System.Net.Quic/internal/index.js';
28
+ export { QuicClientConnectionOptions as QuicClientConnectionOptions } from './System.Net.Quic/internal/index.js';
29
+ export { QuicServerConnectionOptions as QuicServerConnectionOptions } from './System.Net.Quic/internal/index.js';
30
+ export { QuicError as QuicError } from './System.Net.Quic/internal/index.js';
31
+ export { QuicException as QuicException } from './System.Net.Quic/internal/index.js';
32
+ export { QuicListener as QuicListener } from './System.Net.Quic/internal/index.js';
33
+ export { QuicListenerOptions as QuicListenerOptions } from './System.Net.Quic/internal/index.js';
34
+ export { QuicStream as QuicStream } from './System.Net.Quic/internal/index.js';
35
+ export { QuicStreamType as QuicStreamType } from './System.Net.Quic/internal/index.js';
@@ -476,7 +476,7 @@ export interface __SslApplicationProtocol$views {
476
476
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<SslApplicationProtocol>;
477
477
 
478
478
  // Structural method bridges for numeric interface constraints
479
- Equals(other: SslApplicationProtocol): boolean;
479
+ equals(other: SslApplicationProtocol): boolean;
480
480
  }
481
481
 
482
482
  export type SslApplicationProtocol = SslApplicationProtocol$instance & __SslApplicationProtocol$views;
@@ -0,0 +1,47 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Net.Security
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Net.Security/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IBufferWriter_1 } from './System.Buffers/internal/index.js';
10
+ import type { IEnumerable_1, List_1 } from './System.Collections.Generic/internal/index.js';
11
+ import type { ReadOnlyCollection_1 } from './System.Collections.ObjectModel/internal/index.js';
12
+ import type { SeekOrigin, Stream } from './System.IO/internal/index.js';
13
+ import type { NetworkCredential, TransportContext } from './System.Net/internal/index.js';
14
+ import type { MethodInfo } from './System.Reflection/internal/index.js';
15
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
16
+ import type { ChannelBinding, ExtendedProtectionPolicy } from './System.Security.Authentication.ExtendedProtection/internal/index.js';
17
+ import type { CipherAlgorithmType, ExchangeAlgorithmType, HashAlgorithmType, SslProtocols } from './System.Security.Authentication/internal/index.js';
18
+ import type { X509Certificate, X509Certificate2, X509Certificate2Collection, X509CertificateCollection, X509Chain, X509ChainPolicy, X509RevocationMode, X509Store } from './System.Security.Cryptography.X509Certificates/internal/index.js';
19
+ import type { IIdentity, TokenImpersonationLevel } from './System.Security.Principal/internal/index.js';
20
+ import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
21
+ import type { CancellationToken } from './System.Threading/internal/index.js';
22
+ import type { AsyncCallback, Boolean as ClrBoolean, Byte, Delegate, Enum, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, Memory_1, MulticastDelegate, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, Type, TypeCode, UInt16, ValueType, Void } from './System/internal/index.js';
23
+
24
+ // Public API exports (curated - no internal $instance/$views leakage)
25
+ export { AuthenticationLevel as AuthenticationLevel } from './System.Net.Security/internal/index.js';
26
+ export { SslPolicyErrors as SslPolicyErrors } from './System.Net.Security/internal/index.js';
27
+ export { AuthenticatedStream as AuthenticatedStream } from './System.Net.Security/internal/index.js';
28
+ export { CipherSuitesPolicy as CipherSuitesPolicy } from './System.Net.Security/internal/index.js';
29
+ export { NegotiateAuthentication as NegotiateAuthentication } from './System.Net.Security/internal/index.js';
30
+ export { NegotiateAuthenticationClientOptions as NegotiateAuthenticationClientOptions } from './System.Net.Security/internal/index.js';
31
+ export { NegotiateAuthenticationServerOptions as NegotiateAuthenticationServerOptions } from './System.Net.Security/internal/index.js';
32
+ export { NegotiateAuthenticationStatusCode as NegotiateAuthenticationStatusCode } from './System.Net.Security/internal/index.js';
33
+ export { ProtectionLevel as ProtectionLevel } from './System.Net.Security/internal/index.js';
34
+ export { SslApplicationProtocol as SslApplicationProtocol } from './System.Net.Security/internal/index.js';
35
+ export { SslCertificateTrust as SslCertificateTrust } from './System.Net.Security/internal/index.js';
36
+ export { SslClientAuthenticationOptions as SslClientAuthenticationOptions } from './System.Net.Security/internal/index.js';
37
+ export { SslClientHelloInfo as SslClientHelloInfo } from './System.Net.Security/internal/index.js';
38
+ export { SslServerAuthenticationOptions as SslServerAuthenticationOptions } from './System.Net.Security/internal/index.js';
39
+ export { EncryptionPolicy as EncryptionPolicy } from './System.Net.Security/internal/index.js';
40
+ export type RemoteCertificateValidationCallback = Internal.RemoteCertificateValidationCallback;
41
+ export type LocalCertificateSelectionCallback = Internal.LocalCertificateSelectionCallback;
42
+ export type ServerCertificateSelectionCallback = Internal.ServerCertificateSelectionCallback;
43
+ export type ServerOptionsSelectionCallback = Internal.ServerOptionsSelectionCallback;
44
+ export { SslStream as SslStream } from './System.Net.Security/internal/index.js';
45
+ export { SslStreamCertificateContext as SslStreamCertificateContext } from './System.Net.Security/internal/index.js';
46
+ export { NegotiateStream as NegotiateStream } from './System.Net.Security/internal/index.js';
47
+ export { TlsCipherSuite as TlsCipherSuite } from './System.Net.Security/internal/index.js';