@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
@@ -369,7 +369,7 @@ export interface IPPacketInformation$instance {
369
369
 
370
370
 
371
371
  export const IPPacketInformation: {
372
- new(): IPPacketInformation$instance;
372
+ new(): IPPacketInformation;
373
373
  };
374
374
 
375
375
 
@@ -390,7 +390,7 @@ export interface SocketInformation$instance {
390
390
 
391
391
 
392
392
  export const SocketInformation: {
393
- new(): SocketInformation$instance;
393
+ new(): SocketInformation;
394
394
  };
395
395
 
396
396
 
@@ -403,7 +403,7 @@ export interface SocketReceiveFromResult$instance {
403
403
 
404
404
 
405
405
  export const SocketReceiveFromResult: {
406
- new(): SocketReceiveFromResult$instance;
406
+ new(): SocketReceiveFromResult;
407
407
  };
408
408
 
409
409
 
@@ -418,7 +418,7 @@ export interface SocketReceiveMessageFromResult$instance {
418
418
 
419
419
 
420
420
  export const SocketReceiveMessageFromResult: {
421
- new(): SocketReceiveMessageFromResult$instance;
421
+ new(): SocketReceiveMessageFromResult;
422
422
  };
423
423
 
424
424
 
@@ -434,7 +434,7 @@ export interface UdpReceiveResult$instance {
434
434
 
435
435
 
436
436
  export const UdpReceiveResult: {
437
- new(buffer: byte[], remoteEndPoint: IPEndPoint): UdpReceiveResult$instance;
437
+ new(buffer: byte[], remoteEndPoint: IPEndPoint): UdpReceiveResult;
438
438
  };
439
439
 
440
440
 
@@ -455,8 +455,8 @@ export interface IPv6MulticastOption$instance {
455
455
 
456
456
 
457
457
  export const IPv6MulticastOption: {
458
- new(group: IPAddress, ifindex: long): IPv6MulticastOption$instance;
459
- new(group: IPAddress): IPv6MulticastOption$instance;
458
+ new(group: IPAddress, ifindex: long): IPv6MulticastOption;
459
+ new(group: IPAddress): IPv6MulticastOption;
460
460
  };
461
461
 
462
462
 
@@ -471,7 +471,7 @@ export interface LingerOption$instance {
471
471
 
472
472
 
473
473
  export const LingerOption: {
474
- new(enable: boolean, seconds: int): LingerOption$instance;
474
+ new(enable: boolean, seconds: int): LingerOption;
475
475
  };
476
476
 
477
477
 
@@ -485,9 +485,9 @@ export interface MulticastOption$instance {
485
485
 
486
486
 
487
487
  export const MulticastOption: {
488
- new(group: IPAddress, mcint: IPAddress): MulticastOption$instance;
489
- new(group: IPAddress, interfaceIndex: int): MulticastOption$instance;
490
- new(group: IPAddress): MulticastOption$instance;
488
+ new(group: IPAddress, mcint: IPAddress): MulticastOption;
489
+ new(group: IPAddress, interfaceIndex: int): MulticastOption;
490
+ new(group: IPAddress): MulticastOption;
491
491
  };
492
492
 
493
493
 
@@ -538,10 +538,10 @@ export interface NetworkStream$instance extends Stream {
538
538
 
539
539
 
540
540
  export const NetworkStream: {
541
- new(socket: Socket): NetworkStream$instance;
542
- new(socket: Socket, ownsSocket: boolean): NetworkStream$instance;
543
- new(socket: Socket, access: FileAccess): NetworkStream$instance;
544
- new(socket: Socket, access: FileAccess, ownsSocket: boolean): NetworkStream$instance;
541
+ new(socket: Socket): NetworkStream;
542
+ new(socket: Socket, ownsSocket: boolean): NetworkStream;
543
+ new(socket: Socket, access: FileAccess): NetworkStream;
544
+ new(socket: Socket, access: FileAccess, ownsSocket: boolean): NetworkStream;
545
545
  };
546
546
 
547
547
 
@@ -560,8 +560,8 @@ export interface SafeSocketHandle$instance extends SafeHandleMinusOneIsInvalid {
560
560
 
561
561
 
562
562
  export const SafeSocketHandle: {
563
- new(): SafeSocketHandle$instance;
564
- new(preexistingHandle: nint, ownsHandle: boolean): SafeSocketHandle$instance;
563
+ new(): SafeSocketHandle;
564
+ new(preexistingHandle: nint, ownsHandle: boolean): SafeSocketHandle;
565
565
  };
566
566
 
567
567
 
@@ -585,19 +585,19 @@ export interface SendPacketsElement$instance {
585
585
 
586
586
 
587
587
  export const SendPacketsElement: {
588
- new(filepath: string): SendPacketsElement$instance;
589
- new(filepath: string, offset: int, count: int): SendPacketsElement$instance;
590
- new(filepath: string, offset: int, count: int, endOfPacket: boolean): SendPacketsElement$instance;
591
- new(filepath: string, offset: long, count: int): SendPacketsElement$instance;
592
- new(filepath: string, offset: long, count: int, endOfPacket: boolean): SendPacketsElement$instance;
593
- new(fileStream: FileStream): SendPacketsElement$instance;
594
- new(fileStream: FileStream, offset: long, count: int): SendPacketsElement$instance;
595
- new(fileStream: FileStream, offset: long, count: int, endOfPacket: boolean): SendPacketsElement$instance;
596
- new(buffer: byte[]): SendPacketsElement$instance;
597
- new(buffer: byte[], offset: int, count: int): SendPacketsElement$instance;
598
- new(buffer: byte[], offset: int, count: int, endOfPacket: boolean): SendPacketsElement$instance;
599
- new(buffer: ReadOnlyMemory_1<System_Internal.Byte>): SendPacketsElement$instance;
600
- new(buffer: ReadOnlyMemory_1<System_Internal.Byte>, endOfPacket: boolean): SendPacketsElement$instance;
588
+ new(filepath: string): SendPacketsElement;
589
+ new(filepath: string, offset: int, count: int): SendPacketsElement;
590
+ new(filepath: string, offset: int, count: int, endOfPacket: boolean): SendPacketsElement;
591
+ new(filepath: string, offset: long, count: int): SendPacketsElement;
592
+ new(filepath: string, offset: long, count: int, endOfPacket: boolean): SendPacketsElement;
593
+ new(fileStream: FileStream): SendPacketsElement;
594
+ new(fileStream: FileStream, offset: long, count: int): SendPacketsElement;
595
+ new(fileStream: FileStream, offset: long, count: int, endOfPacket: boolean): SendPacketsElement;
596
+ new(buffer: byte[]): SendPacketsElement;
597
+ new(buffer: byte[], offset: int, count: int): SendPacketsElement;
598
+ new(buffer: byte[], offset: int, count: int, endOfPacket: boolean): SendPacketsElement;
599
+ new(buffer: ReadOnlyMemory_1<System_Internal.Byte>): SendPacketsElement;
600
+ new(buffer: ReadOnlyMemory_1<System_Internal.Byte>, endOfPacket: boolean): SendPacketsElement;
601
601
  };
602
602
 
603
603
 
@@ -785,10 +785,10 @@ export interface Socket$instance {
785
785
 
786
786
 
787
787
  export const Socket: {
788
- new(socketType: SocketType, protocolType: ProtocolType): Socket$instance;
789
- new(addressFamily: AddressFamily, socketType: SocketType, protocolType: ProtocolType): Socket$instance;
790
- new(handle: SafeSocketHandle): Socket$instance;
791
- new(socketInformation: SocketInformation): Socket$instance;
788
+ new(socketType: SocketType, protocolType: ProtocolType): Socket;
789
+ new(addressFamily: AddressFamily, socketType: SocketType, protocolType: ProtocolType): Socket;
790
+ new(handle: SafeSocketHandle): Socket;
791
+ new(socketInformation: SocketInformation): Socket;
792
792
  readonly supportsIPv4: boolean;
793
793
  readonly supportsIPv6: boolean;
794
794
  readonly osSupportsIPv4: boolean;
@@ -838,8 +838,8 @@ export interface SocketAsyncEventArgs$instance extends EventArgs {
838
838
 
839
839
 
840
840
  export const SocketAsyncEventArgs: {
841
- new(): SocketAsyncEventArgs$instance;
842
- new(unsafeSuppressExecutionContextFlow: boolean): SocketAsyncEventArgs$instance;
841
+ new(): SocketAsyncEventArgs;
842
+ new(unsafeSuppressExecutionContextFlow: boolean): SocketAsyncEventArgs;
843
843
  };
844
844
 
845
845
 
@@ -861,9 +861,9 @@ export interface SocketException$instance extends Win32Exception {
861
861
 
862
862
 
863
863
  export const SocketException: {
864
- new(errorCode: int): SocketException$instance;
865
- new(errorCode: int, message: string): SocketException$instance;
866
- new(): SocketException$instance;
864
+ new(errorCode: int): SocketException;
865
+ new(errorCode: int, message: string): SocketException;
866
+ new(): SocketException;
867
867
  };
868
868
 
869
869
 
@@ -908,10 +908,10 @@ export interface TcpClient$instance {
908
908
 
909
909
 
910
910
  export const TcpClient: {
911
- new(): TcpClient$instance;
912
- new(family: AddressFamily): TcpClient$instance;
913
- new(localEP: IPEndPoint): TcpClient$instance;
914
- new(hostname: string, port: int): TcpClient$instance;
911
+ new(): TcpClient;
912
+ new(family: AddressFamily): TcpClient;
913
+ new(localEP: IPEndPoint): TcpClient;
914
+ new(hostname: string, port: int): TcpClient;
915
915
  };
916
916
 
917
917
 
@@ -948,9 +948,9 @@ export interface TcpListener$instance {
948
948
 
949
949
 
950
950
  export const TcpListener: {
951
- new(localEP: IPEndPoint): TcpListener$instance;
952
- new(localaddr: IPAddress, port: int): TcpListener$instance;
953
- new(port: int): TcpListener$instance;
951
+ new(localEP: IPEndPoint): TcpListener;
952
+ new(localaddr: IPAddress, port: int): TcpListener;
953
+ new(port: int): TcpListener;
954
954
  create(port: int): TcpListener;
955
955
  };
956
956
 
@@ -1009,12 +1009,12 @@ export interface UdpClient$instance {
1009
1009
 
1010
1010
 
1011
1011
  export const UdpClient: {
1012
- new(): UdpClient$instance;
1013
- new(family: AddressFamily): UdpClient$instance;
1014
- new(port: int): UdpClient$instance;
1015
- new(port: int, family: AddressFamily): UdpClient$instance;
1016
- new(localEP: IPEndPoint): UdpClient$instance;
1017
- new(hostname: string, port: int): UdpClient$instance;
1012
+ new(): UdpClient;
1013
+ new(family: AddressFamily): UdpClient;
1014
+ new(port: int): UdpClient;
1015
+ new(port: int, family: AddressFamily): UdpClient;
1016
+ new(localEP: IPEndPoint): UdpClient;
1017
+ new(hostname: string, port: int): UdpClient;
1018
1018
  };
1019
1019
 
1020
1020
 
@@ -1038,7 +1038,7 @@ export interface UnixDomainSocketEndPoint$instance extends EndPoint {
1038
1038
 
1039
1039
 
1040
1040
  export const UnixDomainSocketEndPoint: {
1041
- new(path: string): UnixDomainSocketEndPoint$instance;
1041
+ new(path: string): UnixDomainSocketEndPoint;
1042
1042
  };
1043
1043
 
1044
1044
 
@@ -87,7 +87,7 @@ export interface ValueWebSocketReceiveResult$instance {
87
87
 
88
88
 
89
89
  export const ValueWebSocketReceiveResult: {
90
- new(count: int, messageType: WebSocketMessageType, endOfMessage: boolean): ValueWebSocketReceiveResult$instance;
90
+ new(count: int, messageType: WebSocketMessageType, endOfMessage: boolean): ValueWebSocketReceiveResult;
91
91
  };
92
92
 
93
93
 
@@ -119,7 +119,7 @@ export interface ClientWebSocket$instance extends WebSocket$instance {
119
119
 
120
120
 
121
121
  export const ClientWebSocket: {
122
- new(): ClientWebSocket$instance;
122
+ new(): ClientWebSocket;
123
123
  };
124
124
 
125
125
 
@@ -151,7 +151,7 @@ export interface ClientWebSocketOptions$instance {
151
151
 
152
152
 
153
153
  export const ClientWebSocketOptions: {
154
- new(): ClientWebSocketOptions$instance;
154
+ new(): ClientWebSocketOptions;
155
155
  };
156
156
 
157
157
 
@@ -174,7 +174,7 @@ export interface HttpListenerWebSocketContext$instance extends WebSocketContext
174
174
 
175
175
 
176
176
  export const HttpListenerWebSocketContext: {
177
- new(): HttpListenerWebSocketContext$instance;
177
+ new(): HttpListenerWebSocketContext;
178
178
  };
179
179
 
180
180
 
@@ -250,7 +250,7 @@ export interface WebSocketCreationOptions$instance {
250
250
 
251
251
 
252
252
  export const WebSocketCreationOptions: {
253
- new(): WebSocketCreationOptions$instance;
253
+ new(): WebSocketCreationOptions;
254
254
  };
255
255
 
256
256
 
@@ -265,7 +265,7 @@ export interface WebSocketDeflateOptions$instance {
265
265
 
266
266
 
267
267
  export const WebSocketDeflateOptions: {
268
- new(): WebSocketDeflateOptions$instance;
268
+ new(): WebSocketDeflateOptions;
269
269
  };
270
270
 
271
271
 
@@ -279,20 +279,20 @@ export interface WebSocketException$instance extends Win32Exception {
279
279
 
280
280
 
281
281
  export const WebSocketException: {
282
- new(): WebSocketException$instance;
283
- new(error: WebSocketError): WebSocketException$instance;
284
- new(error: WebSocketError, message: string): WebSocketException$instance;
285
- new(error: WebSocketError, innerException: Exception): WebSocketException$instance;
286
- new(error: WebSocketError, message: string, innerException: Exception): WebSocketException$instance;
287
- new(nativeError: int): WebSocketException$instance;
288
- new(nativeError: int, message: string): WebSocketException$instance;
289
- new(nativeError: int, innerException: Exception): WebSocketException$instance;
290
- new(error: WebSocketError, nativeError: int): WebSocketException$instance;
291
- new(error: WebSocketError, nativeError: int, message: string): WebSocketException$instance;
292
- new(error: WebSocketError, nativeError: int, innerException: Exception): WebSocketException$instance;
293
- new(error: WebSocketError, nativeError: int, message: string, innerException: Exception): WebSocketException$instance;
294
- new(message: string): WebSocketException$instance;
295
- new(message: string, innerException: Exception): WebSocketException$instance;
282
+ new(): WebSocketException;
283
+ new(error: WebSocketError): WebSocketException;
284
+ new(error: WebSocketError, message: string): WebSocketException;
285
+ new(error: WebSocketError, innerException: Exception): WebSocketException;
286
+ new(error: WebSocketError, message: string, innerException: Exception): WebSocketException;
287
+ new(nativeError: int): WebSocketException;
288
+ new(nativeError: int, message: string): WebSocketException;
289
+ new(nativeError: int, innerException: Exception): WebSocketException;
290
+ new(error: WebSocketError, nativeError: int): WebSocketException;
291
+ new(error: WebSocketError, nativeError: int, message: string): WebSocketException;
292
+ new(error: WebSocketError, nativeError: int, innerException: Exception): WebSocketException;
293
+ new(error: WebSocketError, nativeError: int, message: string, innerException: Exception): WebSocketException;
294
+ new(message: string): WebSocketException;
295
+ new(message: string, innerException: Exception): WebSocketException;
296
296
  };
297
297
 
298
298
 
@@ -313,8 +313,8 @@ export interface WebSocketReceiveResult$instance {
313
313
 
314
314
 
315
315
  export const WebSocketReceiveResult: {
316
- new(count: int, messageType: WebSocketMessageType, endOfMessage: boolean): WebSocketReceiveResult$instance;
317
- new(count: int, messageType: WebSocketMessageType, endOfMessage: boolean, closeStatus: Nullable_1<WebSocketCloseStatus>, closeStatusDescription: string): WebSocketReceiveResult$instance;
316
+ new(count: int, messageType: WebSocketMessageType, endOfMessage: boolean): WebSocketReceiveResult;
317
+ new(count: int, messageType: WebSocketMessageType, endOfMessage: boolean, closeStatus: Nullable_1<WebSocketCloseStatus>, closeStatusDescription: string): WebSocketReceiveResult;
318
318
  };
319
319
 
320
320
 
@@ -355,7 +355,7 @@ export interface WebSocketStream$instance extends Stream {
355
355
 
356
356
 
357
357
  export const WebSocketStream: {
358
- new(): WebSocketStream$instance;
358
+ new(): WebSocketStream;
359
359
  create(webSocket: WebSocket, writeMessageType: WebSocketMessageType, ownsWebSocket?: boolean): WebSocketStream;
360
360
  create(webSocket: WebSocket, writeMessageType: WebSocketMessageType, closeTimeout: TimeSpan): WebSocketStream;
361
361
  createReadableMessageStream(webSocket: WebSocket): WebSocketStream;
@@ -342,15 +342,15 @@ export interface BigInteger$instance extends IAdditionOperators_3<BigInteger, Bi
342
342
 
343
343
 
344
344
  export const BigInteger: {
345
- new(value: int): BigInteger$instance;
346
- new(value: uint): BigInteger$instance;
347
- new(value: long): BigInteger$instance;
348
- new(value: ulong): BigInteger$instance;
349
- new(value: float): BigInteger$instance;
350
- new(value: double): BigInteger$instance;
351
- new(value: decimal): BigInteger$instance;
352
- new(value: byte[]): BigInteger$instance;
353
- new(value: ReadOnlySpan_1<System_Internal.Byte>, isUnsigned: boolean, isBigEndian: boolean): BigInteger$instance;
345
+ new(value: int): BigInteger;
346
+ new(value: uint): BigInteger;
347
+ new(value: long): BigInteger;
348
+ new(value: ulong): BigInteger;
349
+ new(value: float): BigInteger;
350
+ new(value: double): BigInteger;
351
+ new(value: decimal): BigInteger;
352
+ new(value: byte[]): BigInteger;
353
+ new(value: ReadOnlySpan_1<System_Internal.Byte>, isUnsigned: boolean, isBigEndian: boolean): BigInteger;
354
354
  readonly zero: BigInteger;
355
355
  readonly one: BigInteger;
356
356
  readonly minusOne: BigInteger;
@@ -454,7 +454,7 @@ export interface Complex$instance extends IAdditionOperators_3<Complex, Complex,
454
454
 
455
455
 
456
456
  export const Complex: {
457
- new(real: double, imaginary: double): Complex$instance;
457
+ new(real: double, imaginary: double): Complex;
458
458
  readonly zero: Complex;
459
459
  readonly one: Complex;
460
460
  readonly imaginaryOne: Complex;
@@ -573,7 +573,7 @@ export interface Matrix3x2$instance {
573
573
 
574
574
 
575
575
  export const Matrix3x2: {
576
- new(m11: float, m12: float, m21: float, m22: float, m31: float, m32: float): Matrix3x2$instance;
576
+ new(m11: float, m12: float, m21: float, m22: float, m31: float, m32: float): Matrix3x2;
577
577
  readonly identity: Matrix3x2;
578
578
  add(value1: Matrix3x2, value2: Matrix3x2): Matrix3x2;
579
579
  create(x: Vector2, y: Vector2, z: Vector2): Matrix3x2;
@@ -651,8 +651,8 @@ export interface Matrix4x4$instance {
651
651
 
652
652
 
653
653
  export const Matrix4x4: {
654
- new(m11: float, m12: float, m13: float, m14: float, m21: float, m22: float, m23: float, m24: float, m31: float, m32: float, m33: float, m34: float, m41: float, m42: float, m43: float, m44: float): Matrix4x4$instance;
655
- new(value: Matrix3x2): Matrix4x4$instance;
654
+ new(m11: float, m12: float, m13: float, m14: float, m21: float, m22: float, m23: float, m24: float, m31: float, m32: float, m33: float, m34: float, m41: float, m42: float, m43: float, m44: float): Matrix4x4;
655
+ new(value: Matrix3x2): Matrix4x4;
656
656
  readonly identity: Matrix4x4;
657
657
  add(value1: Matrix4x4, value2: Matrix4x4): Matrix4x4;
658
658
  create(value: Matrix3x2): Matrix4x4;
@@ -733,9 +733,9 @@ export interface Plane$instance {
733
733
 
734
734
 
735
735
  export const Plane: {
736
- new(x: float, y: float, z: float, d: float): Plane$instance;
737
- new(normal: Vector3, d: float): Plane$instance;
738
- new(value: Vector4): Plane$instance;
736
+ new(x: float, y: float, z: float, d: float): Plane;
737
+ new(normal: Vector3, d: float): Plane;
738
+ new(value: Vector4): Plane;
739
739
  create(normal: Vector3, d: float): Plane;
740
740
  create(value: Vector4): Plane;
741
741
  create(x: float, y: float, z: float, d: float): Plane;
@@ -776,8 +776,8 @@ export interface Quaternion$instance {
776
776
 
777
777
 
778
778
  export const Quaternion: {
779
- new(x: float, y: float, z: float, w: float): Quaternion$instance;
780
- new(vectorPart: Vector3, scalarPart: float): Quaternion$instance;
779
+ new(x: float, y: float, z: float, w: float): Quaternion;
780
+ new(vectorPart: Vector3, scalarPart: float): Quaternion;
781
781
  readonly zero: Quaternion;
782
782
  readonly identity: Quaternion;
783
783
  add(value1: Quaternion, value2: Quaternion): Quaternion;
@@ -822,7 +822,7 @@ export interface TotalOrderIeee754Comparer_1$instance<T extends IFloatingPointIe
822
822
 
823
823
 
824
824
  export const TotalOrderIeee754Comparer_1: {
825
- new<T extends IFloatingPointIeee754_1<T>>(): TotalOrderIeee754Comparer_1$instance<T>;
825
+ new<T extends IFloatingPointIeee754_1<T>>(): TotalOrderIeee754Comparer_1<T>;
826
826
  };
827
827
 
828
828
 
@@ -858,12 +858,12 @@ export interface Vector_1$instance<T> extends IAdditionOperators_3<Vector_1<T>,
858
858
 
859
859
 
860
860
  export const Vector_1: {
861
- new<T>(value: T): Vector_1$instance<T>;
862
- new<T>(values: T[]): Vector_1$instance<T>;
863
- new<T>(values: T[], index: int): Vector_1$instance<T>;
864
- new<T>(values: ReadOnlySpan_1<T>): Vector_1$instance<T>;
865
- new<T>(values: ReadOnlySpan_1<System_Internal.Byte>): Vector_1$instance<T>;
866
- new<T>(values: Span_1<T>): Vector_1$instance<T>;
861
+ new<T>(value: T): Vector_1<T>;
862
+ new<T>(values: T[]): Vector_1<T>;
863
+ new<T>(values: T[], index: int): Vector_1<T>;
864
+ new<T>(values: ReadOnlySpan_1<T>): Vector_1<T>;
865
+ new<T>(values: ReadOnlySpan_1<System_Internal.Byte>): Vector_1<T>;
866
+ new<T>(values: Span_1<T>): Vector_1<T>;
867
867
  readonly allBitsSet: unknown;
868
868
  readonly count: int;
869
869
  readonly indices: unknown;
@@ -906,9 +906,9 @@ export interface Vector2$instance {
906
906
 
907
907
 
908
908
  export const Vector2: {
909
- new(value: float): Vector2$instance;
910
- new(x: float, y: float): Vector2$instance;
911
- new(values: ReadOnlySpan_1<System_Internal.Single>): Vector2$instance;
909
+ new(value: float): Vector2;
910
+ new(x: float, y: float): Vector2;
911
+ new(values: ReadOnlySpan_1<System_Internal.Single>): Vector2;
912
912
  readonly allBitsSet: Vector2;
913
913
  readonly E: Vector2;
914
914
  readonly epsilon: Vector2;
@@ -1065,10 +1065,10 @@ export interface Vector3$instance {
1065
1065
 
1066
1066
 
1067
1067
  export const Vector3: {
1068
- new(value: float): Vector3$instance;
1069
- new(value: Vector2, z: float): Vector3$instance;
1070
- new(x: float, y: float, z: float): Vector3$instance;
1071
- new(values: ReadOnlySpan_1<System_Internal.Single>): Vector3$instance;
1068
+ new(value: float): Vector3;
1069
+ new(value: Vector2, z: float): Vector3;
1070
+ new(x: float, y: float, z: float): Vector3;
1071
+ new(values: ReadOnlySpan_1<System_Internal.Single>): Vector3;
1072
1072
  readonly allBitsSet: Vector3;
1073
1073
  readonly E: Vector3;
1074
1074
  readonly epsilon: Vector3;
@@ -1226,11 +1226,11 @@ export interface Vector4$instance {
1226
1226
 
1227
1227
 
1228
1228
  export const Vector4: {
1229
- new(value: float): Vector4$instance;
1230
- new(value: Vector2, z: float, w: float): Vector4$instance;
1231
- new(value: Vector3, w: float): Vector4$instance;
1232
- new(x: float, y: float, z: float, w: float): Vector4$instance;
1233
- new(values: ReadOnlySpan_1<System_Internal.Single>): Vector4$instance;
1229
+ new(value: float): Vector4;
1230
+ new(value: Vector2, z: float, w: float): Vector4;
1231
+ new(value: Vector3, w: float): Vector4;
1232
+ new(x: float, y: float, z: float, w: float): Vector4;
1233
+ new(values: ReadOnlySpan_1<System_Internal.Single>): Vector4;
1234
1234
  readonly allBitsSet: Vector4;
1235
1235
  readonly E: Vector4;
1236
1236
  readonly epsilon: Vector4;