@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,99 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Threading
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Threading/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { SafeWaitHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
10
+ import type { IList_1 } from './System.Collections.Generic/internal/index.js';
11
+ import type { IDictionary } from './System.Collections/internal/index.js';
12
+ import type { CultureInfo } from './System.Globalization/internal/index.js';
13
+ import type { MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
14
+ import type { CriticalFinalizerObject } from './System.Runtime.ConstrainedExecution/internal/index.js';
15
+ import type { SafeHandle } from './System.Runtime.InteropServices/internal/index.js';
16
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
17
+ import type { EventWaitHandleRights, EventWaitHandleSecurity, MutexRights, MutexSecurity, SemaphoreRights, SemaphoreSecurity } from './System.Security.AccessControl/internal/index.js';
18
+ import type { IPrincipal } from './System.Security.Principal/internal/index.js';
19
+ import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
20
+ import type { Action, Action_1, Action_2, AppDomain, ApplicationException, AsyncCallback, Boolean as ClrBoolean, Byte, Delegate, Double, Enum, EventArgs, Exception, Func_1, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, LocalDataStoreSlot, MarshalByRefObject, MulticastDelegate, Object as ClrObject, ReadOnlySpan_1, SByte, Single, String as ClrString, SystemException, TimeProvider, TimeSpan, Type, TypeCode, UInt16, UInt32, UInt64, UIntPtr, ValueType, Void } from './System/internal/index.js';
21
+
22
+ // Public API exports (curated - no internal $instance/$views leakage)
23
+ export { Interlocked$instance as Interlocked } from './System.Threading/internal/index.js';
24
+ export { Monitor$instance as Monitor } from './System.Threading/internal/index.js';
25
+ export { SynchronizationContext as SynchronizationContext } from './System.Threading/internal/index.js';
26
+ export { Thread as Thread } from './System.Threading/internal/index.js';
27
+ export { WaitHandle as WaitHandle } from './System.Threading/internal/index.js';
28
+ export { Mutex as Mutex } from './System.Threading/internal/index.js';
29
+ export { AbandonedMutexException as AbandonedMutexException } from './System.Threading/internal/index.js';
30
+ export { ApartmentState as ApartmentState } from './System.Threading/internal/index.js';
31
+ export { AsyncLocal_1 as AsyncLocal } from './System.Threading/internal/index.js';
32
+ export { AsyncLocalValueChangedArgs_1 as AsyncLocalValueChangedArgs } from './System.Threading/internal/index.js';
33
+ export { AutoResetEvent as AutoResetEvent } from './System.Threading/internal/index.js';
34
+ export { CancellationToken as CancellationToken } from './System.Threading/internal/index.js';
35
+ export { CancellationTokenRegistration as CancellationTokenRegistration } from './System.Threading/internal/index.js';
36
+ export { CancellationTokenSource as CancellationTokenSource } from './System.Threading/internal/index.js';
37
+ export { CompressedStack as CompressedStack } from './System.Threading/internal/index.js';
38
+ export { EventResetMode as EventResetMode } from './System.Threading/internal/index.js';
39
+ export { EventWaitHandle as EventWaitHandle } from './System.Threading/internal/index.js';
40
+ export type ContextCallback = Internal.ContextCallback;
41
+ export { ExecutionContext as ExecutionContext } from './System.Threading/internal/index.js';
42
+ export { AsyncFlowControl as AsyncFlowControl } from './System.Threading/internal/index.js';
43
+ export type IOCompletionCallback = Internal.IOCompletionCallback;
44
+ export type IThreadPoolWorkItem = Internal.IThreadPoolWorkItem;
45
+ export { LazyInitializer$instance as LazyInitializer } from './System.Threading/internal/index.js';
46
+ export { LazyThreadSafetyMode as LazyThreadSafetyMode } from './System.Threading/internal/index.js';
47
+ export { Lock as Lock } from './System.Threading/internal/index.js';
48
+ export { Lock_Scope as Lock_Scope } from './System.Threading/internal/index.js';
49
+ export { LockRecursionException as LockRecursionException } from './System.Threading/internal/index.js';
50
+ export { ManualResetEvent as ManualResetEvent } from './System.Threading/internal/index.js';
51
+ export { ManualResetEventSlim as ManualResetEventSlim } from './System.Threading/internal/index.js';
52
+ export { NamedWaitHandleOptions as NamedWaitHandleOptions } from './System.Threading/internal/index.js';
53
+ export { NativeOverlapped as NativeOverlapped } from './System.Threading/internal/index.js';
54
+ export { Overlapped as Overlapped } from './System.Threading/internal/index.js';
55
+ export type ParameterizedThreadStart = Internal.ParameterizedThreadStart;
56
+ export { LockRecursionPolicy as LockRecursionPolicy } from './System.Threading/internal/index.js';
57
+ export { ReaderWriterLockSlim as ReaderWriterLockSlim } from './System.Threading/internal/index.js';
58
+ export { Semaphore as Semaphore } from './System.Threading/internal/index.js';
59
+ export { SemaphoreFullException as SemaphoreFullException } from './System.Threading/internal/index.js';
60
+ export { SemaphoreSlim as SemaphoreSlim } from './System.Threading/internal/index.js';
61
+ export type SendOrPostCallback = Internal.SendOrPostCallback;
62
+ export { SpinLock as SpinLock } from './System.Threading/internal/index.js';
63
+ export { SpinWait as SpinWait } from './System.Threading/internal/index.js';
64
+ export { SynchronizationLockException as SynchronizationLockException } from './System.Threading/internal/index.js';
65
+ export { ThreadAbortException as ThreadAbortException } from './System.Threading/internal/index.js';
66
+ export { ThreadExceptionEventArgs as ThreadExceptionEventArgs } from './System.Threading/internal/index.js';
67
+ export type ThreadExceptionEventHandler = Internal.ThreadExceptionEventHandler;
68
+ export { ThreadInterruptedException as ThreadInterruptedException } from './System.Threading/internal/index.js';
69
+ export { ThreadLocal_1 as ThreadLocal } from './System.Threading/internal/index.js';
70
+ export type WaitCallback = Internal.WaitCallback;
71
+ export type WaitOrTimerCallback = Internal.WaitOrTimerCallback;
72
+ export { ThreadPool$instance as ThreadPool } from './System.Threading/internal/index.js';
73
+ export { ThreadPriority as ThreadPriority } from './System.Threading/internal/index.js';
74
+ export type ThreadStart = Internal.ThreadStart;
75
+ export { ThreadStartException as ThreadStartException } from './System.Threading/internal/index.js';
76
+ export { ThreadState as ThreadState } from './System.Threading/internal/index.js';
77
+ export { ThreadStateException as ThreadStateException } from './System.Threading/internal/index.js';
78
+ export { Timeout$instance as Timeout } from './System.Threading/internal/index.js';
79
+ export { PeriodicTimer as PeriodicTimer } from './System.Threading/internal/index.js';
80
+ export type TimerCallback = Internal.TimerCallback;
81
+ export { Timer as Timer } from './System.Threading/internal/index.js';
82
+ export { Volatile$instance as Volatile } from './System.Threading/internal/index.js';
83
+ export { WaitHandleCannotBeOpenedException as WaitHandleCannotBeOpenedException } from './System.Threading/internal/index.js';
84
+ export { WaitHandleExtensions$instance as WaitHandleExtensions } from './System.Threading/internal/index.js';
85
+ export type ITimer = Internal.ITimer;
86
+ export { PreAllocatedOverlapped as PreAllocatedOverlapped } from './System.Threading/internal/index.js';
87
+ export { RegisteredWaitHandle as RegisteredWaitHandle } from './System.Threading/internal/index.js';
88
+ export { ThreadPoolBoundHandle as ThreadPoolBoundHandle } from './System.Threading/internal/index.js';
89
+ export { BarrierPostPhaseException as BarrierPostPhaseException } from './System.Threading/internal/index.js';
90
+ export { Barrier as Barrier } from './System.Threading/internal/index.js';
91
+ export { CountdownEvent as CountdownEvent } from './System.Threading/internal/index.js';
92
+ export { HostExecutionContext as HostExecutionContext } from './System.Threading/internal/index.js';
93
+ export { HostExecutionContextManager as HostExecutionContextManager } from './System.Threading/internal/index.js';
94
+ export { LockCookie as LockCookie } from './System.Threading/internal/index.js';
95
+ export { ReaderWriterLock as ReaderWriterLock } from './System.Threading/internal/index.js';
96
+ export { EventWaitHandleAcl$instance as EventWaitHandleAcl } from './System.Threading/internal/index.js';
97
+ export { MutexAcl$instance as MutexAcl } from './System.Threading/internal/index.js';
98
+ export { SemaphoreAcl$instance as SemaphoreAcl } from './System.Threading/internal/index.js';
99
+ export { ThreadingAclExtensions$instance as ThreadingAclExtensions } from './System.Threading/internal/index.js';
@@ -3,18 +3,16 @@
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.Timers/internal/index.js';
7
7
 
8
8
  // Cross-namespace type imports for constraints
9
- import type { Component, DescriptionAttribute, IComponent, IContainer, ISite, ISupportInitialize, ISynchronizeInvoke } from '../System.ComponentModel/internal/index.js';
10
- import type { MethodInfo } from '../System.Reflection/internal/index.js';
11
- import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
12
- import type { AsyncCallback, Boolean as ClrBoolean, DateTime, Delegate, Double, EventArgs, IAsyncResult, ICloneable, IDisposable, Int32, IntPtr, MulticastDelegate, Object as ClrObject, String as ClrString, TimeSpan, Type, Void } from '../System/internal/index.js';
9
+ import type { Component, DescriptionAttribute, IComponent, IContainer, ISite, ISupportInitialize, ISynchronizeInvoke } from './System.ComponentModel/internal/index.js';
10
+ import type { MethodInfo } from './System.Reflection/internal/index.js';
11
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
12
+ import type { AsyncCallback, Boolean as ClrBoolean, DateTime, Delegate, Double, EventArgs, IAsyncResult, ICloneable, IDisposable, Int32, IntPtr, MulticastDelegate, Object as ClrObject, String as ClrString, TimeSpan, Type, Void } from './System/internal/index.js';
13
13
 
14
- export * from './internal/index.js';
15
-
16
- // Individual type exports for convenience
17
- export { ElapsedEventArgs as ElapsedEventArgs } from './internal/index.js';
14
+ // Public API exports (curated - no internal $instance/$views leakage)
15
+ export { ElapsedEventArgs as ElapsedEventArgs } from './System.Timers/internal/index.js';
18
16
  export type ElapsedEventHandler = Internal.ElapsedEventHandler;
19
- export { Timer as Timer } from './internal/index.js';
20
- export { TimersDescriptionAttribute as TimersDescriptionAttribute } from './internal/index.js';
17
+ export { Timer as Timer } from './System.Timers/internal/index.js';
18
+ export { TimersDescriptionAttribute as TimersDescriptionAttribute } from './System.Timers/internal/index.js';
@@ -173,7 +173,7 @@ export interface __TransactionOptions$views {
173
173
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<TransactionOptions>;
174
174
 
175
175
  // Structural method bridges for numeric interface constraints
176
- Equals(other: TransactionOptions): boolean;
176
+ equals(other: TransactionOptions): boolean;
177
177
  }
178
178
 
179
179
  export type TransactionOptions = TransactionOptions$instance & __TransactionOptions$views;
@@ -3,49 +3,47 @@
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.Transactions/internal/index.js';
7
7
 
8
8
  // Cross-namespace type imports for constraints
9
- import type { IDictionary } from '../System.Collections/internal/index.js';
10
- import type { MethodBase, MethodInfo } from '../System.Reflection/internal/index.js';
11
- import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
12
- import type { WaitHandle } from '../System.Threading/internal/index.js';
13
- import type { AsyncCallback, Boolean as ClrBoolean, Byte, DateTime, Delegate, Enum, EventArgs, Exception, Guid, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, SystemException, TimeSpan, Type, TypeCode, ValueType, Void } from '../System/internal/index.js';
9
+ import type { IDictionary } from './System.Collections/internal/index.js';
10
+ import type { MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
11
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
12
+ import type { WaitHandle } from './System.Threading/internal/index.js';
13
+ import type { AsyncCallback, Boolean as ClrBoolean, Byte, DateTime, Delegate, Enum, EventArgs, Exception, Guid, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, SystemException, TimeSpan, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
14
14
 
15
- export * from './internal/index.js';
16
-
17
- // Individual type exports for convenience
18
- export { CommittableTransaction as CommittableTransaction } from './internal/index.js';
19
- export { DependentTransaction as DependentTransaction } from './internal/index.js';
20
- export { Enlistment as Enlistment } from './internal/index.js';
15
+ // Public API exports (curated - no internal $instance/$views leakage)
16
+ export { CommittableTransaction as CommittableTransaction } from './System.Transactions/internal/index.js';
17
+ export { DependentTransaction as DependentTransaction } from './System.Transactions/internal/index.js';
18
+ export { Enlistment as Enlistment } from './System.Transactions/internal/index.js';
21
19
  export type IDtcTransaction = Internal.IDtcTransaction;
22
20
  export type IEnlistmentNotification = Internal.IEnlistmentNotification;
23
21
  export type IPromotableSinglePhaseNotification = Internal.IPromotableSinglePhaseNotification;
24
22
  export type ISimpleTransactionSuperior = Internal.ISimpleTransactionSuperior;
25
23
  export type ISinglePhaseNotification = Internal.ISinglePhaseNotification;
26
24
  export type ITransactionPromoter = Internal.ITransactionPromoter;
27
- export { PreparingEnlistment as PreparingEnlistment } from './internal/index.js';
28
- export { SinglePhaseEnlistment as SinglePhaseEnlistment } from './internal/index.js';
29
- export { SubordinateTransaction as SubordinateTransaction } from './internal/index.js';
30
- export { TransactionEventArgs as TransactionEventArgs } from './internal/index.js';
25
+ export { PreparingEnlistment as PreparingEnlistment } from './System.Transactions/internal/index.js';
26
+ export { SinglePhaseEnlistment as SinglePhaseEnlistment } from './System.Transactions/internal/index.js';
27
+ export { SubordinateTransaction as SubordinateTransaction } from './System.Transactions/internal/index.js';
28
+ export { TransactionEventArgs as TransactionEventArgs } from './System.Transactions/internal/index.js';
31
29
  export type TransactionCompletedEventHandler = Internal.TransactionCompletedEventHandler;
32
- export { IsolationLevel as IsolationLevel } from './internal/index.js';
33
- export { TransactionStatus as TransactionStatus } from './internal/index.js';
34
- export { DependentCloneOption as DependentCloneOption } from './internal/index.js';
35
- export { EnlistmentOptions as EnlistmentOptions } from './internal/index.js';
36
- export { Transaction as Transaction } from './internal/index.js';
37
- export { TransactionException as TransactionException } from './internal/index.js';
38
- export { TransactionAbortedException as TransactionAbortedException } from './internal/index.js';
39
- export { TransactionInDoubtException as TransactionInDoubtException } from './internal/index.js';
40
- export { TransactionManagerCommunicationException as TransactionManagerCommunicationException } from './internal/index.js';
41
- export { TransactionPromotionException as TransactionPromotionException } from './internal/index.js';
42
- export { TransactionInformation as TransactionInformation } from './internal/index.js';
30
+ export { IsolationLevel as IsolationLevel } from './System.Transactions/internal/index.js';
31
+ export { TransactionStatus as TransactionStatus } from './System.Transactions/internal/index.js';
32
+ export { DependentCloneOption as DependentCloneOption } from './System.Transactions/internal/index.js';
33
+ export { EnlistmentOptions as EnlistmentOptions } from './System.Transactions/internal/index.js';
34
+ export { Transaction as Transaction } from './System.Transactions/internal/index.js';
35
+ export { TransactionException as TransactionException } from './System.Transactions/internal/index.js';
36
+ export { TransactionAbortedException as TransactionAbortedException } from './System.Transactions/internal/index.js';
37
+ export { TransactionInDoubtException as TransactionInDoubtException } from './System.Transactions/internal/index.js';
38
+ export { TransactionManagerCommunicationException as TransactionManagerCommunicationException } from './System.Transactions/internal/index.js';
39
+ export { TransactionPromotionException as TransactionPromotionException } from './System.Transactions/internal/index.js';
40
+ export { TransactionInformation as TransactionInformation } from './System.Transactions/internal/index.js';
43
41
  export type HostCurrentTransactionCallback = Internal.HostCurrentTransactionCallback;
44
42
  export type TransactionStartedEventHandler = Internal.TransactionStartedEventHandler;
45
- export { TransactionManager$instance as TransactionManager } from './internal/index.js';
46
- export { TransactionOptions as TransactionOptions } from './internal/index.js';
47
- export { TransactionScopeOption as TransactionScopeOption } from './internal/index.js';
48
- export { TransactionScopeAsyncFlowOption as TransactionScopeAsyncFlowOption } from './internal/index.js';
49
- export { EnterpriseServicesInteropOption as EnterpriseServicesInteropOption } from './internal/index.js';
50
- export { TransactionScope as TransactionScope } from './internal/index.js';
51
- export { TransactionInterop$instance as TransactionInterop } from './internal/index.js';
43
+ export { TransactionManager$instance as TransactionManager } from './System.Transactions/internal/index.js';
44
+ export { TransactionOptions as TransactionOptions } from './System.Transactions/internal/index.js';
45
+ export { TransactionScopeOption as TransactionScopeOption } from './System.Transactions/internal/index.js';
46
+ export { TransactionScopeAsyncFlowOption as TransactionScopeAsyncFlowOption } from './System.Transactions/internal/index.js';
47
+ export { EnterpriseServicesInteropOption as EnterpriseServicesInteropOption } from './System.Transactions/internal/index.js';
48
+ export { TransactionScope as TransactionScope } from './System.Transactions/internal/index.js';
49
+ export { TransactionInterop$instance as TransactionInterop } from './System.Transactions/internal/index.js';
@@ -0,0 +1,16 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Web
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Web/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { NameValueCollection } from './System.Collections.Specialized/internal/index.js';
10
+ import type { TextWriter } from './System.IO/internal/index.js';
11
+ import type { Encoding } from './System.Text/internal/index.js';
12
+ import type { Boolean as ClrBoolean, Byte, Int32, Object as ClrObject, String as ClrString, Type, Void } from './System/internal/index.js';
13
+
14
+ // Public API exports (curated - no internal $instance/$views leakage)
15
+ export type IHtmlString = Internal.IHtmlString;
16
+ export { HttpUtility as HttpUtility } from './System.Web/internal/index.js';
@@ -3,12 +3,10 @@
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.Windows.Input/internal/index.js';
7
7
 
8
8
  // Cross-namespace type imports for constraints
9
- import type { Boolean as ClrBoolean, EventHandler, Object as ClrObject, Void } from '../System/internal/index.js';
9
+ import type { Boolean as ClrBoolean, EventHandler, Object as ClrObject, Void } from './System/internal/index.js';
10
10
 
11
- export * from './internal/index.js';
12
-
13
- // Individual type exports for convenience
11
+ // Public API exports (curated - no internal $instance/$views leakage)
14
12
  export type ICommand = Internal.ICommand;
@@ -3,12 +3,10 @@
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.Windows.Markup/internal/index.js';
7
7
 
8
8
  // Cross-namespace type imports for constraints
9
- import type { Attribute, Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Type } from '../System/internal/index.js';
9
+ import type { Attribute, Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Type } from './System/internal/index.js';
10
10
 
11
- export * from './internal/index.js';
12
-
13
- // Individual type exports for convenience
14
- export { ValueSerializerAttribute as ValueSerializerAttribute } from './internal/index.js';
11
+ // Public API exports (curated - no internal $instance/$views leakage)
12
+ export { ValueSerializerAttribute as ValueSerializerAttribute } from './System.Windows.Markup/internal/index.js';
@@ -154,9 +154,9 @@ export interface XContainer$instance extends XNode$instance {
154
154
  readonly firstNode: XNode;
155
155
  readonly lastNode: XNode;
156
156
  add(content: unknown): void;
157
- add(content: unknown[]): void;
157
+ add(...content: unknown[]): void;
158
158
  addFirst(content: unknown): void;
159
- addFirst(content: unknown[]): void;
159
+ addFirst(...content: unknown[]): void;
160
160
  createWriter(): XmlWriter;
161
161
  descendantNodes(): IEnumerable_1<XNode>;
162
162
  descendants(): IEnumerable_1<XElement>;
@@ -168,7 +168,7 @@ export interface XContainer$instance extends XNode$instance {
168
168
  nodes(): IEnumerable_1<XNode>;
169
169
  removeNodes(): void;
170
170
  replaceNodes(content: unknown): void;
171
- replaceNodes(content: unknown[]): void;
171
+ replaceNodes(...content: unknown[]): void;
172
172
  }
173
173
 
174
174
 
@@ -297,9 +297,9 @@ export interface XElement$instance extends XContainer$instance {
297
297
  removeAll(): void;
298
298
  removeAttributes(): void;
299
299
  replaceAll(content: unknown): void;
300
- replaceAll(content: unknown[]): void;
300
+ replaceAll(...content: unknown[]): void;
301
301
  replaceAttributes(content: unknown): void;
302
- replaceAttributes(content: unknown[]): void;
302
+ replaceAttributes(...content: unknown[]): void;
303
303
  save(fileName: string): void;
304
304
  save(fileName: string, options: SaveOptions): void;
305
305
  save(stream: Stream): void;
@@ -373,7 +373,7 @@ export interface __XName$views {
373
373
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
374
374
 
375
375
  // Structural method bridges for numeric interface constraints
376
- Equals(other: XName): boolean;
376
+ equals(other: XName): boolean;
377
377
  }
378
378
 
379
379
  export interface XName$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
@@ -405,9 +405,9 @@ export interface XNode$instance extends XObject$instance {
405
405
  readonly nextNode: XNode;
406
406
  readonly previousNode: XNode;
407
407
  addAfterSelf(content: unknown): void;
408
- addAfterSelf(content: unknown[]): void;
408
+ addAfterSelf(...content: unknown[]): void;
409
409
  addBeforeSelf(content: unknown): void;
410
- addBeforeSelf(content: unknown[]): void;
410
+ addBeforeSelf(...content: unknown[]): void;
411
411
  ancestors(): IEnumerable_1<XElement>;
412
412
  ancestors(name: XName): IEnumerable_1<XElement>;
413
413
  createReader(): XmlReader;
@@ -423,7 +423,7 @@ export interface XNode$instance extends XObject$instance {
423
423
  nodesBeforeSelf(): IEnumerable_1<XNode>;
424
424
  remove(): void;
425
425
  replaceWith(content: unknown): void;
426
- replaceWith(content: unknown[]): void;
426
+ replaceWith(...content: unknown[]): void;
427
427
  toString(): string;
428
428
  toString(options: SaveOptions): string;
429
429
  writeTo(writer: XmlWriter): void;
@@ -559,7 +559,7 @@ export type XProcessingInstruction = XProcessingInstruction$instance & __XProces
559
559
  export interface XStreamingElement$instance {
560
560
  name: XName;
561
561
  add(content: unknown): void;
562
- add(content: unknown[]): void;
562
+ add(...content: unknown[]): void;
563
563
  save(stream: Stream): void;
564
564
  save(stream: Stream, options: SaveOptions): void;
565
565
  save(textWriter: TextWriter): void;
@@ -0,0 +1,43 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Xml.Linq
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Xml.Linq/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IComparer_1, IEnumerable_1, IEqualityComparer_1 } from './System.Collections.Generic/internal/index.js';
10
+ import type { IComparer, IEqualityComparer } from './System.Collections/internal/index.js';
11
+ import type { Stream, TextReader, TextWriter } from './System.IO/internal/index.js';
12
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
13
+ import type { Task, Task_1 } from './System.Threading.Tasks/internal/index.js';
14
+ import type { CancellationToken } from './System.Threading/internal/index.js';
15
+ import type { XmlSchema } from './System.Xml.Schema/internal/index.js';
16
+ import type { IXmlSerializable } from './System.Xml.Serialization/internal/index.js';
17
+ import type { IXmlLineInfo, XmlNodeType, XmlReader, XmlWriter } from './System.Xml/internal/index.js';
18
+ import type { Boolean as ClrBoolean, Enum, EventArgs, EventHandler_1, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from './System/internal/index.js';
19
+
20
+ // Public API exports (curated - no internal $instance/$views leakage)
21
+ export { Extensions$instance as Extensions } from './System.Xml.Linq/internal/index.js';
22
+ export { XAttribute as XAttribute } from './System.Xml.Linq/internal/index.js';
23
+ export { XCData as XCData } from './System.Xml.Linq/internal/index.js';
24
+ export { XComment as XComment } from './System.Xml.Linq/internal/index.js';
25
+ export { XContainer as XContainer } from './System.Xml.Linq/internal/index.js';
26
+ export { XDeclaration as XDeclaration } from './System.Xml.Linq/internal/index.js';
27
+ export { XDocument as XDocument } from './System.Xml.Linq/internal/index.js';
28
+ export { XDocumentType as XDocumentType } from './System.Xml.Linq/internal/index.js';
29
+ export { XElement as XElement } from './System.Xml.Linq/internal/index.js';
30
+ export { XObjectChange as XObjectChange } from './System.Xml.Linq/internal/index.js';
31
+ export { LoadOptions as LoadOptions } from './System.Xml.Linq/internal/index.js';
32
+ export { SaveOptions as SaveOptions } from './System.Xml.Linq/internal/index.js';
33
+ export { ReaderOptions as ReaderOptions } from './System.Xml.Linq/internal/index.js';
34
+ export { XName as XName } from './System.Xml.Linq/internal/index.js';
35
+ export { XNamespace as XNamespace } from './System.Xml.Linq/internal/index.js';
36
+ export { XNode as XNode } from './System.Xml.Linq/internal/index.js';
37
+ export { XNodeDocumentOrderComparer as XNodeDocumentOrderComparer } from './System.Xml.Linq/internal/index.js';
38
+ export { XNodeEqualityComparer as XNodeEqualityComparer } from './System.Xml.Linq/internal/index.js';
39
+ export { XObject as XObject } from './System.Xml.Linq/internal/index.js';
40
+ export { XObjectChangeEventArgs as XObjectChangeEventArgs } from './System.Xml.Linq/internal/index.js';
41
+ export { XProcessingInstruction as XProcessingInstruction } from './System.Xml.Linq/internal/index.js';
42
+ export { XStreamingElement as XStreamingElement } from './System.Xml.Linq/internal/index.js';
43
+ export { XText as XText } from './System.Xml.Linq/internal/index.js';
@@ -0,0 +1,18 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Xml.Resolvers
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Xml.Resolvers/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IEnumerable_1, IEqualityComparer_1 } from './System.Collections.Generic/internal/index.js';
10
+ import type { Stream } from './System.IO/internal/index.js';
11
+ import type { ICredentials } from './System.Net/internal/index.js';
12
+ import type { Task_1 } from './System.Threading.Tasks/internal/index.js';
13
+ import type { XmlResolver } from './System.Xml/internal/index.js';
14
+ import type { Boolean as ClrBoolean, Byte, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Uri, Void } from './System/internal/index.js';
15
+
16
+ // Public API exports (curated - no internal $instance/$views leakage)
17
+ export { XmlKnownDtds as XmlKnownDtds } from './System.Xml.Resolvers/internal/index.js';
18
+ export { XmlPreloadedResolver as XmlPreloadedResolver } from './System.Xml.Resolvers/internal/index.js';
@@ -0,0 +1,108 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Xml.Schema
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Xml.Schema/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { ArrayList, CollectionBase, ICollection, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IList } from './System.Collections/internal/index.js';
10
+ import type { Stream, TextReader, TextWriter } from './System.IO/internal/index.js';
11
+ import type { MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
12
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
13
+ import type { XAttribute, XDocument, XElement } from './System.Xml.Linq/internal/index.js';
14
+ import type { XmlSerializerNamespaces } from './System.Xml.Serialization/internal/index.js';
15
+ import type { XPathItem } from './System.Xml.XPath/internal/index.js';
16
+ import type { IXmlLineInfo, IXmlNamespaceResolver, XmlAttribute, XmlNamespaceManager, XmlNameTable, XmlNode, XmlQualifiedName, XmlReader, XmlResolver, XmlTokenizedType, XmlWriter } from './System.Xml/internal/index.js';
17
+ import type { Array as ClrArray, AsyncCallback, Boolean as ClrBoolean, DateTime, Decimal, Delegate, Double, Enum, EventArgs, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, SystemException, Type, TypeCode, Uri, Void } from './System/internal/index.js';
18
+
19
+ // Public API exports (curated - no internal $instance/$views leakage)
20
+ export { XmlSchemaDatatypeVariety as XmlSchemaDatatypeVariety } from './System.Xml.Schema/internal/index.js';
21
+ export type IXmlSchemaInfo = Internal.IXmlSchemaInfo;
22
+ export { ValidationEventArgs as ValidationEventArgs } from './System.Xml.Schema/internal/index.js';
23
+ export type ValidationEventHandler = Internal.ValidationEventHandler;
24
+ export { XmlAtomicValue as XmlAtomicValue } from './System.Xml.Schema/internal/index.js';
25
+ export { XmlSchema as XmlSchema } from './System.Xml.Schema/internal/index.js';
26
+ export { XmlSchemaAll as XmlSchemaAll } from './System.Xml.Schema/internal/index.js';
27
+ export { XmlSchemaAnnotated as XmlSchemaAnnotated } from './System.Xml.Schema/internal/index.js';
28
+ export { XmlSchemaAnnotation as XmlSchemaAnnotation } from './System.Xml.Schema/internal/index.js';
29
+ export { XmlSchemaAny as XmlSchemaAny } from './System.Xml.Schema/internal/index.js';
30
+ export { XmlSchemaAnyAttribute as XmlSchemaAnyAttribute } from './System.Xml.Schema/internal/index.js';
31
+ export { XmlSchemaAppInfo as XmlSchemaAppInfo } from './System.Xml.Schema/internal/index.js';
32
+ export { XmlSchemaAttribute as XmlSchemaAttribute } from './System.Xml.Schema/internal/index.js';
33
+ export { XmlSchemaAttributeGroup as XmlSchemaAttributeGroup } from './System.Xml.Schema/internal/index.js';
34
+ export { XmlSchemaAttributeGroupRef as XmlSchemaAttributeGroupRef } from './System.Xml.Schema/internal/index.js';
35
+ export { XmlSchemaChoice as XmlSchemaChoice } from './System.Xml.Schema/internal/index.js';
36
+ export { XmlSchemaCollection as XmlSchemaCollection } from './System.Xml.Schema/internal/index.js';
37
+ export { XmlSchemaCollectionEnumerator as XmlSchemaCollectionEnumerator } from './System.Xml.Schema/internal/index.js';
38
+ export { XmlSchemaComplexContent as XmlSchemaComplexContent } from './System.Xml.Schema/internal/index.js';
39
+ export { XmlSchemaComplexContentExtension as XmlSchemaComplexContentExtension } from './System.Xml.Schema/internal/index.js';
40
+ export { XmlSchemaComplexContentRestriction as XmlSchemaComplexContentRestriction } from './System.Xml.Schema/internal/index.js';
41
+ export { XmlSchemaComplexType as XmlSchemaComplexType } from './System.Xml.Schema/internal/index.js';
42
+ export { XmlSchemaContent as XmlSchemaContent } from './System.Xml.Schema/internal/index.js';
43
+ export { XmlSchemaContentModel as XmlSchemaContentModel } from './System.Xml.Schema/internal/index.js';
44
+ export { XmlSchemaContentProcessing as XmlSchemaContentProcessing } from './System.Xml.Schema/internal/index.js';
45
+ export { XmlSchemaContentType as XmlSchemaContentType } from './System.Xml.Schema/internal/index.js';
46
+ export { XmlSchemaDatatype as XmlSchemaDatatype } from './System.Xml.Schema/internal/index.js';
47
+ export { XmlSchemaDerivationMethod as XmlSchemaDerivationMethod } from './System.Xml.Schema/internal/index.js';
48
+ export { XmlSchemaDocumentation as XmlSchemaDocumentation } from './System.Xml.Schema/internal/index.js';
49
+ export { XmlSchemaElement as XmlSchemaElement } from './System.Xml.Schema/internal/index.js';
50
+ export { XmlSchemaException as XmlSchemaException } from './System.Xml.Schema/internal/index.js';
51
+ export { XmlSchemaExternal as XmlSchemaExternal } from './System.Xml.Schema/internal/index.js';
52
+ export { XmlSchemaFacet as XmlSchemaFacet } from './System.Xml.Schema/internal/index.js';
53
+ export { XmlSchemaNumericFacet as XmlSchemaNumericFacet } from './System.Xml.Schema/internal/index.js';
54
+ export { XmlSchemaLengthFacet as XmlSchemaLengthFacet } from './System.Xml.Schema/internal/index.js';
55
+ export { XmlSchemaMinLengthFacet as XmlSchemaMinLengthFacet } from './System.Xml.Schema/internal/index.js';
56
+ export { XmlSchemaMaxLengthFacet as XmlSchemaMaxLengthFacet } from './System.Xml.Schema/internal/index.js';
57
+ export { XmlSchemaPatternFacet as XmlSchemaPatternFacet } from './System.Xml.Schema/internal/index.js';
58
+ export { XmlSchemaEnumerationFacet as XmlSchemaEnumerationFacet } from './System.Xml.Schema/internal/index.js';
59
+ export { XmlSchemaMinExclusiveFacet as XmlSchemaMinExclusiveFacet } from './System.Xml.Schema/internal/index.js';
60
+ export { XmlSchemaMinInclusiveFacet as XmlSchemaMinInclusiveFacet } from './System.Xml.Schema/internal/index.js';
61
+ export { XmlSchemaMaxExclusiveFacet as XmlSchemaMaxExclusiveFacet } from './System.Xml.Schema/internal/index.js';
62
+ export { XmlSchemaMaxInclusiveFacet as XmlSchemaMaxInclusiveFacet } from './System.Xml.Schema/internal/index.js';
63
+ export { XmlSchemaTotalDigitsFacet as XmlSchemaTotalDigitsFacet } from './System.Xml.Schema/internal/index.js';
64
+ export { XmlSchemaFractionDigitsFacet as XmlSchemaFractionDigitsFacet } from './System.Xml.Schema/internal/index.js';
65
+ export { XmlSchemaWhiteSpaceFacet as XmlSchemaWhiteSpaceFacet } from './System.Xml.Schema/internal/index.js';
66
+ export { XmlSchemaForm as XmlSchemaForm } from './System.Xml.Schema/internal/index.js';
67
+ export { XmlSchemaGroup as XmlSchemaGroup } from './System.Xml.Schema/internal/index.js';
68
+ export { XmlSchemaGroupBase as XmlSchemaGroupBase } from './System.Xml.Schema/internal/index.js';
69
+ export { XmlSchemaGroupRef as XmlSchemaGroupRef } from './System.Xml.Schema/internal/index.js';
70
+ export { XmlSchemaIdentityConstraint as XmlSchemaIdentityConstraint } from './System.Xml.Schema/internal/index.js';
71
+ export { XmlSchemaXPath as XmlSchemaXPath } from './System.Xml.Schema/internal/index.js';
72
+ export { XmlSchemaUnique as XmlSchemaUnique } from './System.Xml.Schema/internal/index.js';
73
+ export { XmlSchemaKey as XmlSchemaKey } from './System.Xml.Schema/internal/index.js';
74
+ export { XmlSchemaKeyref as XmlSchemaKeyref } from './System.Xml.Schema/internal/index.js';
75
+ export { XmlSchemaImport as XmlSchemaImport } from './System.Xml.Schema/internal/index.js';
76
+ export { XmlSchemaInclude as XmlSchemaInclude } from './System.Xml.Schema/internal/index.js';
77
+ export { XmlSchemaInfo as XmlSchemaInfo } from './System.Xml.Schema/internal/index.js';
78
+ export { XmlSchemaNotation as XmlSchemaNotation } from './System.Xml.Schema/internal/index.js';
79
+ export { XmlSchemaObject as XmlSchemaObject } from './System.Xml.Schema/internal/index.js';
80
+ export { XmlSchemaObjectCollection as XmlSchemaObjectCollection } from './System.Xml.Schema/internal/index.js';
81
+ export { XmlSchemaObjectEnumerator as XmlSchemaObjectEnumerator } from './System.Xml.Schema/internal/index.js';
82
+ export { XmlSchemaObjectTable as XmlSchemaObjectTable } from './System.Xml.Schema/internal/index.js';
83
+ export { XmlSchemaParticle as XmlSchemaParticle } from './System.Xml.Schema/internal/index.js';
84
+ export { XmlSchemaRedefine as XmlSchemaRedefine } from './System.Xml.Schema/internal/index.js';
85
+ export { XmlSchemaSequence as XmlSchemaSequence } from './System.Xml.Schema/internal/index.js';
86
+ export { XmlSchemaSet as XmlSchemaSet } from './System.Xml.Schema/internal/index.js';
87
+ export { XmlSchemaCompilationSettings as XmlSchemaCompilationSettings } from './System.Xml.Schema/internal/index.js';
88
+ export { XmlSchemaSimpleContent as XmlSchemaSimpleContent } from './System.Xml.Schema/internal/index.js';
89
+ export { XmlSchemaSimpleContentExtension as XmlSchemaSimpleContentExtension } from './System.Xml.Schema/internal/index.js';
90
+ export { XmlSchemaSimpleContentRestriction as XmlSchemaSimpleContentRestriction } from './System.Xml.Schema/internal/index.js';
91
+ export { XmlSchemaSimpleType as XmlSchemaSimpleType } from './System.Xml.Schema/internal/index.js';
92
+ export { XmlSchemaSimpleTypeContent as XmlSchemaSimpleTypeContent } from './System.Xml.Schema/internal/index.js';
93
+ export { XmlSchemaSimpleTypeList as XmlSchemaSimpleTypeList } from './System.Xml.Schema/internal/index.js';
94
+ export { XmlSchemaSimpleTypeRestriction as XmlSchemaSimpleTypeRestriction } from './System.Xml.Schema/internal/index.js';
95
+ export { XmlSchemaSimpleTypeUnion as XmlSchemaSimpleTypeUnion } from './System.Xml.Schema/internal/index.js';
96
+ export { XmlSchemaType as XmlSchemaType } from './System.Xml.Schema/internal/index.js';
97
+ export { XmlSchemaUse as XmlSchemaUse } from './System.Xml.Schema/internal/index.js';
98
+ export { XmlSchemaValidationException as XmlSchemaValidationException } from './System.Xml.Schema/internal/index.js';
99
+ export type XmlValueGetter = Internal.XmlValueGetter;
100
+ export { XmlSchemaValidationFlags as XmlSchemaValidationFlags } from './System.Xml.Schema/internal/index.js';
101
+ export { XmlSchemaValidator as XmlSchemaValidator } from './System.Xml.Schema/internal/index.js';
102
+ export { XmlSchemaValidity as XmlSchemaValidity } from './System.Xml.Schema/internal/index.js';
103
+ export { XmlSeverityType as XmlSeverityType } from './System.Xml.Schema/internal/index.js';
104
+ export { XmlTypeCode as XmlTypeCode } from './System.Xml.Schema/internal/index.js';
105
+ export { XmlSchemaInference as XmlSchemaInference } from './System.Xml.Schema/internal/index.js';
106
+ export { XmlSchemaInference_InferenceOption as XmlSchemaInference_InferenceOption } from './System.Xml.Schema/internal/index.js';
107
+ export { XmlSchemaInferenceException as XmlSchemaInferenceException } from './System.Xml.Schema/internal/index.js';
108
+ export { Extensions$instance as Extensions } from './System.Xml.Schema/internal/index.js';