@tsonic/dotnet 10.0.4 → 10.0.9

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 (128) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +10 -0
  2. package/Microsoft.VisualBasic/internal/index.d.ts +42 -0
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +60 -0
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +12 -0
  5. package/Microsoft.Win32/internal/index.d.ts +5 -3
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +68 -0
  7. package/System/internal/index.d.ts +1438 -161
  8. package/System.Buffers/internal/index.d.ts +42 -6
  9. package/System.CodeDom.Compiler/internal/index.d.ts +7 -0
  10. package/System.Collections/internal/index.d.ts +109 -27
  11. package/System.Collections.Concurrent/internal/index.d.ts +52 -3
  12. package/System.Collections.Frozen/internal/index.d.ts +37 -0
  13. package/System.Collections.Generic/internal/index.d.ts +422 -33
  14. package/System.Collections.Immutable/internal/index.d.ts +193 -2
  15. package/System.Collections.ObjectModel/internal/index.d.ts +98 -6
  16. package/System.Collections.Specialized/internal/index.d.ts +72 -10
  17. package/System.ComponentModel/internal/index.d.ts +392 -23
  18. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +79 -3
  19. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
  20. package/System.ComponentModel.Design/internal/index.d.ts +120 -3
  21. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +40 -0
  22. package/System.Data/internal/index.d.ts +273 -20
  23. package/System.Data.Common/internal/index.d.ts +146 -32
  24. package/System.Data.SqlTypes/internal/index.d.ts +147 -48
  25. package/System.Diagnostics/internal/index.d.ts +213 -13
  26. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
  27. package/System.Diagnostics.Contracts/internal/index.d.ts +28 -0
  28. package/System.Diagnostics.Metrics/internal/index.d.ts +37 -3
  29. package/System.Diagnostics.SymbolStore/internal/index.d.ts +30 -0
  30. package/System.Diagnostics.Tracing/internal/index.d.ts +56 -6
  31. package/System.Drawing/internal/index.d.ts +38 -0
  32. package/System.Dynamic/internal/index.d.ts +50 -5
  33. package/System.Formats.Asn1/internal/index.d.ts +19 -3
  34. package/System.Formats.Tar/internal/index.d.ts +26 -6
  35. package/System.Globalization/internal/index.d.ts +116 -20
  36. package/System.IO/internal/index.d.ts +141 -18
  37. package/System.IO.Compression/internal/index.d.ts +46 -9
  38. package/System.IO.Enumeration/internal/index.d.ts +13 -0
  39. package/System.IO.IsolatedStorage/internal/index.d.ts +18 -3
  40. package/System.IO.MemoryMappedFiles/internal/index.d.ts +13 -0
  41. package/System.IO.Pipelines/internal/index.d.ts +22 -2
  42. package/System.IO.Pipes/internal/index.d.ts +31 -0
  43. package/System.Linq/internal/index.d.ts +55 -7
  44. package/System.Linq.Expressions/internal/index.d.ts +103 -18
  45. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
  46. package/System.Net/internal/index.d.ts +202 -21
  47. package/System.Net.Cache/internal/index.d.ts +4 -0
  48. package/System.Net.Http/internal/index.d.ts +103 -0
  49. package/System.Net.Http.Headers/internal/index.d.ts +151 -60
  50. package/System.Net.Http.Json/internal/index.d.ts +4 -0
  51. package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
  52. package/System.Net.Mail/internal/index.d.ts +88 -9
  53. package/System.Net.Mime/internal/index.d.ts +4 -0
  54. package/System.Net.NetworkInformation/internal/index.d.ts +89 -0
  55. package/System.Net.Quic/internal/index.d.ts +31 -6
  56. package/System.Net.Security/internal/index.d.ts +40 -3
  57. package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
  58. package/System.Net.Sockets/internal/index.d.ts +59 -6
  59. package/System.Net.WebSockets/internal/index.d.ts +32 -3
  60. package/System.Numerics/internal/index.d.ts +173 -7
  61. package/System.Reflection/internal/index.d.ts +202 -30
  62. package/System.Reflection.Emit/internal/index.d.ts +80 -9
  63. package/System.Reflection.Metadata/internal/index.d.ts +650 -5
  64. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +80 -0
  65. package/System.Reflection.PortableExecutable/internal/index.d.ts +39 -3
  66. package/System.Resources/internal/index.d.ts +35 -1
  67. package/System.Runtime/internal/index.d.ts +18 -6
  68. package/System.Runtime.CompilerServices/internal/index.d.ts +330 -33
  69. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +6 -0
  70. package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -0
  71. package/System.Runtime.InteropServices/internal/index.d.ts +268 -14
  72. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +82 -0
  73. package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
  74. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +59 -3
  75. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +82 -12
  76. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -0
  77. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +8 -0
  78. package/System.Runtime.Intrinsics/internal/index.d.ts +56 -12
  79. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +40 -0
  80. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -0
  81. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +148 -0
  82. package/System.Runtime.Loader/internal/index.d.ts +9 -3
  83. package/System.Runtime.Remoting/internal/index.d.ts +2 -0
  84. package/System.Runtime.Serialization/internal/index.d.ts +111 -9
  85. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
  86. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
  87. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
  88. package/System.Runtime.Serialization.Json/internal/index.d.ts +8 -0
  89. package/System.Runtime.Versioning/internal/index.d.ts +28 -0
  90. package/System.Security/internal/index.d.ts +46 -6
  91. package/System.Security.AccessControl/internal/index.d.ts +116 -2
  92. package/System.Security.Authentication/internal/index.d.ts +8 -0
  93. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +16 -5
  94. package/System.Security.Claims/internal/index.d.ts +12 -6
  95. package/System.Security.Cryptography/internal/index.d.ts +568 -42
  96. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +114 -9
  97. package/System.Security.Permissions/internal/index.d.ts +6 -0
  98. package/System.Security.Policy/internal/index.d.ts +7 -0
  99. package/System.Security.Principal/internal/index.d.ts +42 -5
  100. package/System.Text/internal/index.d.ts +108 -8
  101. package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
  102. package/System.Text.Json/internal/index.d.ts +53 -6
  103. package/System.Text.Json.Nodes/internal/index.d.ts +21 -0
  104. package/System.Text.Json.Schema/internal/index.d.ts +4 -0
  105. package/System.Text.Json.Serialization/internal/index.d.ts +64 -0
  106. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +27 -3
  107. package/System.Text.RegularExpressions/internal/index.d.ts +75 -3
  108. package/System.Text.Unicode/internal/index.d.ts +4 -0
  109. package/System.Threading/internal/index.d.ts +186 -24
  110. package/System.Threading.Channels/internal/index.d.ts +20 -0
  111. package/System.Threading.Tasks/internal/index.d.ts +48 -6
  112. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +99 -0
  113. package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -0
  114. package/System.Timers/internal/index.d.ts +11 -3
  115. package/System.Transactions/internal/index.d.ts +76 -15
  116. package/System.Web/internal/index.d.ts +4 -0
  117. package/System.Windows.Input/internal/index.d.ts +2 -0
  118. package/System.Windows.Markup/internal/index.d.ts +2 -0
  119. package/System.Xml/internal/index.d.ts +245 -20
  120. package/System.Xml.Linq/internal/index.d.ts +73 -17
  121. package/System.Xml.Resolvers/internal/index.d.ts +2 -0
  122. package/System.Xml.Schema/internal/index.d.ts +171 -0
  123. package/System.Xml.Serialization/internal/index.d.ts +141 -0
  124. package/System.Xml.XPath/internal/index.d.ts +27 -8
  125. package/System.Xml.Xsl/internal/index.d.ts +27 -0
  126. package/System.Xml.Xsl.Runtime/internal/index.d.ts +112 -0
  127. package/__internal/extensions/index.d.ts +2143 -1955
  128. package/package.json +2 -2
