@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
@@ -357,6 +357,8 @@ export type DllImportResolver = (libraryName: string, assembly: Assembly, search
357
357
 
358
358
 
359
359
  export interface ICustomAdapter$instance {
360
+ readonly __tsonic_iface_System_Runtime_InteropServices_ICustomAdapter: never;
361
+
360
362
  GetUnderlyingObject(): unknown;
361
363
  }
362
364
 
@@ -364,6 +366,8 @@ export interface ICustomAdapter$instance {
364
366
  export type ICustomAdapter = ICustomAdapter$instance;
365
367
 
366
368
  export interface ICustomFactory$instance {
369
+ readonly __tsonic_iface_System_Runtime_InteropServices_ICustomFactory: never;
370
+
367
371
  CreateInstance(serverType: Type): MarshalByRefObject;
368
372
  }
369
373
 
@@ -371,6 +375,8 @@ export interface ICustomFactory$instance {
371
375
  export type ICustomFactory = ICustomFactory$instance;
372
376
 
373
377
  export interface ICustomMarshaler$instance {
378
+ readonly __tsonic_iface_System_Runtime_InteropServices_ICustomMarshaler: never;
379
+
374
380
  CleanUpManagedData(ManagedObj: unknown): void;
375
381
  CleanUpNativeData(pNativeData: nint): void;
376
382
  GetNativeDataSize(): int;
@@ -382,6 +388,8 @@ export interface ICustomMarshaler$instance {
382
388
  export type ICustomMarshaler = ICustomMarshaler$instance;
383
389
 
384
390
  export interface ICustomQueryInterface$instance {
391
+ readonly __tsonic_iface_System_Runtime_InteropServices_ICustomQueryInterface: never;
392
+
385
393
  GetInterface(iid: Guid, ppv: nint): CustomQueryInterfaceResult;
386
394
  }
387
395
 
@@ -389,6 +397,8 @@ export interface ICustomQueryInterface$instance {
389
397
  export type ICustomQueryInterface = ICustomQueryInterface$instance;
390
398
 
391
399
  export interface IDynamicInterfaceCastable$instance {
400
+ readonly __tsonic_iface_System_Runtime_InteropServices_IDynamicInterfaceCastable: never;
401
+
392
402
  GetInterfaceImplementation(interfaceType: RuntimeTypeHandle): RuntimeTypeHandle;
393
403
  IsInterfaceImplemented(interfaceType: RuntimeTypeHandle, throwIfNotImplemented: boolean): boolean;
394
404
  }
@@ -397,6 +407,10 @@ export interface IDynamicInterfaceCastable$instance {
397
407
  export type IDynamicInterfaceCastable = IDynamicInterfaceCastable$instance;
398
408
 
399
409
  export interface ArrayWithOffset$instance {
410
+ readonly __tsonic_type_System_Runtime_InteropServices_ArrayWithOffset: never;
411
+
412
+ readonly __tsonic_iface_System_IEquatable_1: never;
413
+
400
414
  Equals(obj: unknown): boolean;
401
415
  Equals(obj: ArrayWithOffset): boolean;
402
416
  GetArray(): unknown | undefined;
@@ -421,6 +435,10 @@ export type ArrayWithOffset = ArrayWithOffset$instance & __ArrayWithOffset$views
421
435
 
422
436
 
423
437
  export interface CLong$instance {
438
+ readonly __tsonic_type_System_Runtime_InteropServices_CLong: never;
439
+
440
+ readonly __tsonic_iface_System_IEquatable_1: never;
441
+
424
442
  readonly Value: nint;
425
443
  Equals(o: unknown): boolean;
426
444
  Equals(other: CLong): boolean;
@@ -446,6 +464,8 @@ export type CLong = CLong$instance & __CLong$views;
446
464
 
447
465
 
448
466
  export interface ComWrappers_ComInterfaceDispatch$instance {
467
+ readonly __tsonic_type_System_Runtime_InteropServices_ComWrappers_ComInterfaceDispatch: never;
468
+
449
469
  Vtable: nint;
450
470
  }
451
471
 
@@ -459,6 +479,8 @@ export const ComWrappers_ComInterfaceDispatch: {
459
479
  export type ComWrappers_ComInterfaceDispatch = ComWrappers_ComInterfaceDispatch$instance;
460
480
 
461
481
  export interface ComWrappers_ComInterfaceEntry$instance {
482
+ readonly __tsonic_type_System_Runtime_InteropServices_ComWrappers_ComInterfaceEntry: never;
483
+
462
484
  IID: Guid;
463
485
  Vtable: nint;
464
486
  }
@@ -472,6 +494,10 @@ export const ComWrappers_ComInterfaceEntry: {
472
494
  export type ComWrappers_ComInterfaceEntry = ComWrappers_ComInterfaceEntry$instance;
473
495
 
474
496
  export interface CULong$instance {
497
+ readonly __tsonic_type_System_Runtime_InteropServices_CULong: never;
498
+
499
+ readonly __tsonic_iface_System_IEquatable_1: never;
500
+
475
501
  readonly Value: nuint;
476
502
  Equals(o: unknown): boolean;
477
503
  Equals(other: CULong): boolean;
@@ -497,6 +523,10 @@ export type CULong = CULong$instance & __CULong$views;
497
523
 
498
524
 
499
525
  export interface GCHandle$instance {
526
+ readonly __tsonic_type_System_Runtime_InteropServices_GCHandle: never;
527
+
528
+ readonly __tsonic_iface_System_IEquatable_1: never;
529
+
500
530
  readonly IsAllocated: boolean;
501
531
  get Target(): unknown | undefined;
502
532
  set Target(value: unknown | undefined);
@@ -527,7 +557,12 @@ export interface __GCHandle$views {
527
557
  export type GCHandle = GCHandle$instance & __GCHandle$views;
528
558
 
529
559
 
530
- export interface GCHandle_1$instance<T> {
560
+ export interface GCHandle_1$instance<T> extends System_Internal.IDisposable$instance {
561
+ readonly __tsonic_type_System_Runtime_InteropServices_GCHandle_1: never;
562
+
563
+ readonly __tsonic_iface_System_IDisposable: never;
564
+ readonly __tsonic_iface_System_IEquatable_1: never;
565
+
531
566
  readonly IsAllocated: boolean;
532
567
  Target: T;
533
568
  Dispose(): void;
@@ -552,12 +587,12 @@ export interface __GCHandle_1$views<T> {
552
587
  Equals(other: GCHandle_1<T>): boolean;
553
588
  }
554
589
 
555
- export interface GCHandle_1$instance<T> extends System_Internal.IDisposable$instance {}
556
-
557
590
  export type GCHandle_1<T> = GCHandle_1$instance<T> & __GCHandle_1$views<T>;
558
591
 
559
592
 
560
593
  export interface HandleRef$instance {
594
+ readonly __tsonic_type_System_Runtime_InteropServices_HandleRef: never;
595
+
561
596
  readonly Handle: nint;
562
597
  readonly Wrapper: unknown | undefined;
563
598
  }
@@ -572,6 +607,47 @@ export const HandleRef: {
572
607
  export type HandleRef = HandleRef$instance;
573
608
 
574
609
  export interface NFloat$instance extends IBitwiseOperators_3<NFloat, NFloat, NFloat>, IComparisonOperators_3<NFloat, NFloat, System_Internal.Boolean>, IEqualityOperators_3<NFloat, NFloat, System_Internal.Boolean>, IModulusOperators_3<NFloat, NFloat, NFloat>, IAdditionOperators_3<NFloat, NFloat, NFloat>, IDecrementOperators_1<NFloat>, IDivisionOperators_3<NFloat, NFloat, NFloat>, IIncrementOperators_1<NFloat>, IMultiplyOperators_3<NFloat, NFloat, NFloat>, ISubtractionOperators_3<NFloat, NFloat, NFloat>, IUnaryPlusOperators_2<NFloat, NFloat>, IUnaryNegationOperators_2<NFloat, NFloat> {
610
+ readonly __tsonic_type_System_Runtime_InteropServices_NFloat: never;
611
+
612
+ readonly __tsonic_iface_System_IComparable: never;
613
+ readonly __tsonic_iface_System_IComparable_1: never;
614
+ readonly __tsonic_iface_System_IEquatable_1: never;
615
+ readonly __tsonic_iface_System_IFormattable: never;
616
+ readonly __tsonic_iface_System_IParsable_1: never;
617
+ readonly __tsonic_iface_System_ISpanFormattable: never;
618
+ readonly __tsonic_iface_System_ISpanParsable_1: never;
619
+ readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
620
+ readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
621
+ readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
622
+ readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
623
+ readonly __tsonic_iface_System_Numerics_IBinaryFloatingPointIeee754_1: never;
624
+ readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
625
+ readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
626
+ readonly __tsonic_iface_System_Numerics_IComparisonOperators_3: never;
627
+ readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
628
+ readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
629
+ readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
630
+ readonly __tsonic_iface_System_Numerics_IExponentialFunctions_1: never;
631
+ readonly __tsonic_iface_System_Numerics_IFloatingPointConstants_1: never;
632
+ readonly __tsonic_iface_System_Numerics_IFloatingPointIeee754_1: never;
633
+ readonly __tsonic_iface_System_Numerics_IFloatingPoint_1: never;
634
+ readonly __tsonic_iface_System_Numerics_IHyperbolicFunctions_1: never;
635
+ readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
636
+ readonly __tsonic_iface_System_Numerics_ILogarithmicFunctions_1: never;
637
+ readonly __tsonic_iface_System_Numerics_IMinMaxValue_1: never;
638
+ readonly __tsonic_iface_System_Numerics_IModulusOperators_3: never;
639
+ readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
640
+ readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
641
+ readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
642
+ readonly __tsonic_iface_System_Numerics_INumber_1: never;
643
+ readonly __tsonic_iface_System_Numerics_IPowerFunctions_1: never;
644
+ readonly __tsonic_iface_System_Numerics_IRootFunctions_1: never;
645
+ readonly __tsonic_iface_System_Numerics_ISignedNumber_1: never;
646
+ readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
647
+ readonly __tsonic_iface_System_Numerics_ITrigonometricFunctions_1: never;
648
+ readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
649
+ readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
650
+
575
651
  readonly Value: double;
576
652
  CompareTo(obj: unknown): int;
577
653
  CompareTo(other: NFloat): int;
@@ -745,12 +821,14 @@ export interface __NFloat$views {
745
821
  WriteExponentBigEndian(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Byte>): int;
746
822
  }
747
823
 
748
- export interface NFloat$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<NFloat> {}
749
-
750
824
  export type NFloat = NFloat$instance & __NFloat$views;
751
825
 
752
826
 
753
827
  export interface OSPlatform$instance {
828
+ readonly __tsonic_type_System_Runtime_InteropServices_OSPlatform: never;
829
+
830
+ readonly __tsonic_iface_System_IEquatable_1: never;
831
+
754
832
  Equals(other: OSPlatform): boolean;
755
833
  Equals(obj: unknown): boolean;
756
834
  GetHashCode(): int;
@@ -778,7 +856,12 @@ export interface __OSPlatform$views {
778
856
  export type OSPlatform = OSPlatform$instance & __OSPlatform$views;
779
857
 
780
858
 
781
- export interface PinnedGCHandle_1$instance<T> {
859
+ export interface PinnedGCHandle_1$instance<T> extends System_Internal.IDisposable$instance {
860
+ readonly __tsonic_type_System_Runtime_InteropServices_PinnedGCHandle_1: never;
861
+
862
+ readonly __tsonic_iface_System_IDisposable: never;
863
+ readonly __tsonic_iface_System_IEquatable_1: never;
864
+
782
865
  readonly IsAllocated: boolean;
783
866
  Target: T;
784
867
  Dispose(): void;
@@ -804,12 +887,15 @@ export interface __PinnedGCHandle_1$views<T> {
804
887
  Equals(other: PinnedGCHandle_1<T>): boolean;
805
888
  }
806
889
 
807
- export interface PinnedGCHandle_1$instance<T> extends System_Internal.IDisposable$instance {}
808
-
809
890
  export type PinnedGCHandle_1<T> = PinnedGCHandle_1$instance<T> & __PinnedGCHandle_1$views<T>;
810
891
 
811
892
 
812
- export interface WeakGCHandle_1$instance<T> {
893
+ export interface WeakGCHandle_1$instance<T> extends System_Internal.IDisposable$instance {
894
+ readonly __tsonic_type_System_Runtime_InteropServices_WeakGCHandle_1: never;
895
+
896
+ readonly __tsonic_iface_System_IDisposable: never;
897
+ readonly __tsonic_iface_System_IEquatable_1: never;
898
+
813
899
  readonly IsAllocated: boolean;
814
900
  Dispose(): void;
815
901
  Equals(obj: unknown): boolean;
@@ -835,12 +921,12 @@ export interface __WeakGCHandle_1$views<T> {
835
921
  Equals(other: WeakGCHandle_1<T>): boolean;
836
922
  }
837
923
 
838
- export interface WeakGCHandle_1$instance<T> extends System_Internal.IDisposable$instance {}
839
-
840
924
  export type WeakGCHandle_1<T> = WeakGCHandle_1$instance<T> & __WeakGCHandle_1$views<T>;
841
925
 
842
926
 
843
927
  export interface AllowReversePInvokeCallsAttribute$instance extends Attribute {
928
+ readonly __tsonic_type_System_Runtime_InteropServices_AllowReversePInvokeCallsAttribute: never;
929
+
844
930
  }
845
931
 
846
932
 
@@ -852,6 +938,8 @@ export const AllowReversePInvokeCallsAttribute: {
852
938
  export type AllowReversePInvokeCallsAttribute = AllowReversePInvokeCallsAttribute$instance;
853
939
 
854
940
  export interface AutomationProxyAttribute$instance extends Attribute {
941
+ readonly __tsonic_type_System_Runtime_InteropServices_AutomationProxyAttribute: never;
942
+
855
943
  readonly Value: boolean;
856
944
  }
857
945
 
@@ -864,6 +952,8 @@ export const AutomationProxyAttribute: {
864
952
  export type AutomationProxyAttribute = AutomationProxyAttribute$instance;
865
953
 
866
954
  export interface BestFitMappingAttribute$instance extends Attribute {
955
+ readonly __tsonic_type_System_Runtime_InteropServices_BestFitMappingAttribute: never;
956
+
867
957
  ThrowOnUnmappableChar: boolean;
868
958
  readonly BestFitMapping: boolean;
869
959
  }
@@ -877,6 +967,8 @@ export const BestFitMappingAttribute: {
877
967
  export type BestFitMappingAttribute = BestFitMappingAttribute$instance;
878
968
 
879
969
  export interface BStrWrapper$instance {
970
+ readonly __tsonic_type_System_Runtime_InteropServices_BStrWrapper: never;
971
+
880
972
  readonly WrappedObject: string | undefined;
881
973
  }
882
974
 
@@ -890,6 +982,8 @@ export const BStrWrapper: {
890
982
  export type BStrWrapper = BStrWrapper$instance;
891
983
 
892
984
  export interface ClassInterfaceAttribute$instance extends Attribute {
985
+ readonly __tsonic_type_System_Runtime_InteropServices_ClassInterfaceAttribute: never;
986
+
893
987
  readonly Value: ClassInterfaceType;
894
988
  }
895
989
 
@@ -903,6 +997,8 @@ export const ClassInterfaceAttribute: {
903
997
  export type ClassInterfaceAttribute = ClassInterfaceAttribute$instance;
904
998
 
905
999
  export interface CoClassAttribute$instance extends Attribute {
1000
+ readonly __tsonic_type_System_Runtime_InteropServices_CoClassAttribute: never;
1001
+
906
1002
  readonly CoClass: Type;
907
1003
  }
908
1004
 
@@ -915,6 +1011,8 @@ export const CoClassAttribute: {
915
1011
  export type CoClassAttribute = CoClassAttribute$instance;
916
1012
 
917
1013
  export interface ComAliasNameAttribute$instance extends Attribute {
1014
+ readonly __tsonic_type_System_Runtime_InteropServices_ComAliasNameAttribute: never;
1015
+
918
1016
  readonly Value: string;
919
1017
  }
920
1018
 
@@ -927,6 +1025,10 @@ export const ComAliasNameAttribute: {
927
1025
  export type ComAliasNameAttribute = ComAliasNameAttribute$instance;
928
1026
 
929
1027
  export interface ComAwareEventInfo$instance extends EventInfo {
1028
+ readonly __tsonic_type_System_Runtime_InteropServices_ComAwareEventInfo: never;
1029
+
1030
+ readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
1031
+
930
1032
  readonly Attributes: EventAttributes;
931
1033
  readonly DeclaringType: Type | undefined;
932
1034
  readonly MetadataToken: int;
@@ -964,6 +1066,8 @@ export type ComAwareEventInfo = ComAwareEventInfo$instance & __ComAwareEventInfo
964
1066
 
965
1067
 
966
1068
  export interface ComCompatibleVersionAttribute$instance extends Attribute {
1069
+ readonly __tsonic_type_System_Runtime_InteropServices_ComCompatibleVersionAttribute: never;
1070
+
967
1071
  readonly BuildNumber: int;
968
1072
  readonly MajorVersion: int;
969
1073
  readonly MinorVersion: int;
@@ -979,6 +1083,8 @@ export const ComCompatibleVersionAttribute: {
979
1083
  export type ComCompatibleVersionAttribute = ComCompatibleVersionAttribute$instance;
980
1084
 
981
1085
  export interface ComConversionLossAttribute$instance extends Attribute {
1086
+ readonly __tsonic_type_System_Runtime_InteropServices_ComConversionLossAttribute: never;
1087
+
982
1088
  }
983
1089
 
984
1090
 
@@ -990,6 +1096,8 @@ export const ComConversionLossAttribute: {
990
1096
  export type ComConversionLossAttribute = ComConversionLossAttribute$instance;
991
1097
 
992
1098
  export interface ComDefaultInterfaceAttribute$instance extends Attribute {
1099
+ readonly __tsonic_type_System_Runtime_InteropServices_ComDefaultInterfaceAttribute: never;
1100
+
993
1101
  readonly Value: Type;
994
1102
  }
995
1103
 
@@ -1002,6 +1110,8 @@ export const ComDefaultInterfaceAttribute: {
1002
1110
  export type ComDefaultInterfaceAttribute = ComDefaultInterfaceAttribute$instance;
1003
1111
 
1004
1112
  export interface ComEventInterfaceAttribute$instance extends Attribute {
1113
+ readonly __tsonic_type_System_Runtime_InteropServices_ComEventInterfaceAttribute: never;
1114
+
1005
1115
  readonly EventProvider: Type;
1006
1116
  readonly SourceInterface: Type;
1007
1117
  }
@@ -1015,6 +1125,10 @@ export const ComEventInterfaceAttribute: {
1015
1125
  export type ComEventInterfaceAttribute = ComEventInterfaceAttribute$instance;
1016
1126
 
1017
1127
  export interface COMException$instance extends ExternalException$instance {
1128
+ readonly __tsonic_type_System_Runtime_InteropServices_COMException: never;
1129
+
1130
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1131
+
1018
1132
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1019
1133
  ToString(): string;
1020
1134
  }
@@ -1036,6 +1150,8 @@ export type COMException = COMException$instance & __COMException$views;
1036
1150
 
1037
1151
 
1038
1152
  export interface ComImportAttribute$instance extends Attribute {
1153
+ readonly __tsonic_type_System_Runtime_InteropServices_ComImportAttribute: never;
1154
+
1039
1155
  }
1040
1156
 
1041
1157
 
@@ -1047,6 +1163,8 @@ export const ComImportAttribute: {
1047
1163
  export type ComImportAttribute = ComImportAttribute$instance;
1048
1164
 
1049
1165
  export interface ComRegisterFunctionAttribute$instance extends Attribute {
1166
+ readonly __tsonic_type_System_Runtime_InteropServices_ComRegisterFunctionAttribute: never;
1167
+
1050
1168
  }
1051
1169
 
1052
1170
 
@@ -1058,6 +1176,8 @@ export const ComRegisterFunctionAttribute: {
1058
1176
  export type ComRegisterFunctionAttribute = ComRegisterFunctionAttribute$instance;
1059
1177
 
1060
1178
  export interface ComSourceInterfacesAttribute$instance extends Attribute {
1179
+ readonly __tsonic_type_System_Runtime_InteropServices_ComSourceInterfacesAttribute: never;
1180
+
1061
1181
  readonly Value: string;
1062
1182
  }
1063
1183
 
@@ -1074,6 +1194,8 @@ export const ComSourceInterfacesAttribute: {
1074
1194
  export type ComSourceInterfacesAttribute = ComSourceInterfacesAttribute$instance;
1075
1195
 
1076
1196
  export interface ComUnregisterFunctionAttribute$instance extends Attribute {
1197
+ readonly __tsonic_type_System_Runtime_InteropServices_ComUnregisterFunctionAttribute: never;
1198
+
1077
1199
  }
1078
1200
 
1079
1201
 
@@ -1085,6 +1207,8 @@ export const ComUnregisterFunctionAttribute: {
1085
1207
  export type ComUnregisterFunctionAttribute = ComUnregisterFunctionAttribute$instance;
1086
1208
 
1087
1209
  export interface ComVisibleAttribute$instance extends Attribute {
1210
+ readonly __tsonic_type_System_Runtime_InteropServices_ComVisibleAttribute: never;
1211
+
1088
1212
  readonly Value: boolean;
1089
1213
  }
1090
1214
 
@@ -1097,6 +1221,8 @@ export const ComVisibleAttribute: {
1097
1221
  export type ComVisibleAttribute = ComVisibleAttribute$instance;
1098
1222
 
1099
1223
  export interface ComWrappers$instance {
1224
+ readonly __tsonic_type_System_Runtime_InteropServices_ComWrappers: never;
1225
+
1100
1226
  ComputeVtables(obj: unknown, flags: CreateComInterfaceFlags, count: int): ptr<ComWrappers_ComInterfaceEntry>;
1101
1227
  CreateObject(externalComObject: nint, flags: CreateObjectFlags): unknown | undefined;
1102
1228
  CreateObject(externalComObject: nint, flags: CreateObjectFlags, userState: unknown, wrapperFlags: CreatedWrapperFlags): unknown | undefined;
@@ -1121,6 +1247,10 @@ export const ComWrappers: (abstract new() => ComWrappers) & {
1121
1247
  export type ComWrappers = ComWrappers$instance;
1122
1248
 
1123
1249
  export interface CriticalHandle$instance extends CriticalFinalizerObject {
1250
+ readonly __tsonic_type_System_Runtime_InteropServices_CriticalHandle: never;
1251
+
1252
+ readonly __tsonic_iface_System_IDisposable: never;
1253
+
1124
1254
  readonly IsClosed: boolean;
1125
1255
  readonly IsInvalid: boolean;
1126
1256
  Close(): void;
@@ -1144,6 +1274,8 @@ export type CriticalHandle = CriticalHandle$instance & __CriticalHandle$views;
1144
1274
 
1145
1275
 
1146
1276
  export interface CurrencyWrapper$instance {
1277
+ readonly __tsonic_type_System_Runtime_InteropServices_CurrencyWrapper: never;
1278
+
1147
1279
  readonly WrappedObject: decimal;
1148
1280
  }
1149
1281
 
@@ -1157,6 +1289,8 @@ export const CurrencyWrapper: {
1157
1289
  export type CurrencyWrapper = CurrencyWrapper$instance;
1158
1290
 
1159
1291
  export interface DefaultCharSetAttribute$instance extends Attribute {
1292
+ readonly __tsonic_type_System_Runtime_InteropServices_DefaultCharSetAttribute: never;
1293
+
1160
1294
  readonly CharSet: CharSet;
1161
1295
  }
1162
1296
 
@@ -1169,6 +1303,8 @@ export const DefaultCharSetAttribute: {
1169
1303
  export type DefaultCharSetAttribute = DefaultCharSetAttribute$instance;
1170
1304
 
1171
1305
  export interface DefaultDllImportSearchPathsAttribute$instance extends Attribute {
1306
+ readonly __tsonic_type_System_Runtime_InteropServices_DefaultDllImportSearchPathsAttribute: never;
1307
+
1172
1308
  readonly Paths: DllImportSearchPath;
1173
1309
  }
1174
1310
 
@@ -1181,6 +1317,8 @@ export const DefaultDllImportSearchPathsAttribute: {
1181
1317
  export type DefaultDllImportSearchPathsAttribute = DefaultDllImportSearchPathsAttribute$instance;
1182
1318
 
1183
1319
  export interface DefaultParameterValueAttribute$instance extends Attribute {
1320
+ readonly __tsonic_type_System_Runtime_InteropServices_DefaultParameterValueAttribute: never;
1321
+
1184
1322
  readonly Value: unknown | undefined;
1185
1323
  }
1186
1324
 
@@ -1193,6 +1331,8 @@ export const DefaultParameterValueAttribute: {
1193
1331
  export type DefaultParameterValueAttribute = DefaultParameterValueAttribute$instance;
1194
1332
 
1195
1333
  export interface DispatchWrapper$instance {
1334
+ readonly __tsonic_type_System_Runtime_InteropServices_DispatchWrapper: never;
1335
+
1196
1336
  readonly WrappedObject: unknown | undefined;
1197
1337
  }
1198
1338
 
@@ -1205,6 +1345,8 @@ export const DispatchWrapper: {
1205
1345
  export type DispatchWrapper = DispatchWrapper$instance;
1206
1346
 
1207
1347
  export interface DispIdAttribute$instance extends Attribute {
1348
+ readonly __tsonic_type_System_Runtime_InteropServices_DispIdAttribute: never;
1349
+
1208
1350
  readonly Value: int;
1209
1351
  }
1210
1352
 
@@ -1217,6 +1359,8 @@ export const DispIdAttribute: {
1217
1359
  export type DispIdAttribute = DispIdAttribute$instance;
1218
1360
 
1219
1361
  export interface DllImportAttribute$instance extends Attribute {
1362
+ readonly __tsonic_type_System_Runtime_InteropServices_DllImportAttribute: never;
1363
+
1220
1364
  EntryPoint: string | undefined;
1221
1365
  CharSet: CharSet;
1222
1366
  SetLastError: boolean;
@@ -1237,6 +1381,8 @@ export const DllImportAttribute: {
1237
1381
  export type DllImportAttribute = DllImportAttribute$instance;
1238
1382
 
1239
1383
  export interface DynamicInterfaceCastableImplementationAttribute$instance extends Attribute {
1384
+ readonly __tsonic_type_System_Runtime_InteropServices_DynamicInterfaceCastableImplementationAttribute: never;
1385
+
1240
1386
  }
1241
1387
 
1242
1388
 
@@ -1248,6 +1394,8 @@ export const DynamicInterfaceCastableImplementationAttribute: {
1248
1394
  export type DynamicInterfaceCastableImplementationAttribute = DynamicInterfaceCastableImplementationAttribute$instance;
1249
1395
 
1250
1396
  export interface ErrorWrapper$instance {
1397
+ readonly __tsonic_type_System_Runtime_InteropServices_ErrorWrapper: never;
1398
+
1251
1399
  readonly ErrorCode: int;
1252
1400
  }
1253
1401
 
@@ -1262,6 +1410,10 @@ export const ErrorWrapper: {
1262
1410
  export type ErrorWrapper = ErrorWrapper$instance;
1263
1411
 
1264
1412
  export interface ExternalException$instance extends SystemException {
1413
+ readonly __tsonic_type_System_Runtime_InteropServices_ExternalException: never;
1414
+
1415
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1416
+
1265
1417
  readonly ErrorCode: int;
1266
1418
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1267
1419
  ToString(): string;
@@ -1284,6 +1436,8 @@ export type ExternalException = ExternalException$instance & __ExternalException
1284
1436
 
1285
1437
 
1286
1438
  export interface FieldOffsetAttribute$instance extends Attribute {
1439
+ readonly __tsonic_type_System_Runtime_InteropServices_FieldOffsetAttribute: never;
1440
+
1287
1441
  readonly Value: int;
1288
1442
  }
1289
1443
 
@@ -1296,6 +1450,8 @@ export const FieldOffsetAttribute: {
1296
1450
  export type FieldOffsetAttribute = FieldOffsetAttribute$instance;
1297
1451
 
1298
1452
  export interface GuidAttribute$instance extends Attribute {
1453
+ readonly __tsonic_type_System_Runtime_InteropServices_GuidAttribute: never;
1454
+
1299
1455
  readonly Value: string;
1300
1456
  }
1301
1457
 
@@ -1308,6 +1464,8 @@ export const GuidAttribute: {
1308
1464
  export type GuidAttribute = GuidAttribute$instance;
1309
1465
 
1310
1466
  export interface HandleCollector$instance {
1467
+ readonly __tsonic_type_System_Runtime_InteropServices_HandleCollector: never;
1468
+
1311
1469
  readonly Count: int;
1312
1470
  readonly InitialThreshold: int;
1313
1471
  readonly MaximumThreshold: int;
@@ -1326,6 +1484,8 @@ export const HandleCollector: {
1326
1484
  export type HandleCollector = HandleCollector$instance;
1327
1485
 
1328
1486
  export interface ImportedFromTypeLibAttribute$instance extends Attribute {
1487
+ readonly __tsonic_type_System_Runtime_InteropServices_ImportedFromTypeLibAttribute: never;
1488
+
1329
1489
  readonly Value: string;
1330
1490
  }
1331
1491
 
@@ -1338,6 +1498,8 @@ export const ImportedFromTypeLibAttribute: {
1338
1498
  export type ImportedFromTypeLibAttribute = ImportedFromTypeLibAttribute$instance;
1339
1499
 
1340
1500
  export interface InAttribute$instance extends Attribute {
1501
+ readonly __tsonic_type_System_Runtime_InteropServices_InAttribute: never;
1502
+
1341
1503
  }
1342
1504
 
1343
1505
 
@@ -1349,6 +1511,8 @@ export const InAttribute: {
1349
1511
  export type InAttribute = InAttribute$instance;
1350
1512
 
1351
1513
  export interface InterfaceTypeAttribute$instance extends Attribute {
1514
+ readonly __tsonic_type_System_Runtime_InteropServices_InterfaceTypeAttribute: never;
1515
+
1352
1516
  readonly Value: ComInterfaceType;
1353
1517
  }
1354
1518
 
@@ -1362,6 +1526,10 @@ export const InterfaceTypeAttribute: {
1362
1526
  export type InterfaceTypeAttribute = InterfaceTypeAttribute$instance;
1363
1527
 
1364
1528
  export interface InvalidComObjectException$instance extends SystemException {
1529
+ readonly __tsonic_type_System_Runtime_InteropServices_InvalidComObjectException: never;
1530
+
1531
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1532
+
1365
1533
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1366
1534
  }
1367
1535
 
@@ -1381,6 +1549,10 @@ export type InvalidComObjectException = InvalidComObjectException$instance & __I
1381
1549
 
1382
1550
 
1383
1551
  export interface InvalidOleVariantTypeException$instance extends SystemException {
1552
+ readonly __tsonic_type_System_Runtime_InteropServices_InvalidOleVariantTypeException: never;
1553
+
1554
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1555
+
1384
1556
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1385
1557
  }
1386
1558
 
@@ -1400,6 +1572,8 @@ export type InvalidOleVariantTypeException = InvalidOleVariantTypeException$inst
1400
1572
 
1401
1573
 
1402
1574
  export interface LCIDConversionAttribute$instance extends Attribute {
1575
+ readonly __tsonic_type_System_Runtime_InteropServices_LCIDConversionAttribute: never;
1576
+
1403
1577
  readonly Value: int;
1404
1578
  }
1405
1579
 
@@ -1412,6 +1586,8 @@ export const LCIDConversionAttribute: {
1412
1586
  export type LCIDConversionAttribute = LCIDConversionAttribute$instance;
1413
1587
 
1414
1588
  export interface LibraryImportAttribute$instance extends Attribute {
1589
+ readonly __tsonic_type_System_Runtime_InteropServices_LibraryImportAttribute: never;
1590
+
1415
1591
  get EntryPoint(): string | undefined;
1416
1592
  set EntryPoint(value: string | undefined);
1417
1593
  readonly LibraryName: string;
@@ -1430,6 +1606,8 @@ export const LibraryImportAttribute: {
1430
1606
  export type LibraryImportAttribute = LibraryImportAttribute$instance;
1431
1607
 
1432
1608
  export interface ManagedToNativeComInteropStubAttribute$instance extends Attribute {
1609
+ readonly __tsonic_type_System_Runtime_InteropServices_ManagedToNativeComInteropStubAttribute: never;
1610
+
1433
1611
  readonly ClassType: Type;
1434
1612
  readonly MethodName: string;
1435
1613
  }
@@ -1443,6 +1621,8 @@ export const ManagedToNativeComInteropStubAttribute: {
1443
1621
  export type ManagedToNativeComInteropStubAttribute = ManagedToNativeComInteropStubAttribute$instance;
1444
1622
 
1445
1623
  export interface MarshalAsAttribute$instance extends Attribute {
1624
+ readonly __tsonic_type_System_Runtime_InteropServices_MarshalAsAttribute: never;
1625
+
1446
1626
  SafeArraySubType: VarEnum;
1447
1627
  SafeArrayUserDefinedSubType: Type | undefined;
1448
1628
  IidParameterIndex: int;
@@ -1465,6 +1645,10 @@ export const MarshalAsAttribute: {
1465
1645
  export type MarshalAsAttribute = MarshalAsAttribute$instance;
1466
1646
 
1467
1647
  export interface MarshalDirectiveException$instance extends SystemException {
1648
+ readonly __tsonic_type_System_Runtime_InteropServices_MarshalDirectiveException: never;
1649
+
1650
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1651
+
1468
1652
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1469
1653
  }
1470
1654
 
@@ -1484,6 +1668,8 @@ export type MarshalDirectiveException = MarshalDirectiveException$instance & __M
1484
1668
 
1485
1669
 
1486
1670
  export interface OptionalAttribute$instance extends Attribute {
1671
+ readonly __tsonic_type_System_Runtime_InteropServices_OptionalAttribute: never;
1672
+
1487
1673
  }
1488
1674
 
1489
1675
 
@@ -1495,6 +1681,8 @@ export const OptionalAttribute: {
1495
1681
  export type OptionalAttribute = OptionalAttribute$instance;
1496
1682
 
1497
1683
  export interface OutAttribute$instance extends Attribute {
1684
+ readonly __tsonic_type_System_Runtime_InteropServices_OutAttribute: never;
1685
+
1498
1686
  }
1499
1687
 
1500
1688
 
@@ -1506,6 +1694,8 @@ export const OutAttribute: {
1506
1694
  export type OutAttribute = OutAttribute$instance;
1507
1695
 
1508
1696
  export interface PosixSignalContext$instance {
1697
+ readonly __tsonic_type_System_Runtime_InteropServices_PosixSignalContext: never;
1698
+
1509
1699
  Cancel: boolean;
1510
1700
  Signal: PosixSignal;
1511
1701
  }
@@ -1518,7 +1708,11 @@ export const PosixSignalContext: {
1518
1708
 
1519
1709
  export type PosixSignalContext = PosixSignalContext$instance;
1520
1710
 
1521
- export interface PosixSignalRegistration$instance {
1711
+ export interface PosixSignalRegistration$instance extends System_Internal.IDisposable$instance {
1712
+ readonly __tsonic_type_System_Runtime_InteropServices_PosixSignalRegistration: never;
1713
+
1714
+ readonly __tsonic_iface_System_IDisposable: never;
1715
+
1522
1716
  Dispose(): void;
1523
1717
  Finalize(): void;
1524
1718
  }
@@ -1533,12 +1727,12 @@ export interface __PosixSignalRegistration$views {
1533
1727
  As_IDisposable(): System_Internal.IDisposable$instance;
1534
1728
  }
1535
1729
 
1536
- export interface PosixSignalRegistration$instance extends System_Internal.IDisposable$instance {}
1537
-
1538
1730
  export type PosixSignalRegistration = PosixSignalRegistration$instance & __PosixSignalRegistration$views;
1539
1731
 
1540
1732
 
1541
1733
  export interface PreserveSigAttribute$instance extends Attribute {
1734
+ readonly __tsonic_type_System_Runtime_InteropServices_PreserveSigAttribute: never;
1735
+
1542
1736
  }
1543
1737
 
1544
1738
 
@@ -1550,6 +1744,8 @@ export const PreserveSigAttribute: {
1550
1744
  export type PreserveSigAttribute = PreserveSigAttribute$instance;
1551
1745
 
1552
1746
  export interface PrimaryInteropAssemblyAttribute$instance extends Attribute {
1747
+ readonly __tsonic_type_System_Runtime_InteropServices_PrimaryInteropAssemblyAttribute: never;
1748
+
1553
1749
  readonly MajorVersion: int;
1554
1750
  readonly MinorVersion: int;
1555
1751
  }
@@ -1563,6 +1759,8 @@ export const PrimaryInteropAssemblyAttribute: {
1563
1759
  export type PrimaryInteropAssemblyAttribute = PrimaryInteropAssemblyAttribute$instance;
1564
1760
 
1565
1761
  export interface ProgIdAttribute$instance extends Attribute {
1762
+ readonly __tsonic_type_System_Runtime_InteropServices_ProgIdAttribute: never;
1763
+
1566
1764
  readonly Value: string;
1567
1765
  }
1568
1766
 
@@ -1575,6 +1773,10 @@ export const ProgIdAttribute: {
1575
1773
  export type ProgIdAttribute = ProgIdAttribute$instance;
1576
1774
 
1577
1775
  export interface SafeArrayRankMismatchException$instance extends SystemException {
1776
+ readonly __tsonic_type_System_Runtime_InteropServices_SafeArrayRankMismatchException: never;
1777
+
1778
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1779
+
1578
1780
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1579
1781
  }
1580
1782
 
@@ -1594,6 +1796,10 @@ export type SafeArrayRankMismatchException = SafeArrayRankMismatchException$inst
1594
1796
 
1595
1797
 
1596
1798
  export interface SafeArrayTypeMismatchException$instance extends SystemException {
1799
+ readonly __tsonic_type_System_Runtime_InteropServices_SafeArrayTypeMismatchException: never;
1800
+
1801
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1802
+
1597
1803
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1598
1804
  }
1599
1805
 
@@ -1613,6 +1819,10 @@ export type SafeArrayTypeMismatchException = SafeArrayTypeMismatchException$inst
1613
1819
 
1614
1820
 
1615
1821
  export interface SafeBuffer$instance extends SafeHandleZeroOrMinusOneIsInvalid {
1822
+ readonly __tsonic_type_System_Runtime_InteropServices_SafeBuffer: never;
1823
+
1824
+ readonly __tsonic_iface_System_IDisposable: never;
1825
+
1616
1826
  readonly ByteLength: ulong;
1617
1827
  AcquirePointer(pointer: ptr<byte>): void;
1618
1828
  Dispose(): void;
@@ -1642,6 +1852,10 @@ export type SafeBuffer = SafeBuffer$instance & __SafeBuffer$views;
1642
1852
 
1643
1853
 
1644
1854
  export interface SafeHandle$instance extends CriticalFinalizerObject {
1855
+ readonly __tsonic_type_System_Runtime_InteropServices_SafeHandle: never;
1856
+
1857
+ readonly __tsonic_iface_System_IDisposable: never;
1858
+
1645
1859
  readonly IsClosed: boolean;
1646
1860
  readonly IsInvalid: boolean;
1647
1861
  Close(): void;
@@ -1668,6 +1882,10 @@ export type SafeHandle = SafeHandle$instance & __SafeHandle$views;
1668
1882
 
1669
1883
 
1670
1884
  export interface SEHException$instance extends ExternalException$instance {
1885
+ readonly __tsonic_type_System_Runtime_InteropServices_SEHException: never;
1886
+
1887
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1888
+
1671
1889
  CanResume(): boolean;
1672
1890
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1673
1891
  }
@@ -1688,6 +1906,8 @@ export type SEHException = SEHException$instance & __SEHException$views;
1688
1906
 
1689
1907
 
1690
1908
  export interface StandardOleMarshalObject$instance extends MarshalByRefObject {
1909
+ readonly __tsonic_type_System_Runtime_InteropServices_StandardOleMarshalObject: never;
1910
+
1691
1911
  }
1692
1912
 
1693
1913
 
@@ -1698,6 +1918,8 @@ export const StandardOleMarshalObject: (abstract new() => StandardOleMarshalObje
1698
1918
  export type StandardOleMarshalObject = StandardOleMarshalObject$instance;
1699
1919
 
1700
1920
  export interface StructLayoutAttribute$instance extends Attribute {
1921
+ readonly __tsonic_type_System_Runtime_InteropServices_StructLayoutAttribute: never;
1922
+
1701
1923
  Pack: int;
1702
1924
  Size: int;
1703
1925
  CharSet: CharSet;
@@ -1714,6 +1936,8 @@ export const StructLayoutAttribute: {
1714
1936
  export type StructLayoutAttribute = StructLayoutAttribute$instance;
1715
1937
 
1716
1938
  export interface SuppressGCTransitionAttribute$instance extends Attribute {
1939
+ readonly __tsonic_type_System_Runtime_InteropServices_SuppressGCTransitionAttribute: never;
1940
+
1717
1941
  }
1718
1942
 
1719
1943
 
@@ -1725,6 +1949,8 @@ export const SuppressGCTransitionAttribute: {
1725
1949
  export type SuppressGCTransitionAttribute = SuppressGCTransitionAttribute$instance;
1726
1950
 
1727
1951
  export interface TypeIdentifierAttribute$instance extends Attribute {
1952
+ readonly __tsonic_type_System_Runtime_InteropServices_TypeIdentifierAttribute: never;
1953
+
1728
1954
  readonly Identifier: string | undefined;
1729
1955
  readonly Scope: string | undefined;
1730
1956
  }
@@ -1739,6 +1965,8 @@ export const TypeIdentifierAttribute: {
1739
1965
  export type TypeIdentifierAttribute = TypeIdentifierAttribute$instance;
1740
1966
 
1741
1967
  export interface TypeLibFuncAttribute$instance extends Attribute {
1968
+ readonly __tsonic_type_System_Runtime_InteropServices_TypeLibFuncAttribute: never;
1969
+
1742
1970
  readonly Value: TypeLibFuncFlags;
1743
1971
  }
1744
1972
 
@@ -1752,6 +1980,8 @@ export const TypeLibFuncAttribute: {
1752
1980
  export type TypeLibFuncAttribute = TypeLibFuncAttribute$instance;
1753
1981
 
1754
1982
  export interface TypeLibImportClassAttribute$instance extends Attribute {
1983
+ readonly __tsonic_type_System_Runtime_InteropServices_TypeLibImportClassAttribute: never;
1984
+
1755
1985
  readonly Value: string;
1756
1986
  }
1757
1987
 
@@ -1764,6 +1994,8 @@ export const TypeLibImportClassAttribute: {
1764
1994
  export type TypeLibImportClassAttribute = TypeLibImportClassAttribute$instance;
1765
1995
 
1766
1996
  export interface TypeLibTypeAttribute$instance extends Attribute {
1997
+ readonly __tsonic_type_System_Runtime_InteropServices_TypeLibTypeAttribute: never;
1998
+
1767
1999
  readonly Value: TypeLibTypeFlags;
1768
2000
  }
1769
2001
 
@@ -1777,6 +2009,8 @@ export const TypeLibTypeAttribute: {
1777
2009
  export type TypeLibTypeAttribute = TypeLibTypeAttribute$instance;
1778
2010
 
1779
2011
  export interface TypeLibVarAttribute$instance extends Attribute {
2012
+ readonly __tsonic_type_System_Runtime_InteropServices_TypeLibVarAttribute: never;
2013
+
1780
2014
  readonly Value: TypeLibVarFlags;
1781
2015
  }
1782
2016
 
@@ -1790,6 +2024,8 @@ export const TypeLibVarAttribute: {
1790
2024
  export type TypeLibVarAttribute = TypeLibVarAttribute$instance;
1791
2025
 
1792
2026
  export interface TypeLibVersionAttribute$instance extends Attribute {
2027
+ readonly __tsonic_type_System_Runtime_InteropServices_TypeLibVersionAttribute: never;
2028
+
1793
2029
  readonly MajorVersion: int;
1794
2030
  readonly MinorVersion: int;
1795
2031
  }
@@ -1803,6 +2039,8 @@ export const TypeLibVersionAttribute: {
1803
2039
  export type TypeLibVersionAttribute = TypeLibVersionAttribute$instance;
1804
2040
 
1805
2041
  export interface TypeMapAssemblyTargetAttribute_1$instance<TTypeMapGroup> extends Attribute {
2042
+ readonly __tsonic_type_System_Runtime_InteropServices_TypeMapAssemblyTargetAttribute_1: never;
2043
+
1806
2044
  }
1807
2045
 
1808
2046
 
@@ -1814,6 +2052,8 @@ export const TypeMapAssemblyTargetAttribute_1: {
1814
2052
  export type TypeMapAssemblyTargetAttribute_1<TTypeMapGroup> = TypeMapAssemblyTargetAttribute_1$instance<TTypeMapGroup>;
1815
2053
 
1816
2054
  export interface TypeMapAssociationAttribute_1$instance<TTypeMapGroup> extends Attribute {
2055
+ readonly __tsonic_type_System_Runtime_InteropServices_TypeMapAssociationAttribute_1: never;
2056
+
1817
2057
  }
1818
2058
 
1819
2059
 
@@ -1825,6 +2065,8 @@ export const TypeMapAssociationAttribute_1: {
1825
2065
  export type TypeMapAssociationAttribute_1<TTypeMapGroup> = TypeMapAssociationAttribute_1$instance<TTypeMapGroup>;
1826
2066
 
1827
2067
  export interface TypeMapAttribute_1$instance<TTypeMapGroup> extends Attribute {
2068
+ readonly __tsonic_type_System_Runtime_InteropServices_TypeMapAttribute_1: never;
2069
+
1828
2070
  }
1829
2071
 
1830
2072
 
@@ -1837,6 +2079,8 @@ export const TypeMapAttribute_1: {
1837
2079
  export type TypeMapAttribute_1<TTypeMapGroup> = TypeMapAttribute_1$instance<TTypeMapGroup>;
1838
2080
 
1839
2081
  export interface UnknownWrapper$instance {
2082
+ readonly __tsonic_type_System_Runtime_InteropServices_UnknownWrapper: never;
2083
+
1840
2084
  readonly WrappedObject: unknown | undefined;
1841
2085
  }
1842
2086
 
@@ -1849,6 +2093,8 @@ export const UnknownWrapper: {
1849
2093
  export type UnknownWrapper = UnknownWrapper$instance;
1850
2094
 
1851
2095
  export interface UnmanagedCallConvAttribute$instance extends Attribute {
2096
+ readonly __tsonic_type_System_Runtime_InteropServices_UnmanagedCallConvAttribute: never;
2097
+
1852
2098
  CallConvs: Type[] | undefined;
1853
2099
  }
1854
2100
 
@@ -1861,6 +2107,8 @@ export const UnmanagedCallConvAttribute: {
1861
2107
  export type UnmanagedCallConvAttribute = UnmanagedCallConvAttribute$instance;
1862
2108
 
1863
2109
  export interface UnmanagedCallersOnlyAttribute$instance extends Attribute {
2110
+ readonly __tsonic_type_System_Runtime_InteropServices_UnmanagedCallersOnlyAttribute: never;
2111
+
1864
2112
  CallConvs: Type[] | undefined;
1865
2113
  EntryPoint: string | undefined;
1866
2114
  }
@@ -1874,6 +2122,8 @@ export const UnmanagedCallersOnlyAttribute: {
1874
2122
  export type UnmanagedCallersOnlyAttribute = UnmanagedCallersOnlyAttribute$instance;
1875
2123
 
1876
2124
  export interface UnmanagedFunctionPointerAttribute$instance extends Attribute {
2125
+ readonly __tsonic_type_System_Runtime_InteropServices_UnmanagedFunctionPointerAttribute: never;
2126
+
1877
2127
  BestFitMapping: boolean;
1878
2128
  SetLastError: boolean;
1879
2129
  ThrowOnUnmappableChar: boolean;
@@ -1890,6 +2140,8 @@ export const UnmanagedFunctionPointerAttribute: {
1890
2140
  export type UnmanagedFunctionPointerAttribute = UnmanagedFunctionPointerAttribute$instance;
1891
2141
 
1892
2142
  export interface VariantWrapper$instance {
2143
+ readonly __tsonic_type_System_Runtime_InteropServices_VariantWrapper: never;
2144
+
1893
2145
  readonly WrappedObject: unknown | undefined;
1894
2146
  }
1895
2147
 
@@ -1902,6 +2154,8 @@ export const VariantWrapper: {
1902
2154
  export type VariantWrapper = VariantWrapper$instance;
1903
2155
 
1904
2156
  export interface WasmImportLinkageAttribute$instance extends Attribute {
2157
+ readonly __tsonic_type_System_Runtime_InteropServices_WasmImportLinkageAttribute: never;
2158
+
1905
2159
  }
1906
2160
 
1907
2161