@tsonic/dotnet 0.8.0 → 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 +1 -1
@@ -184,7 +184,7 @@ export interface WaitForChangedResult$instance {
184
184
 
185
185
 
186
186
  export const WaitForChangedResult: {
187
- new(): WaitForChangedResult$instance;
187
+ new(): WaitForChangedResult;
188
188
  };
189
189
 
190
190
 
@@ -224,9 +224,9 @@ export interface BinaryReader$instance {
224
224
 
225
225
 
226
226
  export const BinaryReader: {
227
- new(input: Stream): BinaryReader$instance;
228
- new(input: Stream, encoding: Encoding): BinaryReader$instance;
229
- new(input: Stream, encoding: Encoding, leaveOpen: boolean): BinaryReader$instance;
227
+ new(input: Stream): BinaryReader;
228
+ new(input: Stream, encoding: Encoding): BinaryReader;
229
+ new(input: Stream, encoding: Encoding, leaveOpen: boolean): BinaryReader;
230
230
  };
231
231
 
232
232
 
@@ -273,9 +273,9 @@ export interface BinaryWriter$instance {
273
273
 
274
274
 
275
275
  export const BinaryWriter: {
276
- new(output: Stream): BinaryWriter$instance;
277
- new(output: Stream, encoding: Encoding): BinaryWriter$instance;
278
- new(output: Stream, encoding: Encoding, leaveOpen: boolean): BinaryWriter$instance;
276
+ new(output: Stream): BinaryWriter;
277
+ new(output: Stream, encoding: Encoding): BinaryWriter;
278
+ new(output: Stream, encoding: Encoding, leaveOpen: boolean): BinaryWriter;
279
279
  readonly null_: BinaryWriter;
280
280
  };
281
281
 
@@ -336,8 +336,8 @@ export interface BufferedStream$instance extends Stream$instance {
336
336
 
337
337
 
338
338
  export const BufferedStream: {
339
- new(stream: Stream): BufferedStream$instance;
340
- new(stream: Stream, bufferSize: int): BufferedStream$instance;
339
+ new(stream: Stream): BufferedStream;
340
+ new(stream: Stream, bufferSize: int): BufferedStream;
341
341
  };
342
342
 
343
343
 
@@ -387,7 +387,7 @@ export interface DirectoryInfo$instance extends FileSystemInfo$instance {
387
387
 
388
388
 
389
389
  export const DirectoryInfo: {
390
- new(path: string): DirectoryInfo$instance;
390
+ new(path: string): DirectoryInfo;
391
391
  };
392
392
 
393
393
 
@@ -404,9 +404,9 @@ export interface DirectoryNotFoundException$instance extends IOException$instanc
404
404
 
405
405
 
406
406
  export const DirectoryNotFoundException: {
407
- new(): DirectoryNotFoundException$instance;
408
- new(message: string): DirectoryNotFoundException$instance;
409
- new(message: string, innerException: Exception): DirectoryNotFoundException$instance;
407
+ new(): DirectoryNotFoundException;
408
+ new(message: string): DirectoryNotFoundException;
409
+ new(message: string, innerException: Exception): DirectoryNotFoundException;
410
410
  };
411
411
 
412
412
 
@@ -432,7 +432,7 @@ export interface DriveInfo$instance {
432
432
 
433
433
 
434
434
  export const DriveInfo: {
435
- new(driveName: string): DriveInfo$instance;
435
+ new(driveName: string): DriveInfo;
436
436
  getDrives(): DriveInfo[];
437
437
  };
438
438
 
@@ -452,9 +452,9 @@ export interface DriveNotFoundException$instance extends IOException$instance {
452
452
 
453
453
 
454
454
  export const DriveNotFoundException: {
455
- new(): DriveNotFoundException$instance;
456
- new(message: string): DriveNotFoundException$instance;
457
- new(message: string, innerException: Exception): DriveNotFoundException$instance;
455
+ new(): DriveNotFoundException;
456
+ new(message: string): DriveNotFoundException;
457
+ new(message: string, innerException: Exception): DriveNotFoundException;
458
458
  };
459
459
 
460
460
 
@@ -471,9 +471,9 @@ export interface EndOfStreamException$instance extends IOException$instance {
471
471
 
472
472
 
473
473
  export const EndOfStreamException: {
474
- new(): EndOfStreamException$instance;
475
- new(message: string): EndOfStreamException$instance;
476
- new(message: string, innerException: Exception): EndOfStreamException$instance;
474
+ new(): EndOfStreamException;
475
+ new(message: string): EndOfStreamException;
476
+ new(message: string, innerException: Exception): EndOfStreamException;
477
477
  };
478
478
 
479
479
 
@@ -497,7 +497,7 @@ export interface EnumerationOptions$instance {
497
497
 
498
498
 
499
499
  export const EnumerationOptions: {
500
- new(): EnumerationOptions$instance;
500
+ new(): EnumerationOptions;
501
501
  };
502
502
 
503
503
 
@@ -509,7 +509,7 @@ export interface ErrorEventArgs$instance extends EventArgs {
509
509
 
510
510
 
511
511
  export const ErrorEventArgs: {
512
- new(exception: Exception): ErrorEventArgs$instance;
512
+ new(exception: Exception): ErrorEventArgs;
513
513
  };
514
514
 
515
515
 
@@ -546,7 +546,7 @@ export interface FileInfo$instance extends FileSystemInfo$instance {
546
546
 
547
547
 
548
548
  export const FileInfo: {
549
- new(fileName: string): FileInfo$instance;
549
+ new(fileName: string): FileInfo;
550
550
  };
551
551
 
552
552
 
@@ -567,11 +567,11 @@ export interface FileLoadException$instance extends IOException$instance {
567
567
 
568
568
 
569
569
  export const FileLoadException: {
570
- new(): FileLoadException$instance;
571
- new(message: string): FileLoadException$instance;
572
- new(message: string, inner: Exception): FileLoadException$instance;
573
- new(message: string, fileName: string): FileLoadException$instance;
574
- new(message: string, fileName: string, inner: Exception): FileLoadException$instance;
570
+ new(): FileLoadException;
571
+ new(message: string): FileLoadException;
572
+ new(message: string, inner: Exception): FileLoadException;
573
+ new(message: string, fileName: string): FileLoadException;
574
+ new(message: string, fileName: string, inner: Exception): FileLoadException;
575
575
  };
576
576
 
577
577
 
@@ -592,11 +592,11 @@ export interface FileNotFoundException$instance extends IOException$instance {
592
592
 
593
593
 
594
594
  export const FileNotFoundException: {
595
- new(): FileNotFoundException$instance;
596
- new(message: string): FileNotFoundException$instance;
597
- new(message: string, innerException: Exception): FileNotFoundException$instance;
598
- new(message: string, fileName: string): FileNotFoundException$instance;
599
- new(message: string, fileName: string, innerException: Exception): FileNotFoundException$instance;
595
+ new(): FileNotFoundException;
596
+ new(message: string): FileNotFoundException;
597
+ new(message: string, innerException: Exception): FileNotFoundException;
598
+ new(message: string, fileName: string): FileNotFoundException;
599
+ new(message: string, fileName: string, innerException: Exception): FileNotFoundException;
600
600
  };
601
601
 
602
602
 
@@ -657,20 +657,20 @@ export interface FileStream$instance extends Stream$instance {
657
657
 
658
658
 
659
659
  export const FileStream: {
660
- new(handle: nint, access: FileAccess): FileStream$instance;
661
- new(handle: nint, access: FileAccess, ownsHandle: boolean): FileStream$instance;
662
- new(handle: nint, access: FileAccess, ownsHandle: boolean, bufferSize: int): FileStream$instance;
663
- new(handle: nint, access: FileAccess, ownsHandle: boolean, bufferSize: int, isAsync: boolean): FileStream$instance;
664
- new(handle: SafeFileHandle, access: FileAccess): FileStream$instance;
665
- new(handle: SafeFileHandle, access: FileAccess, bufferSize: int): FileStream$instance;
666
- new(handle: SafeFileHandle, access: FileAccess, bufferSize: int, isAsync: boolean): FileStream$instance;
667
- new(path: string, mode: FileMode): FileStream$instance;
668
- new(path: string, mode: FileMode, access: FileAccess): FileStream$instance;
669
- new(path: string, mode: FileMode, access: FileAccess, share: FileShare): FileStream$instance;
670
- new(path: string, mode: FileMode, access: FileAccess, share: FileShare, bufferSize: int): FileStream$instance;
671
- new(path: string, mode: FileMode, access: FileAccess, share: FileShare, bufferSize: int, useAsync: boolean): FileStream$instance;
672
- new(path: string, mode: FileMode, access: FileAccess, share: FileShare, bufferSize: int, options: FileOptions): FileStream$instance;
673
- new(path: string, options: FileStreamOptions): FileStream$instance;
660
+ new(handle: nint, access: FileAccess): FileStream;
661
+ new(handle: nint, access: FileAccess, ownsHandle: boolean): FileStream;
662
+ new(handle: nint, access: FileAccess, ownsHandle: boolean, bufferSize: int): FileStream;
663
+ new(handle: nint, access: FileAccess, ownsHandle: boolean, bufferSize: int, isAsync: boolean): FileStream;
664
+ new(handle: SafeFileHandle, access: FileAccess): FileStream;
665
+ new(handle: SafeFileHandle, access: FileAccess, bufferSize: int): FileStream;
666
+ new(handle: SafeFileHandle, access: FileAccess, bufferSize: int, isAsync: boolean): FileStream;
667
+ new(path: string, mode: FileMode): FileStream;
668
+ new(path: string, mode: FileMode, access: FileAccess): FileStream;
669
+ new(path: string, mode: FileMode, access: FileAccess, share: FileShare): FileStream;
670
+ new(path: string, mode: FileMode, access: FileAccess, share: FileShare, bufferSize: int): FileStream;
671
+ new(path: string, mode: FileMode, access: FileAccess, share: FileShare, bufferSize: int, useAsync: boolean): FileStream;
672
+ new(path: string, mode: FileMode, access: FileAccess, share: FileShare, bufferSize: int, options: FileOptions): FileStream;
673
+ new(path: string, options: FileStreamOptions): FileStream;
674
674
  };
675
675
 
676
676
 
@@ -694,7 +694,7 @@ export interface FileStreamOptions$instance {
694
694
 
695
695
 
696
696
  export const FileStreamOptions: {
697
- new(): FileStreamOptions$instance;
697
+ new(): FileStreamOptions;
698
698
  };
699
699
 
700
700
 
@@ -708,7 +708,7 @@ export interface FileSystemEventArgs$instance extends EventArgs {
708
708
 
709
709
 
710
710
  export const FileSystemEventArgs: {
711
- new(changeType: WatcherChangeTypes, directory: string, name: string): FileSystemEventArgs$instance;
711
+ new(changeType: WatcherChangeTypes, directory: string, name: string): FileSystemEventArgs;
712
712
  };
713
713
 
714
714
 
@@ -770,9 +770,9 @@ export interface FileSystemWatcher$instance extends Component {
770
770
 
771
771
 
772
772
  export const FileSystemWatcher: {
773
- new(): FileSystemWatcher$instance;
774
- new(path: string): FileSystemWatcher$instance;
775
- new(path: string, filter: string): FileSystemWatcher$instance;
773
+ new(): FileSystemWatcher;
774
+ new(path: string): FileSystemWatcher;
775
+ new(path: string, filter: string): FileSystemWatcher;
776
776
  };
777
777
 
778
778
 
@@ -793,9 +793,9 @@ export interface InternalBufferOverflowException$instance extends SystemExceptio
793
793
 
794
794
 
795
795
  export const InternalBufferOverflowException: {
796
- new(): InternalBufferOverflowException$instance;
797
- new(message: string): InternalBufferOverflowException$instance;
798
- new(message: string, inner: Exception): InternalBufferOverflowException$instance;
796
+ new(): InternalBufferOverflowException;
797
+ new(message: string): InternalBufferOverflowException;
798
+ new(message: string, inner: Exception): InternalBufferOverflowException;
799
799
  };
800
800
 
801
801
 
@@ -812,9 +812,9 @@ export interface InvalidDataException$instance extends SystemException {
812
812
 
813
813
 
814
814
  export const InvalidDataException: {
815
- new(): InvalidDataException$instance;
816
- new(message: string): InvalidDataException$instance;
817
- new(message: string, innerException: Exception): InvalidDataException$instance;
815
+ new(): InvalidDataException;
816
+ new(message: string): InvalidDataException;
817
+ new(message: string, innerException: Exception): InvalidDataException;
818
818
  };
819
819
 
820
820
 
@@ -831,10 +831,10 @@ export interface IOException$instance extends SystemException {
831
831
 
832
832
 
833
833
  export const IOException: {
834
- new(): IOException$instance;
835
- new(message: string): IOException$instance;
836
- new(message: string, hresult: int): IOException$instance;
837
- new(message: string, innerException: Exception): IOException$instance;
834
+ new(): IOException;
835
+ new(message: string): IOException;
836
+ new(message: string, hresult: int): IOException;
837
+ new(message: string, innerException: Exception): IOException;
838
838
  };
839
839
 
840
840
 
@@ -890,13 +890,13 @@ export interface MemoryStream$instance extends Stream$instance {
890
890
 
891
891
 
892
892
  export const MemoryStream: {
893
- new(): MemoryStream$instance;
894
- new(capacity: int): MemoryStream$instance;
895
- new(buffer: byte[]): MemoryStream$instance;
896
- new(buffer: byte[], writable: boolean): MemoryStream$instance;
897
- new(buffer: byte[], index: int, count: int): MemoryStream$instance;
898
- new(buffer: byte[], index: int, count: int, writable: boolean): MemoryStream$instance;
899
- new(buffer: byte[], index: int, count: int, writable: boolean, publiclyVisible: boolean): MemoryStream$instance;
893
+ new(): MemoryStream;
894
+ new(capacity: int): MemoryStream;
895
+ new(buffer: byte[]): MemoryStream;
896
+ new(buffer: byte[], writable: boolean): MemoryStream;
897
+ new(buffer: byte[], index: int, count: int): MemoryStream;
898
+ new(buffer: byte[], index: int, count: int, writable: boolean): MemoryStream;
899
+ new(buffer: byte[], index: int, count: int, writable: boolean, publiclyVisible: boolean): MemoryStream;
900
900
  };
901
901
 
902
902
 
@@ -914,9 +914,9 @@ export interface PathTooLongException$instance extends IOException$instance {
914
914
 
915
915
 
916
916
  export const PathTooLongException: {
917
- new(): PathTooLongException$instance;
918
- new(message: string): PathTooLongException$instance;
919
- new(message: string, innerException: Exception): PathTooLongException$instance;
917
+ new(): PathTooLongException;
918
+ new(message: string): PathTooLongException;
919
+ new(message: string, innerException: Exception): PathTooLongException;
920
920
  };
921
921
 
922
922
 
@@ -934,7 +934,7 @@ export interface RenamedEventArgs$instance extends FileSystemEventArgs {
934
934
 
935
935
 
936
936
  export const RenamedEventArgs: {
937
- new(changeType: WatcherChangeTypes, directory: string, name: string, oldName: string): RenamedEventArgs$instance;
937
+ new(changeType: WatcherChangeTypes, directory: string, name: string, oldName: string): RenamedEventArgs;
938
938
  };
939
939
 
940
940
 
@@ -1041,19 +1041,19 @@ export interface StreamReader$instance extends TextReader$instance {
1041
1041
 
1042
1042
 
1043
1043
  export const StreamReader: {
1044
- new(stream: Stream): StreamReader$instance;
1045
- new(stream: Stream, detectEncodingFromByteOrderMarks: boolean): StreamReader$instance;
1046
- new(stream: Stream, encoding: Encoding): StreamReader$instance;
1047
- new(stream: Stream, encoding: Encoding, detectEncodingFromByteOrderMarks: boolean): StreamReader$instance;
1048
- new(stream: Stream, encoding: Encoding, detectEncodingFromByteOrderMarks: boolean, bufferSize: int): StreamReader$instance;
1049
- new(stream: Stream, encoding: Encoding, detectEncodingFromByteOrderMarks: boolean, bufferSize: int, leaveOpen: boolean): StreamReader$instance;
1050
- new(path: string): StreamReader$instance;
1051
- new(path: string, detectEncodingFromByteOrderMarks: boolean): StreamReader$instance;
1052
- new(path: string, encoding: Encoding): StreamReader$instance;
1053
- new(path: string, encoding: Encoding, detectEncodingFromByteOrderMarks: boolean): StreamReader$instance;
1054
- new(path: string, encoding: Encoding, detectEncodingFromByteOrderMarks: boolean, bufferSize: int): StreamReader$instance;
1055
- new(path: string, options: FileStreamOptions): StreamReader$instance;
1056
- new(path: string, encoding: Encoding, detectEncodingFromByteOrderMarks: boolean, options: FileStreamOptions): StreamReader$instance;
1044
+ new(stream: Stream): StreamReader;
1045
+ new(stream: Stream, detectEncodingFromByteOrderMarks: boolean): StreamReader;
1046
+ new(stream: Stream, encoding: Encoding): StreamReader;
1047
+ new(stream: Stream, encoding: Encoding, detectEncodingFromByteOrderMarks: boolean): StreamReader;
1048
+ new(stream: Stream, encoding: Encoding, detectEncodingFromByteOrderMarks: boolean, bufferSize: int): StreamReader;
1049
+ new(stream: Stream, encoding: Encoding, detectEncodingFromByteOrderMarks: boolean, bufferSize: int, leaveOpen: boolean): StreamReader;
1050
+ new(path: string): StreamReader;
1051
+ new(path: string, detectEncodingFromByteOrderMarks: boolean): StreamReader;
1052
+ new(path: string, encoding: Encoding): StreamReader;
1053
+ new(path: string, encoding: Encoding, detectEncodingFromByteOrderMarks: boolean): StreamReader;
1054
+ new(path: string, encoding: Encoding, detectEncodingFromByteOrderMarks: boolean, bufferSize: int): StreamReader;
1055
+ new(path: string, options: FileStreamOptions): StreamReader;
1056
+ new(path: string, encoding: Encoding, detectEncodingFromByteOrderMarks: boolean, options: FileStreamOptions): StreamReader;
1057
1057
  };
1058
1058
 
1059
1059
 
@@ -1138,16 +1138,16 @@ export interface StreamWriter$instance extends TextWriter$instance {
1138
1138
 
1139
1139
 
1140
1140
  export const StreamWriter: {
1141
- new(stream: Stream): StreamWriter$instance;
1142
- new(stream: Stream, encoding: Encoding): StreamWriter$instance;
1143
- new(stream: Stream, encoding: Encoding, bufferSize: int): StreamWriter$instance;
1144
- new(stream: Stream, encoding: Encoding, bufferSize: int, leaveOpen: boolean): StreamWriter$instance;
1145
- new(path: string): StreamWriter$instance;
1146
- new(path: string, append: boolean): StreamWriter$instance;
1147
- new(path: string, append: boolean, encoding: Encoding): StreamWriter$instance;
1148
- new(path: string, append: boolean, encoding: Encoding, bufferSize: int): StreamWriter$instance;
1149
- new(path: string, options: FileStreamOptions): StreamWriter$instance;
1150
- new(path: string, encoding: Encoding, options: FileStreamOptions): StreamWriter$instance;
1141
+ new(stream: Stream): StreamWriter;
1142
+ new(stream: Stream, encoding: Encoding): StreamWriter;
1143
+ new(stream: Stream, encoding: Encoding, bufferSize: int): StreamWriter;
1144
+ new(stream: Stream, encoding: Encoding, bufferSize: int, leaveOpen: boolean): StreamWriter;
1145
+ new(path: string): StreamWriter;
1146
+ new(path: string, append: boolean): StreamWriter;
1147
+ new(path: string, append: boolean, encoding: Encoding): StreamWriter;
1148
+ new(path: string, append: boolean, encoding: Encoding, bufferSize: int): StreamWriter;
1149
+ new(path: string, options: FileStreamOptions): StreamWriter;
1150
+ new(path: string, encoding: Encoding, options: FileStreamOptions): StreamWriter;
1151
1151
  };
1152
1152
 
1153
1153
 
@@ -1192,7 +1192,7 @@ export interface StringReader$instance extends TextReader$instance {
1192
1192
 
1193
1193
 
1194
1194
  export const StringReader: {
1195
- new(s: string): StringReader$instance;
1195
+ new(s: string): StringReader;
1196
1196
  };
1197
1197
 
1198
1198
 
@@ -1274,10 +1274,10 @@ export interface StringWriter$instance extends TextWriter$instance {
1274
1274
 
1275
1275
 
1276
1276
  export const StringWriter: {
1277
- new(): StringWriter$instance;
1278
- new(formatProvider: IFormatProvider): StringWriter$instance;
1279
- new(sb: StringBuilder): StringWriter$instance;
1280
- new(sb: StringBuilder, formatProvider: IFormatProvider): StringWriter$instance;
1277
+ new(): StringWriter;
1278
+ new(formatProvider: IFormatProvider): StringWriter;
1279
+ new(sb: StringBuilder): StringWriter;
1280
+ new(sb: StringBuilder, formatProvider: IFormatProvider): StringWriter;
1281
1281
  };
1282
1282
 
1283
1283
 
@@ -1449,8 +1449,8 @@ export interface UnmanagedMemoryAccessor$instance {
1449
1449
 
1450
1450
 
1451
1451
  export const UnmanagedMemoryAccessor: {
1452
- new(buffer: SafeBuffer, offset: long, capacity: long): UnmanagedMemoryAccessor$instance;
1453
- new(buffer: SafeBuffer, offset: long, capacity: long, access: FileAccess): UnmanagedMemoryAccessor$instance;
1452
+ new(buffer: SafeBuffer, offset: long, capacity: long): UnmanagedMemoryAccessor;
1453
+ new(buffer: SafeBuffer, offset: long, capacity: long, access: FileAccess): UnmanagedMemoryAccessor;
1454
1454
  };
1455
1455
 
1456
1456
 
@@ -1499,10 +1499,10 @@ export interface UnmanagedMemoryStream$instance extends Stream$instance {
1499
1499
 
1500
1500
 
1501
1501
  export const UnmanagedMemoryStream: {
1502
- new(buffer: SafeBuffer, offset: long, length: long): UnmanagedMemoryStream$instance;
1503
- new(buffer: SafeBuffer, offset: long, length: long, access: FileAccess): UnmanagedMemoryStream$instance;
1504
- new(pointer: ptr<byte>, length: long): UnmanagedMemoryStream$instance;
1505
- new(pointer: ptr<byte>, length: long, capacity: long, access: FileAccess): UnmanagedMemoryStream$instance;
1502
+ new(buffer: SafeBuffer, offset: long, length: long): UnmanagedMemoryStream;
1503
+ new(buffer: SafeBuffer, offset: long, length: long, access: FileAccess): UnmanagedMemoryStream;
1504
+ new(pointer: ptr<byte>, length: long): UnmanagedMemoryStream;
1505
+ new(pointer: ptr<byte>, length: long, capacity: long, access: FileAccess): UnmanagedMemoryStream;
1506
1506
  };
1507
1507
 
1508
1508
 
@@ -60,7 +60,7 @@ export interface BrotliDecoder$instance {
60
60
 
61
61
 
62
62
  export const BrotliDecoder: {
63
- new(): BrotliDecoder$instance;
63
+ new(): BrotliDecoder;
64
64
  tryDecompress(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
65
65
  };
66
66
 
@@ -82,7 +82,7 @@ export interface BrotliEncoder$instance {
82
82
 
83
83
 
84
84
  export const BrotliEncoder: {
85
- new(quality: int, window: int): BrotliEncoder$instance;
85
+ new(quality: int, window: int): BrotliEncoder;
86
86
  getMaxCompressedLength(inputSize: int): int;
87
87
  tryCompress(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, bytesWritten: int, quality: int, window: int): boolean;
88
88
  tryCompress(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
@@ -104,7 +104,7 @@ export interface BrotliCompressionOptions$instance {
104
104
 
105
105
 
106
106
  export const BrotliCompressionOptions: {
107
- new(): BrotliCompressionOptions$instance;
107
+ new(): BrotliCompressionOptions;
108
108
  };
109
109
 
110
110
 
@@ -149,11 +149,11 @@ export interface BrotliStream$instance extends Stream {
149
149
 
150
150
 
151
151
  export const BrotliStream: {
152
- new(stream: Stream, compressionLevel: CompressionLevel): BrotliStream$instance;
153
- new(stream: Stream, compressionLevel: CompressionLevel, leaveOpen: boolean): BrotliStream$instance;
154
- new(stream: Stream, compressionOptions: BrotliCompressionOptions, leaveOpen: boolean): BrotliStream$instance;
155
- new(stream: Stream, mode: CompressionMode): BrotliStream$instance;
156
- new(stream: Stream, mode: CompressionMode, leaveOpen: boolean): BrotliStream$instance;
152
+ new(stream: Stream, compressionLevel: CompressionLevel): BrotliStream;
153
+ new(stream: Stream, compressionLevel: CompressionLevel, leaveOpen: boolean): BrotliStream;
154
+ new(stream: Stream, compressionOptions: BrotliCompressionOptions, leaveOpen: boolean): BrotliStream;
155
+ new(stream: Stream, mode: CompressionMode): BrotliStream;
156
+ new(stream: Stream, mode: CompressionMode, leaveOpen: boolean): BrotliStream;
157
157
  };
158
158
 
159
159
 
@@ -210,11 +210,11 @@ export interface DeflateStream$instance extends Stream {
210
210
 
211
211
 
212
212
  export const DeflateStream: {
213
- new(stream: Stream, mode: CompressionMode): DeflateStream$instance;
214
- new(stream: Stream, mode: CompressionMode, leaveOpen: boolean): DeflateStream$instance;
215
- new(stream: Stream, compressionLevel: CompressionLevel): DeflateStream$instance;
216
- new(stream: Stream, compressionLevel: CompressionLevel, leaveOpen: boolean): DeflateStream$instance;
217
- new(stream: Stream, compressionOptions: ZLibCompressionOptions, leaveOpen: boolean): DeflateStream$instance;
213
+ new(stream: Stream, mode: CompressionMode): DeflateStream;
214
+ new(stream: Stream, mode: CompressionMode, leaveOpen: boolean): DeflateStream;
215
+ new(stream: Stream, compressionLevel: CompressionLevel): DeflateStream;
216
+ new(stream: Stream, compressionLevel: CompressionLevel, leaveOpen: boolean): DeflateStream;
217
+ new(stream: Stream, compressionOptions: ZLibCompressionOptions, leaveOpen: boolean): DeflateStream;
218
218
  };
219
219
 
220
220
 
@@ -271,11 +271,11 @@ export interface GZipStream$instance extends Stream {
271
271
 
272
272
 
273
273
  export const GZipStream: {
274
- new(stream: Stream, mode: CompressionMode): GZipStream$instance;
275
- new(stream: Stream, mode: CompressionMode, leaveOpen: boolean): GZipStream$instance;
276
- new(stream: Stream, compressionLevel: CompressionLevel): GZipStream$instance;
277
- new(stream: Stream, compressionLevel: CompressionLevel, leaveOpen: boolean): GZipStream$instance;
278
- new(stream: Stream, compressionOptions: ZLibCompressionOptions, leaveOpen: boolean): GZipStream$instance;
274
+ new(stream: Stream, mode: CompressionMode): GZipStream;
275
+ new(stream: Stream, mode: CompressionMode, leaveOpen: boolean): GZipStream;
276
+ new(stream: Stream, compressionLevel: CompressionLevel): GZipStream;
277
+ new(stream: Stream, compressionLevel: CompressionLevel, leaveOpen: boolean): GZipStream;
278
+ new(stream: Stream, compressionOptions: ZLibCompressionOptions, leaveOpen: boolean): GZipStream;
279
279
  };
280
280
 
281
281
 
@@ -300,10 +300,10 @@ export interface ZipArchive$instance {
300
300
 
301
301
 
302
302
  export const ZipArchive: {
303
- new(stream: Stream): ZipArchive$instance;
304
- new(stream: Stream, mode: ZipArchiveMode): ZipArchive$instance;
305
- new(stream: Stream, mode: ZipArchiveMode, leaveOpen: boolean): ZipArchive$instance;
306
- new(stream: Stream, mode: ZipArchiveMode, leaveOpen: boolean, entryNameEncoding: Encoding): ZipArchive$instance;
303
+ new(stream: Stream): ZipArchive;
304
+ new(stream: Stream, mode: ZipArchiveMode): ZipArchive;
305
+ new(stream: Stream, mode: ZipArchiveMode, leaveOpen: boolean): ZipArchive;
306
+ new(stream: Stream, mode: ZipArchiveMode, leaveOpen: boolean, entryNameEncoding: Encoding): ZipArchive;
307
307
  createAsync(stream: Stream, mode: ZipArchiveMode, leaveOpen: boolean, entryNameEncoding: Encoding, cancellationToken?: CancellationToken): Task_1<ZipArchive>;
308
308
  };
309
309
 
@@ -337,7 +337,7 @@ export interface ZipArchiveEntry$instance {
337
337
 
338
338
 
339
339
  export const ZipArchiveEntry: {
340
- new(): ZipArchiveEntry$instance;
340
+ new(): ZipArchiveEntry;
341
341
  };
342
342
 
343
343
 
@@ -350,7 +350,7 @@ export interface ZLibCompressionOptions$instance {
350
350
 
351
351
 
352
352
  export const ZLibCompressionOptions: {
353
- new(): ZLibCompressionOptions$instance;
353
+ new(): ZLibCompressionOptions;
354
354
  };
355
355
 
356
356
 
@@ -362,9 +362,9 @@ export interface ZLibException$instance extends IOException {
362
362
 
363
363
 
364
364
  export const ZLibException: {
365
- new(message: string, zlibErrorContext: string, zlibErrorCode: int, zlibErrorMessage: string): ZLibException$instance;
366
- new(): ZLibException$instance;
367
- new(message: string, innerException: Exception): ZLibException$instance;
365
+ new(message: string, zlibErrorContext: string, zlibErrorCode: int, zlibErrorMessage: string): ZLibException;
366
+ new(): ZLibException;
367
+ new(message: string, innerException: Exception): ZLibException;
368
368
  };
369
369
 
370
370
 
@@ -420,11 +420,11 @@ export interface ZLibStream$instance extends Stream {
420
420
 
421
421
 
422
422
  export const ZLibStream: {
423
- new(stream: Stream, mode: CompressionMode): ZLibStream$instance;
424
- new(stream: Stream, mode: CompressionMode, leaveOpen: boolean): ZLibStream$instance;
425
- new(stream: Stream, compressionLevel: CompressionLevel): ZLibStream$instance;
426
- new(stream: Stream, compressionLevel: CompressionLevel, leaveOpen: boolean): ZLibStream$instance;
427
- new(stream: Stream, compressionOptions: ZLibCompressionOptions, leaveOpen: boolean): ZLibStream$instance;
423
+ new(stream: Stream, mode: CompressionMode): ZLibStream;
424
+ new(stream: Stream, mode: CompressionMode, leaveOpen: boolean): ZLibStream;
425
+ new(stream: Stream, compressionLevel: CompressionLevel): ZLibStream;
426
+ new(stream: Stream, compressionLevel: CompressionLevel, leaveOpen: boolean): ZLibStream;
427
+ new(stream: Stream, compressionOptions: ZLibCompressionOptions, leaveOpen: boolean): ZLibStream;
428
428
  };
429
429
 
430
430
 
@@ -47,7 +47,7 @@ export interface FileSystemEntry$instance {
47
47
 
48
48
 
49
49
  export const FileSystemEntry: {
50
- new(): FileSystemEntry$instance;
50
+ new(): FileSystemEntry;
51
51
  };
52
52
 
53
53
 
@@ -61,7 +61,7 @@ export interface FileSystemEnumerable_1$instance<TResult> {
61
61
 
62
62
 
63
63
  export const FileSystemEnumerable_1: {
64
- new<TResult>(directory: string, transform: FileSystemEnumerable_1_FindTransform<TResult>, options: EnumerationOptions): FileSystemEnumerable_1$instance<TResult>;
64
+ new<TResult>(directory: string, transform: FileSystemEnumerable_1_FindTransform<TResult>, options: EnumerationOptions): FileSystemEnumerable_1<TResult>;
65
65
  };
66
66
 
67
67
 
@@ -82,7 +82,7 @@ export interface FileSystemEnumerator_1$instance<TResult> extends CriticalFinali
82
82
 
83
83
 
84
84
  export const FileSystemEnumerator_1: {
85
- new<TResult>(directory: string, options: EnumerationOptions): FileSystemEnumerator_1$instance<TResult>;
85
+ new<TResult>(directory: string, options: EnumerationOptions): FileSystemEnumerator_1<TResult>;
86
86
  };
87
87
 
88
88
 
@@ -63,9 +63,9 @@ export interface IsolatedStorageException$instance extends Exception {
63
63
 
64
64
 
65
65
  export const IsolatedStorageException: {
66
- new(): IsolatedStorageException$instance;
67
- new(message: string): IsolatedStorageException$instance;
68
- new(message: string, inner: Exception): IsolatedStorageException$instance;
66
+ new(): IsolatedStorageException;
67
+ new(message: string): IsolatedStorageException;
68
+ new(message: string, inner: Exception): IsolatedStorageException;
69
69
  };
70
70
 
71
71
 
@@ -110,7 +110,7 @@ export interface IsolatedStorageFile$instance extends IsolatedStorage {
110
110
 
111
111
 
112
112
  export const IsolatedStorageFile: {
113
- new(): IsolatedStorageFile$instance;
113
+ new(): IsolatedStorageFile;
114
114
  readonly isEnabled: boolean;
115
115
  getEnumerator(scope: IsolatedStorageScope): IEnumerator;
116
116
  getMachineStoreForApplication(): IsolatedStorageFile;
@@ -181,14 +181,14 @@ export interface IsolatedStorageFileStream$instance extends FileStream {
181
181
 
182
182
 
183
183
  export const IsolatedStorageFileStream: {
184
- new(path: string, mode: FileMode): IsolatedStorageFileStream$instance;
185
- new(path: string, mode: FileMode, isf: IsolatedStorageFile): IsolatedStorageFileStream$instance;
186
- new(path: string, mode: FileMode, access: FileAccess): IsolatedStorageFileStream$instance;
187
- new(path: string, mode: FileMode, access: FileAccess, isf: IsolatedStorageFile): IsolatedStorageFileStream$instance;
188
- new(path: string, mode: FileMode, access: FileAccess, share: FileShare): IsolatedStorageFileStream$instance;
189
- new(path: string, mode: FileMode, access: FileAccess, share: FileShare, isf: IsolatedStorageFile): IsolatedStorageFileStream$instance;
190
- new(path: string, mode: FileMode, access: FileAccess, share: FileShare, bufferSize: int): IsolatedStorageFileStream$instance;
191
- new(path: string, mode: FileMode, access: FileAccess, share: FileShare, bufferSize: int, isf: IsolatedStorageFile): IsolatedStorageFileStream$instance;
184
+ new(path: string, mode: FileMode): IsolatedStorageFileStream;
185
+ new(path: string, mode: FileMode, isf: IsolatedStorageFile): IsolatedStorageFileStream;
186
+ new(path: string, mode: FileMode, access: FileAccess): IsolatedStorageFileStream;
187
+ new(path: string, mode: FileMode, access: FileAccess, isf: IsolatedStorageFile): IsolatedStorageFileStream;
188
+ new(path: string, mode: FileMode, access: FileAccess, share: FileShare): IsolatedStorageFileStream;
189
+ new(path: string, mode: FileMode, access: FileAccess, share: FileShare, isf: IsolatedStorageFile): IsolatedStorageFileStream;
190
+ new(path: string, mode: FileMode, access: FileAccess, share: FileShare, bufferSize: int): IsolatedStorageFileStream;
191
+ new(path: string, mode: FileMode, access: FileAccess, share: FileShare, bufferSize: int, isf: IsolatedStorageFile): IsolatedStorageFileStream;
192
192
  };
193
193
 
194
194
 
@@ -60,7 +60,7 @@ export interface MemoryMappedFile$instance {
60
60
 
61
61
 
62
62
  export const MemoryMappedFile: {
63
- new(): MemoryMappedFile$instance;
63
+ new(): MemoryMappedFile;
64
64
  createFromFile(fileHandle: SafeFileHandle, mapName: string, capacity: long, access: MemoryMappedFileAccess, inheritability: HandleInheritability, leaveOpen: boolean): MemoryMappedFile;
65
65
  createFromFile(fileStream: FileStream, mapName: string, capacity: long, access: MemoryMappedFileAccess, inheritability: HandleInheritability, leaveOpen: boolean): MemoryMappedFile;
66
66
  createFromFile(path: string, mode: FileMode, mapName: string, capacity: long, access: MemoryMappedFileAccess): MemoryMappedFile;
@@ -98,7 +98,7 @@ export interface MemoryMappedViewAccessor$instance extends UnmanagedMemoryAccess
98
98
 
99
99
 
100
100
  export const MemoryMappedViewAccessor: {
101
- new(): MemoryMappedViewAccessor$instance;
101
+ new(): MemoryMappedViewAccessor;
102
102
  };
103
103
 
104
104
 
@@ -120,7 +120,7 @@ export interface MemoryMappedViewStream$instance extends UnmanagedMemoryStream {
120
120
 
121
121
 
122
122
  export const MemoryMappedViewStream: {
123
- new(): MemoryMappedViewStream$instance;
123
+ new(): MemoryMappedViewStream;
124
124
  };
125
125
 
126
126