@tsonic/dotnet 0.7.2 → 0.7.3

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 (246) hide show
  1. package/Internal.d.ts +13 -0
  2. package/Microsoft.CSharp.RuntimeBinder.d.ts +23 -0
  3. package/Microsoft.VisualBasic.CompilerServices.d.ts +45 -0
  4. package/Microsoft.VisualBasic.FileIO.d.ts +27 -0
  5. package/Microsoft.VisualBasic.d.ts +48 -0
  6. package/Microsoft.Win32.SafeHandles.d.ts +29 -0
  7. package/Microsoft.Win32.d.ts +21 -0
  8. package/{System.Buffers.Binary/index.d.ts → System.Buffers.Binary.d.ts} +4 -6
  9. package/System.Buffers.Text.d.ts +16 -0
  10. package/System.Buffers.d.ts +33 -0
  11. package/System.CodeDom.Compiler.d.ts +17 -0
  12. package/System.Collections.Concurrent.d.ts +24 -0
  13. package/System.Collections.Frozen.d.ts +18 -0
  14. package/System.Collections.Generic.d.ts +61 -0
  15. package/System.Collections.Immutable.d.ts +35 -0
  16. package/System.Collections.ObjectModel.d.ts +23 -0
  17. package/System.Collections.Specialized.d.ts +32 -0
  18. package/System.Collections.d.ts +39 -0
  19. package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
  20. package/System.ComponentModel.DataAnnotations.d.ts +55 -0
  21. package/{System.ComponentModel.Design.Serialization/index.d.ts → System.ComponentModel.Design.Serialization.d.ts} +20 -22
  22. package/{System.ComponentModel.Design/index.d.ts → System.ComponentModel.Design.d.ts} +38 -40
  23. package/System.ComponentModel.d.ts +207 -0
  24. package/{System.Configuration.Assemblies/index.d.ts → System.Configuration.Assemblies.d.ts} +5 -7
  25. package/System.Data.Common.d.ts +62 -0
  26. package/System.Data.SqlTypes.d.ts +43 -0
  27. package/System.Data.d.ts +133 -0
  28. package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
  29. package/System.Diagnostics.Contracts.d.ts +30 -0
  30. package/System.Diagnostics.Metrics.d.ts +33 -0
  31. package/{System.Diagnostics.SymbolStore/index.d.ts → System.Diagnostics.SymbolStore.d.ts} +9 -11
  32. package/System.Diagnostics.Tracing.d.ts +47 -0
  33. package/System.Diagnostics.d.ts +118 -0
  34. package/System.Drawing.d.ts +30 -0
  35. package/System.Dynamic.d.ts +37 -0
  36. package/System.Formats.Asn1.d.ts +25 -0
  37. package/System.Formats.Tar.d.ts +27 -0
  38. package/System.Globalization.d.ts +57 -0
  39. package/System.IO.Compression.d.ts +37 -0
  40. package/System.IO.Enumeration.d.ts +21 -0
  41. package/System.IO.IsolatedStorage.d.ts +24 -0
  42. package/{System.IO.MemoryMappedFiles/index.d.ts → System.IO.MemoryMappedFiles.d.ts} +13 -15
  43. package/System.IO.Pipelines.d.ts +26 -0
  44. package/System.IO.Pipes.d.ts +35 -0
  45. package/System.IO.d.ts +79 -0
  46. package/System.Linq.Expressions.Interpreter.d.ts +12 -0
  47. package/System.Linq.Expressions.d.ts +58 -0
  48. package/System.Linq.d.ts +43 -0
  49. package/System.Net.Cache.d.ts +16 -0
  50. package/System.Net.Http.Headers.d.ts +42 -0
  51. package/System.Net.Http.Json.d.ts +24 -0
  52. package/System.Net.Http.Metrics.d.ts +13 -0
  53. package/System.Net.Http.d.ts +57 -0
  54. package/System.Net.Mail.d.ts +45 -0
  55. package/System.Net.Mime.d.ts +22 -0
  56. package/System.Net.NetworkInformation.d.ts +63 -0
  57. package/System.Net.Quic.d.ts +35 -0
  58. package/System.Net.Security.d.ts +47 -0
  59. package/System.Net.ServerSentEvents.d.ts +23 -0
  60. package/System.Net.Sockets.d.ts +55 -0
  61. package/System.Net.WebSockets.d.ts +41 -0
  62. package/System.Net.d.ts +120 -0
  63. package/System.Numerics.d.ts +58 -0
  64. package/System.Reflection.Emit.d.ts +49 -0
  65. package/System.Reflection.Metadata.Ecma335.d.ts +62 -0
  66. package/System.Reflection.Metadata.d.ts +208 -0
  67. package/System.Reflection.PortableExecutable.d.ts +43 -0
  68. package/System.Reflection.d.ts +124 -0
  69. package/System.Resources.d.ts +27 -0
  70. package/System.Runtime.CompilerServices.d.ts +185 -0
  71. package/{System.Runtime.ConstrainedExecution/index.d.ts → System.Runtime.ConstrainedExecution.d.ts} +8 -10
  72. package/{System.Runtime.ExceptionServices/index.d.ts → System.Runtime.ExceptionServices.d.ts} +7 -9
  73. package/System.Runtime.InteropServices.ComTypes.d.ts +70 -0
  74. package/System.Runtime.InteropServices.Java.d.ts +16 -0
  75. package/System.Runtime.InteropServices.JavaScript.d.ts +43 -0
  76. package/System.Runtime.InteropServices.Marshalling.d.ts +47 -0
  77. package/{System.Runtime.InteropServices.ObjectiveC/index.d.ts → System.Runtime.InteropServices.ObjectiveC.d.ts} +9 -11
  78. package/System.Runtime.InteropServices.Swift.d.ts +15 -0
  79. package/System.Runtime.InteropServices.d.ts +153 -0
  80. package/System.Runtime.Intrinsics.Arm.d.ts +35 -0
  81. package/System.Runtime.Intrinsics.Wasm.d.ts +13 -0
  82. package/System.Runtime.Intrinsics.X86.d.ts +88 -0
  83. package/System.Runtime.Intrinsics.d.ts +20 -0
  84. package/System.Runtime.Loader.d.ts +17 -0
  85. package/System.Runtime.Remoting.d.ts +12 -0
  86. package/System.Runtime.Serialization.DataContracts.d.ts +21 -0
  87. package/System.Runtime.Serialization.Formatters.Binary.d.ts +15 -0
  88. package/{System.Runtime.Serialization.Formatters/index.d.ts → System.Runtime.Serialization.Formatters.d.ts} +6 -8
  89. package/System.Runtime.Serialization.Json.d.ts +23 -0
  90. package/System.Runtime.Serialization.d.ts +76 -0
  91. package/System.Runtime.Versioning.d.ts +27 -0
  92. package/System.Runtime.d.ts +27 -0
  93. package/System.Security.AccessControl.d.ts +82 -0
  94. package/System.Security.Authentication.ExtendedProtection.d.ts +23 -0
  95. package/System.Security.Authentication.d.ts +20 -0
  96. package/System.Security.Claims.d.ts +19 -0
  97. package/System.Security.Cryptography.X509Certificates.d.ts +78 -0
  98. package/System.Security.Cryptography.d.ts +191 -0
  99. package/System.Security.Permissions.d.ts +18 -0
  100. package/System.Security.Policy.d.ts +14 -0
  101. package/System.Security.Principal.d.ts +36 -0
  102. package/System.Security.d.ts +35 -0
  103. package/System.Text.Encodings.Web.d.ts +20 -0
  104. package/System.Text.Json.Nodes.d.ts +23 -0
  105. package/System.Text.Json.Schema.d.ts +17 -0
  106. package/System.Text.Json.Serialization.Metadata.d.ts +33 -0
  107. package/System.Text.Json.Serialization.d.ts +53 -0
  108. package/System.Text.Json.d.ts +44 -0
  109. package/System.Text.RegularExpressions.d.ts +35 -0
  110. package/System.Text.Unicode.d.ts +16 -0
  111. package/System.Text.d.ts +54 -0
  112. package/System.Threading.Channels.d.ts +27 -0
  113. package/System.Threading.Tasks.Dataflow.d.ts +35 -0
  114. package/{System.Threading.Tasks.Sources/index.d.ts → System.Threading.Tasks.Sources.d.ts} +6 -10
  115. package/System.Threading.Tasks.d.ts +44 -0
  116. package/System.Threading.d.ts +99 -0
  117. package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
  118. package/{System.Transactions/index.d.ts → System.Transactions.d.ts} +32 -34
  119. package/System.Web.d.ts +16 -0
  120. package/{System.Windows.Input/index.d.ts → System.Windows.Input.d.ts} +3 -5
  121. package/{System.Windows.Markup/index.d.ts → System.Windows.Markup.d.ts} +4 -6
  122. package/System.Xml.Linq.d.ts +43 -0
  123. package/System.Xml.Resolvers.d.ts +18 -0
  124. package/System.Xml.Schema.d.ts +108 -0
  125. package/System.Xml.Serialization.d.ts +89 -0
  126. package/System.Xml.XPath.d.ts +34 -0
  127. package/System.Xml.Xsl.Runtime.d.ts +66 -0
  128. package/System.Xml.Xsl.d.ts +29 -0
  129. package/System.Xml.d.ts +105 -0
  130. package/System.d.ts +349 -0
  131. package/package.json +1 -1
  132. package/Internal/index.d.ts +0 -15
  133. package/Microsoft.CSharp.RuntimeBinder/index.d.ts +0 -25
  134. package/Microsoft.VisualBasic/index.d.ts +0 -50
  135. package/Microsoft.VisualBasic.CompilerServices/index.d.ts +0 -47
  136. package/Microsoft.VisualBasic.FileIO/index.d.ts +0 -29
  137. package/Microsoft.Win32/index.d.ts +0 -23
  138. package/Microsoft.Win32.SafeHandles/index.d.ts +0 -31
  139. package/System/index.d.ts +0 -428
  140. package/System.Buffers/index.d.ts +0 -48
  141. package/System.Buffers.Text/index.d.ts +0 -18
  142. package/System.CodeDom.Compiler/index.d.ts +0 -19
  143. package/System.Collections/index.d.ts +0 -41
  144. package/System.Collections.Concurrent/index.d.ts +0 -35
  145. package/System.Collections.Frozen/index.d.ts +0 -26
  146. package/System.Collections.Generic/index.d.ts +0 -129
  147. package/System.Collections.Immutable/index.d.ts +0 -64
  148. package/System.Collections.ObjectModel/index.d.ts +0 -34
  149. package/System.Collections.Specialized/index.d.ts +0 -34
  150. package/System.ComponentModel/index.d.ts +0 -210
  151. package/System.ComponentModel.DataAnnotations/index.d.ts +0 -57
  152. package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +0 -21
  153. package/System.Data/index.d.ts +0 -139
  154. package/System.Data.Common/index.d.ts +0 -64
  155. package/System.Data.SqlTypes/index.d.ts +0 -45
  156. package/System.Diagnostics/index.d.ts +0 -123
  157. package/System.Diagnostics.CodeAnalysis/index.d.ts +0 -40
  158. package/System.Diagnostics.Contracts/index.d.ts +0 -32
  159. package/System.Diagnostics.Metrics/index.d.ts +0 -47
  160. package/System.Diagnostics.Tracing/index.d.ts +0 -49
  161. package/System.Drawing/index.d.ts +0 -32
  162. package/System.Dynamic/index.d.ts +0 -39
  163. package/System.Formats.Asn1/index.d.ts +0 -27
  164. package/System.Formats.Tar/index.d.ts +0 -29
  165. package/System.Globalization/index.d.ts +0 -59
  166. package/System.IO/index.d.ts +0 -81
  167. package/System.IO.Compression/index.d.ts +0 -39
  168. package/System.IO.Enumeration/index.d.ts +0 -27
  169. package/System.IO.IsolatedStorage/index.d.ts +0 -26
  170. package/System.IO.Pipelines/index.d.ts +0 -28
  171. package/System.IO.Pipes/index.d.ts +0 -37
  172. package/System.Linq/index.d.ts +0 -56
  173. package/System.Linq.Expressions/index.d.ts +0 -61
  174. package/System.Linq.Expressions.Interpreter/index.d.ts +0 -14
  175. package/System.Net/index.d.ts +0 -122
  176. package/System.Net.Cache/index.d.ts +0 -18
  177. package/System.Net.Http/index.d.ts +0 -61
  178. package/System.Net.Http.Headers/index.d.ts +0 -45
  179. package/System.Net.Http.Json/index.d.ts +0 -26
  180. package/System.Net.Http.Metrics/index.d.ts +0 -15
  181. package/System.Net.Mail/index.d.ts +0 -47
  182. package/System.Net.Mime/index.d.ts +0 -24
  183. package/System.Net.NetworkInformation/index.d.ts +0 -65
  184. package/System.Net.Quic/index.d.ts +0 -37
  185. package/System.Net.Security/index.d.ts +0 -49
  186. package/System.Net.ServerSentEvents/index.d.ts +0 -28
  187. package/System.Net.Sockets/index.d.ts +0 -57
  188. package/System.Net.WebSockets/index.d.ts +0 -43
  189. package/System.Numerics/index.d.ts +0 -94
  190. package/System.Reflection/index.d.ts +0 -126
  191. package/System.Reflection.Emit/index.d.ts +0 -51
  192. package/System.Reflection.Metadata/index.d.ts +0 -220
  193. package/System.Reflection.Metadata.Ecma335/index.d.ts +0 -65
  194. package/System.Reflection.PortableExecutable/index.d.ts +0 -45
  195. package/System.Resources/index.d.ts +0 -29
  196. package/System.Runtime/index.d.ts +0 -29
  197. package/System.Runtime.CompilerServices/index.d.ts +0 -219
  198. package/System.Runtime.InteropServices/index.d.ts +0 -161
  199. package/System.Runtime.InteropServices.ComTypes/index.d.ts +0 -72
  200. package/System.Runtime.InteropServices.Java/index.d.ts +0 -18
  201. package/System.Runtime.InteropServices.JavaScript/index.d.ts +0 -54
  202. package/System.Runtime.InteropServices.Marshalling/index.d.ts +0 -59
  203. package/System.Runtime.InteropServices.Swift/index.d.ts +0 -18
  204. package/System.Runtime.Intrinsics/index.d.ts +0 -26
  205. package/System.Runtime.Intrinsics.Arm/index.d.ts +0 -37
  206. package/System.Runtime.Intrinsics.Wasm/index.d.ts +0 -15
  207. package/System.Runtime.Intrinsics.X86/index.d.ts +0 -90
  208. package/System.Runtime.Loader/index.d.ts +0 -19
  209. package/System.Runtime.Remoting/index.d.ts +0 -14
  210. package/System.Runtime.Serialization/index.d.ts +0 -78
  211. package/System.Runtime.Serialization.DataContracts/index.d.ts +0 -23
  212. package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +0 -17
  213. package/System.Runtime.Serialization.Json/index.d.ts +0 -25
  214. package/System.Runtime.Versioning/index.d.ts +0 -29
  215. package/System.Security/index.d.ts +0 -37
  216. package/System.Security.AccessControl/index.d.ts +0 -87
  217. package/System.Security.Authentication/index.d.ts +0 -22
  218. package/System.Security.Authentication.ExtendedProtection/index.d.ts +0 -25
  219. package/System.Security.Claims/index.d.ts +0 -21
  220. package/System.Security.Cryptography/index.d.ts +0 -193
  221. package/System.Security.Cryptography.X509Certificates/index.d.ts +0 -80
  222. package/System.Security.Permissions/index.d.ts +0 -20
  223. package/System.Security.Policy/index.d.ts +0 -16
  224. package/System.Security.Principal/index.d.ts +0 -38
  225. package/System.Text/index.d.ts +0 -56
  226. package/System.Text.Encodings.Web/index.d.ts +0 -22
  227. package/System.Text.Json/index.d.ts +0 -46
  228. package/System.Text.Json.Nodes/index.d.ts +0 -25
  229. package/System.Text.Json.Schema/index.d.ts +0 -19
  230. package/System.Text.Json.Serialization/index.d.ts +0 -59
  231. package/System.Text.Json.Serialization.Metadata/index.d.ts +0 -39
  232. package/System.Text.RegularExpressions/index.d.ts +0 -37
  233. package/System.Text.Unicode/index.d.ts +0 -18
  234. package/System.Threading/index.d.ts +0 -104
  235. package/System.Threading.Channels/index.d.ts +0 -34
  236. package/System.Threading.Tasks/index.d.ts +0 -50
  237. package/System.Threading.Tasks.Dataflow/index.d.ts +0 -52
  238. package/System.Web/index.d.ts +0 -18
  239. package/System.Xml/index.d.ts +0 -107
  240. package/System.Xml.Linq/index.d.ts +0 -45
  241. package/System.Xml.Resolvers/index.d.ts +0 -20
  242. package/System.Xml.Schema/index.d.ts +0 -110
  243. package/System.Xml.Serialization/index.d.ts +0 -91
  244. package/System.Xml.XPath/index.d.ts +0 -36
  245. package/System.Xml.Xsl/index.d.ts +0 -31
  246. package/System.Xml.Xsl.Runtime/index.d.ts +0 -69
