@tsonic/dotnet 10.0.1 → 10.0.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 (295) hide show
  1. package/Internal/bindings.json +5 -0
  2. package/Microsoft.CSharp.RuntimeBinder/bindings.json +71 -8
  3. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -1
  4. package/Microsoft.VisualBasic/bindings.json +635 -68
  5. package/Microsoft.VisualBasic/internal/index.d.ts +1 -11
  6. package/Microsoft.VisualBasic.CompilerServices/bindings.json +210 -0
  7. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +0 -22
  8. package/Microsoft.VisualBasic.FileIO/bindings.json +195 -24
  9. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -3
  10. package/Microsoft.Win32/bindings.json +107 -24
  11. package/Microsoft.Win32/internal/index.d.ts +0 -1
  12. package/Microsoft.Win32.SafeHandles/bindings.json +769 -15
  13. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +37 -6
  14. package/System/bindings.json +11622 -2308
  15. package/System/internal/index.d.ts +78 -41
  16. package/System.Buffers/bindings.json +371 -62
  17. package/System.Buffers/internal/index.d.ts +15 -16
  18. package/System.Buffers.Binary/bindings.json +126 -0
  19. package/System.Buffers.Text/bindings.json +67 -0
  20. package/System.Buffers.Text/internal/index.d.ts +1 -1
  21. package/System.Buffers.Text.d.ts +1 -1
  22. package/System.Buffers.d.ts +1 -1
  23. package/System.CodeDom.Compiler/bindings.json +142 -4
  24. package/System.CodeDom.Compiler/internal/index.d.ts +5 -2
  25. package/System.CodeDom.Compiler.d.ts +1 -1
  26. package/System.Collections/bindings.json +1094 -69
  27. package/System.Collections/internal/index.d.ts +35 -13
  28. package/System.Collections.Concurrent/bindings.json +353 -90
  29. package/System.Collections.Concurrent/internal/index.d.ts +4 -3
  30. package/System.Collections.Frozen/bindings.json +158 -48
  31. package/System.Collections.Generic/bindings.json +1910 -634
  32. package/System.Collections.Generic/internal/index.d.ts +6 -13
  33. package/System.Collections.Immutable/bindings.json +1321 -292
  34. package/System.Collections.Immutable/internal/index.d.ts +0 -13
  35. package/System.Collections.ObjectModel/bindings.json +1123 -199
  36. package/System.Collections.ObjectModel/internal/index.d.ts +22 -6
  37. package/System.Collections.ObjectModel.d.ts +3 -3
  38. package/System.Collections.Specialized/bindings.json +763 -58
  39. package/System.Collections.Specialized/internal/index.d.ts +14 -14
  40. package/System.ComponentModel/bindings.json +3590 -166
  41. package/System.ComponentModel/internal/index.d.ts +117 -61
  42. package/System.ComponentModel.DataAnnotations/bindings.json +743 -13
  43. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +51 -23
  44. package/System.ComponentModel.DataAnnotations.Schema/bindings.json +24 -4
  45. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +5 -4
  46. package/System.ComponentModel.DataAnnotations.Schema.d.ts +1 -1
  47. package/System.ComponentModel.DataAnnotations.d.ts +2 -2
  48. package/System.ComponentModel.Design/bindings.json +714 -40
  49. package/System.ComponentModel.Design/internal/index.d.ts +23 -19
  50. package/System.ComponentModel.Design.Serialization/bindings.json +261 -12
  51. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +16 -14
  52. package/System.ComponentModel.Design.d.ts +1 -1
  53. package/System.ComponentModel.d.ts +2 -2
  54. package/System.Configuration.Assemblies/bindings.json +19 -8
  55. package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
  56. package/System.Configuration.Assemblies.d.ts +1 -1
  57. package/System.Data/bindings.json +3325 -302
  58. package/System.Data/internal/index.d.ts +102 -59
  59. package/System.Data.Common/bindings.json +3047 -241
  60. package/System.Data.Common/internal/index.d.ts +162 -72
  61. package/System.Data.Common.d.ts +3 -3
  62. package/System.Data.SqlTypes/bindings.json +754 -71
  63. package/System.Data.SqlTypes/internal/index.d.ts +3 -3
  64. package/System.Data.d.ts +3 -3
  65. package/System.Diagnostics/bindings.json +1737 -130
  66. package/System.Diagnostics/internal/index.d.ts +97 -80
  67. package/System.Diagnostics.CodeAnalysis/bindings.json +125 -4
  68. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +25 -22
  69. package/System.Diagnostics.CodeAnalysis.d.ts +1 -1
  70. package/System.Diagnostics.Contracts/bindings.json +68 -4
  71. package/System.Diagnostics.Contracts/internal/index.d.ts +2 -2
  72. package/System.Diagnostics.Metrics/bindings.json +565 -55
  73. package/System.Diagnostics.Metrics/internal/index.d.ts +29 -27
  74. package/System.Diagnostics.SymbolStore/bindings.json +106 -4
  75. package/System.Diagnostics.Tracing/bindings.json +979 -160
  76. package/System.Diagnostics.Tracing/internal/index.d.ts +34 -23
  77. package/System.Diagnostics.d.ts +2 -2
  78. package/System.Drawing/bindings.json +611 -4
  79. package/System.Drawing/internal/index.d.ts +1 -1
  80. package/System.Drawing.d.ts +1 -1
  81. package/System.Dynamic/bindings.json +346 -24
  82. package/System.Dynamic/internal/index.d.ts +15 -16
  83. package/System.Formats.Asn1/bindings.json +229 -12
  84. package/System.Formats.Tar/bindings.json +120 -16
  85. package/System.Formats.Tar/internal/index.d.ts +1 -1
  86. package/System.Globalization/bindings.json +1088 -53
  87. package/System.Globalization/internal/index.d.ts +10 -7
  88. package/System.IO/bindings.json +2163 -110
  89. package/System.IO/internal/index.d.ts +40 -24
  90. package/System.IO.Compression/bindings.json +466 -38
  91. package/System.IO.Compression/internal/index.d.ts +10 -5
  92. package/System.IO.Compression.d.ts +2 -2
  93. package/System.IO.Enumeration/bindings.json +221 -22
  94. package/System.IO.Enumeration/internal/index.d.ts +13 -7
  95. package/System.IO.IsolatedStorage/bindings.json +250 -11
  96. package/System.IO.IsolatedStorage/internal/index.d.ts +7 -5
  97. package/System.IO.IsolatedStorage.d.ts +2 -2
  98. package/System.IO.MemoryMappedFiles/bindings.json +138 -16
  99. package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -8
  100. package/System.IO.MemoryMappedFiles.d.ts +4 -3
  101. package/System.IO.Pipelines/bindings.json +147 -3
  102. package/System.IO.Pipelines/internal/index.d.ts +5 -3
  103. package/System.IO.Pipes/bindings.json +889 -54
  104. package/System.IO.Pipes/internal/index.d.ts +30 -15
  105. package/System.IO.Pipes.d.ts +4 -3
  106. package/System.IO.d.ts +2 -2
  107. package/System.Linq/bindings.json +944 -79
  108. package/System.Linq/internal/index.d.ts +0 -4
  109. package/System.Linq.Expressions/bindings.json +1998 -57
  110. package/System.Linq.Expressions/internal/index.d.ts +78 -49
  111. package/System.Linq.Expressions.Interpreter/bindings.json +2 -0
  112. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -2
  113. package/System.Linq.Expressions.Interpreter.d.ts +1 -1
  114. package/System.Linq.Expressions.d.ts +1 -1
  115. package/System.Net/bindings.json +2083 -248
  116. package/System.Net/internal/index.d.ts +128 -117
  117. package/System.Net.Cache/bindings.json +53 -12
  118. package/System.Net.Cache/internal/index.d.ts +1 -1
  119. package/System.Net.Cache.d.ts +1 -1
  120. package/System.Net.Http/bindings.json +2104 -105
  121. package/System.Net.Http/internal/index.d.ts +107 -37
  122. package/System.Net.Http.Headers/bindings.json +456 -24
  123. package/System.Net.Http.Headers/internal/index.d.ts +38 -35
  124. package/System.Net.Http.Json/bindings.json +171 -0
  125. package/System.Net.Http.Json/internal/index.d.ts +9 -2
  126. package/System.Net.Http.Metrics/bindings.json +5 -0
  127. package/System.Net.Http.Metrics/internal/index.d.ts +2 -3
  128. package/System.Net.Mail/bindings.json +1127 -101
  129. package/System.Net.Mail/internal/index.d.ts +39 -24
  130. package/System.Net.Mime/bindings.json +82 -4
  131. package/System.Net.Mime/internal/index.d.ts +5 -4
  132. package/System.Net.Mime.d.ts +1 -1
  133. package/System.Net.NetworkInformation/bindings.json +857 -61
  134. package/System.Net.NetworkInformation/internal/index.d.ts +25 -34
  135. package/System.Net.NetworkInformation.d.ts +2 -2
  136. package/System.Net.Quic/bindings.json +157 -16
  137. package/System.Net.Quic/internal/index.d.ts +6 -7
  138. package/System.Net.Quic.d.ts +2 -2
  139. package/System.Net.Security/bindings.json +798 -37
  140. package/System.Net.Security/internal/index.d.ts +29 -24
  141. package/System.Net.Security.d.ts +2 -2
  142. package/System.Net.ServerSentEvents/bindings.json +31 -13
  143. package/System.Net.ServerSentEvents/internal/index.d.ts +3 -4
  144. package/System.Net.Sockets/bindings.json +1157 -78
  145. package/System.Net.Sockets/internal/index.d.ts +35 -26
  146. package/System.Net.Sockets.d.ts +2 -2
  147. package/System.Net.WebSockets/bindings.json +311 -26
  148. package/System.Net.WebSockets/internal/index.d.ts +19 -17
  149. package/System.Net.WebSockets.d.ts +2 -2
  150. package/System.Net.d.ts +2 -2
  151. package/System.Numerics/bindings.json +3546 -957
  152. package/System.Reflection/bindings.json +1913 -132
  153. package/System.Reflection/internal/index.d.ts +64 -56
  154. package/System.Reflection.Emit/bindings.json +2509 -57
  155. package/System.Reflection.Emit/internal/index.d.ts +92 -22
  156. package/System.Reflection.Emit.d.ts +1 -1
  157. package/System.Reflection.Metadata/bindings.json +1936 -231
  158. package/System.Reflection.Metadata/internal/index.d.ts +8 -11
  159. package/System.Reflection.Metadata.Ecma335/bindings.json +480 -24
  160. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +0 -1
  161. package/System.Reflection.PortableExecutable/bindings.json +583 -39
  162. package/System.Reflection.PortableExecutable/internal/index.d.ts +9 -5
  163. package/System.Resources/bindings.json +323 -17
  164. package/System.Resources/internal/index.d.ts +9 -5
  165. package/System.Resources.d.ts +1 -1
  166. package/System.Runtime/bindings.json +65 -8
  167. package/System.Runtime/internal/index.d.ts +4 -2
  168. package/System.Runtime.CompilerServices/bindings.json +718 -139
  169. package/System.Runtime.CompilerServices/internal/index.d.ts +13 -15
  170. package/System.Runtime.ConstrainedExecution/bindings.json +56 -10
  171. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
  172. package/System.Runtime.ConstrainedExecution.d.ts +1 -1
  173. package/System.Runtime.ExceptionServices/bindings.json +11 -0
  174. package/System.Runtime.ExceptionServices/internal/index.d.ts +0 -1
  175. package/System.Runtime.InteropServices/bindings.json +1858 -265
  176. package/System.Runtime.InteropServices/internal/index.d.ts +26 -19
  177. package/System.Runtime.InteropServices.ComTypes/bindings.json +478 -72
  178. package/System.Runtime.InteropServices.Java/bindings.json +12 -0
  179. package/System.Runtime.InteropServices.JavaScript/bindings.json +205 -30
  180. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -22
  181. package/System.Runtime.InteropServices.Marshalling/bindings.json +484 -89
  182. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +16 -7
  183. package/System.Runtime.InteropServices.Marshalling.d.ts +2 -1
  184. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +19 -4
  185. package/System.Runtime.InteropServices.Swift/bindings.json +11 -3
  186. package/System.Runtime.InteropServices.d.ts +1 -1
  187. package/System.Runtime.Intrinsics/bindings.json +1296 -40
  188. package/System.Runtime.Intrinsics.Arm/bindings.json +4959 -8
  189. package/System.Runtime.Intrinsics.Wasm/bindings.json +484 -1
  190. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
  191. package/System.Runtime.Intrinsics.X86/bindings.json +3765 -8
  192. package/System.Runtime.Loader/bindings.json +130 -0
  193. package/System.Runtime.Loader/internal/index.d.ts +4 -1
  194. package/System.Runtime.Remoting/bindings.json +2 -0
  195. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  196. package/System.Runtime.Remoting.d.ts +1 -1
  197. package/System.Runtime.Serialization/bindings.json +920 -17
  198. package/System.Runtime.Serialization/internal/index.d.ts +65 -37
  199. package/System.Runtime.Serialization.DataContracts/bindings.json +85 -38
  200. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +27 -21
  201. package/System.Runtime.Serialization.Formatters/bindings.json +24 -12
  202. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +3 -3
  203. package/System.Runtime.Serialization.Formatters.Binary/bindings.json +15 -0
  204. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -2
  205. package/System.Runtime.Serialization.Formatters.d.ts +1 -1
  206. package/System.Runtime.Serialization.Json/bindings.json +56 -0
  207. package/System.Runtime.Serialization.Json/internal/index.d.ts +6 -4
  208. package/System.Runtime.Serialization.d.ts +2 -2
  209. package/System.Runtime.Versioning/bindings.json +62 -8
  210. package/System.Runtime.Versioning/internal/index.d.ts +7 -7
  211. package/System.Runtime.Versioning.d.ts +1 -1
  212. package/System.Security/bindings.json +265 -12
  213. package/System.Security/internal/index.d.ts +21 -13
  214. package/System.Security.AccessControl/bindings.json +4082 -797
  215. package/System.Security.AccessControl/internal/index.d.ts +114 -93
  216. package/System.Security.AccessControl.d.ts +2 -1
  217. package/System.Security.Authentication/bindings.json +80 -16
  218. package/System.Security.Authentication.ExtendedProtection/bindings.json +108 -13
  219. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +4 -3
  220. package/System.Security.Authentication.ExtendedProtection.d.ts +2 -2
  221. package/System.Security.Claims/bindings.json +436 -0
  222. package/System.Security.Claims/internal/index.d.ts +18 -7
  223. package/System.Security.Claims.d.ts +2 -1
  224. package/System.Security.Cryptography/bindings.json +11592 -237
  225. package/System.Security.Cryptography/internal/index.d.ts +415 -106
  226. package/System.Security.Cryptography.X509Certificates/bindings.json +1000 -114
  227. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +15 -17
  228. package/System.Security.Cryptography.X509Certificates.d.ts +1 -1
  229. package/System.Security.Cryptography.d.ts +2 -2
  230. package/System.Security.Permissions/bindings.json +88 -14
  231. package/System.Security.Permissions/internal/index.d.ts +3 -3
  232. package/System.Security.Permissions.d.ts +1 -1
  233. package/System.Security.Policy/bindings.json +42 -1
  234. package/System.Security.Policy/internal/index.d.ts +3 -3
  235. package/System.Security.Principal/bindings.json +355 -28
  236. package/System.Security.Principal/internal/index.d.ts +10 -8
  237. package/System.Security.Principal.d.ts +1 -1
  238. package/System.Text/bindings.json +800 -31
  239. package/System.Text/internal/index.d.ts +11 -14
  240. package/System.Text.Encodings.Web/bindings.json +87 -4
  241. package/System.Text.Encodings.Web/internal/index.d.ts +4 -4
  242. package/System.Text.Json/bindings.json +574 -49
  243. package/System.Text.Json/internal/index.d.ts +18 -18
  244. package/System.Text.Json.Nodes/bindings.json +152 -19
  245. package/System.Text.Json.Nodes/internal/index.d.ts +4 -3
  246. package/System.Text.Json.Schema/bindings.json +10 -0
  247. package/System.Text.Json.Schema/internal/index.d.ts +2 -2
  248. package/System.Text.Json.Schema.d.ts +1 -1
  249. package/System.Text.Json.Serialization/bindings.json +295 -54
  250. package/System.Text.Json.Serialization/internal/index.d.ts +18 -14
  251. package/System.Text.Json.Serialization.Metadata/bindings.json +198 -24
  252. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +40 -35
  253. package/System.Text.RegularExpressions/bindings.json +1319 -103
  254. package/System.Text.RegularExpressions/internal/index.d.ts +12 -12
  255. package/System.Text.RegularExpressions.d.ts +1 -1
  256. package/System.Text.Unicode/bindings.json +185 -0
  257. package/System.Text.Unicode/internal/index.d.ts +1 -1
  258. package/System.Text.Unicode.d.ts +1 -1
  259. package/System.Threading/bindings.json +1270 -64
  260. package/System.Threading/internal/index.d.ts +26 -28
  261. package/System.Threading.Channels/bindings.json +143 -29
  262. package/System.Threading.Channels/internal/index.d.ts +9 -8
  263. package/System.Threading.Tasks/bindings.json +719 -29
  264. package/System.Threading.Tasks/internal/index.d.ts +12 -6
  265. package/System.Threading.Tasks.Dataflow/bindings.json +442 -143
  266. package/System.Threading.Tasks.Sources/bindings.json +34 -11
  267. package/System.Timers/bindings.json +50 -4
  268. package/System.Timers/internal/index.d.ts +6 -5
  269. package/System.Timers.d.ts +2 -2
  270. package/System.Transactions/bindings.json +269 -32
  271. package/System.Transactions/internal/index.d.ts +3 -9
  272. package/System.Web/bindings.json +32 -0
  273. package/System.Windows.Input/bindings.json +3 -0
  274. package/System.Windows.Markup/bindings.json +4 -0
  275. package/System.Windows.Markup/internal/index.d.ts +1 -1
  276. package/System.Windows.Markup.d.ts +1 -1
  277. package/System.Xml/bindings.json +2447 -210
  278. package/System.Xml/internal/index.d.ts +97 -90
  279. package/System.Xml.Linq/bindings.json +361 -24
  280. package/System.Xml.Linq/internal/index.d.ts +17 -13
  281. package/System.Xml.Resolvers/bindings.json +26 -4
  282. package/System.Xml.Schema/bindings.json +830 -56
  283. package/System.Xml.Schema/internal/index.d.ts +115 -91
  284. package/System.Xml.Serialization/bindings.json +4421 -149
  285. package/System.Xml.Serialization/internal/index.d.ts +128 -70
  286. package/System.Xml.Serialization.d.ts +4 -4
  287. package/System.Xml.XPath/bindings.json +287 -35
  288. package/System.Xml.XPath/internal/index.d.ts +5 -5
  289. package/System.Xml.Xsl/bindings.json +174 -8
  290. package/System.Xml.Xsl/internal/index.d.ts +6 -5
  291. package/System.Xml.Xsl.Runtime/bindings.json +613 -58
  292. package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -9
  293. package/System.Xml.Xsl.d.ts +1 -1
  294. package/System.d.ts +1 -1
  295. package/package.json +1 -1
