@tsonic/dotnet 0.7.9 → 0.8.1

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 (122) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +7 -7
  2. package/Microsoft.VisualBasic/internal/index.d.ts +23 -23
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +29 -29
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +15 -15
  5. package/Microsoft.Win32/internal/index.d.ts +1 -1
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +19 -19
  7. package/System/internal/index.d.ts +408 -408
  8. package/System.Buffers/internal/index.d.ts +11 -11
  9. package/System.CodeDom.Compiler/internal/index.d.ts +3 -3
  10. package/System.Collections/internal/index.d.ts +44 -44
  11. package/System.Collections.Concurrent/internal/index.d.ts +18 -18
  12. package/System.Collections.Frozen/internal/index.d.ts +4 -4
  13. package/System.Collections.Generic/internal/index.d.ts +98 -98
  14. package/System.Collections.Immutable/internal/index.d.ts +22 -22
  15. package/System.Collections.ObjectModel/internal/index.d.ts +11 -11
  16. package/System.Collections.Specialized/internal/index.d.ts +38 -38
  17. package/System.ComponentModel/internal/index.d.ts +222 -222
  18. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +54 -54
  19. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -8
  20. package/System.ComponentModel.Design/internal/index.d.ts +30 -30
  21. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +13 -13
  22. package/System.Data/internal/index.d.ts +110 -110
  23. package/System.Data.Common/internal/index.d.ts +17 -17
  24. package/System.Data.SqlTypes/internal/index.d.ts +62 -62
  25. package/System.Diagnostics/internal/index.d.ts +117 -117
  26. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +34 -34
  27. package/System.Diagnostics.Contracts/internal/index.d.ts +14 -14
  28. package/System.Diagnostics.Metrics/internal/index.d.ts +19 -19
  29. package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
  30. package/System.Diagnostics.Tracing/internal/index.d.ts +21 -21
  31. package/System.Drawing/internal/index.d.ts +22 -22
  32. package/System.Dynamic/internal/index.d.ts +6 -6
  33. package/System.Formats.Asn1/internal/index.d.ts +10 -10
  34. package/System.Formats.Tar/internal/index.d.ts +14 -14
  35. package/System.Globalization/internal/index.d.ts +40 -40
  36. package/System.IO/internal/index.d.ts +107 -107
  37. package/System.IO.Compression/internal/index.d.ts +32 -32
  38. package/System.IO.Enumeration/internal/index.d.ts +3 -3
  39. package/System.IO.IsolatedStorage/internal/index.d.ts +12 -12
  40. package/System.IO.MemoryMappedFiles/internal/index.d.ts +3 -3
  41. package/System.IO.Pipelines/internal/index.d.ts +8 -8
  42. package/System.IO.Pipes/internal/index.d.ts +28 -28
  43. package/System.Linq/internal/index.d.ts +7 -7
  44. package/System.Linq.Expressions/internal/index.d.ts +34 -34
  45. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -1
  46. package/System.Net/internal/index.d.ts +84 -84
  47. package/System.Net.Cache/internal/index.d.ts +8 -8
  48. package/System.Net.Http/internal/index.d.ts +40 -40
  49. package/System.Net.Http.Headers/internal/index.d.ts +48 -48
  50. package/System.Net.Http.Json/internal/index.d.ts +1 -1
  51. package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
  52. package/System.Net.Mail/internal/index.d.ts +47 -47
  53. package/System.Net.Mime/internal/index.d.ts +4 -4
  54. package/System.Net.NetworkInformation/internal/index.d.ts +17 -17
  55. package/System.Net.Quic/internal/index.d.ts +9 -9
  56. package/System.Net.Security/internal/index.d.ts +19 -19
  57. package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
  58. package/System.Net.Sockets/internal/index.d.ts +53 -53
  59. package/System.Net.WebSockets/internal/index.d.ts +23 -23
  60. package/System.Numerics/internal/index.d.ts +37 -37
  61. package/System.Reflection/internal/index.d.ts +69 -69
  62. package/System.Reflection.Emit/internal/index.d.ts +18 -18
  63. package/System.Reflection.Metadata/internal/index.d.ts +170 -170
  64. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +39 -39
  65. package/System.Reflection.PortableExecutable/internal/index.d.ts +23 -23
  66. package/System.Resources/internal/index.d.ts +20 -20
  67. package/System.Runtime/internal/index.d.ts +7 -7
  68. package/System.Runtime.CompilerServices/internal/index.d.ts +145 -145
  69. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +2 -2
  70. package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -3
  71. package/System.Runtime.InteropServices/internal/index.d.ts +120 -120
  72. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +20 -20
  73. package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -3
  74. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +27 -27
  75. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +27 -27
  76. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +1 -1
  77. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  78. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  79. package/System.Runtime.Loader/internal/index.d.ts +3 -3
  80. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  81. package/System.Runtime.Serialization/internal/index.d.ts +47 -47
  82. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  83. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -2
  84. package/System.Runtime.Serialization.Json/internal/index.d.ts +8 -8
  85. package/System.Runtime.Versioning/internal/index.d.ts +18 -18
  86. package/System.Security/internal/index.d.ts +23 -23
  87. package/System.Security.AccessControl/internal/index.d.ts +65 -65
  88. package/System.Security.Authentication/internal/index.d.ts +6 -6
  89. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +6 -6
  90. package/System.Security.Claims/internal/index.d.ts +24 -24
  91. package/System.Security.Cryptography/internal/index.d.ts +220 -220
  92. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +120 -120
  93. package/System.Security.Permissions/internal/index.d.ts +1 -1
  94. package/System.Security.Policy/internal/index.d.ts +4 -4
  95. package/System.Security.Principal/internal/index.d.ts +21 -21
  96. package/System.Text/internal/index.d.ts +49 -49
  97. package/System.Text.Encodings.Web/internal/index.d.ts +3 -3
  98. package/System.Text.Json/internal/index.d.ts +24 -24
  99. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  100. package/System.Text.Json.Schema/internal/index.d.ts +2 -2
  101. package/System.Text.Json.Serialization/internal/index.d.ts +25 -25
  102. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +10 -10
  103. package/System.Text.RegularExpressions/internal/index.d.ts +24 -24
  104. package/System.Text.Unicode/internal/index.d.ts +3 -3
  105. package/System.Threading/internal/index.d.ts +105 -105
  106. package/System.Threading.Channels/internal/index.d.ts +7 -7
  107. package/System.Threading.Tasks/internal/index.d.ts +56 -56
  108. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +29 -29
  109. package/System.Threading.Tasks.Sources/internal/index.d.ts +1 -1
  110. package/System.Timers/internal/index.d.ts +5 -5
  111. package/System.Transactions/internal/index.d.ts +41 -41
  112. package/System.Web/internal/index.d.ts +1 -1
  113. package/System.Windows.Markup/internal/index.d.ts +2 -2
  114. package/System.Xml/internal/index.d.ts +72 -72
  115. package/System.Xml.Linq/internal/index.d.ts +31 -31
  116. package/System.Xml.Resolvers/internal/index.d.ts +5 -5
  117. package/System.Xml.Schema/internal/index.d.ts +76 -76
  118. package/System.Xml.Serialization/internal/index.d.ts +96 -96
  119. package/System.Xml.XPath/internal/index.d.ts +9 -9
  120. package/System.Xml.Xsl/internal/index.d.ts +13 -13
  121. package/System.Xml.Xsl.Runtime/internal/index.d.ts +52 -52
  122. package/package.json +2 -2
