@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
@@ -210,6 +210,8 @@ export enum VARKIND {
210
210
 
211
211
 
212
212
  export interface IAdviseSink$instance {
213
+ readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IAdviseSink: never;
214
+
213
215
  OnDataChange(format: FORMATETC, stgmedium: STGMEDIUM): void;
214
216
  OnRename(moniker: IMoniker): void;
215
217
  OnSave(): void;
@@ -220,6 +222,8 @@ export interface IAdviseSink$instance {
220
222
  export type IAdviseSink = IAdviseSink$instance;
221
223
 
222
224
  export interface IBindCtx$instance {
225
+ readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IBindCtx: never;
226
+
223
227
  EnumObjectParam(ppenum: IEnumString): void;
224
228
  GetObjectParam(pszKey: string, ppunk: unknown): void;
225
229
  GetRunningObjectTable(pprot: IRunningObjectTable): void;
@@ -234,6 +238,8 @@ export interface IBindCtx$instance {
234
238
  export type IBindCtx = IBindCtx$instance;
235
239
 
236
240
  export interface IConnectionPoint$instance {
241
+ readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IConnectionPoint: never;
242
+
237
243
  Advise(pUnkSink: unknown, pdwCookie: int): void;
238
244
  EnumConnections(ppEnum: IEnumConnections): void;
239
245
  GetConnectionInterface(pIID: Guid): void;
@@ -245,6 +251,8 @@ export interface IConnectionPoint$instance {
245
251
  export type IConnectionPoint = IConnectionPoint$instance;
246
252
 
247
253
  export interface IConnectionPointContainer$instance {
254
+ readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IConnectionPointContainer: never;
255
+
248
256
  EnumConnectionPoints(ppEnum: IEnumConnectionPoints): void;
249
257
  FindConnectionPoint(riid: Guid, ppCP: IConnectionPoint): void;
250
258
  }
@@ -253,6 +261,8 @@ export interface IConnectionPointContainer$instance {
253
261
  export type IConnectionPointContainer = IConnectionPointContainer$instance;
254
262
 
255
263
  export interface IDataObject$instance {
264
+ readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IDataObject: never;
265
+
256
266
  DAdvise(pFormatetc: FORMATETC, advf: ADVF, adviseSink: IAdviseSink, connection: int): int;
257
267
  DUnadvise(connection: int): void;
258
268
  EnumDAdvise(enumAdvise: IEnumSTATDATA): int;
@@ -267,6 +277,8 @@ export interface IDataObject$instance {
267
277
  export type IDataObject = IDataObject$instance;
268
278
 
269
279
  export interface IEnumConnectionPoints$instance {
280
+ readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IEnumConnectionPoints: never;
281
+
270
282
  Clone(ppenum: IEnumConnectionPoints): void;
271
283
  Next(celt: int, rgelt: IConnectionPoint[], pceltFetched: nint): int;
272
284
  Reset(): void;
@@ -277,6 +289,8 @@ export interface IEnumConnectionPoints$instance {
277
289
  export type IEnumConnectionPoints = IEnumConnectionPoints$instance;
278
290
 
279
291
  export interface IEnumConnections$instance {
292
+ readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IEnumConnections: never;
293
+
280
294
  Clone(ppenum: IEnumConnections): void;
281
295
  Next(celt: int, rgelt: CONNECTDATA[], pceltFetched: nint): int;
282
296
  Reset(): void;
@@ -287,6 +301,8 @@ export interface IEnumConnections$instance {
287
301
  export type IEnumConnections = IEnumConnections$instance;
288
302
 
289
303
  export interface IEnumFORMATETC$instance {
304
+ readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IEnumFORMATETC: never;
305
+
290
306
  Clone(newEnum: IEnumFORMATETC): void;
291
307
  Next(celt: int, rgelt: FORMATETC[], pceltFetched: int[]): int;
292
308
  Reset(): int;
@@ -297,6 +313,8 @@ export interface IEnumFORMATETC$instance {
297
313
  export type IEnumFORMATETC = IEnumFORMATETC$instance;
298
314
 
299
315
  export interface IEnumMoniker$instance {
316
+ readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IEnumMoniker: never;
317
+
300
318
  Clone(ppenum: IEnumMoniker): void;
301
319
  Next(celt: int, rgelt: IMoniker[], pceltFetched: nint): int;
302
320
  Reset(): void;
@@ -307,6 +325,8 @@ export interface IEnumMoniker$instance {
307
325
  export type IEnumMoniker = IEnumMoniker$instance;
308
326
 
309
327
  export interface IEnumSTATDATA$instance {
328
+ readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IEnumSTATDATA: never;
329
+
310
330
  Clone(newEnum: IEnumSTATDATA): void;
311
331
  Next(celt: int, rgelt: STATDATA[], pceltFetched: int[]): int;
312
332
  Reset(): int;
@@ -317,6 +337,8 @@ export interface IEnumSTATDATA$instance {
317
337
  export type IEnumSTATDATA = IEnumSTATDATA$instance;
318
338
 
319
339
  export interface IEnumString$instance {
340
+ readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IEnumString: never;
341
+
320
342
  Clone(ppenum: IEnumString): void;
321
343
  Next(celt: int, rgelt: string[], pceltFetched: nint): int;
322
344
  Reset(): void;
@@ -327,6 +349,8 @@ export interface IEnumString$instance {
327
349
  export type IEnumString = IEnumString$instance;
328
350
 
329
351
  export interface IEnumVARIANT$instance {
352
+ readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IEnumVARIANT: never;
353
+
330
354
  Clone(): IEnumVARIANT;
331
355
  Next(celt: int, rgVar: unknown[], pceltFetched: nint): int;
332
356
  Reset(): int;
@@ -337,6 +361,8 @@ export interface IEnumVARIANT$instance {
337
361
  export type IEnumVARIANT = IEnumVARIANT$instance;
338
362
 
339
363
  export interface IMoniker$instance {
364
+ readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IMoniker: never;
365
+
340
366
  BindToObject(pbc: IBindCtx, pmkToLeft: IMoniker, riidResult: Guid, ppvResult: unknown): void;
341
367
  CommonPrefixWith(pmkOther: IMoniker, ppmkPrefix: IMoniker): void;
342
368
  ComposeWith(pmkRight: IMoniker, fOnlyIfNotGeneric: boolean, ppmkComposite: IMoniker): void;
@@ -361,6 +387,8 @@ export interface IMoniker$instance {
361
387
  export type IMoniker = IMoniker$instance;
362
388
 
363
389
  export interface IPersistFile$instance {
390
+ readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IPersistFile: never;
391
+
364
392
  GetClassID(pClassID: Guid): void;
365
393
  GetCurFile(ppszFileName: string): void;
366
394
  IsDirty(): int;
@@ -373,6 +401,8 @@ export interface IPersistFile$instance {
373
401
  export type IPersistFile = IPersistFile$instance;
374
402
 
375
403
  export interface IRunningObjectTable$instance {
404
+ readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IRunningObjectTable: never;
405
+
376
406
  EnumRunning(ppenumMoniker: IEnumMoniker): void;
377
407
  GetObject(pmkObjectName: IMoniker, ppunkObject: unknown): int;
378
408
  GetTimeOfLastChange(pmkObjectName: IMoniker, pfiletime: FILETIME): int;
@@ -386,6 +416,8 @@ export interface IRunningObjectTable$instance {
386
416
  export type IRunningObjectTable = IRunningObjectTable$instance;
387
417
 
388
418
  export interface IStream$instance {
419
+ readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_IStream: never;
420
+
389
421
  Clone(ppstm: IStream): void;
390
422
  Commit(grfCommitFlags: int): void;
391
423
  CopyTo(pstm: IStream, cb: long, pcbRead: nint, pcbWritten: nint): void;
@@ -401,6 +433,8 @@ export interface IStream$instance {
401
433
  export type IStream = IStream$instance;
402
434
 
403
435
  export interface ITypeComp$instance {
436
+ readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_ITypeComp: never;
437
+
404
438
  Bind(szName: string, lHashVal: int, wFlags: short, ppTInfo: ITypeInfo, pDescKind: DESCKIND, pBindPtr: BINDPTR): void;
405
439
  BindType(szName: string, lHashVal: int, ppTInfo: ITypeInfo, ppTComp: ITypeComp): void;
406
440
  }
@@ -409,6 +443,8 @@ export interface ITypeComp$instance {
409
443
  export type ITypeComp = ITypeComp$instance;
410
444
 
411
445
  export interface ITypeInfo$instance {
446
+ readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_ITypeInfo: never;
447
+
412
448
  AddressOfMember(memid: int, invKind: INVOKEKIND, ppv: nint): void;
413
449
  CreateInstance(pUnkOuter: unknown, riid: Guid, ppvObj: unknown): void;
414
450
  GetContainingTypeLib(ppTLB: ITypeLib, pIndex: int): void;
@@ -431,6 +467,8 @@ export interface ITypeInfo$instance {
431
467
  export type ITypeInfo = ITypeInfo$instance;
432
468
 
433
469
  export interface ITypeInfo2$instance extends ITypeInfo {
470
+ readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_ITypeInfo2: never;
471
+
434
472
  AddressOfMember(memid: int, invKind: INVOKEKIND, ppv: nint): void;
435
473
  CreateInstance(pUnkOuter: unknown, riid: Guid, ppvObj: unknown): void;
436
474
  GetAllFuncCustData(index: int, pCustData: nint): void;
@@ -464,6 +502,8 @@ export interface ITypeInfo2$instance extends ITypeInfo$instance {}
464
502
  export type ITypeInfo2 = ITypeInfo2$instance;
465
503
 
466
504
  export interface ITypeLib$instance {
505
+ readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_ITypeLib: never;
506
+
467
507
  FindName(szNameBuf: string, lHashVal: int, ppTInfo: ITypeInfo[], rgMemId: int[], pcFound: short): void;
468
508
  GetDocumentation(index: int, strName: string, strDocString: string, dwHelpContext: int, strHelpFile: string): void;
469
509
  GetLibAttr(ppTLibAttr: nint): void;
@@ -480,6 +520,8 @@ export interface ITypeLib$instance {
480
520
  export type ITypeLib = ITypeLib$instance;
481
521
 
482
522
  export interface ITypeLib2$instance extends ITypeLib {
523
+ readonly __tsonic_iface_System_Runtime_InteropServices_ComTypes_ITypeLib2: never;
524
+
483
525
  FindName(szNameBuf: string, lHashVal: int, ppTInfo: ITypeInfo[], rgMemId: int[], pcFound: short): void;
484
526
  GetCustData(guid: Guid, pVarVal: unknown): void;
485
527
  GetDocumentation(index: int, strName: string, strDocString: string, dwHelpContext: int, strHelpFile: string): void;
@@ -501,6 +543,8 @@ export interface ITypeLib2$instance extends ITypeLib$instance {}
501
543
  export type ITypeLib2 = ITypeLib2$instance;
502
544
 
503
545
  export interface BIND_OPTS$instance {
546
+ readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_BIND_OPTS: never;
547
+
504
548
  cbStruct: int;
505
549
  grfFlags: int;
506
550
  grfMode: int;
@@ -516,6 +560,8 @@ export const BIND_OPTS: {
516
560
  export type BIND_OPTS = BIND_OPTS$instance;
517
561
 
518
562
  export interface BINDPTR$instance {
563
+ readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_BINDPTR: never;
564
+
519
565
  lpfuncdesc: nint;
520
566
  lpvardesc: nint;
521
567
  lptcomp: nint;
@@ -530,6 +576,8 @@ export const BINDPTR: {
530
576
  export type BINDPTR = BINDPTR$instance;
531
577
 
532
578
  export interface CONNECTDATA$instance {
579
+ readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_CONNECTDATA: never;
580
+
533
581
  pUnk: unknown;
534
582
  dwCookie: int;
535
583
  }
@@ -543,6 +591,8 @@ export const CONNECTDATA: {
543
591
  export type CONNECTDATA = CONNECTDATA$instance;
544
592
 
545
593
  export interface DISPPARAMS$instance {
594
+ readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_DISPPARAMS: never;
595
+
546
596
  rgvarg: nint;
547
597
  rgdispidNamedArgs: nint;
548
598
  cArgs: int;
@@ -558,6 +608,8 @@ export const DISPPARAMS: {
558
608
  export type DISPPARAMS = DISPPARAMS$instance;
559
609
 
560
610
  export interface ELEMDESC$instance {
611
+ readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_ELEMDESC: never;
612
+
561
613
  tdesc: TYPEDESC;
562
614
  desc: ELEMDESC_DESCUNION;
563
615
  }
@@ -571,6 +623,8 @@ export const ELEMDESC: {
571
623
  export type ELEMDESC = ELEMDESC$instance;
572
624
 
573
625
  export interface ELEMDESC_DESCUNION$instance {
626
+ readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_ELEMDESC_DESCUNION: never;
627
+
574
628
  idldesc: IDLDESC;
575
629
  paramdesc: PARAMDESC;
576
630
  }
@@ -584,6 +638,8 @@ export const ELEMDESC_DESCUNION: {
584
638
  export type ELEMDESC_DESCUNION = ELEMDESC_DESCUNION$instance;
585
639
 
586
640
  export interface EXCEPINFO$instance {
641
+ readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_EXCEPINFO: never;
642
+
587
643
  wCode: short;
588
644
  wReserved: short;
589
645
  bstrSource: string;
@@ -604,6 +660,8 @@ export const EXCEPINFO: {
604
660
  export type EXCEPINFO = EXCEPINFO$instance;
605
661
 
606
662
  export interface FILETIME$instance {
663
+ readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_FILETIME: never;
664
+
607
665
  dwLowDateTime: int;
608
666
  dwHighDateTime: int;
609
667
  }
@@ -617,6 +675,8 @@ export const FILETIME: {
617
675
  export type FILETIME = FILETIME$instance;
618
676
 
619
677
  export interface FORMATETC$instance {
678
+ readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_FORMATETC: never;
679
+
620
680
  cfFormat: short;
621
681
  ptd: nint;
622
682
  dwAspect: DVASPECT;
@@ -633,6 +693,8 @@ export const FORMATETC: {
633
693
  export type FORMATETC = FORMATETC$instance;
634
694
 
635
695
  export interface FUNCDESC$instance {
696
+ readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_FUNCDESC: never;
697
+
636
698
  memid: int;
637
699
  lprgscode: nint;
638
700
  lprgelemdescParam: nint;
@@ -656,6 +718,8 @@ export const FUNCDESC: {
656
718
  export type FUNCDESC = FUNCDESC$instance;
657
719
 
658
720
  export interface IDLDESC$instance {
721
+ readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_IDLDESC: never;
722
+
659
723
  dwReserved: nint;
660
724
  wIDLFlags: IDLFLAG;
661
725
  }
@@ -669,6 +733,8 @@ export const IDLDESC: {
669
733
  export type IDLDESC = IDLDESC$instance;
670
734
 
671
735
  export interface PARAMDESC$instance {
736
+ readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_PARAMDESC: never;
737
+
672
738
  lpVarValue: nint;
673
739
  wParamFlags: PARAMFLAG;
674
740
  }
@@ -682,6 +748,8 @@ export const PARAMDESC: {
682
748
  export type PARAMDESC = PARAMDESC$instance;
683
749
 
684
750
  export interface STATDATA$instance {
751
+ readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_STATDATA: never;
752
+
685
753
  formatetc: FORMATETC;
686
754
  advf: ADVF;
687
755
  advSink: IAdviseSink;
@@ -697,6 +765,8 @@ export const STATDATA: {
697
765
  export type STATDATA = STATDATA$instance;
698
766
 
699
767
  export interface STATSTG$instance {
768
+ readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_STATSTG: never;
769
+
700
770
  pwcsName: string;
701
771
  type: int;
702
772
  cbSize: long;
@@ -719,6 +789,8 @@ export const STATSTG: {
719
789
  export type STATSTG = STATSTG$instance;
720
790
 
721
791
  export interface STGMEDIUM$instance {
792
+ readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_STGMEDIUM: never;
793
+
722
794
  tymed: TYMED;
723
795
  unionmember: nint;
724
796
  pUnkForRelease: unknown | undefined;
@@ -733,6 +805,8 @@ export const STGMEDIUM: {
733
805
  export type STGMEDIUM = STGMEDIUM$instance;
734
806
 
735
807
  export interface TYPEATTR$instance {
808
+ readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_TYPEATTR: never;
809
+
736
810
  guid: Guid;
737
811
  lcid: int;
738
812
  dwReserved: int;
@@ -763,6 +837,8 @@ export const TYPEATTR: {
763
837
  export type TYPEATTR = TYPEATTR$instance;
764
838
 
765
839
  export interface TYPEDESC$instance {
840
+ readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_TYPEDESC: never;
841
+
766
842
  lpValue: nint;
767
843
  vt: short;
768
844
  }
@@ -776,6 +852,8 @@ export const TYPEDESC: {
776
852
  export type TYPEDESC = TYPEDESC$instance;
777
853
 
778
854
  export interface TYPELIBATTR$instance {
855
+ readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_TYPELIBATTR: never;
856
+
779
857
  guid: Guid;
780
858
  lcid: int;
781
859
  syskind: SYSKIND;
@@ -793,6 +871,8 @@ export const TYPELIBATTR: {
793
871
  export type TYPELIBATTR = TYPELIBATTR$instance;
794
872
 
795
873
  export interface VARDESC$instance {
874
+ readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_VARDESC: never;
875
+
796
876
  memid: int;
797
877
  lpstrSchema: string;
798
878
  desc: VARDESC_DESCUNION;
@@ -810,6 +890,8 @@ export const VARDESC: {
810
890
  export type VARDESC = VARDESC$instance;
811
891
 
812
892
  export interface VARDESC_DESCUNION$instance {
893
+ readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_VARDESC_DESCUNION: never;
894
+
813
895
  oInst: int;
814
896
  lpvarValue: nint;
815
897
  }
@@ -14,6 +14,8 @@ import * as System_Internal from "../../System/internal/index.js";
14
14
  import type { Boolean as ClrBoolean, Int32, Object as ClrObject, ReadOnlySpan_1, String as ClrString, Type, UIntPtr, ValueType, Void } from "../../System/internal/index.js";
15
15
 
16
16
  export interface ComponentCrossReference$instance {
17
+ readonly __tsonic_type_System_Runtime_InteropServices_Java_ComponentCrossReference: never;
18
+
17
19
  SourceGroupIndex: nuint;
18
20
  DestinationGroupIndex: nuint;
19
21
  }
@@ -27,6 +29,8 @@ export const ComponentCrossReference: {
27
29
  export type ComponentCrossReference = ComponentCrossReference$instance;
28
30
 
29
31
  export interface MarkCrossReferencesArgs$instance {
32
+ readonly __tsonic_type_System_Runtime_InteropServices_Java_MarkCrossReferencesArgs: never;
33
+
30
34
  ComponentCount: nuint;
31
35
  Components: ptr<StronglyConnectedComponent>;
32
36
  CrossReferenceCount: nuint;
@@ -42,6 +46,8 @@ export const MarkCrossReferencesArgs: {
42
46
  export type MarkCrossReferencesArgs = MarkCrossReferencesArgs$instance;
43
47
 
44
48
  export interface StronglyConnectedComponent$instance {
49
+ readonly __tsonic_type_System_Runtime_InteropServices_Java_StronglyConnectedComponent: never;
50
+
45
51
  Count: nuint;
46
52
  Contexts: ptr<void>;
47
53
  }
@@ -25,6 +25,8 @@ export type JSMarshalerArgument_ArgumentToManagedCallback_1<T> = (arg: JSMarshal
25
25
 
26
26
 
27
27
  export interface JSMarshalerArgument$instance {
28
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSMarshalerArgument: never;
29
+
28
30
  Initialize(): void;
29
31
  ToJS(value: boolean): void;
30
32
  ToJS(value: Nullable_1<System_Internal.Boolean>): void;
@@ -139,6 +141,10 @@ export const JSMarshalerArgument: {
139
141
  export type JSMarshalerArgument = JSMarshalerArgument$instance;
140
142
 
141
143
  export interface JSException$instance extends Exception {
144
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSException: never;
145
+
146
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
147
+
142
148
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
143
149
  }
144
150
 
@@ -156,6 +162,8 @@ export type JSException = JSException$instance & __JSException$views;
156
162
 
157
163
 
158
164
  export interface JSExportAttribute$instance extends Attribute {
165
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSExportAttribute: never;
166
+
159
167
  }
160
168
 
161
169
 
@@ -167,6 +175,8 @@ export const JSExportAttribute: {
167
175
  export type JSExportAttribute = JSExportAttribute$instance;
168
176
 
169
177
  export interface JSFunctionBinding$instance {
178
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSFunctionBinding: never;
179
+
170
180
  }
171
181
 
172
182
 
@@ -180,6 +190,8 @@ export const JSFunctionBinding: {
180
190
  export type JSFunctionBinding = JSFunctionBinding$instance;
181
191
 
182
192
  export interface JSImportAttribute$instance extends Attribute {
193
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSImportAttribute: never;
194
+
183
195
  readonly FunctionName: string;
184
196
  readonly ModuleName: string | undefined;
185
197
  }
@@ -194,6 +206,8 @@ export const JSImportAttribute: {
194
206
  export type JSImportAttribute = JSImportAttribute$instance;
195
207
 
196
208
  export interface JSMarshalAsAttribute_1$instance<T extends JSType> extends Attribute {
209
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSMarshalAsAttribute_1: never;
210
+
197
211
  }
198
212
 
199
213
 
@@ -205,6 +219,8 @@ export const JSMarshalAsAttribute_1: {
205
219
  export type JSMarshalAsAttribute_1<T extends JSType> = JSMarshalAsAttribute_1$instance<T>;
206
220
 
207
221
  export interface JSMarshalerType$instance {
222
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSMarshalerType: never;
223
+
208
224
  }
209
225
 
210
226
 
@@ -246,7 +262,11 @@ export const JSMarshalerType: {
246
262
 
247
263
  export type JSMarshalerType = JSMarshalerType$instance;
248
264
 
249
- export interface JSObject$instance {
265
+ export interface JSObject$instance extends System_Internal.IDisposable$instance {
266
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSObject: never;
267
+
268
+ readonly __tsonic_iface_System_IDisposable: never;
269
+
250
270
  readonly IsDisposed: boolean;
251
271
  Dispose(): void;
252
272
  GetPropertyAsBoolean(propertyName: string): boolean;
@@ -274,12 +294,12 @@ export interface __JSObject$views {
274
294
  As_IDisposable(): System_Internal.IDisposable$instance;
275
295
  }
276
296
 
277
- export interface JSObject$instance extends System_Internal.IDisposable$instance {}
278
-
279
297
  export type JSObject = JSObject$instance & __JSObject$views;
280
298
 
281
299
 
282
300
  export interface JSType$instance {
301
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType: never;
302
+
283
303
  }
284
304
 
285
305
 
@@ -290,6 +310,8 @@ export const JSType: {
290
310
  export type JSType = JSType$instance;
291
311
 
292
312
  export interface JSType_Any$instance extends JSType {
313
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Any: never;
314
+
293
315
  }
294
316
 
295
317
 
@@ -300,6 +322,8 @@ export const JSType_Any: {
300
322
  export type JSType_Any = JSType_Any$instance;
301
323
 
302
324
  export interface JSType_Array_1$instance<T extends JSType> extends JSType {
325
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Array_1: never;
326
+
303
327
  }
304
328
 
305
329
 
@@ -310,6 +334,8 @@ export const JSType_Array_1: {
310
334
  export type JSType_Array_1<T extends JSType> = JSType_Array_1$instance<T>;
311
335
 
312
336
  export interface JSType_BigInt$instance extends JSType {
337
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_BigInt: never;
338
+
313
339
  }
314
340
 
315
341
 
@@ -320,6 +346,8 @@ export const JSType_BigInt: {
320
346
  export type JSType_BigInt = JSType_BigInt$instance;
321
347
 
322
348
  export interface JSType_Boolean$instance extends JSType {
349
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Boolean: never;
350
+
323
351
  }
324
352
 
325
353
 
@@ -330,6 +358,8 @@ export const JSType_Boolean: {
330
358
  export type JSType_Boolean = JSType_Boolean$instance;
331
359
 
332
360
  export interface JSType_Date$instance extends JSType {
361
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Date: never;
362
+
333
363
  }
334
364
 
335
365
 
@@ -340,6 +370,8 @@ export const JSType_Date: {
340
370
  export type JSType_Date = JSType_Date$instance;
341
371
 
342
372
  export interface JSType_Discard$instance extends JSType {
373
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Discard: never;
374
+
343
375
  }
344
376
 
345
377
 
@@ -350,6 +382,8 @@ export const JSType_Discard: {
350
382
  export type JSType_Discard = JSType_Discard$instance;
351
383
 
352
384
  export interface JSType_Error$instance extends JSType {
385
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Error: never;
386
+
353
387
  }
354
388
 
355
389
 
@@ -360,6 +394,8 @@ export const JSType_Error: {
360
394
  export type JSType_Error = JSType_Error$instance;
361
395
 
362
396
  export interface JSType_Function$instance extends JSType {
397
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Function: never;
398
+
363
399
  }
364
400
 
365
401
 
@@ -370,6 +406,8 @@ export const JSType_Function: {
370
406
  export type JSType_Function = JSType_Function$instance;
371
407
 
372
408
  export interface JSType_Function_1$instance<T extends JSType> extends JSType {
409
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Function_1: never;
410
+
373
411
  }
374
412
 
375
413
 
@@ -380,6 +418,8 @@ export const JSType_Function_1: {
380
418
  export type JSType_Function_1<T extends JSType> = JSType_Function_1$instance<T>;
381
419
 
382
420
  export interface JSType_Function_2$instance<T1 extends JSType, T2 extends JSType> extends JSType {
421
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Function_2: never;
422
+
383
423
  }
384
424
 
385
425
 
@@ -390,6 +430,8 @@ export const JSType_Function_2: {
390
430
  export type JSType_Function_2<T1 extends JSType, T2 extends JSType> = JSType_Function_2$instance<T1, T2>;
391
431
 
392
432
  export interface JSType_Function_3$instance<T1 extends JSType, T2 extends JSType, T3 extends JSType> extends JSType {
433
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Function_3: never;
434
+
393
435
  }
394
436
 
395
437
 
@@ -400,6 +442,8 @@ export const JSType_Function_3: {
400
442
  export type JSType_Function_3<T1 extends JSType, T2 extends JSType, T3 extends JSType> = JSType_Function_3$instance<T1, T2, T3>;
401
443
 
402
444
  export interface JSType_Function_4$instance<T1 extends JSType, T2 extends JSType, T3 extends JSType, T4 extends JSType> extends JSType {
445
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Function_4: never;
446
+
403
447
  }
404
448
 
405
449
 
@@ -410,6 +454,8 @@ export const JSType_Function_4: {
410
454
  export type JSType_Function_4<T1 extends JSType, T2 extends JSType, T3 extends JSType, T4 extends JSType> = JSType_Function_4$instance<T1, T2, T3, T4>;
411
455
 
412
456
  export interface JSType_MemoryView$instance extends JSType {
457
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_MemoryView: never;
458
+
413
459
  }
414
460
 
415
461
 
@@ -420,6 +466,8 @@ export const JSType_MemoryView: {
420
466
  export type JSType_MemoryView = JSType_MemoryView$instance;
421
467
 
422
468
  export interface JSType_Number$instance extends JSType {
469
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Number: never;
470
+
423
471
  }
424
472
 
425
473
 
@@ -430,6 +478,8 @@ export const JSType_Number: {
430
478
  export type JSType_Number = JSType_Number$instance;
431
479
 
432
480
  export interface JSType_Object$instance extends JSType {
481
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Object: never;
482
+
433
483
  }
434
484
 
435
485
 
@@ -440,6 +490,8 @@ export const JSType_Object: {
440
490
  export type JSType_Object = JSType_Object$instance;
441
491
 
442
492
  export interface JSType_Promise_1$instance<T extends JSType> extends JSType {
493
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Promise_1: never;
494
+
443
495
  }
444
496
 
445
497
 
@@ -450,6 +502,8 @@ export const JSType_Promise_1: {
450
502
  export type JSType_Promise_1<T extends JSType> = JSType_Promise_1$instance<T>;
451
503
 
452
504
  export interface JSType_String$instance extends JSType {
505
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_String: never;
506
+
453
507
  }
454
508
 
455
509
 
@@ -460,6 +514,8 @@ export const JSType_String: {
460
514
  export type JSType_String = JSType_String$instance;
461
515
 
462
516
  export interface JSType_Void$instance extends JSType {
517
+ readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Void: never;
518
+
463
519
  }
464
520
 
465
521