@@ -14,7 +14,7 @@ import type { ICollection_1, IEnumerable_1, IEnumerator_1 } from "../../System.C
14
14
  import * as System_Collections_Internal from "../../System.Collections/internal/index.js";
15
15
  import type { IDictionary, IEnumerable, IEnumerator } from "../../System.Collections/internal/index.js";
16
16
  import * as System_ComponentModel_Internal from "../../System.ComponentModel/internal/index.js";
17
- import type { AsyncCompletedEventArgs, Component, IComponent, IContainer, ISite, Win32Exception } from "../../System.ComponentModel/internal/index.js";
17
+ import type { AsyncCompletedEventArgs, Component, EventHandlerList, IComponent, IContainer, ISite, Win32Exception } from "../../System.ComponentModel/internal/index.js";
18
18
  import * as System_Net_Internal from "../../System.Net/internal/index.js";
19
19
  import type { IPAddress, IPEndPoint } from "../../System.Net/internal/index.js";
20
20
  import type { MethodBase, MethodInfo } from "../../System.Reflection/internal/index.js";
@@ -23,7 +23,7 @@ import type { ISerializable, SerializationInfo, StreamingContext } from "../../S
23
23
  import type { Task_1 } from "../../System.Threading.Tasks/internal/index.js";
24
24
  import type { CancellationToken } from "../../System.Threading/internal/index.js";