@@ -406,7 +406,7 @@ export interface ArrayWithOffset$instance {
406
406
 
407
407
 
408
408
  export const ArrayWithOffset: {
409
- new(array: unknown, offset: int): ArrayWithOffset$instance;
409
+ new(array: unknown, offset: int): ArrayWithOffset;
410
410
  };
411
411
 
412
412
 
@@ -430,8 +430,8 @@ export interface CLong$instance {
430
430
 
431
431
 
432
432
  export const CLong: {
433
- new(value: int): CLong$instance;
434
- new(value: nint): CLong$instance;
433
+ new(value: int): CLong;
434
+ new(value: nint): CLong;
435
435
  };
436
436
 
437
437
 
@@ -451,7 +451,7 @@ export interface ComWrappers_ComInterfaceDispatch$instance {
451
451
 
452
452
 
453
453
  export const ComWrappers_ComInterfaceDispatch: {
454
- new(): ComWrappers_ComInterfaceDispatch$instance;
454
+ new(): ComWrappers_ComInterfaceDispatch;
455
455
  getInstance<T>(dispatchPtr: ptr<ComWrappers_ComInterfaceDispatch>): T;
456
456
  };
457
457
 
@@ -465,7 +465,7 @@ export interface ComWrappers_ComInterfaceEntry$instance {
465
465
 
466
466
 
467
467
  export const ComWrappers_ComInterfaceEntry: {
468
- new(): ComWrappers_ComInterfaceEntry$instance;
468
+ new(): ComWrappers_ComInterfaceEntry;
469
469
  };
470
470
 
471
471
 
@@ -481,8 +481,8 @@ export interface CULong$instance {
481
481
 
482
482
 
483
483
  export const CULong: {
484
- new(value: uint): CULong$instance;
485
- new(value: nuint): CULong$instance;
484
+ new(value: uint): CULong;
485
+ new(value: nuint): CULong;
486
486
  };
487
487
 
488
488
 
@@ -508,7 +508,7 @@ export interface GCHandle$instance {
508
508
 
509
509
 
510
510
  export const GCHandle: {
511
- new(): GCHandle$instance;
511
+ new(): GCHandle;
512
512
  alloc(value: unknown, type_: GCHandleType): GCHandle;
513
513
  alloc(value: unknown): GCHandle;
514
514
  fromIntPtr(value: nint): GCHandle;
@@ -537,7 +537,7 @@ export interface GCHandle_1$instance<T> {
537
537
 
538
538
 
539
539
  export const GCHandle_1: {
540
- new<T>(target: T): GCHandle_1$instance<T>;
540
+ new<T>(target: T): GCHandle_1<T>;
541
541
  fromIntPtr<T>(value: nint): GCHandle_1<T>;
542
542
  toIntPtr<T>(value: GCHandle_1<T>): nint;
543
543
  };
@@ -563,7 +563,7 @@ export interface HandleRef$instance {
563
563
 
564
564
 
565
565
  export const HandleRef: {
566
- new(wrapper: unknown, handle: nint): HandleRef$instance;
566
+ new(wrapper: unknown, handle: nint): HandleRef;
567
567
  toIntPtr(value: HandleRef): nint;
568
568
  };
569
569
 
@@ -587,8 +587,8 @@ export interface NFloat$instance extends IBitwiseOperators_3<NFloat, NFloat, NFl
587
587
 
588
588
 
589
589
  export const NFloat: {
590
- new(value: float): NFloat$instance;
591
- new(value: double): NFloat$instance;
590
+ new(value: float): NFloat;
591
+ new(value: double): NFloat;
592
592
  readonly epsilon: NFloat;
593
593
  readonly maxValue: NFloat;
594
594
  readonly minValue: NFloat;
@@ -758,7 +758,7 @@ export interface OSPlatform$instance {
758
758
 
759
759
 
760
760
  export const OSPlatform: {
761
- new(): OSPlatform$instance;
761
+ new(): OSPlatform;
762
762
  readonly freeBSD: OSPlatform;
763
763
  readonly linux: OSPlatform;
764
764
  readonly OSX: OSPlatform;
@@ -789,7 +789,7 @@ export interface PinnedGCHandle_1$instance<T> {
789
789
 
790
790
 
791
791
  export const PinnedGCHandle_1: {
792
- new<T>(target: T): PinnedGCHandle_1$instance<T>;
792
+ new<T>(target: T): PinnedGCHandle_1<T>;
793
793
  fromIntPtr<T>(value: nint): PinnedGCHandle_1<T>;
794
794
  toIntPtr<T>(value: PinnedGCHandle_1<T>): nint;
795
795
  };
@@ -820,7 +820,7 @@ export interface WeakGCHandle_1$instance<T> {
820
820
 
821
821
 
822
822
  export const WeakGCHandle_1: {
823
- new<T>(target: T, trackResurrection: boolean): WeakGCHandle_1$instance<T>;
823
+ new<T>(target: T, trackResurrection: boolean): WeakGCHandle_1<T>;
824
824
  fromIntPtr<T>(value: nint): WeakGCHandle_1<T>;
825
825
  toIntPtr<T>(value: WeakGCHandle_1<T>): nint;
826
826
  };
@@ -844,7 +844,7 @@ export interface AllowReversePInvokeCallsAttribute$instance extends Attribute {
844
844
 
845
845
 
846
846
  export const AllowReversePInvokeCallsAttribute: {
847
- new(): AllowReversePInvokeCallsAttribute$instance;
847
+ new(): AllowReversePInvokeCallsAttribute;
848
848
  };
849
849
 
850
850
 
@@ -856,7 +856,7 @@ export interface AutomationProxyAttribute$instance extends Attribute {
856
856
 
857
857
 
858
858
  export const AutomationProxyAttribute: {
859
- new(val: boolean): AutomationProxyAttribute$instance;
859
+ new(val: boolean): AutomationProxyAttribute;
860
860
  };
861
861
 
862
862
 
@@ -869,7 +869,7 @@ export interface BestFitMappingAttribute$instance extends Attribute {
869
869
 
870
870
 
871
871
  export const BestFitMappingAttribute: {
872
- new(BestFitMapping: boolean): BestFitMappingAttribute$instance;
872
+ new(BestFitMapping: boolean): BestFitMappingAttribute;
873
873
  };
874
874
 
875
875
 
@@ -881,8 +881,8 @@ export interface BStrWrapper$instance {
881
881
 
882
882
 
883
883
  export const BStrWrapper: {
884
- new(value: string): BStrWrapper$instance;
885
- new(value: unknown): BStrWrapper$instance;
884
+ new(value: string): BStrWrapper;
885
+ new(value: unknown): BStrWrapper;
886
886
  };
887
887
 
888
888
 
@@ -894,8 +894,8 @@ export interface ClassInterfaceAttribute$instance extends Attribute {
894
894
 
895
895
 
896
896
  export const ClassInterfaceAttribute: {
897
- new(classInterfaceType: ClassInterfaceType): ClassInterfaceAttribute$instance;
898
- new(classInterfaceType: short): ClassInterfaceAttribute$instance;
897
+ new(classInterfaceType: ClassInterfaceType): ClassInterfaceAttribute;
898
+ new(classInterfaceType: short): ClassInterfaceAttribute;
899
899
  };
900
900
 
901
901
 
@@ -907,7 +907,7 @@ export interface CoClassAttribute$instance extends Attribute {
907
907
 
908
908
 
909
909
  export const CoClassAttribute: {
910
- new(coClass: Type): CoClassAttribute$instance;
910
+ new(coClass: Type): CoClassAttribute;
911
911
  };
912
912
 
913
913
 
@@ -919,7 +919,7 @@ export interface ComAliasNameAttribute$instance extends Attribute {
919
919
 
920
920
 
921
921
  export const ComAliasNameAttribute: {
922
- new(alias: string): ComAliasNameAttribute$instance;
922
+ new(alias: string): ComAliasNameAttribute;
923
923
  };
924
924
 
925
925
 
@@ -951,7 +951,7 @@ export interface ComAwareEventInfo$instance extends EventInfo {
951
951
 
952
952
 
953
953
  export const ComAwareEventInfo: {
954
- new(type_: Type, eventName: string): ComAwareEventInfo$instance;
954
+ new(type_: Type, eventName: string): ComAwareEventInfo;
955
955
  };
956
956
 
957
957
 
@@ -971,7 +971,7 @@ export interface ComCompatibleVersionAttribute$instance extends Attribute {
971
971
 
972
972
 
973
973
  export const ComCompatibleVersionAttribute: {
974
- new(major: int, minor: int, build: int, revision: int): ComCompatibleVersionAttribute$instance;
974
+ new(major: int, minor: int, build: int, revision: int): ComCompatibleVersionAttribute;
975
975
  };
976
976
 
977
977
 
@@ -982,7 +982,7 @@ export interface ComConversionLossAttribute$instance extends Attribute {
982
982
 
983
983
 
984
984
  export const ComConversionLossAttribute: {
985
- new(): ComConversionLossAttribute$instance;
985
+ new(): ComConversionLossAttribute;
986
986
  };
987
987
 
988
988
 
@@ -994,7 +994,7 @@ export interface ComDefaultInterfaceAttribute$instance extends Attribute {
994
994
 
995
995
 
996
996
  export const ComDefaultInterfaceAttribute: {
997
- new(defaultInterface: Type): ComDefaultInterfaceAttribute$instance;
997
+ new(defaultInterface: Type): ComDefaultInterfaceAttribute;
998
998
  };
999
999
 
1000
1000
 
@@ -1007,7 +1007,7 @@ export interface ComEventInterfaceAttribute$instance extends Attribute {
1007
1007
 
1008
1008
 
1009
1009
  export const ComEventInterfaceAttribute: {
1010
- new(SourceInterface: Type, EventProvider: Type): ComEventInterfaceAttribute$instance;
1010
+ new(SourceInterface: Type, EventProvider: Type): ComEventInterfaceAttribute;
1011
1011
  };
1012
1012
 
1013
1013
 
@@ -1020,10 +1020,10 @@ export interface COMException$instance extends ExternalException$instance {
1020
1020
 
1021
1021
 
1022
1022
  export const COMException: {
1023
- new(): COMException$instance;
1024
- new(message: string): COMException$instance;
1025
- new(message: string, inner: Exception): COMException$instance;
1026
- new(message: string, errorCode: int): COMException$instance;
1023
+ new(): COMException;
1024
+ new(message: string): COMException;
1025
+ new(message: string, inner: Exception): COMException;
1026
+ new(message: string, errorCode: int): COMException;
1027
1027
  };
1028
1028
 
1029
1029
 
@@ -1039,7 +1039,7 @@ export interface ComImportAttribute$instance extends Attribute {
1039
1039
 
1040
1040
 
1041
1041
  export const ComImportAttribute: {
1042
- new(): ComImportAttribute$instance;
1042
+ new(): ComImportAttribute;
1043
1043
  };
1044
1044
 
1045
1045
 
@@ -1050,7 +1050,7 @@ export interface ComRegisterFunctionAttribute$instance extends Attribute {
1050
1050
 
1051
1051
 
1052
1052
  export const ComRegisterFunctionAttribute: {
1053
- new(): ComRegisterFunctionAttribute$instance;
1053
+ new(): ComRegisterFunctionAttribute;
1054
1054
  };
1055
1055
 
1056
1056
 
@@ -1062,11 +1062,11 @@ export interface ComSourceInterfacesAttribute$instance extends Attribute {
1062
1062
 
1063
1063
 
1064
1064
  export const ComSourceInterfacesAttribute: {
1065
- new(sourceInterfaces: string): ComSourceInterfacesAttribute$instance;
1066
- new(sourceInterface: Type): ComSourceInterfacesAttribute$instance;
1067
- new(sourceInterface1: Type, sourceInterface2: Type): ComSourceInterfacesAttribute$instance;
1068
- new(sourceInterface1: Type, sourceInterface2: Type, sourceInterface3: Type): ComSourceInterfacesAttribute$instance;
1069
- new(sourceInterface1: Type, sourceInterface2: Type, sourceInterface3: Type, sourceInterface4: Type): ComSourceInterfacesAttribute$instance;
1065
+ new(sourceInterfaces: string): ComSourceInterfacesAttribute;
1066
+ new(sourceInterface: Type): ComSourceInterfacesAttribute;
1067
+ new(sourceInterface1: Type, sourceInterface2: Type): ComSourceInterfacesAttribute;
1068
+ new(sourceInterface1: Type, sourceInterface2: Type, sourceInterface3: Type): ComSourceInterfacesAttribute;
1069
+ new(sourceInterface1: Type, sourceInterface2: Type, sourceInterface3: Type, sourceInterface4: Type): ComSourceInterfacesAttribute;
1070
1070
  };
1071
1071
 
1072
1072
 
@@ -1077,7 +1077,7 @@ export interface ComUnregisterFunctionAttribute$instance extends Attribute {
1077
1077
 
1078
1078
 
1079
1079
  export const ComUnregisterFunctionAttribute: {
1080
- new(): ComUnregisterFunctionAttribute$instance;
1080
+ new(): ComUnregisterFunctionAttribute;
1081
1081
  };
1082
1082
 
1083
1083
 
@@ -1089,7 +1089,7 @@ export interface ComVisibleAttribute$instance extends Attribute {
1089
1089
 
1090
1090
 
1091
1091
  export const ComVisibleAttribute: {
1092
- new(visibility: boolean): ComVisibleAttribute$instance;
1092
+ new(visibility: boolean): ComVisibleAttribute;
1093
1093
  };
1094
1094
 
1095
1095
 
@@ -1143,8 +1143,8 @@ export interface CurrencyWrapper$instance {
1143
1143
 
1144
1144
 
1145
1145
  export const CurrencyWrapper: {
1146
- new(obj: decimal): CurrencyWrapper$instance;
1147
- new(obj: unknown): CurrencyWrapper$instance;
1146
+ new(obj: decimal): CurrencyWrapper;
1147
+ new(obj: unknown): CurrencyWrapper;
1148
1148
  };
1149
1149
 
1150
1150
 
@@ -1156,7 +1156,7 @@ export interface DefaultCharSetAttribute$instance extends Attribute {
1156
1156
 
1157
1157
 
1158
1158
  export const DefaultCharSetAttribute: {
1159
- new(charSet: CharSet): DefaultCharSetAttribute$instance;
1159
+ new(charSet: CharSet): DefaultCharSetAttribute;
1160
1160
  };
1161
1161
 
1162
1162
 
@@ -1168,7 +1168,7 @@ export interface DefaultDllImportSearchPathsAttribute$instance extends Attribute
1168
1168
 
1169
1169
 
1170
1170
  export const DefaultDllImportSearchPathsAttribute: {
1171
- new(paths: DllImportSearchPath): DefaultDllImportSearchPathsAttribute$instance;
1171
+ new(paths: DllImportSearchPath): DefaultDllImportSearchPathsAttribute;
1172
1172
  };
1173
1173
 
1174
1174
 
@@ -1180,7 +1180,7 @@ export interface DefaultParameterValueAttribute$instance extends Attribute {
1180
1180
 
1181
1181
 
1182
1182
  export const DefaultParameterValueAttribute: {
1183
- new(value: unknown): DefaultParameterValueAttribute$instance;
1183
+ new(value: unknown): DefaultParameterValueAttribute;
1184
1184
  };
1185
1185
 
1186
1186
 
@@ -1192,7 +1192,7 @@ export interface DispatchWrapper$instance {
1192
1192
 
1193
1193
 
1194
1194
  export const DispatchWrapper: {
1195
- new(obj: unknown): DispatchWrapper$instance;
1195
+ new(obj: unknown): DispatchWrapper;
1196
1196
  };
1197
1197
 
1198
1198
 
@@ -1204,7 +1204,7 @@ export interface DispIdAttribute$instance extends Attribute {
1204
1204
 
1205
1205
 
1206
1206
  export const DispIdAttribute: {
1207
- new(dispId: int): DispIdAttribute$instance;
1207
+ new(dispId: int): DispIdAttribute;
1208
1208
  };
1209
1209
 
1210
1210
 
@@ -1224,7 +1224,7 @@ export interface DllImportAttribute$instance extends Attribute {
1224
1224
 
1225
1225
 
1226
1226
  export const DllImportAttribute: {
1227
- new(dllName: string): DllImportAttribute$instance;
1227
+ new(dllName: string): DllImportAttribute;
1228
1228
  };
1229
1229
 
1230
1230
 
@@ -1235,7 +1235,7 @@ export interface DynamicInterfaceCastableImplementationAttribute$instance extend
1235
1235
 
1236
1236
 
1237
1237
  export const DynamicInterfaceCastableImplementationAttribute: {
1238
- new(): DynamicInterfaceCastableImplementationAttribute$instance;
1238
+ new(): DynamicInterfaceCastableImplementationAttribute;
1239
1239
  };
1240
1240
 
1241
1241
 
@@ -1247,9 +1247,9 @@ export interface ErrorWrapper$instance {
1247
1247
 
1248
1248
 
1249
1249
  export const ErrorWrapper: {
1250
- new(errorCode: int): ErrorWrapper$instance;
1251
- new(errorCode: unknown): ErrorWrapper$instance;
1252
- new(e: Exception): ErrorWrapper$instance;
1250
+ new(errorCode: int): ErrorWrapper;
1251
+ new(errorCode: unknown): ErrorWrapper;
1252
+ new(e: Exception): ErrorWrapper;
1253
1253
  };
1254
1254
 
1255
1255
 
@@ -1263,10 +1263,10 @@ export interface ExternalException$instance extends SystemException {
1263
1263
 
1264
1264
 
1265
1265
  export const ExternalException: {
1266
- new(): ExternalException$instance;
1267
- new(message: string): ExternalException$instance;
1268
- new(message: string, inner: Exception): ExternalException$instance;
1269
- new(message: string, errorCode: int): ExternalException$instance;
1266
+ new(): ExternalException;
1267
+ new(message: string): ExternalException;
1268
+ new(message: string, inner: Exception): ExternalException;
1269
+ new(message: string, errorCode: int): ExternalException;
1270
1270
  };
1271
1271
 
1272
1272
 
@@ -1283,7 +1283,7 @@ export interface FieldOffsetAttribute$instance extends Attribute {
1283
1283
 
1284
1284
 
1285
1285
  export const FieldOffsetAttribute: {
1286
- new(offset: int): FieldOffsetAttribute$instance;
1286
+ new(offset: int): FieldOffsetAttribute;
1287
1287
  };
1288
1288
 
1289
1289
 
@@ -1295,7 +1295,7 @@ export interface GuidAttribute$instance extends Attribute {
1295
1295
 
1296
1296
 
1297
1297
  export const GuidAttribute: {
1298
- new(guid: string): GuidAttribute$instance;
1298
+ new(guid: string): GuidAttribute;
1299
1299
  };
1300
1300
 
1301
1301
 
@@ -1312,8 +1312,8 @@ export interface HandleCollector$instance {
1312
1312
 
1313
1313
 
1314
1314
  export const HandleCollector: {
1315
- new(name: string, initialThreshold: int): HandleCollector$instance;
1316
- new(name: string, initialThreshold: int, maximumThreshold: int): HandleCollector$instance;
1315
+ new(name: string, initialThreshold: int): HandleCollector;
1316
+ new(name: string, initialThreshold: int, maximumThreshold: int): HandleCollector;
1317
1317
  };
1318
1318
 
1319
1319
 
@@ -1325,7 +1325,7 @@ export interface ImportedFromTypeLibAttribute$instance extends Attribute {
1325
1325
 
1326
1326
 
1327
1327
  export const ImportedFromTypeLibAttribute: {
1328
- new(tlbFile: string): ImportedFromTypeLibAttribute$instance;
1328
+ new(tlbFile: string): ImportedFromTypeLibAttribute;
1329
1329
  };
1330
1330
 
1331
1331
 
@@ -1336,7 +1336,7 @@ export interface InAttribute$instance extends Attribute {
1336
1336
 
1337
1337
 
1338
1338
  export const InAttribute: {
1339
- new(): InAttribute$instance;
1339
+ new(): InAttribute;
1340
1340
  };
1341
1341
 
1342
1342
 
@@ -1348,8 +1348,8 @@ export interface InterfaceTypeAttribute$instance extends Attribute {
1348
1348
 
1349
1349
 
1350
1350
  export const InterfaceTypeAttribute: {
1351
- new(interfaceType: ComInterfaceType): InterfaceTypeAttribute$instance;
1352
- new(interfaceType: short): InterfaceTypeAttribute$instance;
1351
+ new(interfaceType: ComInterfaceType): InterfaceTypeAttribute;
1352
+ new(interfaceType: short): InterfaceTypeAttribute;
1353
1353
  };
1354
1354
 
1355
1355
 
@@ -1361,9 +1361,9 @@ export interface InvalidComObjectException$instance extends SystemException {
1361
1361
 
1362
1362
 
1363
1363
  export const InvalidComObjectException: {
1364
- new(): InvalidComObjectException$instance;
1365
- new(message: string): InvalidComObjectException$instance;
1366
- new(message: string, inner: Exception): InvalidComObjectException$instance;
1364
+ new(): InvalidComObjectException;
1365
+ new(message: string): InvalidComObjectException;
1366
+ new(message: string, inner: Exception): InvalidComObjectException;
1367
1367
  };
1368
1368
 
1369
1369
 
@@ -1380,9 +1380,9 @@ export interface InvalidOleVariantTypeException$instance extends SystemException
1380
1380
 
1381
1381
 
1382
1382
  export const InvalidOleVariantTypeException: {
1383
- new(): InvalidOleVariantTypeException$instance;
1384
- new(message: string): InvalidOleVariantTypeException$instance;
1385
- new(message: string, inner: Exception): InvalidOleVariantTypeException$instance;
1383
+ new(): InvalidOleVariantTypeException;
1384
+ new(message: string): InvalidOleVariantTypeException;
1385
+ new(message: string, inner: Exception): InvalidOleVariantTypeException;
1386
1386
  };
1387
1387
 
1388
1388
 
@@ -1399,7 +1399,7 @@ export interface LCIDConversionAttribute$instance extends Attribute {
1399
1399
 
1400
1400
 
1401
1401
  export const LCIDConversionAttribute: {
1402
- new(lcid: int): LCIDConversionAttribute$instance;
1402
+ new(lcid: int): LCIDConversionAttribute;
1403
1403
  };
1404
1404
 
1405
1405
 
@@ -1415,7 +1415,7 @@ export interface LibraryImportAttribute$instance extends Attribute {
1415
1415
 
1416
1416
 
1417
1417
  export const LibraryImportAttribute: {
1418
- new(libraryName: string): LibraryImportAttribute$instance;
1418
+ new(libraryName: string): LibraryImportAttribute;
1419
1419
  };
1420
1420
 
1421
1421
 
@@ -1428,7 +1428,7 @@ export interface ManagedToNativeComInteropStubAttribute$instance extends Attribu
1428
1428
 
1429
1429
 
1430
1430
  export const ManagedToNativeComInteropStubAttribute: {
1431
- new(classType: Type, methodName: string): ManagedToNativeComInteropStubAttribute$instance;
1431
+ new(classType: Type, methodName: string): ManagedToNativeComInteropStubAttribute;
1432
1432
  };
1433
1433
 
1434
1434
 
@@ -1449,8 +1449,8 @@ export interface MarshalAsAttribute$instance extends Attribute {
1449
1449
 
1450
1450
 
1451
1451
  export const MarshalAsAttribute: {
1452
- new(unmanagedType: UnmanagedType): MarshalAsAttribute$instance;
1453
- new(unmanagedType: short): MarshalAsAttribute$instance;
1452
+ new(unmanagedType: UnmanagedType): MarshalAsAttribute;
1453
+ new(unmanagedType: short): MarshalAsAttribute;
1454
1454
  };
1455
1455
 
1456
1456
 
@@ -1462,9 +1462,9 @@ export interface MarshalDirectiveException$instance extends SystemException {
1462
1462
 
1463
1463
 
1464
1464
  export const MarshalDirectiveException: {
1465
- new(): MarshalDirectiveException$instance;
1466
- new(message: string): MarshalDirectiveException$instance;
1467
- new(message: string, inner: Exception): MarshalDirectiveException$instance;
1465
+ new(): MarshalDirectiveException;
1466
+ new(message: string): MarshalDirectiveException;
1467
+ new(message: string, inner: Exception): MarshalDirectiveException;
1468
1468
  };
1469
1469
 
1470
1470
 
@@ -1480,7 +1480,7 @@ export interface OptionalAttribute$instance extends Attribute {
1480
1480
 
1481
1481
 
1482
1482
  export const OptionalAttribute: {
1483
- new(): OptionalAttribute$instance;
1483
+ new(): OptionalAttribute;
1484
1484
  };
1485
1485
 
1486
1486
 
@@ -1491,7 +1491,7 @@ export interface OutAttribute$instance extends Attribute {
1491
1491
 
1492
1492
 
1493
1493
  export const OutAttribute: {
1494
- new(): OutAttribute$instance;
1494
+ new(): OutAttribute;
1495
1495
  };
1496
1496
 
1497
1497
 
@@ -1504,7 +1504,7 @@ export interface PosixSignalContext$instance {
1504
1504
 
1505
1505
 
1506
1506
  export const PosixSignalContext: {
1507
- new(signal: PosixSignal): PosixSignalContext$instance;
1507
+ new(signal: PosixSignal): PosixSignalContext;
1508
1508
  };
1509
1509
 
1510
1510
 
@@ -1516,7 +1516,7 @@ export interface PosixSignalRegistration$instance {
1516
1516
 
1517
1517
 
1518
1518
  export const PosixSignalRegistration: {
1519
- new(): PosixSignalRegistration$instance;
1519
+ new(): PosixSignalRegistration;
1520
1520
  create(signal: PosixSignal, handler: Action_1<PosixSignalContext>): PosixSignalRegistration;
1521
1521
  };
1522
1522
 
@@ -1535,7 +1535,7 @@ export interface PreserveSigAttribute$instance extends Attribute {
1535
1535
 
1536
1536
 
1537
1537
  export const PreserveSigAttribute: {
1538
- new(): PreserveSigAttribute$instance;
1538
+ new(): PreserveSigAttribute;
1539
1539
  };
1540
1540
 
1541
1541
 
@@ -1548,7 +1548,7 @@ export interface PrimaryInteropAssemblyAttribute$instance extends Attribute {
1548
1548
 
1549
1549
 
1550
1550
  export const PrimaryInteropAssemblyAttribute: {
1551
- new(major: int, minor: int): PrimaryInteropAssemblyAttribute$instance;
1551
+ new(major: int, minor: int): PrimaryInteropAssemblyAttribute;
1552
1552
  };
1553
1553
 
1554
1554
 
@@ -1560,7 +1560,7 @@ export interface ProgIdAttribute$instance extends Attribute {
1560
1560
 
1561
1561
 
1562
1562
  export const ProgIdAttribute: {
1563
- new(progId: string): ProgIdAttribute$instance;
1563
+ new(progId: string): ProgIdAttribute;
1564
1564
  };
1565
1565
 
1566
1566
 
@@ -1572,9 +1572,9 @@ export interface SafeArrayRankMismatchException$instance extends SystemException
1572
1572
 
1573
1573
 
1574
1574
  export const SafeArrayRankMismatchException: {
1575
- new(): SafeArrayRankMismatchException$instance;
1576
- new(message: string): SafeArrayRankMismatchException$instance;
1577
- new(message: string, inner: Exception): SafeArrayRankMismatchException$instance;
1575
+ new(): SafeArrayRankMismatchException;
1576
+ new(message: string): SafeArrayRankMismatchException;
1577
+ new(message: string, inner: Exception): SafeArrayRankMismatchException;
1578
1578
  };
1579
1579
 
1580
1580
 
@@ -1591,9 +1591,9 @@ export interface SafeArrayTypeMismatchException$instance extends SystemException
1591
1591
 
1592
1592
 
1593
1593
  export const SafeArrayTypeMismatchException: {
1594
- new(): SafeArrayTypeMismatchException$instance;
1595
- new(message: string): SafeArrayTypeMismatchException$instance;
1596
- new(message: string, inner: Exception): SafeArrayTypeMismatchException$instance;
1594
+ new(): SafeArrayTypeMismatchException;
1595
+ new(message: string): SafeArrayTypeMismatchException;
1596
+ new(message: string, inner: Exception): SafeArrayTypeMismatchException;
1597
1597
  };
1598
1598
 
1599
1599
 
@@ -1664,9 +1664,9 @@ export interface SEHException$instance extends ExternalException$instance {
1664
1664
 
1665
1665
 
1666
1666
  export const SEHException: {
1667
- new(): SEHException$instance;
1668
- new(message: string): SEHException$instance;
1669
- new(message: string, inner: Exception): SEHException$instance;
1667
+ new(): SEHException;
1668
+ new(message: string): SEHException;
1669
+ new(message: string, inner: Exception): SEHException;
1670
1670
  };
1671
1671
 
1672
1672
 
@@ -1682,7 +1682,7 @@ export interface StandardOleMarshalObject$instance extends MarshalByRefObject {
1682
1682
 
1683
1683
 
1684
1684
  export const StandardOleMarshalObject: {
1685
- new(): StandardOleMarshalObject$instance;
1685
+ new(): StandardOleMarshalObject;
1686
1686
  };
1687
1687
 
1688
1688
 
@@ -1697,8 +1697,8 @@ export interface StructLayoutAttribute$instance extends Attribute {
1697
1697
 
1698
1698
 
1699
1699
  export const StructLayoutAttribute: {
1700
- new(layoutKind: LayoutKind): StructLayoutAttribute$instance;
1701
- new(layoutKind: short): StructLayoutAttribute$instance;
1700
+ new(layoutKind: LayoutKind): StructLayoutAttribute;
1701
+ new(layoutKind: short): StructLayoutAttribute;
1702
1702
  };
1703
1703
 
1704
1704
 
@@ -1709,7 +1709,7 @@ export interface SuppressGCTransitionAttribute$instance extends Attribute {
1709
1709
 
1710
1710
 
1711
1711
  export const SuppressGCTransitionAttribute: {
1712
- new(): SuppressGCTransitionAttribute$instance;
1712
+ new(): SuppressGCTransitionAttribute;
1713
1713
  };
1714
1714
 
1715
1715
 
@@ -1722,8 +1722,8 @@ export interface TypeIdentifierAttribute$instance extends Attribute {
1722
1722
 
1723
1723
 
1724
1724
  export const TypeIdentifierAttribute: {
1725
- new(): TypeIdentifierAttribute$instance;
1726
- new(scope: string, identifier: string): TypeIdentifierAttribute$instance;
1725
+ new(): TypeIdentifierAttribute;
1726
+ new(scope: string, identifier: string): TypeIdentifierAttribute;
1727
1727
  };
1728
1728
 
1729
1729
 
@@ -1735,8 +1735,8 @@ export interface TypeLibFuncAttribute$instance extends Attribute {
1735
1735
 
1736
1736
 
1737
1737
  export const TypeLibFuncAttribute: {
1738
- new(flags: TypeLibFuncFlags): TypeLibFuncAttribute$instance;
1739
- new(flags: short): TypeLibFuncAttribute$instance;
1738
+ new(flags: TypeLibFuncFlags): TypeLibFuncAttribute;
1739
+ new(flags: short): TypeLibFuncAttribute;
1740
1740
  };
1741
1741
 
1742
1742
 
@@ -1748,7 +1748,7 @@ export interface TypeLibImportClassAttribute$instance extends Attribute {
1748
1748
 
1749
1749
 
1750
1750
  export const TypeLibImportClassAttribute: {
1751
- new(importClass: Type): TypeLibImportClassAttribute$instance;
1751
+ new(importClass: Type): TypeLibImportClassAttribute;
1752
1752
  };
1753
1753
 
1754
1754
 
@@ -1760,8 +1760,8 @@ export interface TypeLibTypeAttribute$instance extends Attribute {
1760
1760
 
1761
1761
 
1762
1762
  export const TypeLibTypeAttribute: {
1763
- new(flags: TypeLibTypeFlags): TypeLibTypeAttribute$instance;
1764
- new(flags: short): TypeLibTypeAttribute$instance;
1763
+ new(flags: TypeLibTypeFlags): TypeLibTypeAttribute;
1764
+ new(flags: short): TypeLibTypeAttribute;
1765
1765
  };
1766
1766
 
1767
1767
 
@@ -1773,8 +1773,8 @@ export interface TypeLibVarAttribute$instance extends Attribute {
1773
1773
 
1774
1774
 
1775
1775
  export const TypeLibVarAttribute: {
1776
- new(flags: TypeLibVarFlags): TypeLibVarAttribute$instance;
1777
- new(flags: short): TypeLibVarAttribute$instance;
1776
+ new(flags: TypeLibVarFlags): TypeLibVarAttribute;
1777
+ new(flags: short): TypeLibVarAttribute;
1778
1778
  };
1779
1779
 
1780
1780
 
@@ -1787,7 +1787,7 @@ export interface TypeLibVersionAttribute$instance extends Attribute {
1787
1787
 
1788
1788
 
1789
1789
  export const TypeLibVersionAttribute: {
1790
- new(major: int, minor: int): TypeLibVersionAttribute$instance;
1790
+ new(major: int, minor: int): TypeLibVersionAttribute;
1791
1791
  };
1792
1792
 
1793
1793
 
@@ -1798,7 +1798,7 @@ export interface TypeMapAssemblyTargetAttribute_1$instance<TTypeMapGroup> extend
1798
1798
 
1799
1799
 
1800
1800
  export const TypeMapAssemblyTargetAttribute_1: {
1801
- new<TTypeMapGroup>(assemblyName: string): TypeMapAssemblyTargetAttribute_1$instance<TTypeMapGroup>;
1801
+ new<TTypeMapGroup>(assemblyName: string): TypeMapAssemblyTargetAttribute_1<TTypeMapGroup>;
1802
1802
  };
1803
1803
 
1804
1804
 
@@ -1809,7 +1809,7 @@ export interface TypeMapAssociationAttribute_1$instance<TTypeMapGroup> extends A
1809
1809
 
1810
1810
 
1811
1811
  export const TypeMapAssociationAttribute_1: {
1812
- new<TTypeMapGroup>(source: Type, proxy: Type): TypeMapAssociationAttribute_1$instance<TTypeMapGroup>;
1812
+ new<TTypeMapGroup>(source: Type, proxy: Type): TypeMapAssociationAttribute_1<TTypeMapGroup>;
1813
1813
  };
1814
1814
 
1815
1815
 
@@ -1820,8 +1820,8 @@ export interface TypeMapAttribute_1$instance<TTypeMapGroup> extends Attribute {
1820
1820
 
1821
1821
 
1822
1822
  export const TypeMapAttribute_1: {
1823
- new<TTypeMapGroup>(value: string, target: Type): TypeMapAttribute_1$instance<TTypeMapGroup>;
1824
- new<TTypeMapGroup>(value: string, target: Type, trimTarget: Type): TypeMapAttribute_1$instance<TTypeMapGroup>;
1823
+ new<TTypeMapGroup>(value: string, target: Type): TypeMapAttribute_1<TTypeMapGroup>;
1824
+ new<TTypeMapGroup>(value: string, target: Type, trimTarget: Type): TypeMapAttribute_1<TTypeMapGroup>;
1825
1825
  };
1826
1826
 
1827
1827
 
@@ -1833,7 +1833,7 @@ export interface UnknownWrapper$instance {
1833
1833
 
1834
1834
 
1835
1835
  export const UnknownWrapper: {
1836
- new(obj: unknown): UnknownWrapper$instance;
1836
+ new(obj: unknown): UnknownWrapper;
1837
1837
  };
1838
1838
 
1839
1839
 
@@ -1845,7 +1845,7 @@ export interface UnmanagedCallConvAttribute$instance extends Attribute {
1845
1845
 
1846
1846
 
1847
1847
  export const UnmanagedCallConvAttribute: {
1848
- new(): UnmanagedCallConvAttribute$instance;
1848
+ new(): UnmanagedCallConvAttribute;
1849
1849
  };
1850
1850
 
1851
1851
 
@@ -1858,7 +1858,7 @@ export interface UnmanagedCallersOnlyAttribute$instance extends Attribute {
1858
1858
 
1859
1859
 
1860
1860
  export const UnmanagedCallersOnlyAttribute: {
1861
- new(): UnmanagedCallersOnlyAttribute$instance;
1861
+ new(): UnmanagedCallersOnlyAttribute;
1862
1862
  };
1863
1863
 
1864
1864
 
@@ -1874,7 +1874,7 @@ export interface UnmanagedFunctionPointerAttribute$instance extends Attribute {
1874
1874
 
1875
1875
 
1876
1876
  export const UnmanagedFunctionPointerAttribute: {
1877
- new(callingConvention: CallingConvention): UnmanagedFunctionPointerAttribute$instance;
1877
+ new(callingConvention: CallingConvention): UnmanagedFunctionPointerAttribute;
1878
1878
  };
1879
1879
 
1880
1880
 
@@ -1886,7 +1886,7 @@ export interface VariantWrapper$instance {
1886
1886
 
1887
1887
 
1888
1888
  export const VariantWrapper: {
1889
- new(obj: unknown): VariantWrapper$instance;
1889
+ new(obj: unknown): VariantWrapper;
1890
1890
  };
1891
1891
 
1892
1892
 
@@ -1897,7 +1897,7 @@ export interface WasmImportLinkageAttribute$instance extends Attribute {
1897
1897
 
1898
1898
 
1899
1899
  export const WasmImportLinkageAttribute: {
1900
- new(): WasmImportLinkageAttribute$instance;
1900
+ new(): WasmImportLinkageAttribute;
1901
1901
  };
1902
1902
 
1903
1903