@@ -92,6 +92,10 @@ export type SendCompletedEventHandler = (sender: unknown, e: AsyncCompletedEvent
92
92
 
93
93
 
94
94
  export interface AlternateView$instance extends AttachmentBase$instance {
95
+ readonly __tsonic_type_System_Net_Mail_AlternateView: never;
96
+
97
+ readonly __tsonic_iface_System_IDisposable: never;
98
+
95
99
  get BaseUri(): Uri | undefined;
96
100
  set BaseUri(value: Uri | undefined);
97
101
  readonly LinkedResources: LinkedResourceCollection;
@@ -120,7 +124,19 @@ export interface __AlternateView$views {
120
124
  export type AlternateView = AlternateView$instance & __AlternateView$views;
121
125
 
122
126
 
123
- export interface AlternateViewCollection$instance extends Collection_1<AlternateView> {
127
+ export interface AlternateViewCollection$instance extends Collection_1<AlternateView> extends System_Internal.IDisposable$instance {
128
+ readonly __tsonic_type_System_Net_Mail_AlternateViewCollection: never;
129
+
130
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
131
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
132
+ readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
133
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
134
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
135
+ readonly __tsonic_iface_System_Collections_ICollection: never;
136
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
137
+ readonly __tsonic_iface_System_Collections_IList: never;
138
+ readonly __tsonic_iface_System_IDisposable: never;
139
+
124
140
  Add(item: AlternateView): void;
125
141
  Add(value: unknown): int;
126
142
  Clear(): void;
@@ -159,12 +175,14 @@ export interface __AlternateViewCollection$views {
159
175
  As_IDisposable(): System_Internal.IDisposable$instance;
160
176
  }
161
177
 
162
- export interface AlternateViewCollection$instance extends System_Internal.IDisposable$instance {}
163
-
164
178
  export type AlternateViewCollection = AlternateViewCollection$instance & __AlternateViewCollection$views;
165
179
 
166
180
 
167
181
  export interface Attachment$instance extends AttachmentBase$instance {
182
+ readonly __tsonic_type_System_Net_Mail_Attachment: never;
183
+
184
+ readonly __tsonic_iface_System_IDisposable: never;
185
+
168
186
  readonly ContentDisposition: ContentDisposition | undefined;
169
187
  get Name(): string | undefined;
170
188
  set Name(value: string | undefined);
@@ -196,6 +214,10 @@ export type Attachment = Attachment$instance & __Attachment$views;
196
214
 
197
215
 
198
216
  export interface AttachmentBase$instance {
217
+ readonly __tsonic_type_System_Net_Mail_AttachmentBase: never;
218
+
219
+ readonly __tsonic_iface_System_IDisposable: never;
220
+
199
221
  ContentId: string;
200
222
  readonly ContentStream: Stream;
201
223
  ContentType: ContentType;
@@ -216,7 +238,19 @@ export interface __AttachmentBase$views {
216
238
  export type AttachmentBase = AttachmentBase$instance & __AttachmentBase$views;
217
239
 
218
240
 
219
- export interface AttachmentCollection$instance extends Collection_1<Attachment> {
241
+ export interface AttachmentCollection$instance extends Collection_1<Attachment> extends System_Internal.IDisposable$instance {
242
+ readonly __tsonic_type_System_Net_Mail_AttachmentCollection: never;
243
+
244
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
245
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
246
+ readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
247
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
248
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
249
+ readonly __tsonic_iface_System_Collections_ICollection: never;
250
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
251
+ readonly __tsonic_iface_System_Collections_IList: never;
252
+ readonly __tsonic_iface_System_IDisposable: never;
253
+
220
254
  Add(item: Attachment): void;
221
255
  Add(value: unknown): int;
222
256
  Clear(): void;
@@ -255,12 +289,14 @@ export interface __AttachmentCollection$views {
255
289
  As_IDisposable(): System_Internal.IDisposable$instance;
256
290
  }
257
291
 
258
- export interface AttachmentCollection$instance extends System_Internal.IDisposable$instance {}
259
-
260
292
  export type AttachmentCollection = AttachmentCollection$instance & __AttachmentCollection$views;
261
293
 
262
294
 
263
295
  export interface LinkedResource$instance extends AttachmentBase$instance {
296
+ readonly __tsonic_type_System_Net_Mail_LinkedResource: never;
297
+
298
+ readonly __tsonic_iface_System_IDisposable: never;
299
+
264
300
  get ContentLink(): Uri | undefined;
265
301
  set ContentLink(value: Uri | undefined);
266
302
  Dispose(): void;
@@ -288,7 +324,19 @@ export interface __LinkedResource$views {
288
324
  export type LinkedResource = LinkedResource$instance & __LinkedResource$views;
289
325
 
290
326
 
291
- export interface LinkedResourceCollection$instance extends Collection_1<LinkedResource> {
327
+ export interface LinkedResourceCollection$instance extends Collection_1<LinkedResource> extends System_Internal.IDisposable$instance {
328
+ readonly __tsonic_type_System_Net_Mail_LinkedResourceCollection: never;
329
+
330
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
331
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
332
+ readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
333
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
334
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
335
+ readonly __tsonic_iface_System_Collections_ICollection: never;
336
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
337
+ readonly __tsonic_iface_System_Collections_IList: never;
338
+ readonly __tsonic_iface_System_IDisposable: never;
339
+
292
340
  Add(item: LinkedResource): void;
293
341
  Add(value: unknown): int;
294
342
  Clear(): void;
@@ -327,12 +375,12 @@ export interface __LinkedResourceCollection$views {
327
375
  As_IDisposable(): System_Internal.IDisposable$instance;
328
376
  }
329
377
 
330
- export interface LinkedResourceCollection$instance extends System_Internal.IDisposable$instance {}
331
-
332
378
  export type LinkedResourceCollection = LinkedResourceCollection$instance & __LinkedResourceCollection$views;
333
379
 
334
380
 
335
381
  export interface MailAddress$instance {
382
+ readonly __tsonic_type_System_Net_Mail_MailAddress: never;
383
+
336
384
  readonly Address: string;
337
385
  readonly DisplayName: string;
338
386
  readonly Host: string;
@@ -356,6 +404,17 @@ export const MailAddress: {
356
404
  export type MailAddress = MailAddress$instance;
357
405
 
358
406
  export interface MailAddressCollection$instance extends Collection_1<MailAddress> {
407
+ readonly __tsonic_type_System_Net_Mail_MailAddressCollection: never;
408
+
409
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
410
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
411
+ readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
412
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
413
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
414
+ readonly __tsonic_iface_System_Collections_ICollection: never;
415
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
416
+ readonly __tsonic_iface_System_Collections_IList: never;
417
+
359
418
  Add(item: MailAddress): void;
360
419
  Add(value: unknown): int;
361
420
  Clear(): void;
@@ -396,6 +455,10 @@ export type MailAddressCollection = MailAddressCollection$instance & __MailAddre
396
455
 
397
456
 
398
457
  export interface MailMessage$instance {
458
+ readonly __tsonic_type_System_Net_Mail_MailMessage: never;
459
+
460
+ readonly __tsonic_iface_System_IDisposable: never;
461
+
399
462
  readonly AlternateViews: AlternateViewCollection;
400
463
  readonly Attachments: AttachmentCollection;
401
464
  readonly Bcc: MailAddressCollection;
@@ -442,6 +505,10 @@ export type MailMessage = MailMessage$instance & __MailMessage$views;
442
505
 
443
506
 
444
507
  export interface SmtpClient$instance {
508
+ readonly __tsonic_type_System_Net_Mail_SmtpClient: never;
509
+
510
+ readonly __tsonic_iface_System_IDisposable: never;
511
+
445
512
  readonly ClientCertificates: X509CertificateCollection;
446
513
  get Credentials(): ICredentialsByHost | undefined;
447
514
  set Credentials(value: ICredentialsByHost | undefined);
@@ -487,6 +554,10 @@ export type SmtpClient = SmtpClient$instance & __SmtpClient$views;
487
554
 
488
555
 
489
556
  export interface SmtpException$instance extends Exception {
557
+ readonly __tsonic_type_System_Net_Mail_SmtpException: never;
558
+
559
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
560
+
490
561
  StatusCode: SmtpStatusCode;
491
562
  GetObjectData(serializationInfo: SerializationInfo, streamingContext: StreamingContext): void;
492
563
  }
@@ -509,6 +580,10 @@ export type SmtpException = SmtpException$instance & __SmtpException$views;
509
580
 
510
581
 
511
582
  export interface SmtpFailedRecipientException$instance extends SmtpException$instance {
583
+ readonly __tsonic_type_System_Net_Mail_SmtpFailedRecipientException: never;
584
+
585
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
586
+
512
587
  readonly FailedRecipient: string | undefined;
513
588
  GetObjectData(serializationInfo: SerializationInfo, streamingContext: StreamingContext): void;
514
589
  }
@@ -532,6 +607,10 @@ export type SmtpFailedRecipientException = SmtpFailedRecipientException$instance
532
607
 
533
608
 
534
609
  export interface SmtpFailedRecipientsException$instance extends SmtpFailedRecipientException$instance {
610
+ readonly __tsonic_type_System_Net_Mail_SmtpFailedRecipientsException: never;
611
+
612
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
613
+
535
614
  readonly InnerExceptions: SmtpFailedRecipientException[];
536
615
  GetObjectData(serializationInfo: SerializationInfo, streamingContext: StreamingContext): void;
537
616
  }
@@ -20,6 +20,8 @@ export enum TransferEncoding {
20
20
 
21
21
 
22
22
  export interface ContentDisposition$instance {
23
+ readonly __tsonic_type_System_Net_Mime_ContentDisposition: never;
24
+
23
25
  CreationDate: DateTime;
24
26
  DispositionType: string;
25
27
  get FileName(): string | undefined;
@@ -44,6 +46,8 @@ export const ContentDisposition: {
44
46
  export type ContentDisposition = ContentDisposition$instance;
45
47
 
46
48
  export interface ContentType$instance {
49
+ readonly __tsonic_type_System_Net_Mime_ContentType: never;
50
+
47
51
  get Boundary(): string | undefined;
48
52
  set Boundary(value: string | undefined);
49
53
  get CharSet(): string | undefined;
@@ -178,6 +178,8 @@ export type PingCompletedEventHandler = (sender: unknown, e: PingCompletedEventA
178
178
 
179
179
 
180
180
  export interface GatewayIPAddressInformation$instance {
181
+ readonly __tsonic_type_System_Net_NetworkInformation_GatewayIPAddressInformation: never;
182
+
181
183
  readonly Address: IPAddress;
182
184
  }
183
185
 
@@ -189,6 +191,12 @@ export const GatewayIPAddressInformation: (abstract new() => GatewayIPAddressInf
189
191
  export type GatewayIPAddressInformation = GatewayIPAddressInformation$instance;
190
192
 
191
193
  export interface GatewayIPAddressInformationCollection$instance {
194
+ readonly __tsonic_type_System_Net_NetworkInformation_GatewayIPAddressInformationCollection: never;
195
+
196
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
197
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
198
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
199
+
192
200
  readonly Count: int;
193
201
  readonly IsReadOnly: boolean;
194
202
  readonly [index: number]: GatewayIPAddressInformation;
@@ -215,6 +223,8 @@ export type GatewayIPAddressInformationCollection = GatewayIPAddressInformationC
215
223
 
216
224
 
217
225
  export interface IcmpV4Statistics$instance {
226
+ readonly __tsonic_type_System_Net_NetworkInformation_IcmpV4Statistics: never;
227
+
218
228
  readonly AddressMaskRepliesReceived: long;
219
229
  readonly AddressMaskRepliesSent: long;
220
230
  readonly AddressMaskRequestsReceived: long;
@@ -251,6 +261,8 @@ export const IcmpV4Statistics: (abstract new() => IcmpV4Statistics) & {
251
261
  export type IcmpV4Statistics = IcmpV4Statistics$instance;
252
262
 
253
263
  export interface IcmpV6Statistics$instance {
264
+ readonly __tsonic_type_System_Net_NetworkInformation_IcmpV6Statistics: never;
265
+
254
266
  readonly DestinationUnreachableMessagesReceived: long;
255
267
  readonly DestinationUnreachableMessagesSent: long;
256
268
  readonly EchoRepliesReceived: long;
@@ -293,6 +305,12 @@ export const IcmpV6Statistics: (abstract new() => IcmpV6Statistics) & {
293
305
  export type IcmpV6Statistics = IcmpV6Statistics$instance;
294
306
 
295
307
  export interface IPAddressCollection$instance {
308
+ readonly __tsonic_type_System_Net_NetworkInformation_IPAddressCollection: never;
309
+
310
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
311
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
312
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
313
+
296
314
  readonly Count: int;
297
315
  readonly IsReadOnly: boolean;
298
316
  readonly [index: number]: IPAddress;
@@ -319,6 +337,8 @@ export type IPAddressCollection = IPAddressCollection$instance & __IPAddressColl
319
337
 
320
338
 
321
339
  export interface IPAddressInformation$instance {
340
+ readonly __tsonic_type_System_Net_NetworkInformation_IPAddressInformation: never;
341
+
322
342
  readonly Address: IPAddress;
323
343
  readonly IsDnsEligible: boolean;
324
344
  readonly IsTransient: boolean;
@@ -332,6 +352,12 @@ export const IPAddressInformation: (abstract new() => IPAddressInformation) & {
332
352
  export type IPAddressInformation = IPAddressInformation$instance;
333
353
 
334
354
  export interface IPAddressInformationCollection$instance {
355
+ readonly __tsonic_type_System_Net_NetworkInformation_IPAddressInformationCollection: never;
356
+
357
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
358
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
359
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
360
+
335
361
  readonly Count: int;
336
362
  readonly IsReadOnly: boolean;
337
363
  readonly [index: number]: IPAddressInformation;
@@ -358,6 +384,8 @@ export type IPAddressInformationCollection = IPAddressInformationCollection$inst
358
384
 
359
385
 
360
386
  export interface IPGlobalProperties$instance {
387
+ readonly __tsonic_type_System_Net_NetworkInformation_IPGlobalProperties: never;
388
+
361
389
  readonly DhcpScopeName: string;
362
390
  readonly DomainName: string;
363
391
  readonly HostName: string;
@@ -389,6 +417,8 @@ export const IPGlobalProperties: (abstract new() => IPGlobalProperties) & {
389
417
  export type IPGlobalProperties = IPGlobalProperties$instance;
390
418
 
391
419
  export interface IPGlobalStatistics$instance {
420
+ readonly __tsonic_type_System_Net_NetworkInformation_IPGlobalStatistics: never;
421
+
392
422
  readonly DefaultTtl: int;
393
423
  readonly ForwardingEnabled: boolean;
394
424
  readonly NumberOfInterfaces: int;
@@ -421,6 +451,8 @@ export const IPGlobalStatistics: (abstract new() => IPGlobalStatistics) & {
421
451
  export type IPGlobalStatistics = IPGlobalStatistics$instance;
422
452
 
423
453
  export interface IPInterfaceProperties$instance {
454
+ readonly __tsonic_type_System_Net_NetworkInformation_IPInterfaceProperties: never;
455
+
424
456
  readonly AnycastAddresses: IPAddressInformationCollection;
425
457
  readonly DhcpServerAddresses: IPAddressCollection;
426
458
  readonly DnsAddresses: IPAddressCollection;
@@ -443,6 +475,8 @@ export const IPInterfaceProperties: (abstract new() => IPInterfaceProperties) &
443
475
  export type IPInterfaceProperties = IPInterfaceProperties$instance;
444
476
 
445
477
  export interface IPInterfaceStatistics$instance {
478
+ readonly __tsonic_type_System_Net_NetworkInformation_IPInterfaceStatistics: never;
479
+
446
480
  readonly BytesReceived: long;
447
481
  readonly BytesSent: long;
448
482
  readonly IncomingPacketsDiscarded: long;
@@ -465,6 +499,8 @@ export const IPInterfaceStatistics: (abstract new() => IPInterfaceStatistics) &
465
499
  export type IPInterfaceStatistics = IPInterfaceStatistics$instance;
466
500
 
467
501
  export interface IPv4InterfaceProperties$instance {
502
+ readonly __tsonic_type_System_Net_NetworkInformation_IPv4InterfaceProperties: never;
503
+
468
504
  readonly Index: int;
469
505
  readonly IsAutomaticPrivateAddressingActive: boolean;
470
506
  readonly IsAutomaticPrivateAddressingEnabled: boolean;
@@ -482,6 +518,8 @@ export const IPv4InterfaceProperties: (abstract new() => IPv4InterfaceProperties
482
518
  export type IPv4InterfaceProperties = IPv4InterfaceProperties$instance;
483
519
 
484
520
  export interface IPv4InterfaceStatistics$instance {
521
+ readonly __tsonic_type_System_Net_NetworkInformation_IPv4InterfaceStatistics: never;
522
+
485
523
  readonly BytesReceived: long;
486
524
  readonly BytesSent: long;
487
525
  readonly IncomingPacketsDiscarded: long;
@@ -504,6 +542,8 @@ export const IPv4InterfaceStatistics: (abstract new() => IPv4InterfaceStatistics
504
542
  export type IPv4InterfaceStatistics = IPv4InterfaceStatistics$instance;
505
543
 
506
544
  export interface IPv6InterfaceProperties$instance {
545
+ readonly __tsonic_type_System_Net_NetworkInformation_IPv6InterfaceProperties: never;
546
+
507
547
  readonly Index: int;
508
548
  readonly Mtu: int;
509
549
  GetScopeId(scopeLevel: ScopeLevel): long;
@@ -517,6 +557,8 @@ export const IPv6InterfaceProperties: (abstract new() => IPv6InterfaceProperties
517
557
  export type IPv6InterfaceProperties = IPv6InterfaceProperties$instance;
518
558
 
519
559
  export interface MulticastIPAddressInformation$instance extends IPAddressInformation {
560
+ readonly __tsonic_type_System_Net_NetworkInformation_MulticastIPAddressInformation: never;
561
+
520
562
  readonly AddressPreferredLifetime: long;
521
563
  readonly AddressValidLifetime: long;
522
564
  readonly DhcpLeaseLifetime: long;
@@ -533,6 +575,12 @@ export const MulticastIPAddressInformation: (abstract new() => MulticastIPAddres
533
575
  export type MulticastIPAddressInformation = MulticastIPAddressInformation$instance;
534
576
 
535
577
  export interface MulticastIPAddressInformationCollection$instance {
578
+ readonly __tsonic_type_System_Net_NetworkInformation_MulticastIPAddressInformationCollection: never;
579
+
580
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
581
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
582
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
583
+
536
584
  readonly Count: int;
537
585
  readonly IsReadOnly: boolean;
538
586
  readonly [index: number]: MulticastIPAddressInformation;
@@ -559,6 +607,8 @@ export type MulticastIPAddressInformationCollection = MulticastIPAddressInformat
559
607
 
560
608
 
561
609
  export interface NetworkAvailabilityEventArgs$instance extends EventArgs {
610
+ readonly __tsonic_type_System_Net_NetworkInformation_NetworkAvailabilityEventArgs: never;
611
+
562
612
  readonly IsAvailable: boolean;
563
613
  }
564
614
 
@@ -570,6 +620,8 @@ export const NetworkAvailabilityEventArgs: {
570
620
  export type NetworkAvailabilityEventArgs = NetworkAvailabilityEventArgs$instance;
571
621
 
572
622
  export interface NetworkChange$instance {
623
+ readonly __tsonic_type_System_Net_NetworkInformation_NetworkChange: never;
624
+
573
625
  }
574
626
 
575
627
 
@@ -582,6 +634,10 @@ export const NetworkChange: {
582
634
  export type NetworkChange = NetworkChange$instance;
583
635
 
584
636
  export interface NetworkInformationException$instance extends Win32Exception {
637
+ readonly __tsonic_type_System_Net_NetworkInformation_NetworkInformationException: never;
638
+
639
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
640
+
585
641
  readonly ErrorCode: int;
586
642
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
587
643
  }
@@ -601,6 +657,8 @@ export type NetworkInformationException = NetworkInformationException$instance &
601
657
 
602
658
 
603
659
  export interface NetworkInterface$instance {
660
+ readonly __tsonic_type_System_Net_NetworkInformation_NetworkInterface: never;
661
+
604
662
  readonly Description: string;
605
663
  readonly Id: string;
606
664
  readonly IsReceiveOnly: boolean;
@@ -628,6 +686,8 @@ export const NetworkInterface: (abstract new() => NetworkInterface) & {
628
686
  export type NetworkInterface = NetworkInterface$instance;
629
687
 
630
688
  export interface PhysicalAddress$instance {
689
+ readonly __tsonic_type_System_Net_NetworkInformation_PhysicalAddress: never;
690
+
631
691
  Equals(comparand: unknown): boolean;
632
692
  GetAddressBytes(): byte[];
633
693
  GetHashCode(): int;
@@ -648,6 +708,11 @@ export const PhysicalAddress: {
648
708
  export type PhysicalAddress = PhysicalAddress$instance;
649
709
 
650
710
  export interface Ping$instance extends Component {
711
+ readonly __tsonic_type_System_Net_NetworkInformation_Ping: never;
712
+
713
+ readonly __tsonic_iface_System_ComponentModel_IComponent: never;
714
+ readonly __tsonic_iface_System_IDisposable: never;
715
+
651
716
  Dispose(disposing: boolean): void;
652
717
  Dispose(): void;
653
718
  Send(hostNameOrAddress: string): PingReply;
@@ -696,6 +761,8 @@ export type Ping = Ping$instance & __Ping$views;
696
761
 
697
762
 
698
763
  export interface PingCompletedEventArgs$instance extends AsyncCompletedEventArgs {
764
+ readonly __tsonic_type_System_Net_NetworkInformation_PingCompletedEventArgs: never;
765
+
699
766
  readonly Reply: PingReply | undefined;
700
767
  }
701
768
 
@@ -707,6 +774,10 @@ export const PingCompletedEventArgs: {
707
774
  export type PingCompletedEventArgs = PingCompletedEventArgs$instance;
708
775
 
709
776
  export interface PingException$instance extends InvalidOperationException {
777
+ readonly __tsonic_type_System_Net_NetworkInformation_PingException: never;
778
+
779
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
780
+
710
781
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
711
782
  }
712
783
 
@@ -725,6 +796,8 @@ export type PingException = PingException$instance & __PingException$views;
725
796
 
726
797
 
727
798
  export interface PingOptions$instance {
799
+ readonly __tsonic_type_System_Net_NetworkInformation_PingOptions: never;
800
+
728
801
  DontFragment: boolean;
729
802
  Ttl: int;
730
803
  }
@@ -739,6 +812,8 @@ export const PingOptions: {
739
812
  export type PingOptions = PingOptions$instance;
740
813
 
741
814
  export interface PingReply$instance {
815
+ readonly __tsonic_type_System_Net_NetworkInformation_PingReply: never;
816
+
742
817
  readonly Address: IPAddress;
743
818
  readonly Buffer: byte[];
744
819
  readonly Options: PingOptions | undefined;
@@ -754,6 +829,8 @@ export const PingReply: {
754
829
  export type PingReply = PingReply$instance;
755
830
 
756
831
  export interface TcpConnectionInformation$instance {
832
+ readonly __tsonic_type_System_Net_NetworkInformation_TcpConnectionInformation: never;
833
+
757
834
  readonly LocalEndPoint: IPEndPoint;
758
835
  readonly RemoteEndPoint: IPEndPoint;
759
836
  readonly State: TcpState;
@@ -767,6 +844,8 @@ export const TcpConnectionInformation: (abstract new() => TcpConnectionInformati
767
844
  export type TcpConnectionInformation = TcpConnectionInformation$instance;
768
845
 
769
846
  export interface TcpStatistics$instance {
847
+ readonly __tsonic_type_System_Net_NetworkInformation_TcpStatistics: never;
848
+
770
849
  readonly ConnectionsAccepted: long;
771
850
  readonly ConnectionsInitiated: long;
772
851
  readonly CumulativeConnections: long;
@@ -791,6 +870,8 @@ export const TcpStatistics: (abstract new() => TcpStatistics) & {
791
870
  export type TcpStatistics = TcpStatistics$instance;
792
871
 
793
872
  export interface UdpStatistics$instance {
873
+ readonly __tsonic_type_System_Net_NetworkInformation_UdpStatistics: never;
874
+
794
875
  readonly DatagramsReceived: long;
795
876
  readonly DatagramsSent: long;
796
877
  readonly IncomingDatagramsDiscarded: long;
@@ -806,6 +887,8 @@ export const UdpStatistics: (abstract new() => UdpStatistics) & {
806
887
  export type UdpStatistics = UdpStatistics$instance;
807
888
 
808
889
  export interface UnicastIPAddressInformation$instance extends IPAddressInformation {
890
+ readonly __tsonic_type_System_Net_NetworkInformation_UnicastIPAddressInformation: never;
891
+
809
892
  readonly AddressPreferredLifetime: long;
810
893
  readonly AddressValidLifetime: long;
811
894
  readonly DhcpLeaseLifetime: long;
@@ -824,6 +907,12 @@ export const UnicastIPAddressInformation: (abstract new() => UnicastIPAddressInf
824
907
  export type UnicastIPAddressInformation = UnicastIPAddressInformation$instance;
825
908
 
826
909
  export interface UnicastIPAddressInformationCollection$instance {
910
+ readonly __tsonic_type_System_Net_NetworkInformation_UnicastIPAddressInformationCollection: never;
911
+
912
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
913
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
914
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
915
+
827
916
  readonly Count: int;
828
917
  readonly IsReadOnly: boolean;
829
918
  readonly [index: number]: UnicastIPAddressInformation;
@@ -52,6 +52,8 @@ export enum QuicStreamType {
52
52
 
53
53
 
54
54
  export interface QuicStreamCapacityChangedArgs$instance {
55
+ readonly __tsonic_type_System_Net_Quic_QuicStreamCapacityChangedArgs: never;
56
+
55
57
  BidirectionalIncrement: int;
56
58
  UnidirectionalIncrement: int;
57
59
  }
@@ -65,6 +67,8 @@ export const QuicStreamCapacityChangedArgs: {
65
67
  export type QuicStreamCapacityChangedArgs = QuicStreamCapacityChangedArgs$instance;
66
68
 
67
69
  export interface QuicClientConnectionOptions$instance extends QuicConnectionOptions {
70
+ readonly __tsonic_type_System_Net_Quic_QuicClientConnectionOptions: never;
71
+
68
72
  ClientAuthenticationOptions: SslClientAuthenticationOptions;
69
73
  get LocalEndPoint(): IPEndPoint | undefined;
70
74
  set LocalEndPoint(value: IPEndPoint | undefined);
@@ -79,7 +83,11 @@ export const QuicClientConnectionOptions: {
79
83
 
80
84
  export type QuicClientConnectionOptions = QuicClientConnectionOptions$instance;
81
85
 
82
- export interface QuicConnection$instance {
86
+ export interface QuicConnection$instance extends System_Internal.IAsyncDisposable$instance {
87
+ readonly __tsonic_type_System_Net_Quic_QuicConnection: never;
88
+
89
+ readonly __tsonic_iface_System_IAsyncDisposable: never;
90
+
83
91
  readonly LocalEndPoint: IPEndPoint;
84
92
  readonly NegotiatedApplicationProtocol: SslApplicationProtocol;
85
93
  readonly NegotiatedCipherSuite: TlsCipherSuite;
@@ -105,12 +113,12 @@ export interface __QuicConnection$views {
105
113
  As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
106
114
  }
107
115
 
108
- export interface QuicConnection$instance extends System_Internal.IAsyncDisposable$instance {}
109
-
110
116
  export type QuicConnection = QuicConnection$instance & __QuicConnection$views;
111
117
 
112
118
 
113
119
  export interface QuicConnectionOptions$instance {
120
+ readonly __tsonic_type_System_Net_Quic_QuicConnectionOptions: never;
121
+
114
122
  DefaultCloseErrorCode: long;
115
123
  DefaultStreamErrorCode: long;
116
124
  HandshakeTimeout: TimeSpan;
@@ -131,6 +139,10 @@ export const QuicConnectionOptions: {
131
139
  export type QuicConnectionOptions = QuicConnectionOptions$instance;
132
140
 
133
141
  export interface QuicException$instance extends IOException {
142
+ readonly __tsonic_type_System_Net_Quic_QuicException: never;
143
+
144
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
145
+
134
146
  readonly ApplicationErrorCode: Nullable_1<System_Internal.Int64>;
135
147
  readonly QuicError: QuicError;
136
148
  readonly TransportErrorCode: Nullable_1<System_Internal.Int64>;
@@ -150,7 +162,11 @@ export interface __QuicException$views {
150
162
  export type QuicException = QuicException$instance & __QuicException$views;
151
163
 
152
164
 
153
- export interface QuicListener$instance {
165
+ export interface QuicListener$instance extends System_Internal.IAsyncDisposable$instance {
166
+ readonly __tsonic_type_System_Net_Quic_QuicListener: never;
167
+
168
+ readonly __tsonic_iface_System_IAsyncDisposable: never;
169
+
154
170
  readonly LocalEndPoint: IPEndPoint;
155
171
  AcceptConnectionAsync(cancellationToken?: CancellationToken): ValueTask_1<QuicConnection>;
156
172
  DisposeAsync(): ValueTask;
@@ -168,12 +184,12 @@ export interface __QuicListener$views {
168
184
  As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
169
185
  }
170
186
 
171
- export interface QuicListener$instance extends System_Internal.IAsyncDisposable$instance {}
172
-
173
187
  export type QuicListener = QuicListener$instance & __QuicListener$views;
174
188
 
175
189
 
176
190
  export interface QuicListenerOptions$instance {
191
+ readonly __tsonic_type_System_Net_Quic_QuicListenerOptions: never;
192
+
177
193
  ApplicationProtocols: List_1<SslApplicationProtocol>;
178
194
  ConnectionOptionsCallback: Func_4<QuicConnection, SslClientHelloInfo, CancellationToken, ValueTask_1<QuicServerConnectionOptions>>;
179
195
  ListenBacklog: int;
@@ -189,6 +205,8 @@ export const QuicListenerOptions: {
189
205
  export type QuicListenerOptions = QuicListenerOptions$instance;
190
206
 
191
207
  export interface QuicReceiveWindowSizes$instance {
208
+ readonly __tsonic_type_System_Net_Quic_QuicReceiveWindowSizes: never;
209
+
192
210
  Connection: int;
193
211
  LocallyInitiatedBidirectionalStream: int;
194
212
  RemotelyInitiatedBidirectionalStream: int;
@@ -204,6 +222,8 @@ export const QuicReceiveWindowSizes: {
204
222
  export type QuicReceiveWindowSizes = QuicReceiveWindowSizes$instance;
205
223
 
206
224
  export interface QuicServerConnectionOptions$instance extends QuicConnectionOptions {
225
+ readonly __tsonic_type_System_Net_Quic_QuicServerConnectionOptions: never;
226
+
207
227
  ServerAuthenticationOptions: SslServerAuthenticationOptions;
208
228
  }
209
229
 
@@ -216,6 +236,11 @@ export const QuicServerConnectionOptions: {
216
236
  export type QuicServerConnectionOptions = QuicServerConnectionOptions$instance;
217
237
 
218
238
  export interface QuicStream$instance extends Stream {
239
+ readonly __tsonic_type_System_Net_Quic_QuicStream: never;
240
+
241
+ readonly __tsonic_iface_System_IAsyncDisposable: never;
242
+ readonly __tsonic_iface_System_IDisposable: never;
243
+
219
244
  readonly CanRead: boolean;
220
245
  readonly CanSeek: boolean;
221
246
  readonly CanTimeout: boolean;