@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
@@ -509,7 +509,7 @@ export interface BIND_OPTS$instance {
509
509
 
510
510
 
511
511
  export const BIND_OPTS: {
512
- new(): BIND_OPTS$instance;
512
+ new(): BIND_OPTS;
513
513
  };
514
514
 
515
515
 
@@ -523,7 +523,7 @@ export interface BINDPTR$instance {
523
523
 
524
524
 
525
525
  export const BINDPTR: {
526
- new(): BINDPTR$instance;
526
+ new(): BINDPTR;
527
527
  };
528
528
 
529
529
 
@@ -536,7 +536,7 @@ export interface CONNECTDATA$instance {
536
536
 
537
537
 
538
538
  export const CONNECTDATA: {
539
- new(): CONNECTDATA$instance;
539
+ new(): CONNECTDATA;
540
540
  };
541
541
 
542
542
 
@@ -551,7 +551,7 @@ export interface DISPPARAMS$instance {
551
551
 
552
552
 
553
553
  export const DISPPARAMS: {
554
- new(): DISPPARAMS$instance;
554
+ new(): DISPPARAMS;
555
555
  };
556
556
 
557
557
 
@@ -564,7 +564,7 @@ export interface ELEMDESC$instance {
564
564
 
565
565
 
566
566
  export const ELEMDESC: {
567
- new(): ELEMDESC$instance;
567
+ new(): ELEMDESC;
568
568
  };
569
569
 
570
570
 
@@ -577,7 +577,7 @@ export interface ELEMDESC_DESCUNION$instance {
577
577
 
578
578
 
579
579
  export const ELEMDESC_DESCUNION: {
580
- new(): ELEMDESC_DESCUNION$instance;
580
+ new(): ELEMDESC_DESCUNION;
581
581
  };
582
582
 
583
583
 
@@ -597,7 +597,7 @@ export interface EXCEPINFO$instance {
597
597
 
598
598
 
599
599
  export const EXCEPINFO: {
600
- new(): EXCEPINFO$instance;
600
+ new(): EXCEPINFO;
601
601
  };
602
602
 
603
603
 
@@ -610,7 +610,7 @@ export interface FILETIME$instance {
610
610
 
611
611
 
612
612
  export const FILETIME: {
613
- new(): FILETIME$instance;
613
+ new(): FILETIME;
614
614
  };
615
615
 
616
616
 
@@ -626,7 +626,7 @@ export interface FORMATETC$instance {
626
626
 
627
627
 
628
628
  export const FORMATETC: {
629
- new(): FORMATETC$instance;
629
+ new(): FORMATETC;
630
630
  };
631
631
 
632
632
 
@@ -649,7 +649,7 @@ export interface FUNCDESC$instance {
649
649
 
650
650
 
651
651
  export const FUNCDESC: {
652
- new(): FUNCDESC$instance;
652
+ new(): FUNCDESC;
653
653
  };
654
654
 
655
655
 
@@ -662,7 +662,7 @@ export interface IDLDESC$instance {
662
662
 
663
663
 
664
664
  export const IDLDESC: {
665
- new(): IDLDESC$instance;
665
+ new(): IDLDESC;
666
666
  };
667
667
 
668
668
 
@@ -675,7 +675,7 @@ export interface PARAMDESC$instance {
675
675
 
676
676
 
677
677
  export const PARAMDESC: {
678
- new(): PARAMDESC$instance;
678
+ new(): PARAMDESC;
679
679
  };
680
680
 
681
681
 
@@ -690,7 +690,7 @@ export interface STATDATA$instance {
690
690
 
691
691
 
692
692
  export const STATDATA: {
693
- new(): STATDATA$instance;
693
+ new(): STATDATA;
694
694
  };
695
695
 
696
696
 
@@ -712,7 +712,7 @@ export interface STATSTG$instance {
712
712
 
713
713
 
714
714
  export const STATSTG: {
715
- new(): STATSTG$instance;
715
+ new(): STATSTG;
716
716
  };
717
717
 
718
718
 
@@ -726,7 +726,7 @@ export interface STGMEDIUM$instance {
726
726
 
727
727
 
728
728
  export const STGMEDIUM: {
729
- new(): STGMEDIUM$instance;
729
+ new(): STGMEDIUM;
730
730
  };
731
731
 
732
732
 
@@ -755,7 +755,7 @@ export interface TYPEATTR$instance {
755
755
 
756
756
 
757
757
  export const TYPEATTR: {
758
- new(): TYPEATTR$instance;
758
+ new(): TYPEATTR;
759
759
  readonly MEMBER_ID_NIL: int;
760
760
  };
761
761
 
@@ -769,7 +769,7 @@ export interface TYPEDESC$instance {
769
769
 
770
770
 
771
771
  export const TYPEDESC: {
772
- new(): TYPEDESC$instance;
772
+ new(): TYPEDESC;
773
773
  };
774
774
 
775
775
 
@@ -786,7 +786,7 @@ export interface TYPELIBATTR$instance {
786
786
 
787
787
 
788
788
  export const TYPELIBATTR: {
789
- new(): TYPELIBATTR$instance;
789
+ new(): TYPELIBATTR;
790
790
  };
791
791
 
792
792
 
@@ -803,7 +803,7 @@ export interface VARDESC$instance {
803
803
 
804
804
 
805
805
  export const VARDESC: {
806
- new(): VARDESC$instance;
806
+ new(): VARDESC;
807
807
  };
808
808
 
809
809
 
@@ -816,7 +816,7 @@ export interface VARDESC_DESCUNION$instance {
816
816
 
817
817
 
818
818
  export const VARDESC_DESCUNION: {
819
- new(): VARDESC_DESCUNION$instance;
819
+ new(): VARDESC_DESCUNION;
820
820
  };
821
821
 
822
822
 
@@ -20,7 +20,7 @@ export interface ComponentCrossReference$instance {
20
20
 
21
21
 
22
22
  export const ComponentCrossReference: {
23
- new(): ComponentCrossReference$instance;
23
+ new(): ComponentCrossReference;
24
24
  };
25
25
 
26
26
 
@@ -35,7 +35,7 @@ export interface MarkCrossReferencesArgs$instance {
35
35
 
36
36
 
37
37
  export const MarkCrossReferencesArgs: {
38
- new(): MarkCrossReferencesArgs$instance;
38
+ new(): MarkCrossReferencesArgs;
39
39
  };
40
40
 
41
41
 
@@ -48,7 +48,7 @@ export interface StronglyConnectedComponent$instance {
48
48
 
49
49
 
50
50
  export const StronglyConnectedComponent: {
51
- new(): StronglyConnectedComponent$instance;
51
+ new(): StronglyConnectedComponent;
52
52
  };
53
53
 
54
54
 
@@ -132,7 +132,7 @@ export interface JSMarshalerArgument$instance {
132
132
 
133
133
 
134
134
  export const JSMarshalerArgument: {
135
- new(): JSMarshalerArgument$instance;
135
+ new(): JSMarshalerArgument;
136
136
  };
137
137
 
138
138
 
@@ -144,7 +144,7 @@ export interface JSException$instance extends Exception {
144
144
 
145
145
 
146
146
  export const JSException: {
147
- new(msg: string): JSException$instance;
147
+ new(msg: string): JSException;
148
148
  };
149
149
 
150
150
 
@@ -160,7 +160,7 @@ export interface JSExportAttribute$instance extends Attribute {
160
160
 
161
161
 
162
162
  export const JSExportAttribute: {
163
- new(): JSExportAttribute$instance;
163
+ new(): JSExportAttribute;
164
164
  };
165
165
 
166
166
 
@@ -171,7 +171,7 @@ export interface JSFunctionBinding$instance {
171
171
 
172
172
 
173
173
  export const JSFunctionBinding: {
174
- new(): JSFunctionBinding$instance;
174
+ new(): JSFunctionBinding;
175
175
  bindJSFunction(functionName: string, moduleName: string, signatures: ReadOnlySpan_1<JSMarshalerType>): JSFunctionBinding;
176
176
  bindManagedFunction(fullyQualifiedName: string, signatureHash: int, signatures: ReadOnlySpan_1<JSMarshalerType>): JSFunctionBinding;
177
177
  invokeJS(signature: JSFunctionBinding, arguments: Span_1<JSMarshalerArgument>): void;
@@ -187,8 +187,8 @@ export interface JSImportAttribute$instance extends Attribute {
187
187
 
188
188
 
189
189
  export const JSImportAttribute: {
190
- new(functionName: string): JSImportAttribute$instance;
191
- new(functionName: string, moduleName: string): JSImportAttribute$instance;
190
+ new(functionName: string): JSImportAttribute;
191
+ new(functionName: string, moduleName: string): JSImportAttribute;
192
192
  };
193
193
 
194
194
 
@@ -199,7 +199,7 @@ export interface JSMarshalAsAttribute_1$instance<T extends JSType> extends Attri
199
199
 
200
200
 
201
201
  export const JSMarshalAsAttribute_1: {
202
- new<T extends JSType>(): JSMarshalAsAttribute_1$instance<T>;
202
+ new<T extends JSType>(): JSMarshalAsAttribute_1<T>;
203
203
  };
204
204
 
205
205
 
@@ -210,7 +210,7 @@ export interface JSMarshalerType$instance {
210
210
 
211
211
 
212
212
  export const JSMarshalerType: {
213
- new(): JSMarshalerType$instance;
213
+ new(): JSMarshalerType;
214
214
  readonly void_: JSMarshalerType;
215
215
  readonly discard: JSMarshalerType;
216
216
  readonly boolean_: JSMarshalerType;
@@ -269,7 +269,7 @@ export interface JSObject$instance {
269
269
 
270
270
 
271
271
  export const JSObject: {
272
- new(): JSObject$instance;
272
+ new(): JSObject;
273
273
  };
274
274
 
275
275
 
@@ -297,7 +297,7 @@ export interface JSType_Any$instance extends JSType {
297
297
 
298
298
 
299
299
  export const JSType_Any: {
300
- new(): JSType_Any$instance;
300
+ new(): JSType_Any;
301
301
  };
302
302
 
303
303
 
@@ -308,7 +308,7 @@ export interface JSType_Array_1$instance<T extends JSType> extends JSType {
308
308
 
309
309
 
310
310
  export const JSType_Array_1: {
311
- new<T extends JSType>(): JSType_Array_1$instance<T>;
311
+ new<T extends JSType>(): JSType_Array_1<T>;
312
312
  };
313
313
 
314
314
 
@@ -319,7 +319,7 @@ export interface JSType_BigInt$instance extends JSType {
319
319
 
320
320
 
321
321
  export const JSType_BigInt: {
322
- new(): JSType_BigInt$instance;
322
+ new(): JSType_BigInt;
323
323
  };
324
324
 
325
325
 
@@ -330,7 +330,7 @@ export interface JSType_Boolean$instance extends JSType {
330
330
 
331
331
 
332
332
  export const JSType_Boolean: {
333
- new(): JSType_Boolean$instance;
333
+ new(): JSType_Boolean;
334
334
  };
335
335
 
336
336
 
@@ -341,7 +341,7 @@ export interface JSType_Date$instance extends JSType {
341
341
 
342
342
 
343
343
  export const JSType_Date: {
344
- new(): JSType_Date$instance;
344
+ new(): JSType_Date;
345
345
  };
346
346
 
347
347
 
@@ -352,7 +352,7 @@ export interface JSType_Discard$instance extends JSType {
352
352
 
353
353
 
354
354
  export const JSType_Discard: {
355
- new(): JSType_Discard$instance;
355
+ new(): JSType_Discard;
356
356
  };
357
357
 
358
358
 
@@ -363,7 +363,7 @@ export interface JSType_Error$instance extends JSType {
363
363
 
364
364
 
365
365
  export const JSType_Error: {
366
- new(): JSType_Error$instance;
366
+ new(): JSType_Error;
367
367
  };
368
368
 
369
369
 
@@ -374,7 +374,7 @@ export interface JSType_Function$instance extends JSType {
374
374
 
375
375
 
376
376
  export const JSType_Function: {
377
- new(): JSType_Function$instance;
377
+ new(): JSType_Function;
378
378
  };
379
379
 
380
380
 
@@ -385,7 +385,7 @@ export interface JSType_Function_1$instance<T extends JSType> extends JSType {
385
385
 
386
386
 
387
387
  export const JSType_Function_1: {
388
- new<T extends JSType>(): JSType_Function_1$instance<T>;
388
+ new<T extends JSType>(): JSType_Function_1<T>;
389
389
  };
390
390
 
391
391
 
@@ -396,7 +396,7 @@ export interface JSType_Function_2$instance<T1 extends JSType, T2 extends JSType
396
396
 
397
397
 
398
398
  export const JSType_Function_2: {
399
- new<T1 extends JSType, T2 extends JSType>(): JSType_Function_2$instance<T1, T2>;
399
+ new<T1 extends JSType, T2 extends JSType>(): JSType_Function_2<T1, T2>;
400
400
  };
401
401
 
402
402
 
@@ -407,7 +407,7 @@ export interface JSType_Function_3$instance<T1 extends JSType, T2 extends JSType
407
407
 
408
408
 
409
409
  export const JSType_Function_3: {
410
- new<T1 extends JSType, T2 extends JSType, T3 extends JSType>(): JSType_Function_3$instance<T1, T2, T3>;
410
+ new<T1 extends JSType, T2 extends JSType, T3 extends JSType>(): JSType_Function_3<T1, T2, T3>;
411
411
  };
412
412
 
413
413
 
@@ -418,7 +418,7 @@ export interface JSType_Function_4$instance<T1 extends JSType, T2 extends JSType
418
418
 
419
419
 
420
420
  export const JSType_Function_4: {
421
- new<T1 extends JSType, T2 extends JSType, T3 extends JSType, T4 extends JSType>(): JSType_Function_4$instance<T1, T2, T3, T4>;
421
+ new<T1 extends JSType, T2 extends JSType, T3 extends JSType, T4 extends JSType>(): JSType_Function_4<T1, T2, T3, T4>;
422
422
  };
423
423
 
424
424
 
@@ -429,7 +429,7 @@ export interface JSType_MemoryView$instance extends JSType {
429
429
 
430
430
 
431
431
  export const JSType_MemoryView: {
432
- new(): JSType_MemoryView$instance;
432
+ new(): JSType_MemoryView;
433
433
  };
434
434
 
435
435
 
@@ -440,7 +440,7 @@ export interface JSType_Number$instance extends JSType {
440
440
 
441
441
 
442
442
  export const JSType_Number: {
443
- new(): JSType_Number$instance;
443
+ new(): JSType_Number;
444
444
  };
445
445
 
446
446
 
@@ -451,7 +451,7 @@ export interface JSType_Object$instance extends JSType {
451
451
 
452
452
 
453
453
  export const JSType_Object: {
454
- new(): JSType_Object$instance;
454
+ new(): JSType_Object;
455
455
  };
456
456
 
457
457
 
@@ -462,7 +462,7 @@ export interface JSType_Promise_1$instance<T extends JSType> extends JSType {
462
462
 
463
463
 
464
464
  export const JSType_Promise_1: {
465
- new<T extends JSType>(): JSType_Promise_1$instance<T>;
465
+ new<T extends JSType>(): JSType_Promise_1<T>;
466
466
  };
467
467
 
468
468
 
@@ -473,7 +473,7 @@ export interface JSType_String$instance extends JSType {
473
473
 
474
474
 
475
475
  export const JSType_String: {
476
- new(): JSType_String$instance;
476
+ new(): JSType_String;
477
477
  };
478
478
 
479
479
 
@@ -484,7 +484,7 @@ export interface JSType_Void$instance extends JSType {
484
484
 
485
485
 
486
486
  export const JSType_Void: {
487
- new(): JSType_Void$instance;
487
+ new(): JSType_Void;
488
488
  };
489
489
 
490
490
 
@@ -106,7 +106,7 @@ export interface AnsiStringMarshaller_ManagedToUnmanagedIn$instance {
106
106
 
107
107
 
108
108
  export const AnsiStringMarshaller_ManagedToUnmanagedIn: {
109
- new(): AnsiStringMarshaller_ManagedToUnmanagedIn$instance;
109
+ new(): AnsiStringMarshaller_ManagedToUnmanagedIn;
110
110
  readonly bufferSize: int;
111
111
  };
112
112
 
@@ -124,7 +124,7 @@ export interface ArrayMarshaller_2_ManagedToUnmanagedIn$instance<T, TUnmanagedEl
124
124
 
125
125
 
126
126
  export const ArrayMarshaller_2_ManagedToUnmanagedIn: {
127
- new<T, TUnmanagedElement extends unknown>(): ArrayMarshaller_2_ManagedToUnmanagedIn$instance<T, TUnmanagedElement>;
127
+ new<T, TUnmanagedElement extends unknown>(): ArrayMarshaller_2_ManagedToUnmanagedIn<T, TUnmanagedElement>;
128
128
  readonly bufferSize: int;
129
129
  getPinnableReference<T, TUnmanagedElement extends unknown>(array: T[]): T;
130
130
  };
@@ -140,7 +140,7 @@ export interface BStrStringMarshaller_ManagedToUnmanagedIn$instance {
140
140
 
141
141
 
142
142
  export const BStrStringMarshaller_ManagedToUnmanagedIn: {
143
- new(): BStrStringMarshaller_ManagedToUnmanagedIn$instance;
143
+ new(): BStrStringMarshaller_ManagedToUnmanagedIn;
144
144
  readonly bufferSize: int;
145
145
  };
146
146
 
@@ -156,7 +156,7 @@ export interface ComVariant$instance {
156
156
 
157
157
 
158
158
  export const ComVariant: {
159
- new(): ComVariant$instance;
159
+ new(): ComVariant;
160
160
  readonly null_: ComVariant;
161
161
  create<T>(value: T): ComVariant;
162
162
  createRaw<T extends unknown>(vt: VarEnum, rawValue: T): ComVariant;
@@ -182,7 +182,7 @@ export interface ComVariantMarshaller_RefPropagate$instance {
182
182
 
183
183
 
184
184
  export const ComVariantMarshaller_RefPropagate: {
185
- new(): ComVariantMarshaller_RefPropagate$instance;
185
+ new(): ComVariantMarshaller_RefPropagate;
186
186
  };
187
187
 
188
188
 
@@ -193,7 +193,7 @@ export interface CustomMarshallerAttribute_GenericPlaceholder$instance {
193
193
 
194
194
 
195
195
  export const CustomMarshallerAttribute_GenericPlaceholder: {
196
- new(): CustomMarshallerAttribute_GenericPlaceholder$instance;
196
+ new(): CustomMarshallerAttribute_GenericPlaceholder;
197
197
  };
198
198
 
199
199
 
@@ -207,7 +207,7 @@ export interface IIUnknownCacheStrategy_TableInfo$instance {
207
207
 
208
208
 
209
209
  export const IIUnknownCacheStrategy_TableInfo: {
210
- new(): IIUnknownCacheStrategy_TableInfo$instance;
210
+ new(): IIUnknownCacheStrategy_TableInfo;
211
211
  };
212
212
 
213
213
 
@@ -224,7 +224,7 @@ export interface PointerArrayMarshaller_2_ManagedToUnmanagedIn$instance<T extend
224
224
 
225
225
 
226
226
  export const PointerArrayMarshaller_2_ManagedToUnmanagedIn: {
227
- new<T extends unknown, TUnmanagedElement extends unknown>(): PointerArrayMarshaller_2_ManagedToUnmanagedIn$instance<T, TUnmanagedElement>;
227
+ new<T extends unknown, TUnmanagedElement extends unknown>(): PointerArrayMarshaller_2_ManagedToUnmanagedIn<T, TUnmanagedElement>;
228
228
  readonly bufferSize: int;
229
229
  getPinnableReference<T extends unknown, TUnmanagedElement extends unknown>(array: ptr<T>[]): byte;
230
230
  };
@@ -243,7 +243,7 @@ export interface ReadOnlySpanMarshaller_2_ManagedToUnmanagedIn$instance<T, TUnma
243
243
 
244
244
 
245
245
  export const ReadOnlySpanMarshaller_2_ManagedToUnmanagedIn: {
246
- new<T, TUnmanagedElement extends unknown>(): ReadOnlySpanMarshaller_2_ManagedToUnmanagedIn$instance<T, TUnmanagedElement>;
246
+ new<T, TUnmanagedElement extends unknown>(): ReadOnlySpanMarshaller_2_ManagedToUnmanagedIn<T, TUnmanagedElement>;
247
247
  readonly bufferSize: int;
248
248
  getPinnableReference<T, TUnmanagedElement extends unknown>(managed: ReadOnlySpan_1<T>): T;
249
249
  };
@@ -261,7 +261,7 @@ export interface ReadOnlySpanMarshaller_2_ManagedToUnmanagedOut$instance<T, TUnm
261
261
 
262
262
 
263
263
  export const ReadOnlySpanMarshaller_2_ManagedToUnmanagedOut: {
264
- new<T, TUnmanagedElement extends unknown>(): ReadOnlySpanMarshaller_2_ManagedToUnmanagedOut$instance<T, TUnmanagedElement>;
264
+ new<T, TUnmanagedElement extends unknown>(): ReadOnlySpanMarshaller_2_ManagedToUnmanagedOut<T, TUnmanagedElement>;
265
265
  };
266
266
 
267
267
 
@@ -275,7 +275,7 @@ export interface SafeHandleMarshaller_1_ManagedToUnmanagedIn$instance<T extends
275
275
 
276
276
 
277
277
  export const SafeHandleMarshaller_1_ManagedToUnmanagedIn: {
278
- new<T extends SafeHandle>(): SafeHandleMarshaller_1_ManagedToUnmanagedIn$instance<T>;
278
+ new<T extends SafeHandle>(): SafeHandleMarshaller_1_ManagedToUnmanagedIn<T>;
279
279
  };
280
280
 
281
281
 
@@ -289,7 +289,7 @@ export interface SafeHandleMarshaller_1_ManagedToUnmanagedOut$instance<T extends
289
289
 
290
290
 
291
291
  export const SafeHandleMarshaller_1_ManagedToUnmanagedOut: {
292
- new<T extends SafeHandle>(): SafeHandleMarshaller_1_ManagedToUnmanagedOut$instance<T>;
292
+ new<T extends SafeHandle>(): SafeHandleMarshaller_1_ManagedToUnmanagedOut<T>;
293
293
  };
294
294
 
295
295
 
@@ -306,7 +306,7 @@ export interface SafeHandleMarshaller_1_ManagedToUnmanagedRef$instance<T extends
306
306
 
307
307
 
308
308
  export const SafeHandleMarshaller_1_ManagedToUnmanagedRef: {
309
- new<T extends SafeHandle>(): SafeHandleMarshaller_1_ManagedToUnmanagedRef$instance<T>;
309
+ new<T extends SafeHandle>(): SafeHandleMarshaller_1_ManagedToUnmanagedRef<T>;
310
310
  };
311
311
 
312
312
 
@@ -323,7 +323,7 @@ export interface SpanMarshaller_2_ManagedToUnmanagedIn$instance<T, TUnmanagedEle
323
323
 
324
324
 
325
325
  export const SpanMarshaller_2_ManagedToUnmanagedIn: {
326
- new<T, TUnmanagedElement extends unknown>(): SpanMarshaller_2_ManagedToUnmanagedIn$instance<T, TUnmanagedElement>;
326
+ new<T, TUnmanagedElement extends unknown>(): SpanMarshaller_2_ManagedToUnmanagedIn<T, TUnmanagedElement>;
327
327
  readonly bufferSize: int;
328
328
  getPinnableReference<T, TUnmanagedElement extends unknown>(managed: Span_1<T>): T;
329
329
  };
@@ -339,7 +339,7 @@ export interface Utf8StringMarshaller_ManagedToUnmanagedIn$instance {
339
339
 
340
340
 
341
341
  export const Utf8StringMarshaller_ManagedToUnmanagedIn: {
342
- new(): Utf8StringMarshaller_ManagedToUnmanagedIn$instance;
342
+ new(): Utf8StringMarshaller_ManagedToUnmanagedIn;
343
343
  readonly bufferSize: int;
344
344
  };
345
345
 
@@ -354,7 +354,7 @@ export interface VirtualMethodTableInfo$instance {
354
354
 
355
355
 
356
356
  export const VirtualMethodTableInfo: {
357
- new(thisPointer: ptr<void>, virtualMethodTable: ptr<void>): VirtualMethodTableInfo$instance;
357
+ new(thisPointer: ptr<void>, virtualMethodTable: ptr<void>): VirtualMethodTableInfo;
358
358
  };
359
359
 
360
360
 
@@ -366,7 +366,7 @@ export interface ComExposedClassAttribute_1$instance<T extends IComExposedClass>
366
366
 
367
367
 
368
368
  export const ComExposedClassAttribute_1: {
369
- new<T extends IComExposedClass>(): ComExposedClassAttribute_1$instance<T>;
369
+ new<T extends IComExposedClass>(): ComExposedClassAttribute_1<T>;
370
370
  };
371
371
 
372
372
 
@@ -385,7 +385,7 @@ export interface ComObject$instance {
385
385
 
386
386
 
387
387
  export const ComObject: {
388
- new(): ComObject$instance;
388
+ new(): ComObject;
389
389
  };
390
390
 
391
391
 
@@ -404,7 +404,7 @@ export interface ContiguousCollectionMarshallerAttribute$instance extends Attrib
404
404
 
405
405
 
406
406
  export const ContiguousCollectionMarshallerAttribute: {
407
- new(): ContiguousCollectionMarshallerAttribute$instance;
407
+ new(): ContiguousCollectionMarshallerAttribute;
408
408
  };
409
409
 
410
410
 
@@ -418,7 +418,7 @@ export interface CustomMarshallerAttribute$instance extends Attribute {
418
418
 
419
419
 
420
420
  export const CustomMarshallerAttribute: {
421
- new(managedType: Type, marshalMode: MarshalMode, marshallerType: Type): CustomMarshallerAttribute$instance;
421
+ new(managedType: Type, marshalMode: MarshalMode, marshallerType: Type): CustomMarshallerAttribute;
422
422
  };
423
423
 
424
424
 
@@ -429,7 +429,7 @@ export interface GeneratedComClassAttribute$instance extends Attribute {
429
429
 
430
430
 
431
431
  export const GeneratedComClassAttribute: {
432
- new(): GeneratedComClassAttribute$instance;
432
+ new(): GeneratedComClassAttribute;
433
433
  };
434
434
 
435
435
 
@@ -444,7 +444,7 @@ export interface GeneratedComInterfaceAttribute$instance extends Attribute {
444
444
 
445
445
 
446
446
  export const GeneratedComInterfaceAttribute: {
447
- new(): GeneratedComInterfaceAttribute$instance;
447
+ new(): GeneratedComInterfaceAttribute;
448
448
  };
449
449
 
450
450
 
@@ -458,7 +458,7 @@ export interface IUnknownDerivedAttribute_2$instance<T extends IIUnknownInterfac
458
458
 
459
459
 
460
460
  export const IUnknownDerivedAttribute_2: {
461
- new<T extends IIUnknownInterfaceType, TImpl>(): IUnknownDerivedAttribute_2$instance<T, TImpl>;
461
+ new<T extends IIUnknownInterfaceType, TImpl>(): IUnknownDerivedAttribute_2<T, TImpl>;
462
462
  };
463
463
 
464
464
 
@@ -480,8 +480,8 @@ export interface MarshalUsingAttribute$instance extends Attribute {
480
480
 
481
481
 
482
482
  export const MarshalUsingAttribute: {
483
- new(): MarshalUsingAttribute$instance;
484
- new(nativeType: Type): MarshalUsingAttribute$instance;
483
+ new(): MarshalUsingAttribute;
484
+ new(nativeType: Type): MarshalUsingAttribute;
485
485
  readonly returnsCountValue: string;
486
486
  };
487
487
 
@@ -494,7 +494,7 @@ export interface NativeMarshallingAttribute$instance extends Attribute {
494
494
 
495
495
 
496
496
  export const NativeMarshallingAttribute: {
497
- new(nativeType: Type): NativeMarshallingAttribute$instance;
497
+ new(nativeType: Type): NativeMarshallingAttribute;
498
498
  };
499
499
 
500
500
 
@@ -505,7 +505,7 @@ export interface StrategyBasedComWrappers$instance extends ComWrappers {
505
505
 
506
506
 
507
507
  export const StrategyBasedComWrappers: {
508
- new(): StrategyBasedComWrappers$instance;
508
+ new(): StrategyBasedComWrappers;
509
509
  readonly defaultIUnknownInterfaceDetailsStrategy: IIUnknownInterfaceDetailsStrategy;
510
510
  readonly defaultIUnknownStrategy: IIUnknownStrategy;
511
511
  };
@@ -33,7 +33,7 @@ export interface ObjectiveCTrackedTypeAttribute$instance extends Attribute {
33
33
 
34
34
 
35
35
  export const ObjectiveCTrackedTypeAttribute: {
36
- new(): ObjectiveCTrackedTypeAttribute$instance;
36
+ new(): ObjectiveCTrackedTypeAttribute;
37
37
  };
38
38
 
39
39
 
@@ -18,7 +18,7 @@ export interface SwiftError$instance {
18
18
 
19
19
 
20
20
  export const SwiftError: {
21
- new(value: ptr<void>): SwiftError$instance;
21
+ new(value: ptr<void>): SwiftError;
22
22
  };
23
23
 
24
24
 
@@ -30,7 +30,7 @@ export interface SwiftIndirectResult$instance {
30
30
 
31
31
 
32
32
  export const SwiftIndirectResult: {
33
- new(value: ptr<void>): SwiftIndirectResult$instance;
33
+ new(value: ptr<void>): SwiftIndirectResult;
34
34
  };
35
35
 
36
36
 
@@ -42,7 +42,7 @@ export interface SwiftSelf$instance {
42
42
 
43
43
 
44
44
  export const SwiftSelf: {
45
- new(value: ptr<void>): SwiftSelf$instance;
45
+ new(value: ptr<void>): SwiftSelf;
46
46
  };
47
47
 
48
48
 
@@ -54,7 +54,7 @@ export interface SwiftSelf_1$instance<T extends unknown> {
54
54
 
55
55
 
56
56
  export const SwiftSelf_1: {
57
- new<T extends unknown>(value: T): SwiftSelf_1$instance<T>;
57
+ new<T extends unknown>(value: T): SwiftSelf_1<T>;
58
58
  };
59
59
 
60
60