@@ -0,0 +1,105 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Xml
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Xml/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IDictionary_2 } from './System.Collections.Generic/internal/index.js';
10
+ import type { ICollection, IDictionary, IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
11
+ import type { DataRow, DataSet } from './System.Data/internal/index.js';
12
+ import type { Stream, TextReader, TextWriter } from './System.IO/internal/index.js';
13
+ import type { RequestCachePolicy } from './System.Net.Cache/internal/index.js';
14
+ import type { ICredentials, IWebProxy } from './System.Net/internal/index.js';
15
+ import type { MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
16
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
17
+ import type { Encoding, StringBuilder } from './System.Text/internal/index.js';
18
+ import type { Task, Task_1, ValueTask } from './System.Threading.Tasks/internal/index.js';
19
+ import type { IXmlSchemaInfo, ValidationEventHandler, XmlSchemaCollection, XmlSchemaSet, XmlSchemaValidationFlags } from './System.Xml.Schema/internal/index.js';
20
+ import type { IXPathNavigable, XPathNavigator } from './System.Xml.XPath/internal/index.js';
21
+ import type { Array as ClrArray, AsyncCallback, Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Decimal, Delegate, Double, Enum, EventArgs, Exception, Guid, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, SByte, Single, String as ClrString, SystemException, TimeSpan, Type, TypeCode, UInt16, UInt32, UInt64, Uri, Void } from './System/internal/index.js';
22
+
23
+ // Public API exports (curated - no internal $instance/$views leakage)
24
+ export { XmlDataDocument as XmlDataDocument } from './System.Xml/internal/index.js';
25
+ export type IFragmentCapableXmlDictionaryWriter = Internal.IFragmentCapableXmlDictionaryWriter;
26
+ export type IStreamProvider = Internal.IStreamProvider;
27
+ export type IXmlDictionary = Internal.IXmlDictionary;
28
+ export { UniqueId as UniqueId } from './System.Xml/internal/index.js';
29
+ export type IXmlBinaryReaderInitializer = Internal.IXmlBinaryReaderInitializer;
30
+ export { XmlBinaryReaderSession as XmlBinaryReaderSession } from './System.Xml/internal/index.js';
31
+ export type IXmlBinaryWriterInitializer = Internal.IXmlBinaryWriterInitializer;
32
+ export { XmlBinaryWriterSession as XmlBinaryWriterSession } from './System.Xml/internal/index.js';
33
+ export { XmlDictionary as XmlDictionary } from './System.Xml/internal/index.js';
34
+ export { XmlDictionaryWriter as XmlDictionaryWriter } from './System.Xml/internal/index.js';
35
+ export type OnXmlDictionaryReaderClose = Internal.OnXmlDictionaryReaderClose;
36
+ export { XmlDictionaryReader as XmlDictionaryReader } from './System.Xml/internal/index.js';
37
+ export { XmlDictionaryReaderQuotaTypes as XmlDictionaryReaderQuotaTypes } from './System.Xml/internal/index.js';
38
+ export { XmlDictionaryReaderQuotas as XmlDictionaryReaderQuotas } from './System.Xml/internal/index.js';
39
+ export { XmlDictionaryString as XmlDictionaryString } from './System.Xml/internal/index.js';
40
+ export type IXmlTextReaderInitializer = Internal.IXmlTextReaderInitializer;
41
+ export type IXmlTextWriterInitializer = Internal.IXmlTextWriterInitializer;
42
+ export { XmlNamedNodeMap as XmlNamedNodeMap } from './System.Xml/internal/index.js';
43
+ export type IApplicationResourceStreamResolver = Internal.IApplicationResourceStreamResolver;
44
+ export type IHasXmlNode = Internal.IHasXmlNode;
45
+ export type IXmlLineInfo = Internal.IXmlLineInfo;
46
+ export type IXmlNamespaceResolver = Internal.IXmlNamespaceResolver;
47
+ export { NameTable as NameTable } from './System.Xml/internal/index.js';
48
+ export { XmlDateTimeSerializationMode as XmlDateTimeSerializationMode } from './System.Xml/internal/index.js';
49
+ export { XmlConvert as XmlConvert } from './System.Xml/internal/index.js';
50
+ export { XmlException as XmlException } from './System.Xml/internal/index.js';
51
+ export { XmlNamespaceManager as XmlNamespaceManager } from './System.Xml/internal/index.js';
52
+ export { XmlNamespaceScope as XmlNamespaceScope } from './System.Xml/internal/index.js';
53
+ export { XmlNameTable as XmlNameTable } from './System.Xml/internal/index.js';
54
+ export { XmlNodeOrder as XmlNodeOrder } from './System.Xml/internal/index.js';
55
+ export { XmlNodeType as XmlNodeType } from './System.Xml/internal/index.js';
56
+ export { XmlQualifiedName as XmlQualifiedName } from './System.Xml/internal/index.js';
57
+ export { XmlResolver as XmlResolver } from './System.Xml/internal/index.js';
58
+ export { XmlSecureResolver as XmlSecureResolver } from './System.Xml/internal/index.js';
59
+ export { XmlUrlResolver as XmlUrlResolver } from './System.Xml/internal/index.js';
60
+ export { ConformanceLevel as ConformanceLevel } from './System.Xml/internal/index.js';
61
+ export { DtdProcessing as DtdProcessing } from './System.Xml/internal/index.js';
62
+ export { EntityHandling as EntityHandling } from './System.Xml/internal/index.js';
63
+ export { NamespaceHandling as NamespaceHandling } from './System.Xml/internal/index.js';
64
+ export { NewLineHandling as NewLineHandling } from './System.Xml/internal/index.js';
65
+ export { ReadState as ReadState } from './System.Xml/internal/index.js';
66
+ export { ValidationType as ValidationType } from './System.Xml/internal/index.js';
67
+ export { WhitespaceHandling as WhitespaceHandling } from './System.Xml/internal/index.js';
68
+ export { XmlParserContext as XmlParserContext } from './System.Xml/internal/index.js';
69
+ export { XmlReader as XmlReader } from './System.Xml/internal/index.js';
70
+ export { XmlReaderSettings as XmlReaderSettings } from './System.Xml/internal/index.js';
71
+ export { XmlSpace as XmlSpace } from './System.Xml/internal/index.js';
72
+ export { XmlTextReader as XmlTextReader } from './System.Xml/internal/index.js';
73
+ export { Formatting as Formatting } from './System.Xml/internal/index.js';
74
+ export { XmlTextWriter as XmlTextWriter } from './System.Xml/internal/index.js';
75
+ export { XmlValidatingReader as XmlValidatingReader } from './System.Xml/internal/index.js';
76
+ export { WriteState as WriteState } from './System.Xml/internal/index.js';
77
+ export { XmlWriter as XmlWriter } from './System.Xml/internal/index.js';
78
+ export { XmlOutputMethod as XmlOutputMethod } from './System.Xml/internal/index.js';
79
+ export { XmlWriterSettings as XmlWriterSettings } from './System.Xml/internal/index.js';
80
+ export { XmlAttribute as XmlAttribute } from './System.Xml/internal/index.js';
81
+ export { XmlAttributeCollection as XmlAttributeCollection } from './System.Xml/internal/index.js';
82
+ export { XmlCDataSection as XmlCDataSection } from './System.Xml/internal/index.js';
83
+ export { XmlCharacterData as XmlCharacterData } from './System.Xml/internal/index.js';
84
+ export { XmlComment as XmlComment } from './System.Xml/internal/index.js';
85
+ export { XmlDeclaration as XmlDeclaration } from './System.Xml/internal/index.js';
86
+ export { XmlDocument as XmlDocument } from './System.Xml/internal/index.js';
87
+ export { XmlDocumentFragment as XmlDocumentFragment } from './System.Xml/internal/index.js';
88
+ export { XmlDocumentType as XmlDocumentType } from './System.Xml/internal/index.js';
89
+ export { XmlElement as XmlElement } from './System.Xml/internal/index.js';
90
+ export { XmlEntity as XmlEntity } from './System.Xml/internal/index.js';
91
+ export { XmlEntityReference as XmlEntityReference } from './System.Xml/internal/index.js';
92
+ export { XmlNodeChangedAction as XmlNodeChangedAction } from './System.Xml/internal/index.js';
93
+ export { XmlImplementation as XmlImplementation } from './System.Xml/internal/index.js';
94
+ export { XmlLinkedNode as XmlLinkedNode } from './System.Xml/internal/index.js';
95
+ export { XmlNode as XmlNode } from './System.Xml/internal/index.js';
96
+ export { XmlNodeChangedEventArgs as XmlNodeChangedEventArgs } from './System.Xml/internal/index.js';
97
+ export type XmlNodeChangedEventHandler = Internal.XmlNodeChangedEventHandler;
98
+ export { XmlNodeList as XmlNodeList } from './System.Xml/internal/index.js';
99
+ export { XmlNodeReader as XmlNodeReader } from './System.Xml/internal/index.js';
100
+ export { XmlNotation as XmlNotation } from './System.Xml/internal/index.js';
101
+ export { XmlProcessingInstruction as XmlProcessingInstruction } from './System.Xml/internal/index.js';
102
+ export { XmlSignificantWhitespace as XmlSignificantWhitespace } from './System.Xml/internal/index.js';
103
+ export { XmlText as XmlText } from './System.Xml/internal/index.js';
104
+ export { XmlWhitespace as XmlWhitespace } from './System.Xml/internal/index.js';
105
+ export { XmlTokenizedType as XmlTokenizedType } from './System.Xml/internal/index.js';
package/System.d.ts ADDED
@@ -0,0 +1,349 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { MemoryHandle, OperationStatus, SearchValues_1, SpanAction_2 } from './System.Buffers/internal/index.js';
10
+ import type { IAlternateEqualityComparer_2, ICollection_1, IComparer_1, IEnumerable_1, IEnumerator_1, IEqualityComparer_1, IList_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, IReadOnlyList_1 } from './System.Collections.Generic/internal/index.js';
11
+ import type { ReadOnlyCollection_1 } from './System.Collections.ObjectModel/internal/index.js';
12
+ import type { ICollection, IComparer, IDictionary, IEnumerable, IEnumerator, IEqualityComparer, IList, IStructuralComparable, IStructuralEquatable } from './System.Collections/internal/index.js';
13
+ import type { ITypeDescriptorContext, PropertyDescriptorCollection, TypeConverter, TypeConverter_StandardValuesCollection } from './System.ComponentModel/internal/index.js';
14
+ import type { AssemblyHashAlgorithm } from './System.Configuration.Assemblies/internal/index.js';
15
+ import type { Calendar, CompareInfo, CompareOptions, CultureInfo, DateTimeStyles, DaylightTime, NumberStyles, TimeSpanStyles, UnicodeCategory } from './System.Globalization/internal/index.js';
16
+ import type { Stream, TextReader, TextWriter } from './System.IO/internal/index.js';
17
+ import type { IAdditionOperators_3, IAdditiveIdentity_2, IBinaryFloatingPointIeee754_1, IBinaryInteger_1, IBinaryNumber_1, IBitwiseOperators_3, IComparisonOperators_3, IDecrementOperators_1, IDivisionOperators_3, IEqualityOperators_3, IExponentialFunctions_1, IFloatingPoint_1, IFloatingPointConstants_1, IFloatingPointIeee754_1, IHyperbolicFunctions_1, IIncrementOperators_1, ILogarithmicFunctions_1, IMinMaxValue_1, IModulusOperators_3, IMultiplicativeIdentity_2, IMultiplyOperators_3, INumber_1, INumberBase_1, IPowerFunctions_1, IRootFunctions_1, IShiftOperators_3, ISignedNumber_1, ISubtractionOperators_3, ITrigonometricFunctions_1, IUnaryNegationOperators_2, IUnaryPlusOperators_2, IUnsignedNumber_1 } from './System.Numerics/internal/index.js';
18
+ import type { Assembly, AssemblyName, Binder, BindingFlags, CallingConventions, ConstructorInfo, CustomAttributeData, EventInfo, FieldInfo, GenericParameterAttributes, ICustomAttributeProvider, InterfaceMapping, IReflect, MemberFilter, MemberInfo, MemberTypes, MethodBase, MethodInfo, Module, ParameterInfo, ParameterModifier, PropertyInfo, TypeAttributes, TypeFilter } from './System.Reflection/internal/index.js';
19
+ import type { DefaultInterpolatedStringHandler, ITuple } from './System.Runtime.CompilerServices/internal/index.js';
20
+ import type { FirstChanceExceptionEventArgs } from './System.Runtime.ExceptionServices/internal/index.js';
21
+ import type { StructLayoutAttribute } from './System.Runtime.InteropServices/internal/index.js';
22
+ import type { ObjectHandle } from './System.Runtime.Remoting/internal/index.js';
23
+ import type { IDeserializationCallback, IObjectReference, ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
24
+ import type { IPrincipal, PrincipalPolicy } from './System.Security.Principal/internal/index.js';
25
+ import type { PermissionSet } from './System.Security/internal/index.js';
26
+ import type { CompositeFormat, Encoding, NormalizationForm, SpanLineEnumerator, SpanRuneEnumerator, StringRuneEnumerator } from './System.Text/internal/index.js';
27
+ import type { ValueTask } from './System.Threading.Tasks/internal/index.js';
28
+ import type { CancellationToken, ITimer, LazyThreadSafetyMode, TimerCallback, WaitHandle } from './System.Threading/internal/index.js';
29
+
30
+ // Public API exports (curated - no internal $instance/$views leakage)
31
+ export type IServiceProvider = Internal.IServiceProvider;
32
+ export { UriTypeConverter as UriTypeConverter } from './System/internal/index.js';
33
+ export { Console$instance as Console } from './System/internal/index.js';
34
+ export type ConsoleCancelEventHandler = Internal.ConsoleCancelEventHandler;
35
+ export { ConsoleCancelEventArgs as ConsoleCancelEventArgs } from './System/internal/index.js';
36
+ export { ConsoleColor as ConsoleColor } from './System/internal/index.js';
37
+ export { ConsoleSpecialKey as ConsoleSpecialKey } from './System/internal/index.js';
38
+ export { ConsoleKey as ConsoleKey } from './System/internal/index.js';
39
+ export { ConsoleKeyInfo as ConsoleKeyInfo } from './System/internal/index.js';
40
+ export { ConsoleModifiers as ConsoleModifiers } from './System/internal/index.js';
41
+ export { SequencePosition as SequencePosition } from './System/internal/index.js';
42
+ export { ArgIterator as ArgIterator } from './System/internal/index.js';
43
+ export { Array as Array } from './System/internal/index.js';
44
+ export { Attribute as Attribute } from './System/internal/index.js';
45
+ export { BadImageFormatException as BadImageFormatException } from './System/internal/index.js';
46
+ export { Buffer$instance as Buffer } from './System/internal/index.js';
47
+ export { Decimal as Decimal } from './System/internal/index.js';
48
+ export { Delegate as Delegate } from './System/internal/index.js';
49
+ export { Delegate_InvocationListEnumerator_1 as Delegate_InvocationListEnumerator } from './System/internal/index.js';
50
+ export { Enum as Enum } from './System/internal/index.js';
51
+ export { Environment$instance as Environment } from './System/internal/index.js';
52
+ export { Environment_ProcessCpuUsage as Environment_ProcessCpuUsage } from './System/internal/index.js';
53
+ export { Environment_SpecialFolder as Environment_SpecialFolder } from './System/internal/index.js';
54
+ export { Environment_SpecialFolderOption as Environment_SpecialFolderOption } from './System/internal/index.js';
55
+ export { Exception as Exception } from './System/internal/index.js';
56
+ export { GCCollectionMode as GCCollectionMode } from './System/internal/index.js';
57
+ export { GCNotificationStatus as GCNotificationStatus } from './System/internal/index.js';
58
+ export { GC$instance as GC } from './System/internal/index.js';
59
+ export { Math$instance as Math } from './System/internal/index.js';
60
+ export { MathF$instance as MathF } from './System/internal/index.js';
61
+ export { MulticastDelegate as MulticastDelegate } from './System/internal/index.js';
62
+ export { Object as Object } from './System/internal/index.js';
63
+ export { RuntimeArgumentHandle as RuntimeArgumentHandle } from './System/internal/index.js';
64
+ export { RuntimeTypeHandle as RuntimeTypeHandle } from './System/internal/index.js';
65
+ export { RuntimeMethodHandle as RuntimeMethodHandle } from './System/internal/index.js';
66
+ export { RuntimeFieldHandle as RuntimeFieldHandle } from './System/internal/index.js';
67
+ export { ModuleHandle as ModuleHandle } from './System/internal/index.js';
68
+ export { String as String } from './System/internal/index.js';
69
+ export { Type as Type } from './System/internal/index.js';
70
+ export { TypedReference as TypedReference } from './System/internal/index.js';
71
+ export { TypeLoadException as TypeLoadException } from './System/internal/index.js';
72
+ export { ValueType as ValueType } from './System/internal/index.js';
73
+ export { AccessViolationException as AccessViolationException } from './System/internal/index.js';
74
+ export type Comparison<T> = Internal.Comparison_1<T>;
75
+ export type Converter<TInput, TOutput> = Internal.Converter_2<TInput, TOutput>;
76
+ export type Predicate<T> = Internal.Predicate_1<T>;
77
+ export { Activator$instance as Activator } from './System/internal/index.js';
78
+ export { AggregateException as AggregateException } from './System/internal/index.js';
79
+ export { AppContext$instance as AppContext } from './System/internal/index.js';
80
+ export { AppDomain as AppDomain } from './System/internal/index.js';
81
+ export { AppDomainSetup as AppDomainSetup } from './System/internal/index.js';
82
+ export { AppDomainUnloadedException as AppDomainUnloadedException } from './System/internal/index.js';
83
+ export { ApplicationException as ApplicationException } from './System/internal/index.js';
84
+ export { ApplicationId as ApplicationId } from './System/internal/index.js';
85
+ export { ArgumentException as ArgumentException } from './System/internal/index.js';
86
+ export { ArgumentNullException as ArgumentNullException } from './System/internal/index.js';
87
+ export { ArgumentOutOfRangeException as ArgumentOutOfRangeException } from './System/internal/index.js';
88
+ export { ArithmeticException as ArithmeticException } from './System/internal/index.js';
89
+ export { ArraySegment_1 as ArraySegment } from './System/internal/index.js';
90
+ export { ArrayTypeMismatchException as ArrayTypeMismatchException } from './System/internal/index.js';
91
+ export { AssemblyLoadEventArgs as AssemblyLoadEventArgs } from './System/internal/index.js';
92
+ export type AssemblyLoadEventHandler = Internal.AssemblyLoadEventHandler;
93
+ export type AsyncCallback = Internal.AsyncCallback;
94
+ export { AttributeTargets as AttributeTargets } from './System/internal/index.js';
95
+ export { AttributeUsageAttribute as AttributeUsageAttribute } from './System/internal/index.js';
96
+ export { BitConverter$instance as BitConverter } from './System/internal/index.js';
97
+ export { Boolean as Boolean } from './System/internal/index.js';
98
+ export { Byte as Byte } from './System/internal/index.js';
99
+ export { CannotUnloadAppDomainException as CannotUnloadAppDomainException } from './System/internal/index.js';
100
+ export { Char as Char } from './System/internal/index.js';
101
+ export { CharEnumerator as CharEnumerator } from './System/internal/index.js';
102
+ export { CLSCompliantAttribute as CLSCompliantAttribute } from './System/internal/index.js';
103
+ export { ContextBoundObject as ContextBoundObject } from './System/internal/index.js';
104
+ export { ContextMarshalException as ContextMarshalException } from './System/internal/index.js';
105
+ export { ContextStaticAttribute as ContextStaticAttribute } from './System/internal/index.js';
106
+ export { Convert$instance as Convert } from './System/internal/index.js';
107
+ export { Base64FormattingOptions as Base64FormattingOptions } from './System/internal/index.js';
108
+ export { DataMisalignedException as DataMisalignedException } from './System/internal/index.js';
109
+ export { DateOnly as DateOnly } from './System/internal/index.js';
110
+ export { DateTime as DateTime } from './System/internal/index.js';
111
+ export { DateTimeKind as DateTimeKind } from './System/internal/index.js';
112
+ export { DateTimeOffset as DateTimeOffset } from './System/internal/index.js';
113
+ export { DayOfWeek as DayOfWeek } from './System/internal/index.js';
114
+ export { DBNull as DBNull } from './System/internal/index.js';
115
+ export { DivideByZeroException as DivideByZeroException } from './System/internal/index.js';
116
+ export { DllNotFoundException as DllNotFoundException } from './System/internal/index.js';
117
+ export { Double as Double } from './System/internal/index.js';
118
+ export { DuplicateWaitObjectException as DuplicateWaitObjectException } from './System/internal/index.js';
119
+ export { EntryPointNotFoundException as EntryPointNotFoundException } from './System/internal/index.js';
120
+ export { EnvironmentVariableTarget as EnvironmentVariableTarget } from './System/internal/index.js';
121
+ export { EventArgs as EventArgs } from './System/internal/index.js';
122
+ export type EventHandler_0 = Internal.EventHandler;
123
+ export type EventHandler<TEventArgs> = Internal.EventHandler_1<TEventArgs>;
124
+ export { ExecutionEngineException as ExecutionEngineException } from './System/internal/index.js';
125
+ export { FieldAccessException as FieldAccessException } from './System/internal/index.js';
126
+ export { FlagsAttribute as FlagsAttribute } from './System/internal/index.js';
127
+ export { FormatException as FormatException } from './System/internal/index.js';
128
+ export { FormattableString as FormattableString } from './System/internal/index.js';
129
+ export { GCGenerationInfo as GCGenerationInfo } from './System/internal/index.js';
130
+ export { GCKind as GCKind } from './System/internal/index.js';
131
+ export { GCMemoryInfo as GCMemoryInfo } from './System/internal/index.js';
132
+ export { Guid as Guid } from './System/internal/index.js';
133
+ export { Half as Half } from './System/internal/index.js';
134
+ export { HashCode as HashCode } from './System/internal/index.js';
135
+ export type IAsyncDisposable = Internal.IAsyncDisposable;
136
+ export type IAsyncResult = Internal.IAsyncResult;
137
+ export type ICloneable = Internal.ICloneable;
138
+ export type IComparable_0 = Internal.IComparable;
139
+ export type IComparable<T> = Internal.IComparable_1<T>;
140
+ export type IConvertible = Internal.IConvertible;
141
+ export type ICustomFormatter = Internal.ICustomFormatter;
142
+ export type IDisposable = Internal.IDisposable;
143
+ export type IEquatable<T> = Internal.IEquatable_1<T>;
144
+ export type IFormatProvider = Internal.IFormatProvider;
145
+ export type IFormattable = Internal.IFormattable;
146
+ export { Index as Index } from './System/internal/index.js';
147
+ export { IndexOutOfRangeException as IndexOutOfRangeException } from './System/internal/index.js';
148
+ export { InsufficientExecutionStackException as InsufficientExecutionStackException } from './System/internal/index.js';
149
+ export { InsufficientMemoryException as InsufficientMemoryException } from './System/internal/index.js';
150
+ export { Int16 as Int16 } from './System/internal/index.js';
151
+ export { Int32 as Int32 } from './System/internal/index.js';
152
+ export { Int64 as Int64 } from './System/internal/index.js';
153
+ export { Int128 as Int128 } from './System/internal/index.js';
154
+ export { IntPtr as IntPtr } from './System/internal/index.js';
155
+ export { InvalidCastException as InvalidCastException } from './System/internal/index.js';
156
+ export { InvalidOperationException as InvalidOperationException } from './System/internal/index.js';
157
+ export { InvalidProgramException as InvalidProgramException } from './System/internal/index.js';
158
+ export { InvalidTimeZoneException as InvalidTimeZoneException } from './System/internal/index.js';
159
+ export type IObservable<T> = Internal.IObservable_1<T>;
160
+ export type IObserver<T> = Internal.IObserver_1<T>;
161
+ export type IProgress<T> = Internal.IProgress_1<T>;
162
+ export type ISpanFormattable = Internal.ISpanFormattable;
163
+ export type IUtf8SpanFormattable = Internal.IUtf8SpanFormattable;
164
+ export type IUtf8SpanParsable<TSelf extends Internal.IUtf8SpanParsable_1<TSelf>> = Internal.IUtf8SpanParsable_1<TSelf>;
165
+ export { Lazy_1 as Lazy } from './System/internal/index.js';
166
+ export { LoaderOptimization as LoaderOptimization } from './System/internal/index.js';
167
+ export { LoaderOptimizationAttribute as LoaderOptimizationAttribute } from './System/internal/index.js';
168
+ export { LocalDataStoreSlot as LocalDataStoreSlot } from './System/internal/index.js';
169
+ export { MarshalByRefObject as MarshalByRefObject } from './System/internal/index.js';
170
+ export { MemberAccessException as MemberAccessException } from './System/internal/index.js';
171
+ export { Memory_1 as Memory } from './System/internal/index.js';
172
+ export { MemoryExtensions$instance as MemoryExtensions } from './System/internal/index.js';
173
+ export { MemoryExtensions_SpanSplitEnumerator_1 as MemoryExtensions_SpanSplitEnumerator } from './System/internal/index.js';
174
+ export { MemoryExtensions_TryWriteInterpolatedStringHandler as MemoryExtensions_TryWriteInterpolatedStringHandler } from './System/internal/index.js';
175
+ export { MethodAccessException as MethodAccessException } from './System/internal/index.js';
176
+ export { MidpointRounding as MidpointRounding } from './System/internal/index.js';
177
+ export { MissingFieldException as MissingFieldException } from './System/internal/index.js';
178
+ export { MissingMemberException as MissingMemberException } from './System/internal/index.js';
179
+ export { MissingMethodException as MissingMethodException } from './System/internal/index.js';
180
+ export { MulticastNotSupportedException as MulticastNotSupportedException } from './System/internal/index.js';
181
+ export { NonSerializedAttribute as NonSerializedAttribute } from './System/internal/index.js';
182
+ export { NotFiniteNumberException as NotFiniteNumberException } from './System/internal/index.js';
183
+ export { NotImplementedException as NotImplementedException } from './System/internal/index.js';
184
+ export { NotSupportedException as NotSupportedException } from './System/internal/index.js';
185
+ export { Nullable_1 as Nullable } from './System/internal/index.js';
186
+ export { Nullable$instance as Nullable_0 } from './System/internal/index.js';
187
+ export { NullReferenceException as NullReferenceException } from './System/internal/index.js';
188
+ export { ObjectDisposedException as ObjectDisposedException } from './System/internal/index.js';
189
+ export { ObsoleteAttribute as ObsoleteAttribute } from './System/internal/index.js';
190
+ export { OperatingSystem as OperatingSystem } from './System/internal/index.js';
191
+ export { OperationCanceledException as OperationCanceledException } from './System/internal/index.js';
192
+ export { OutOfMemoryException as OutOfMemoryException } from './System/internal/index.js';
193
+ export { OverflowException as OverflowException } from './System/internal/index.js';
194
+ export { ParamArrayAttribute as ParamArrayAttribute } from './System/internal/index.js';
195
+ export { PlatformID as PlatformID } from './System/internal/index.js';
196
+ export { PlatformNotSupportedException as PlatformNotSupportedException } from './System/internal/index.js';
197
+ export { Progress_1 as Progress } from './System/internal/index.js';
198
+ export { Random as Random } from './System/internal/index.js';
199
+ export { Range as Range } from './System/internal/index.js';
200
+ export { RankException as RankException } from './System/internal/index.js';
201
+ export { ReadOnlyMemory_1 as ReadOnlyMemory } from './System/internal/index.js';
202
+ export { ReadOnlySpan_1 as ReadOnlySpan } from './System/internal/index.js';
203
+ export { ResolveEventArgs as ResolveEventArgs } from './System/internal/index.js';
204
+ export type ResolveEventHandler = Internal.ResolveEventHandler;
205
+ export { SByte as SByte } from './System/internal/index.js';
206
+ export { SerializableAttribute as SerializableAttribute } from './System/internal/index.js';
207
+ export { Single as Single } from './System/internal/index.js';
208
+ export { Span_1 as Span } from './System/internal/index.js';
209
+ export { StackOverflowException as StackOverflowException } from './System/internal/index.js';
210
+ export { StringComparer as StringComparer } from './System/internal/index.js';
211
+ export { CultureAwareComparer as CultureAwareComparer } from './System/internal/index.js';
212
+ export { OrdinalComparer as OrdinalComparer } from './System/internal/index.js';
213
+ export { StringComparison as StringComparison } from './System/internal/index.js';
214
+ export { StringNormalizationExtensions$instance as StringNormalizationExtensions } from './System/internal/index.js';
215
+ export { StringSplitOptions as StringSplitOptions } from './System/internal/index.js';
216
+ export { SystemException as SystemException } from './System/internal/index.js';
217
+ export { STAThreadAttribute as STAThreadAttribute } from './System/internal/index.js';
218
+ export { MTAThreadAttribute as MTAThreadAttribute } from './System/internal/index.js';
219
+ export { ThreadStaticAttribute as ThreadStaticAttribute } from './System/internal/index.js';
220
+ export { TimeOnly as TimeOnly } from './System/internal/index.js';
221
+ export { TimeoutException as TimeoutException } from './System/internal/index.js';
222
+ export { TimeSpan as TimeSpan } from './System/internal/index.js';
223
+ export { TimeZone as TimeZone } from './System/internal/index.js';
224
+ export { TimeZoneInfo as TimeZoneInfo } from './System/internal/index.js';
225
+ export { TimeZoneInfo_AdjustmentRule as TimeZoneInfo_AdjustmentRule } from './System/internal/index.js';
226
+ export { TimeZoneInfo_TransitionTime as TimeZoneInfo_TransitionTime } from './System/internal/index.js';
227
+ export { TimeZoneNotFoundException as TimeZoneNotFoundException } from './System/internal/index.js';
228
+ export { Tuple$instance as Tuple_0 } from './System/internal/index.js';
229
+ export { Tuple_1 as Tuple } from './System/internal/index.js';
230
+ export { TupleExtensions$instance as TupleExtensions } from './System/internal/index.js';
231
+ export { TypeAccessException as TypeAccessException } from './System/internal/index.js';
232
+ export { TypeCode as TypeCode } from './System/internal/index.js';
233
+ export { TypeInitializationException as TypeInitializationException } from './System/internal/index.js';
234
+ export { TypeUnloadedException as TypeUnloadedException } from './System/internal/index.js';
235
+ export { UInt16 as UInt16 } from './System/internal/index.js';
236
+ export { UInt32 as UInt32 } from './System/internal/index.js';
237
+ export { UInt64 as UInt64 } from './System/internal/index.js';
238
+ export { UInt128 as UInt128 } from './System/internal/index.js';
239
+ export { UIntPtr as UIntPtr } from './System/internal/index.js';
240
+ export { UnauthorizedAccessException as UnauthorizedAccessException } from './System/internal/index.js';
241
+ export { UnhandledExceptionEventArgs as UnhandledExceptionEventArgs } from './System/internal/index.js';
242
+ export type UnhandledExceptionEventHandler = Internal.UnhandledExceptionEventHandler;
243
+ export { UnitySerializationHolder as UnitySerializationHolder } from './System/internal/index.js';
244
+ export { ValueTuple as ValueTuple_0 } from './System/internal/index.js';
245
+ export { ValueTuple_1 as ValueTuple } from './System/internal/index.js';
246
+ export { Version as Version } from './System/internal/index.js';
247
+ export { Void as Void } from './System/internal/index.js';
248
+ export { WeakReference as WeakReference_0 } from './System/internal/index.js';
249
+ export { WeakReference_1 as WeakReference } from './System/internal/index.js';
250
+ export { TimeProvider as TimeProvider } from './System/internal/index.js';
251
+ export type IParsable<TSelf extends Internal.IParsable_1<TSelf>> = Internal.IParsable_1<TSelf>;
252
+ export type ISpanParsable<TSelf extends Internal.ISpanParsable_1<TSelf>> = Internal.ISpanParsable_1<TSelf>;
253
+ export { GenericUriParserOptions as GenericUriParserOptions } from './System/internal/index.js';
254
+ export { GenericUriParser as GenericUriParser } from './System/internal/index.js';
255
+ export { Uri as Uri } from './System/internal/index.js';
256
+ export { UriBuilder as UriBuilder } from './System/internal/index.js';
257
+ export { UriCreationOptions as UriCreationOptions } from './System/internal/index.js';
258
+ export { UriKind as UriKind } from './System/internal/index.js';
259
+ export { UriComponents as UriComponents } from './System/internal/index.js';
260
+ export { UriFormat as UriFormat } from './System/internal/index.js';
261
+ export { UriFormatException as UriFormatException } from './System/internal/index.js';
262
+ export { UriHostNameType as UriHostNameType } from './System/internal/index.js';
263
+ export { HttpStyleUriParser as HttpStyleUriParser } from './System/internal/index.js';
264
+ export { FtpStyleUriParser as FtpStyleUriParser } from './System/internal/index.js';
265
+ export { FileStyleUriParser as FileStyleUriParser } from './System/internal/index.js';
266
+ export { NewsStyleUriParser as NewsStyleUriParser } from './System/internal/index.js';
267
+ export { GopherStyleUriParser as GopherStyleUriParser } from './System/internal/index.js';
268
+ export { LdapStyleUriParser as LdapStyleUriParser } from './System/internal/index.js';
269
+ export { NetPipeStyleUriParser as NetPipeStyleUriParser } from './System/internal/index.js';
270
+ export { NetTcpStyleUriParser as NetTcpStyleUriParser } from './System/internal/index.js';
271
+ export { UriPartial as UriPartial } from './System/internal/index.js';
272
+ export { UriParser as UriParser } from './System/internal/index.js';
273
+
274
+ // Delegate shortcut aliases (support TS lambdas)
275
+ declare const __unspecified: unique symbol;
276
+ export type __ = typeof __unspecified;
277
+
278
+ export type Action<
279
+ T1 = __,
280
+ T2 = __,
281
+ T3 = __,
282
+ T4 = __,
283
+ T5 = __,
284
+ T6 = __,
285
+ T7 = __,
286
+ T8 = __,
287
+ T9 = __,
288
+ T10 = __,
289
+ T11 = __,
290
+ T12 = __,
291
+ T13 = __,
292
+ T14 = __,
293
+ T15 = __,
294
+ T16 = __,
295
+ > =
296
+ [T1] extends [__] ? ((() => void) | Internal.Action) :
297
+ [T2] extends [__] ? (((arg1: T1) => void) | Internal.Action_1<T1>) :
298
+ [T3] extends [__] ? (((arg1: T1, arg2: T2) => void) | Internal.Action_2<T1, T2>) :
299
+ [T4] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3) => void) | Internal.Action_3<T1, T2, T3>) :
300
+ [T5] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4) => void) | Internal.Action_4<T1, T2, T3, T4>) :
301
+ [T6] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => void) | Internal.Action_5<T1, T2, T3, T4, T5>) :
302
+ [T7] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6) => void) | Internal.Action_6<T1, T2, T3, T4, T5, T6>) :
303
+ [T8] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7) => void) | Internal.Action_7<T1, T2, T3, T4, T5, T6, T7>) :
304
+ [T9] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8) => void) | Internal.Action_8<T1, T2, T3, T4, T5, T6, T7, T8>) :
305
+ [T10] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9) => void) | Internal.Action_9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) :
306
+ [T11] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10) => void) | Internal.Action_10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) :
307
+ [T12] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11) => void) | Internal.Action_11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) :
308
+ [T13] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12) => void) | Internal.Action_12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) :
309
+ [T14] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12, arg13: T13) => void) | Internal.Action_13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) :
310
+ [T15] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12, arg13: T13, arg14: T14) => void) | Internal.Action_14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) :
311
+ [T16] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12, arg13: T13, arg14: T14, arg15: T15) => void) | Internal.Action_15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) :
312
+ (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12, arg13: T13, arg14: T14, arg15: T15, arg16: T16) => void) | Internal.Action_16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>);
313
+
314
+ export type Func<
315
+ T1 = __,
316
+ T2 = __,
317
+ T3 = __,
318
+ T4 = __,
319
+ T5 = __,
320
+ T6 = __,
321
+ T7 = __,
322
+ T8 = __,
323
+ T9 = __,
324
+ T10 = __,
325
+ T11 = __,
326
+ T12 = __,
327
+ T13 = __,
328
+ T14 = __,
329
+ T15 = __,
330
+ T16 = __,
331
+ T17 = __,
332
+ > =
333
+ [T2] extends [__] ? ((() => T1) | Internal.Func_1<T1>) :
334
+ [T3] extends [__] ? (((arg1: T1) => T2) | Internal.Func_2<T1, T2>) :
335
+ [T4] extends [__] ? (((arg1: T1, arg2: T2) => T3) | Internal.Func_3<T1, T2, T3>) :
336
+ [T5] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3) => T4) | Internal.Func_4<T1, T2, T3, T4>) :
337
+ [T6] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4) => T5) | Internal.Func_5<T1, T2, T3, T4, T5>) :
338
+ [T7] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => T6) | Internal.Func_6<T1, T2, T3, T4, T5, T6>) :
339
+ [T8] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6) => T7) | Internal.Func_7<T1, T2, T3, T4, T5, T6, T7>) :
340
+ [T9] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7) => T8) | Internal.Func_8<T1, T2, T3, T4, T5, T6, T7, T8>) :
341
+ [T10] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8) => T9) | Internal.Func_9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) :
342
+ [T11] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9) => T10) | Internal.Func_10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) :
343
+ [T12] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10) => T11) | Internal.Func_11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) :
344
+ [T13] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11) => T12) | Internal.Func_12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) :
345
+ [T14] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12) => T13) | Internal.Func_13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) :
346
+ [T15] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12, arg13: T13) => T14) | Internal.Func_14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) :
347
+ [T16] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12, arg13: T13, arg14: T14) => T15) | Internal.Func_15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) :
348
+ [T17] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12, arg13: T13, arg14: T14, arg15: T15) => T16) | Internal.Func_16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) :
349
+ (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12, arg13: T13, arg14: T14, arg15: T15, arg16: T16) => T17) | Internal.Func_17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsonic/dotnet",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "TypeScript type definitions for .NET 10 BCL (Base Class Library)",
5
5
  "type": "module",