25
25
  import * as System_Internal from "../../System/internal/index.js";
26
- import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, Delegate, Enum, EventArgs, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, IntPtr, InvalidOperationException, ISpanFormattable, MulticastDelegate, Object as ClrObject, ReadOnlySpan_1, String as ClrString, TimeSpan, Type, TypeCode, Void } from "../../System/internal/index.js";
26
+ import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, Delegate, Enum, EventArgs, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, IntPtr, InvalidOperationException, ISpanFormattable, MarshalByRefObject, MulticastDelegate, Object as ClrObject, ReadOnlySpan_1, String as ClrString, TimeSpan, Type, TypeCode, Void } from "../../System/internal/index.js";
27
27
 
28
28
  export enum DuplicateAddressDetectionState {
29
29
  Invalid = 0,
@@ -182,7 +182,7 @@ export interface GatewayIPAddressInformation$instance {
182
182
  }
183
183
 
184
184
 
185
- export const GatewayIPAddressInformation: {
185
+ export const GatewayIPAddressInformation: (abstract new() => GatewayIPAddressInformation) & {
186
186
  };
187
187
 
188
188
 
@@ -201,8 +201,7 @@ export interface GatewayIPAddressInformationCollection$instance {
201
201
  }
202
202
 
203
203
 
204
- export const GatewayIPAddressInformationCollection: {
205
- new(): GatewayIPAddressInformationCollection;
204
+ export const GatewayIPAddressInformationCollection: (abstract new() => GatewayIPAddressInformationCollection) & {
206
205
  };
207
206
 
208
207
 
@@ -245,7 +244,7 @@ export interface IcmpV4Statistics$instance {
245
244
  }
246
245
 
247
246
 
248
- export const IcmpV4Statistics: {
247
+ export const IcmpV4Statistics: (abstract new() => IcmpV4Statistics) & {
249
248
  };
250
249
 
251
250
 
@@ -287,7 +286,7 @@ export interface IcmpV6Statistics$instance {
287
286
  }
288
287
 
289
288
 
290
- export const IcmpV6Statistics: {
289
+ export const IcmpV6Statistics: (abstract new() => IcmpV6Statistics) & {
291
290
  };
292
291
 
293
292
 
@@ -306,8 +305,7 @@ export interface IPAddressCollection$instance {
306
305
  }
307
306
 
308
307
 
309
- export const IPAddressCollection: {
310
- new(): IPAddressCollection;
308
+ export const IPAddressCollection: (abstract new() => IPAddressCollection) & {
311
309
  };
312
310
 
313
311
 
@@ -327,7 +325,7 @@ export interface IPAddressInformation$instance {
327
325
  }
328
326
 
329
327
 
330
- export const IPAddressInformation: {
328
+ export const IPAddressInformation: (abstract new() => IPAddressInformation) & {
331
329
  };
332
330
 
333
331
 
@@ -347,7 +345,6 @@ export interface IPAddressInformationCollection$instance {
347
345
 
348
346
 
349
347
  export const IPAddressInformationCollection: {
350
- new(): IPAddressInformationCollection;
351
348
  };
352
349
 
353
350
 
@@ -384,7 +381,7 @@ export interface IPGlobalProperties$instance {
384
381
  }
385
382
 
386
383
 
387
- export const IPGlobalProperties: {
384
+ export const IPGlobalProperties: (abstract new() => IPGlobalProperties) & {
388
385
  GetIPGlobalProperties(): IPGlobalProperties;
389
386
  };
390
387
 
@@ -417,7 +414,7 @@ export interface IPGlobalStatistics$instance {
417
414
  }
418
415
 
419
416
 
420
- export const IPGlobalStatistics: {
417
+ export const IPGlobalStatistics: (abstract new() => IPGlobalStatistics) & {
421
418
  };
422
419
 
423
420
 
@@ -439,7 +436,7 @@ export interface IPInterfaceProperties$instance {
439
436
  }
440
437
 
441
438
 
442
- export const IPInterfaceProperties: {
439
+ export const IPInterfaceProperties: (abstract new() => IPInterfaceProperties) & {
443
440
  };
444
441
 
445
442
 
@@ -461,7 +458,7 @@ export interface IPInterfaceStatistics$instance {
461
458
  }
462
459
 
463
460
 
464
- export const IPInterfaceStatistics: {
461
+ export const IPInterfaceStatistics: (abstract new() => IPInterfaceStatistics) & {
465
462
  };
466
463
 
467
464
 
@@ -478,7 +475,7 @@ export interface IPv4InterfaceProperties$instance {
478
475
  }
479
476
 
480
477
 
481
- export const IPv4InterfaceProperties: {
478
+ export const IPv4InterfaceProperties: (abstract new() => IPv4InterfaceProperties) & {
482
479
  };
483
480
 
484
481
 
@@ -500,7 +497,7 @@ export interface IPv4InterfaceStatistics$instance {
500
497
  }
501
498
 
502
499
 
503
- export const IPv4InterfaceStatistics: {
500
+ export const IPv4InterfaceStatistics: (abstract new() => IPv4InterfaceStatistics) & {
504
501
  };
505
502
 
506
503
 
@@ -513,7 +510,7 @@ export interface IPv6InterfaceProperties$instance {
513
510
  }
514
511
 
515
512
 
516
- export const IPv6InterfaceProperties: {
513
+ export const IPv6InterfaceProperties: (abstract new() => IPv6InterfaceProperties) & {
517
514
  };
518
515
 
519
516
 
@@ -529,7 +526,7 @@ export interface MulticastIPAddressInformation$instance extends IPAddressInforma
529
526
  }
530
527
 
531
528
 
532
- export const MulticastIPAddressInformation: {
529
+ export const MulticastIPAddressInformation: (abstract new() => MulticastIPAddressInformation) & {
533
530
  };
534
531
 
535
532
 
@@ -548,8 +545,7 @@ export interface MulticastIPAddressInformationCollection$instance {
548
545
  }
549
546
 
550
547
 
551
- export const MulticastIPAddressInformationCollection: {
552
- new(): MulticastIPAddressInformationCollection;
548
+ export const MulticastIPAddressInformationCollection: (abstract new() => MulticastIPAddressInformationCollection) & {
553
549
  };
554
550
 
555
551
 
@@ -568,7 +564,6 @@ export interface NetworkAvailabilityEventArgs$instance extends EventArgs {
568
564
 
569
565
 
570
566
  export const NetworkAvailabilityEventArgs: {
571
- new(): NetworkAvailabilityEventArgs;
572
567
  };
573
568
 
574
569
 
@@ -622,7 +617,7 @@ export interface NetworkInterface$instance {
622
617
  }
623
618
 
624
619
 
625
- export const NetworkInterface: {
620
+ export const NetworkInterface: (abstract new() => NetworkInterface) & {
626
621
  readonly IPv6LoopbackInterfaceIndex: int;
627
622
  readonly LoopbackInterfaceIndex: int;
628
623
  GetAllNetworkInterfaces(): NetworkInterface[];
@@ -653,6 +648,7 @@ export const PhysicalAddress: {
653
648
  export type PhysicalAddress = PhysicalAddress$instance;
654
649
 
655
650
  export interface Ping$instance extends Component {
651
+ Dispose(disposing: boolean): void;
656
652
  Dispose(): void;
657
653
  Send(hostNameOrAddress: string): PingReply;
658
654
  Send(hostNameOrAddress: string, timeout: int): PingReply;
@@ -696,8 +692,6 @@ export interface __Ping$views {
696
692
  As_IDisposable(): System_Internal.IDisposable$instance;
697
693
  }
698
694
 
699
- export interface Ping$instance extends System_ComponentModel_Internal.IComponent$instance {}
700
-
701
695
  export type Ping = Ping$instance & __Ping$views;
702
696
 
703
697
 
@@ -707,7 +701,6 @@ export interface PingCompletedEventArgs$instance extends AsyncCompletedEventArgs
707
701
 
708
702
 
709
703
  export const PingCompletedEventArgs: {
710
- new(): PingCompletedEventArgs;
711
704
  };
712
705
 
713
706
 
@@ -748,14 +741,13 @@ export type PingOptions = PingOptions$instance;
748
741
  export interface PingReply$instance {
749
742
  readonly Address: IPAddress;
750
743
  readonly Buffer: byte[];
751
- readonly Options: PingOptions;
744
+ readonly Options: PingOptions | undefined;
752
745
  readonly RoundtripTime: long;
753
746
  readonly Status: IPStatus;
754
747
  }
755
748
 
756
749
 
757
750
  export const PingReply: {
758
- new(): PingReply;
759
751
  };
760
752
 
761
753
 
@@ -768,7 +760,7 @@ export interface TcpConnectionInformation$instance {
768
760
  }
769
761
 
770
762
 
771
- export const TcpConnectionInformation: {
763
+ export const TcpConnectionInformation: (abstract new() => TcpConnectionInformation) & {
772
764
  };
773
765
 
774
766
 
@@ -792,7 +784,7 @@ export interface TcpStatistics$instance {
792
784
  }
793
785
 
794
786
 
795
- export const TcpStatistics: {
787
+ export const TcpStatistics: (abstract new() => TcpStatistics) & {
796
788
  };
797
789
 
798
790
 
@@ -807,7 +799,7 @@ export interface UdpStatistics$instance {
807
799
  }
808
800
 
809
801
 
810
- export const UdpStatistics: {
802
+ export const UdpStatistics: (abstract new() => UdpStatistics) & {
811
803
  };
812
804
 
813
805
 
@@ -825,7 +817,7 @@ export interface UnicastIPAddressInformation$instance extends IPAddressInformati
825
817
  }
826
818
 
827
819
 
828
- export const UnicastIPAddressInformation: {
820
+ export const UnicastIPAddressInformation: (abstract new() => UnicastIPAddressInformation) & {
829
821
  };
830
822
 
831
823
 
@@ -844,8 +836,7 @@ export interface UnicastIPAddressInformationCollection$instance {
844
836
  }
845
837
 
846
838
 
847
- export const UnicastIPAddressInformationCollection: {
848
- new(): UnicastIPAddressInformationCollection;
839
+ export const UnicastIPAddressInformationCollection: (abstract new() => UnicastIPAddressInformationCollection) & {
849
840
  };
850
841
 
851
842
 
@@ -8,13 +8,13 @@ import * as Internal from './System.Net.NetworkInformation/internal/index.js';
8
8
  // Cross-namespace type imports for constraints
9
9
  import type { ICollection_1, IEnumerable_1, IEnumerator_1 } from './System.Collections.Generic/internal/index.js';
10
10
  import type { IDictionary, IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
11
- import type { AsyncCompletedEventArgs, Component, IComponent, IContainer, ISite, Win32Exception } from './System.ComponentModel/internal/index.js';
11
+ import type { AsyncCompletedEventArgs, Component, EventHandlerList, IComponent, IContainer, ISite, Win32Exception } from './System.ComponentModel/internal/index.js';
12
12
  import type { IPAddress, IPEndPoint } from './System.Net/internal/index.js';
13
13
  import type { MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
14
14
  import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
15
15
  import type { Task_1 } from './System.Threading.Tasks/internal/index.js';
16
16
  import type { CancellationToken } from './System.Threading/internal/index.js';
17
- import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, Delegate, Enum, EventArgs, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, IntPtr, InvalidOperationException, ISpanFormattable, MulticastDelegate, Object as ClrObject, ReadOnlySpan_1, String as ClrString, TimeSpan, Type, TypeCode, Void } from './System/internal/index.js';
17
+ import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, Delegate, Enum, EventArgs, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, IntPtr, InvalidOperationException, ISpanFormattable, MarshalByRefObject, MulticastDelegate, Object as ClrObject, ReadOnlySpan_1, String as ClrString, TimeSpan, Type, TypeCode, Void } from './System/internal/index.js';
18
18
 
19
19
  // Public API exports (curated - no internal $instance/$views leakage)
20
20
  export { DuplicateAddressDetectionState as DuplicateAddressDetectionState } from './System.Net.NetworkInformation/internal/index.js';