6
6
  "files": [
@@ -1,15 +0,0 @@
1
- // Generated by tsbindgen - Architecture
2
- // Namespace: Internal
3
- // Facade - Public API Surface
4
-
5
- // Import internal declarations
6
- import * as Internal from './internal/index.js';
7
-
8
- // Cross-namespace type imports for constraints
9
- import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Type, Void } from '../System/internal/index.js';
10
-
11
- export * from './internal/index.js';
12
-
13
- // Individual type exports for convenience
14
- export { Console$instance as Console } from './internal/index.js';
15
- export { Console_Error$instance as Console_Error } from './internal/index.js';
@@ -1,25 +0,0 @@
1
- // Generated by tsbindgen - Architecture
2
- // Namespace: Microsoft.CSharp.RuntimeBinder
3
- // Facade - Public API Surface
4
-
5
- // Import internal declarations
6
- import * as Internal from './internal/index.js';
7
-
8
- // Cross-namespace type imports for constraints
9
- import type { IEnumerable_1 } from '../System.Collections.Generic/internal/index.js';
10
- import type { IDictionary } from '../System.Collections/internal/index.js';
11
- import type { ExpressionType } from '../System.Linq.Expressions/internal/index.js';
12
- import type { MethodBase } from '../System.Reflection/internal/index.js';
13
- import type { CallSiteBinder } from '../System.Runtime.CompilerServices/internal/index.js';
14
- import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
15
- import type { Boolean as ClrBoolean, Enum, Exception, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from '../System/internal/index.js';
16
-
17
- export * from './internal/index.js';
18
-
19
- // Individual type exports for convenience
20
- export { Binder$instance as Binder } from './internal/index.js';
21
- export { CSharpArgumentInfo as CSharpArgumentInfo } from './internal/index.js';
22
- export { CSharpArgumentInfoFlags as CSharpArgumentInfoFlags } from './internal/index.js';
23
- export { CSharpBinderFlags as CSharpBinderFlags } from './internal/index.js';
24
- export { RuntimeBinderException as RuntimeBinderException } from './internal/index.js';
25
- export { RuntimeBinderInternalCompilerException as RuntimeBinderInternalCompilerException } from './internal/index.js';
@@ -1,50 +0,0 @@
1
- // Generated by tsbindgen - Architecture
2
- // Namespace: Microsoft.VisualBasic
3
- // Facade - Public API Surface
4
-
5
- // Import internal declarations
6
- import * as Internal from './internal/index.js';
7
-
8
- // Cross-namespace type imports for constraints
9
- import type { ICollection, IEnumerator, IList } from '../System.Collections/internal/index.js';
10
- import type { Array as ClrArray, Attribute, Boolean as ClrBoolean, Byte, Char, DateTime, Decimal, Double, Enum, Exception, IComparable, IConvertible, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, Object as ClrObject, SByte, Single, String as ClrString, Type, TypeCode, UInt16, UInt32, UInt64, ValueType, Void } from '../System/internal/index.js';
11
-
12
- export * from './internal/index.js';
13
-
14
- // Individual type exports for convenience
15
- export { Collection as Collection } from './internal/index.js';
16
- export { ComClassAttribute as ComClassAttribute } from './internal/index.js';
17
- export { Constants as Constants } from './internal/index.js';
18
- export { ControlChars as ControlChars } from './internal/index.js';
19
- export { Conversion as Conversion } from './internal/index.js';
20
- export { DateAndTime as DateAndTime } from './internal/index.js';
21
- export { ErrObject as ErrObject } from './internal/index.js';
22
- export { FileSystem as FileSystem } from './internal/index.js';
23
- export { Financial as Financial } from './internal/index.js';
24
- export { VariantType as VariantType } from './internal/index.js';
25
- export { AppWinStyle as AppWinStyle } from './internal/index.js';
26
- export { CallType as CallType } from './internal/index.js';
27
- export { CompareMethod as CompareMethod } from './internal/index.js';
28
- export { DateFormat as DateFormat } from './internal/index.js';
29
- export { FirstDayOfWeek as FirstDayOfWeek } from './internal/index.js';
30
- export { FileAttribute as FileAttribute } from './internal/index.js';
31
- export { FirstWeekOfYear as FirstWeekOfYear } from './internal/index.js';
32
- export { VbStrConv as VbStrConv } from './internal/index.js';
33
- export { TriState as TriState } from './internal/index.js';
34
- export { DateInterval as DateInterval } from './internal/index.js';
35
- export { DueDate as DueDate } from './internal/index.js';
36
- export { OpenMode as OpenMode } from './internal/index.js';
37
- export { OpenAccess as OpenAccess } from './internal/index.js';
38
- export { OpenShare as OpenShare } from './internal/index.js';
39
- export { TabInfo as TabInfo } from './internal/index.js';
40
- export { SpcInfo as SpcInfo } from './internal/index.js';
41
- export { MsgBoxResult as MsgBoxResult } from './internal/index.js';
42
- export { MsgBoxStyle as MsgBoxStyle } from './internal/index.js';
43
- export { HideModuleNameAttribute as HideModuleNameAttribute } from './internal/index.js';
44
- export { Information as Information } from './internal/index.js';
45
- export { Interaction as Interaction } from './internal/index.js';
46
- export { MyGroupCollectionAttribute as MyGroupCollectionAttribute } from './internal/index.js';
47
- export { Strings as Strings } from './internal/index.js';
48
- export { VBFixedArrayAttribute as VBFixedArrayAttribute } from './internal/index.js';
49
- export { VBFixedStringAttribute as VBFixedStringAttribute } from './internal/index.js';
50
- export { VBMath as VBMath } from './internal/index.js';
@@ -1,47 +0,0 @@
1
- // Generated by tsbindgen - Architecture
2
- // Namespace: Microsoft.VisualBasic.CompilerServices
3
- // Facade - Public API Surface
4
-
5
- // Import internal declarations
6
- import * as Internal from './internal/index.js';
7
-
8
- // Cross-namespace type imports for constraints
9
- import type { CallType, CompareMethod } from '../Microsoft.VisualBasic/internal/index.js';
10
- import type { IDictionary } from '../System.Collections/internal/index.js';
11
- import type { CultureInfo, NumberFormatInfo } from '../System.Globalization/internal/index.js';
12
- import type { MethodBase } from '../System.Reflection/internal/index.js';
13
- import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
14
- import type { Array as ClrArray, Attribute, Boolean as ClrBoolean, Byte, Char, DateTime, Decimal, Double, Exception, Int16, Int32, Int64, Object as ClrObject, SByte, Single, String as ClrString, Type, UInt16, UInt32, UInt64, Void } from '../System/internal/index.js';
15
-
16
- export * from './internal/index.js';
17
-
18
- // Individual type exports for convenience
19
- export { BooleanType as BooleanType } from './internal/index.js';
20
- export { ByteType as ByteType } from './internal/index.js';
21
- export { CharType as CharType } from './internal/index.js';
22
- export { CharArrayType as CharArrayType } from './internal/index.js';
23
- export { Conversions as Conversions } from './internal/index.js';
24
- export { DateType as DateType } from './internal/index.js';
25
- export { DecimalType as DecimalType } from './internal/index.js';
26
- export { DesignerGeneratedAttribute as DesignerGeneratedAttribute } from './internal/index.js';
27
- export { DoubleType as DoubleType } from './internal/index.js';
28
- export { IncompleteInitialization as IncompleteInitialization } from './internal/index.js';
29
- export { IntegerType as IntegerType } from './internal/index.js';
30
- export { LateBinding as LateBinding } from './internal/index.js';
31
- export { LikeOperator as LikeOperator } from './internal/index.js';
32
- export { LongType as LongType } from './internal/index.js';
33
- export { NewLateBinding as NewLateBinding } from './internal/index.js';
34
- export { ObjectFlowControl as ObjectFlowControl } from './internal/index.js';
35
- export { ObjectFlowControl_ForLoopControl as ObjectFlowControl_ForLoopControl } from './internal/index.js';
36
- export { ObjectType as ObjectType } from './internal/index.js';
37
- export { Operators as Operators } from './internal/index.js';
38
- export { OptionCompareAttribute as OptionCompareAttribute } from './internal/index.js';
39
- export { OptionTextAttribute as OptionTextAttribute } from './internal/index.js';
40
- export { ProjectData as ProjectData } from './internal/index.js';
41
- export { ShortType as ShortType } from './internal/index.js';
42
- export { SingleType as SingleType } from './internal/index.js';
43
- export { StandardModuleAttribute as StandardModuleAttribute } from './internal/index.js';
44
- export { StaticLocalInitFlag as StaticLocalInitFlag } from './internal/index.js';
45
- export { StringType as StringType } from './internal/index.js';
46
- export { Utils as Utils } from './internal/index.js';
47
- export { Versioned as Versioned } from './internal/index.js';