@tsonic/dotnet 10.0.5 → 10.0.10
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.
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +6 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +58 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -0
- package/Microsoft.Win32/internal/index.d.ts +3 -3
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +447 -196
- package/System.Buffers/internal/index.d.ts +24 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +4 -0
- package/System.Collections/internal/index.d.ts +37 -26
- package/System.Collections.Concurrent/internal/index.d.ts +17 -3
- package/System.Collections.Frozen/internal/index.d.ts +12 -0
- package/System.Collections.Generic/internal/index.d.ts +126 -43
- package/System.Collections.Immutable/internal/index.d.ts +51 -14
- package/System.Collections.ObjectModel/internal/index.d.ts +22 -10
- package/System.Collections.Specialized/internal/index.d.ts +33 -12
- package/System.ComponentModel/internal/index.d.ts +275 -33
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +73 -3
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
- package/System.ComponentModel.Design/internal/index.d.ts +49 -7
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +22 -0
- package/System.Data/internal/index.d.ts +111 -21
- package/System.Data.Common/internal/index.d.ts +67 -36
- package/System.Data.SqlTypes/internal/index.d.ts +59 -52
- package/System.Diagnostics/internal/index.d.ts +147 -17
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
- package/System.Diagnostics.Contracts/internal/index.d.ts +26 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +31 -3
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +8 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +40 -6
- package/System.Drawing/internal/index.d.ts +24 -0
- package/System.Dynamic/internal/index.d.ts +38 -6
- package/System.Formats.Asn1/internal/index.d.ts +13 -3
- package/System.Formats.Tar/internal/index.d.ts +20 -6
- package/System.Globalization/internal/index.d.ts +64 -18
- package/System.IO/internal/index.d.ts +74 -18
- package/System.IO.Compression/internal/index.d.ts +25 -9
- package/System.IO.Enumeration/internal/index.d.ts +6 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -3
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -0
- package/System.IO.Pipelines/internal/index.d.ts +19 -3
- package/System.IO.Pipes/internal/index.d.ts +16 -0
- package/System.Linq/internal/index.d.ts +17 -3
- package/System.Linq.Expressions/internal/index.d.ts +86 -18
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
- package/System.Net/internal/index.d.ts +112 -23
- package/System.Net.Cache/internal/index.d.ts +4 -0
- package/System.Net.Http/internal/index.d.ts +50 -0
- package/System.Net.Http.Headers/internal/index.d.ts +79 -62
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +31 -9
- package/System.Net.Mime/internal/index.d.ts +4 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +67 -10
- package/System.Net.Quic/internal/index.d.ts +22 -6
- package/System.Net.Security/internal/index.d.ts +27 -3
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
- package/System.Net.Sockets/internal/index.d.ts +38 -6
- package/System.Net.WebSockets/internal/index.d.ts +23 -3
- package/System.Numerics/internal/index.d.ts +29 -16
- package/System.Reflection/internal/index.d.ts +135 -32
- package/System.Reflection.Emit/internal/index.d.ts +45 -9
- package/System.Reflection.Metadata/internal/index.d.ts +324 -10
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +76 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +37 -3
- package/System.Resources/internal/index.d.ts +16 -0
- package/System.Runtime/internal/index.d.ts +12 -6
- package/System.Runtime.CompilerServices/internal/index.d.ts +278 -39
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +6 -0
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices/internal/index.d.ts +175 -15
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +40 -0
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +55 -3
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +57 -12
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -0
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +8 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +13 -17
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +40 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -0
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +148 -0
- package/System.Runtime.Loader/internal/index.d.ts +7 -3
- package/System.Runtime.Remoting/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +75 -9
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +26 -0
- package/System.Security/internal/index.d.ts +28 -6
- package/System.Security.AccessControl/internal/index.d.ts +98 -8
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +9 -3
- package/System.Security.Claims/internal/index.d.ts +8 -6
- package/System.Security.Cryptography/internal/index.d.ts +299 -44
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +72 -14
- package/System.Security.Permissions/internal/index.d.ts +6 -0
- package/System.Security.Policy/internal/index.d.ts +4 -0
- package/System.Security.Principal/internal/index.d.ts +21 -8
- package/System.Text/internal/index.d.ts +70 -11
- package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
- package/System.Text.Json/internal/index.d.ts +33 -8
- package/System.Text.Json.Nodes/internal/index.d.ts +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +54 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +23 -3
- package/System.Text.RegularExpressions/internal/index.d.ts +35 -7
- package/System.Text.Unicode/internal/index.d.ts +4 -0
- package/System.Threading/internal/index.d.ts +108 -24
- package/System.Threading.Channels/internal/index.d.ts +18 -0
- package/System.Threading.Tasks/internal/index.d.ts +49 -13
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +2 -0
- package/System.Timers/internal/index.d.ts +7 -3
- package/System.Transactions/internal/index.d.ts +37 -15
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Markup/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +107 -20
- package/System.Xml.Linq/internal/index.d.ts +42 -18
- package/System.Xml.Resolvers/internal/index.d.ts +2 -0
- package/System.Xml.Schema/internal/index.d.ts +150 -4
- package/System.Xml.Serialization/internal/index.d.ts +120 -8
- package/System.Xml.XPath/internal/index.d.ts +14 -6
- package/System.Xml.Xsl/internal/index.d.ts +16 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +89 -2
- package/__internal/extensions/index.d.ts +2143 -1955
- package/package.json +2 -2
|
@@ -123,7 +123,9 @@ export interface ITimer$instance extends System_Internal.IAsyncDisposable$instan
|
|
|
123
123
|
|
|
124
124
|
export type ITimer = ITimer$instance;
|
|
125
125
|
|
|
126
|
-
export interface AsyncFlowControl$instance {
|
|
126
|
+
export interface AsyncFlowControl$instance extends System_Internal.IDisposable$instance {
|
|
127
|
+
readonly __tsonic_type_System_Threading_AsyncFlowControl: never;
|
|
128
|
+
|
|
127
129
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
128
130
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
129
131
|
|
|
@@ -148,12 +150,12 @@ export interface __AsyncFlowControl$views {
|
|
|
148
150
|
Equals(other: AsyncFlowControl): boolean;
|
|
149
151
|
}
|
|
150
152
|
|
|
151
|
-
export interface AsyncFlowControl$instance extends System_Internal.IDisposable$instance {}
|
|
152
|
-
|
|
153
153
|
export type AsyncFlowControl = AsyncFlowControl$instance & __AsyncFlowControl$views;
|
|
154
154
|
|
|
155
155
|
|
|
156
156
|
export interface AsyncLocalValueChangedArgs_1$instance<T> {
|
|
157
|
+
readonly __tsonic_type_System_Threading_AsyncLocalValueChangedArgs_1: never;
|
|
158
|
+
|
|
157
159
|
readonly CurrentValue: T | undefined;
|
|
158
160
|
readonly PreviousValue: T | undefined;
|
|
159
161
|
readonly ThreadContextChanged: boolean;
|
|
@@ -168,6 +170,8 @@ export const AsyncLocalValueChangedArgs_1: {
|
|
|
168
170
|
export type AsyncLocalValueChangedArgs_1<T> = AsyncLocalValueChangedArgs_1$instance<T>;
|
|
169
171
|
|
|
170
172
|
export interface CancellationToken$instance {
|
|
173
|
+
readonly __tsonic_type_System_Threading_CancellationToken: never;
|
|
174
|
+
|
|
171
175
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
172
176
|
|
|
173
177
|
readonly CanBeCanceled: boolean;
|
|
@@ -203,7 +207,9 @@ export interface __CancellationToken$views {
|
|
|
203
207
|
export type CancellationToken = CancellationToken$instance & __CancellationToken$views;
|
|
204
208
|
|
|
205
209
|
|
|
206
|
-
export interface CancellationTokenRegistration$instance {
|
|
210
|
+
export interface CancellationTokenRegistration$instance extends System_Internal.IAsyncDisposable$instance, System_Internal.IDisposable$instance {
|
|
211
|
+
readonly __tsonic_type_System_Threading_CancellationTokenRegistration: never;
|
|
212
|
+
|
|
207
213
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
208
214
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
209
215
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -232,12 +238,12 @@ export interface __CancellationTokenRegistration$views {
|
|
|
232
238
|
Equals(other: CancellationTokenRegistration): boolean;
|
|
233
239
|
}
|
|
234
240
|
|
|
235
|
-
export interface CancellationTokenRegistration$instance extends System_Internal.IAsyncDisposable$instance, System_Internal.IDisposable$instance {}
|
|
236
|
-
|
|
237
241
|
export type CancellationTokenRegistration = CancellationTokenRegistration$instance & __CancellationTokenRegistration$views;
|
|
238
242
|
|
|
239
243
|
|
|
240
244
|
export interface Lock_Scope$instance {
|
|
245
|
+
readonly __tsonic_type_System_Threading_Lock_Scope: never;
|
|
246
|
+
|
|
241
247
|
Dispose(): void;
|
|
242
248
|
}
|
|
243
249
|
|
|
@@ -250,6 +256,8 @@ export const Lock_Scope: {
|
|
|
250
256
|
export type Lock_Scope = Lock_Scope$instance;
|
|
251
257
|
|
|
252
258
|
export interface LockCookie$instance {
|
|
259
|
+
readonly __tsonic_type_System_Threading_LockCookie: never;
|
|
260
|
+
|
|
253
261
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
254
262
|
|
|
255
263
|
Equals(obj: unknown): boolean;
|
|
@@ -274,6 +282,8 @@ export type LockCookie = LockCookie$instance & __LockCookie$views;
|
|
|
274
282
|
|
|
275
283
|
|
|
276
284
|
export interface NamedWaitHandleOptions$instance {
|
|
285
|
+
readonly __tsonic_type_System_Threading_NamedWaitHandleOptions: never;
|
|
286
|
+
|
|
277
287
|
CurrentSessionOnly: boolean;
|
|
278
288
|
CurrentUserOnly: boolean;
|
|
279
289
|
}
|
|
@@ -287,6 +297,8 @@ export const NamedWaitHandleOptions: {
|
|
|
287
297
|
export type NamedWaitHandleOptions = NamedWaitHandleOptions$instance;
|
|
288
298
|
|
|
289
299
|
export interface NativeOverlapped$instance {
|
|
300
|
+
readonly __tsonic_type_System_Threading_NativeOverlapped: never;
|
|
301
|
+
|
|
290
302
|
InternalLow: nint;
|
|
291
303
|
InternalHigh: nint;
|
|
292
304
|
OffsetLow: int;
|
|
@@ -303,6 +315,8 @@ export const NativeOverlapped: {
|
|
|
303
315
|
export type NativeOverlapped = NativeOverlapped$instance;
|
|
304
316
|
|
|
305
317
|
export interface SpinLock$instance {
|
|
318
|
+
readonly __tsonic_type_System_Threading_SpinLock: never;
|
|
319
|
+
|
|
306
320
|
readonly IsHeld: boolean;
|
|
307
321
|
readonly IsHeldByCurrentThread: boolean;
|
|
308
322
|
readonly IsThreadOwnerTrackingEnabled: boolean;
|
|
@@ -323,6 +337,8 @@ export const SpinLock: {
|
|
|
323
337
|
export type SpinLock = SpinLock$instance;
|
|
324
338
|
|
|
325
339
|
export interface SpinWait$instance {
|
|
340
|
+
readonly __tsonic_type_System_Threading_SpinWait: never;
|
|
341
|
+
|
|
326
342
|
Count: int;
|
|
327
343
|
readonly NextSpinWillYield: boolean;
|
|
328
344
|
Reset(): void;
|
|
@@ -342,6 +358,8 @@ export const SpinWait: {
|
|
|
342
358
|
export type SpinWait = SpinWait$instance;
|
|
343
359
|
|
|
344
360
|
export interface AbandonedMutexException$instance extends SystemException {
|
|
361
|
+
readonly __tsonic_type_System_Threading_AbandonedMutexException: never;
|
|
362
|
+
|
|
345
363
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
346
364
|
|
|
347
365
|
readonly Mutex: Mutex | undefined;
|
|
@@ -368,6 +386,10 @@ export type AbandonedMutexException = AbandonedMutexException$instance & __Aband
|
|
|
368
386
|
|
|
369
387
|
|
|
370
388
|
export interface AsyncLocal_1$instance<T> {
|
|
389
|
+
readonly __tsonic_type_System_Threading_AsyncLocal_1: never;
|
|
390
|
+
|
|
391
|
+
readonly __tsonic_iface_System_Threading_IAsyncLocal: never;
|
|
392
|
+
|
|
371
393
|
Value: T;
|
|
372
394
|
}
|
|
373
395
|
|
|
@@ -381,6 +403,8 @@ export const AsyncLocal_1: {
|
|
|
381
403
|
export type AsyncLocal_1<T> = AsyncLocal_1$instance<T>;
|
|
382
404
|
|
|
383
405
|
export interface AutoResetEvent$instance extends EventWaitHandle$instance {
|
|
406
|
+
readonly __tsonic_type_System_Threading_AutoResetEvent: never;
|
|
407
|
+
|
|
384
408
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
385
409
|
|
|
386
410
|
Dispose(): void;
|
|
@@ -401,6 +425,8 @@ export type AutoResetEvent = AutoResetEvent$instance & __AutoResetEvent$views;
|
|
|
401
425
|
|
|
402
426
|
|
|
403
427
|
export interface Barrier$instance {
|
|
428
|
+
readonly __tsonic_type_System_Threading_Barrier: never;
|
|
429
|
+
|
|
404
430
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
405
431
|
|
|
406
432
|
CurrentPhaseNumber: long;
|
|
@@ -435,6 +461,8 @@ export type Barrier = Barrier$instance & __Barrier$views;
|
|
|
435
461
|
|
|
436
462
|
|
|
437
463
|
export interface BarrierPostPhaseException$instance extends Exception {
|
|
464
|
+
readonly __tsonic_type_System_Threading_BarrierPostPhaseException: never;
|
|
465
|
+
|
|
438
466
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
439
467
|
|
|
440
468
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -457,6 +485,8 @@ export type BarrierPostPhaseException = BarrierPostPhaseException$instance & __B
|
|
|
457
485
|
|
|
458
486
|
|
|
459
487
|
export interface CancellationTokenSource$instance {
|
|
488
|
+
readonly __tsonic_type_System_Threading_CancellationTokenSource: never;
|
|
489
|
+
|
|
460
490
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
461
491
|
|
|
462
492
|
readonly IsCancellationRequested: boolean;
|
|
@@ -491,7 +521,9 @@ export interface __CancellationTokenSource$views {
|
|
|
491
521
|
export type CancellationTokenSource = CancellationTokenSource$instance & __CancellationTokenSource$views;
|
|
492
522
|
|
|
493
523
|
|
|
494
|
-
export interface CompressedStack$instance {
|
|
524
|
+
export interface CompressedStack$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
525
|
+
readonly __tsonic_type_System_Threading_CompressedStack: never;
|
|
526
|
+
|
|
495
527
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
496
528
|
|
|
497
529
|
CreateCopy(): CompressedStack;
|
|
@@ -510,12 +542,12 @@ export interface __CompressedStack$views {
|
|
|
510
542
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
511
543
|
}
|
|
512
544
|
|
|
513
|
-
export interface CompressedStack$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
514
|
-
|
|
515
545
|
export type CompressedStack = CompressedStack$instance & __CompressedStack$views;
|
|
516
546
|
|
|
517
547
|
|
|
518
548
|
export interface CountdownEvent$instance {
|
|
549
|
+
readonly __tsonic_type_System_Threading_CountdownEvent: never;
|
|
550
|
+
|
|
519
551
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
520
552
|
|
|
521
553
|
readonly CurrentCount: int;
|
|
@@ -554,6 +586,8 @@ export type CountdownEvent = CountdownEvent$instance & __CountdownEvent$views;
|
|
|
554
586
|
|
|
555
587
|
|
|
556
588
|
export interface EventWaitHandle$instance extends WaitHandle$instance {
|
|
589
|
+
readonly __tsonic_type_System_Threading_EventWaitHandle: never;
|
|
590
|
+
|
|
557
591
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
558
592
|
|
|
559
593
|
Dispose(explicitDisposing: boolean): void;
|
|
@@ -583,7 +617,9 @@ export interface __EventWaitHandle$views {
|
|
|
583
617
|
export type EventWaitHandle = EventWaitHandle$instance & __EventWaitHandle$views;
|
|
584
618
|
|
|
585
619
|
|
|
586
|
-
export interface ExecutionContext$instance {
|
|
620
|
+
export interface ExecutionContext$instance extends System_Internal.IDisposable$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
621
|
+
readonly __tsonic_type_System_Threading_ExecutionContext: never;
|
|
622
|
+
|
|
587
623
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
588
624
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
589
625
|
|
|
@@ -608,12 +644,12 @@ export interface __ExecutionContext$views {
|
|
|
608
644
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
609
645
|
}
|
|
610
646
|
|
|
611
|
-
export interface ExecutionContext$instance extends System_Internal.IDisposable$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
612
|
-
|
|
613
647
|
export type ExecutionContext = ExecutionContext$instance & __ExecutionContext$views;
|
|
614
648
|
|
|
615
649
|
|
|
616
650
|
export interface HostExecutionContext$instance {
|
|
651
|
+
readonly __tsonic_type_System_Threading_HostExecutionContext: never;
|
|
652
|
+
|
|
617
653
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
618
654
|
|
|
619
655
|
CreateCopy(): HostExecutionContext;
|
|
@@ -636,6 +672,8 @@ export type HostExecutionContext = HostExecutionContext$instance & __HostExecuti
|
|
|
636
672
|
|
|
637
673
|
|
|
638
674
|
export interface HostExecutionContextManager$instance {
|
|
675
|
+
readonly __tsonic_type_System_Threading_HostExecutionContextManager: never;
|
|
676
|
+
|
|
639
677
|
Capture(): HostExecutionContext | undefined;
|
|
640
678
|
Revert(previousState: unknown): void;
|
|
641
679
|
SetHostExecutionContext(hostExecutionContext: HostExecutionContext): unknown;
|
|
@@ -650,6 +688,8 @@ export const HostExecutionContextManager: {
|
|
|
650
688
|
export type HostExecutionContextManager = HostExecutionContextManager$instance;
|
|
651
689
|
|
|
652
690
|
export interface Lock$instance {
|
|
691
|
+
readonly __tsonic_type_System_Threading_Lock: never;
|
|
692
|
+
|
|
653
693
|
readonly IsHeldByCurrentThread: boolean;
|
|
654
694
|
Enter(): void;
|
|
655
695
|
EnterScope(): Lock_Scope;
|
|
@@ -668,6 +708,8 @@ export const Lock: {
|
|
|
668
708
|
export type Lock = Lock$instance;
|
|
669
709
|
|
|
670
710
|
export interface LockRecursionException$instance extends Exception {
|
|
711
|
+
readonly __tsonic_type_System_Threading_LockRecursionException: never;
|
|
712
|
+
|
|
671
713
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
672
714
|
|
|
673
715
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -689,6 +731,8 @@ export type LockRecursionException = LockRecursionException$instance & __LockRec
|
|
|
689
731
|
|
|
690
732
|
|
|
691
733
|
export interface ManualResetEvent$instance extends EventWaitHandle$instance {
|
|
734
|
+
readonly __tsonic_type_System_Threading_ManualResetEvent: never;
|
|
735
|
+
|
|
692
736
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
693
737
|
|
|
694
738
|
Dispose(): void;
|
|
@@ -709,6 +753,8 @@ export type ManualResetEvent = ManualResetEvent$instance & __ManualResetEvent$vi
|
|
|
709
753
|
|
|
710
754
|
|
|
711
755
|
export interface ManualResetEventSlim$instance {
|
|
756
|
+
readonly __tsonic_type_System_Threading_ManualResetEventSlim: never;
|
|
757
|
+
|
|
712
758
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
713
759
|
|
|
714
760
|
IsSet: boolean;
|
|
@@ -742,6 +788,8 @@ export type ManualResetEventSlim = ManualResetEventSlim$instance & __ManualReset
|
|
|
742
788
|
|
|
743
789
|
|
|
744
790
|
export interface Mutex$instance extends WaitHandle$instance {
|
|
791
|
+
readonly __tsonic_type_System_Threading_Mutex: never;
|
|
792
|
+
|
|
745
793
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
746
794
|
|
|
747
795
|
Dispose(explicitDisposing: boolean): void;
|
|
@@ -773,6 +821,8 @@ export type Mutex = Mutex$instance & __Mutex$views;
|
|
|
773
821
|
|
|
774
822
|
|
|
775
823
|
export interface Overlapped$instance {
|
|
824
|
+
readonly __tsonic_type_System_Threading_Overlapped: never;
|
|
825
|
+
|
|
776
826
|
AsyncResult: IAsyncResult;
|
|
777
827
|
EventHandle: int;
|
|
778
828
|
EventHandleIntPtr: nint;
|
|
@@ -796,7 +846,9 @@ export const Overlapped: {
|
|
|
796
846
|
|
|
797
847
|
export type Overlapped = Overlapped$instance;
|
|
798
848
|
|
|
799
|
-
export interface PeriodicTimer$instance {
|
|
849
|
+
export interface PeriodicTimer$instance extends System_Internal.IDisposable$instance {
|
|
850
|
+
readonly __tsonic_type_System_Threading_PeriodicTimer: never;
|
|
851
|
+
|
|
800
852
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
801
853
|
|
|
802
854
|
Period: TimeSpan;
|
|
@@ -816,12 +868,12 @@ export interface __PeriodicTimer$views {
|
|
|
816
868
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
817
869
|
}
|
|
818
870
|
|
|
819
|
-
export interface PeriodicTimer$instance extends System_Internal.IDisposable$instance {}
|
|
820
|
-
|
|
821
871
|
export type PeriodicTimer = PeriodicTimer$instance & __PeriodicTimer$views;
|
|
822
872
|
|
|
823
873
|
|
|
824
|
-
export interface PreAllocatedOverlapped$instance {
|
|
874
|
+
export interface PreAllocatedOverlapped$instance extends System_Internal.IDisposable$instance {
|
|
875
|
+
readonly __tsonic_type_System_Threading_PreAllocatedOverlapped: never;
|
|
876
|
+
|
|
825
877
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
826
878
|
|
|
827
879
|
Dispose(): void;
|
|
@@ -838,12 +890,12 @@ export interface __PreAllocatedOverlapped$views {
|
|
|
838
890
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
839
891
|
}
|
|
840
892
|
|
|
841
|
-
export interface PreAllocatedOverlapped$instance extends System_Internal.IDisposable$instance {}
|
|
842
|
-
|
|
843
893
|
export type PreAllocatedOverlapped = PreAllocatedOverlapped$instance & __PreAllocatedOverlapped$views;
|
|
844
894
|
|
|
845
895
|
|
|
846
896
|
export interface ReaderWriterLock$instance extends CriticalFinalizerObject {
|
|
897
|
+
readonly __tsonic_type_System_Threading_ReaderWriterLock: never;
|
|
898
|
+
|
|
847
899
|
readonly IsReaderLockHeld: boolean;
|
|
848
900
|
readonly IsWriterLockHeld: boolean;
|
|
849
901
|
readonly WriterSeqNum: int;
|
|
@@ -869,7 +921,9 @@ export const ReaderWriterLock: {
|
|
|
869
921
|
|
|
870
922
|
export type ReaderWriterLock = ReaderWriterLock$instance;
|
|
871
923
|
|
|
872
|
-
export interface ReaderWriterLockSlim$instance {
|
|
924
|
+
export interface ReaderWriterLockSlim$instance extends System_Internal.IDisposable$instance {
|
|
925
|
+
readonly __tsonic_type_System_Threading_ReaderWriterLockSlim: never;
|
|
926
|
+
|
|
873
927
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
874
928
|
|
|
875
929
|
readonly CurrentReadCount: int;
|
|
@@ -909,12 +963,12 @@ export interface __ReaderWriterLockSlim$views {
|
|
|
909
963
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
910
964
|
}
|
|
911
965
|
|
|
912
|
-
export interface ReaderWriterLockSlim$instance extends System_Internal.IDisposable$instance {}
|
|
913
|
-
|
|
914
966
|
export type ReaderWriterLockSlim = ReaderWriterLockSlim$instance & __ReaderWriterLockSlim$views;
|
|
915
967
|
|
|
916
968
|
|
|
917
969
|
export interface RegisteredWaitHandle$instance extends MarshalByRefObject {
|
|
970
|
+
readonly __tsonic_type_System_Threading_RegisteredWaitHandle: never;
|
|
971
|
+
|
|
918
972
|
Unregister(waitObject: WaitHandle): boolean;
|
|
919
973
|
}
|
|
920
974
|
|
|
@@ -926,6 +980,8 @@ export const RegisteredWaitHandle: {
|
|
|
926
980
|
export type RegisteredWaitHandle = RegisteredWaitHandle$instance;
|
|
927
981
|
|
|
928
982
|
export interface Semaphore$instance extends WaitHandle$instance {
|
|
983
|
+
readonly __tsonic_type_System_Threading_Semaphore: never;
|
|
984
|
+
|
|
929
985
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
930
986
|
|
|
931
987
|
Dispose(explicitDisposing: boolean): void;
|
|
@@ -956,6 +1012,8 @@ export type Semaphore = Semaphore$instance & __Semaphore$views;
|
|
|
956
1012
|
|
|
957
1013
|
|
|
958
1014
|
export interface SemaphoreFullException$instance extends SystemException {
|
|
1015
|
+
readonly __tsonic_type_System_Threading_SemaphoreFullException: never;
|
|
1016
|
+
|
|
959
1017
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
960
1018
|
|
|
961
1019
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -977,6 +1035,8 @@ export type SemaphoreFullException = SemaphoreFullException$instance & __Semapho
|
|
|
977
1035
|
|
|
978
1036
|
|
|
979
1037
|
export interface SemaphoreSlim$instance {
|
|
1038
|
+
readonly __tsonic_type_System_Threading_SemaphoreSlim: never;
|
|
1039
|
+
|
|
980
1040
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
981
1041
|
|
|
982
1042
|
readonly AvailableWaitHandle: WaitHandle;
|
|
@@ -1014,6 +1074,8 @@ export type SemaphoreSlim = SemaphoreSlim$instance & __SemaphoreSlim$views;
|
|
|
1014
1074
|
|
|
1015
1075
|
|
|
1016
1076
|
export interface SynchronizationContext$instance {
|
|
1077
|
+
readonly __tsonic_type_System_Threading_SynchronizationContext: never;
|
|
1078
|
+
|
|
1017
1079
|
CreateCopy(): SynchronizationContext;
|
|
1018
1080
|
IsWaitNotificationRequired(): boolean;
|
|
1019
1081
|
OperationCompleted(): void;
|
|
@@ -1035,6 +1097,8 @@ export const SynchronizationContext: {
|
|
|
1035
1097
|
export type SynchronizationContext = SynchronizationContext$instance;
|
|
1036
1098
|
|
|
1037
1099
|
export interface SynchronizationLockException$instance extends SystemException {
|
|
1100
|
+
readonly __tsonic_type_System_Threading_SynchronizationLockException: never;
|
|
1101
|
+
|
|
1038
1102
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1039
1103
|
|
|
1040
1104
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1056,6 +1120,8 @@ export type SynchronizationLockException = SynchronizationLockException$instance
|
|
|
1056
1120
|
|
|
1057
1121
|
|
|
1058
1122
|
export interface Thread$instance extends CriticalFinalizerObject {
|
|
1123
|
+
readonly __tsonic_type_System_Threading_Thread: never;
|
|
1124
|
+
|
|
1059
1125
|
ApartmentState: ApartmentState;
|
|
1060
1126
|
CurrentCulture: CultureInfo;
|
|
1061
1127
|
CurrentUICulture: CultureInfo;
|
|
@@ -1150,6 +1216,8 @@ export const Thread: {
|
|
|
1150
1216
|
export type Thread = Thread$instance;
|
|
1151
1217
|
|
|
1152
1218
|
export interface ThreadAbortException$instance extends SystemException {
|
|
1219
|
+
readonly __tsonic_type_System_Threading_ThreadAbortException: never;
|
|
1220
|
+
|
|
1153
1221
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1154
1222
|
|
|
1155
1223
|
readonly ExceptionState: unknown | undefined;
|
|
@@ -1169,6 +1237,8 @@ export type ThreadAbortException = ThreadAbortException$instance & __ThreadAbort
|
|
|
1169
1237
|
|
|
1170
1238
|
|
|
1171
1239
|
export interface ThreadExceptionEventArgs$instance extends EventArgs {
|
|
1240
|
+
readonly __tsonic_type_System_Threading_ThreadExceptionEventArgs: never;
|
|
1241
|
+
|
|
1172
1242
|
readonly Exception: Exception;
|
|
1173
1243
|
}
|
|
1174
1244
|
|
|
@@ -1181,6 +1251,8 @@ export const ThreadExceptionEventArgs: {
|
|
|
1181
1251
|
export type ThreadExceptionEventArgs = ThreadExceptionEventArgs$instance;
|
|
1182
1252
|
|
|
1183
1253
|
export interface ThreadInterruptedException$instance extends SystemException {
|
|
1254
|
+
readonly __tsonic_type_System_Threading_ThreadInterruptedException: never;
|
|
1255
|
+
|
|
1184
1256
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1185
1257
|
|
|
1186
1258
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1202,6 +1274,8 @@ export type ThreadInterruptedException = ThreadInterruptedException$instance & _
|
|
|
1202
1274
|
|
|
1203
1275
|
|
|
1204
1276
|
export interface ThreadLocal_1$instance<T> {
|
|
1277
|
+
readonly __tsonic_type_System_Threading_ThreadLocal_1: never;
|
|
1278
|
+
|
|
1205
1279
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1206
1280
|
|
|
1207
1281
|
readonly IsValueCreated: boolean;
|
|
@@ -1229,7 +1303,9 @@ export interface __ThreadLocal_1$views<T> {
|
|
|
1229
1303
|
export type ThreadLocal_1<T> = ThreadLocal_1$instance<T> & __ThreadLocal_1$views<T>;
|
|
1230
1304
|
|
|
1231
1305
|
|
|
1232
|
-
export interface ThreadPoolBoundHandle$instance {
|
|
1306
|
+
export interface ThreadPoolBoundHandle$instance extends System_Internal.IDisposable$instance {
|
|
1307
|
+
readonly __tsonic_type_System_Threading_ThreadPoolBoundHandle: never;
|
|
1308
|
+
|
|
1233
1309
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1234
1310
|
|
|
1235
1311
|
readonly Handle: SafeHandle;
|
|
@@ -1251,12 +1327,12 @@ export interface __ThreadPoolBoundHandle$views {
|
|
|
1251
1327
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1252
1328
|
}
|
|
1253
1329
|
|
|
1254
|
-
export interface ThreadPoolBoundHandle$instance extends System_Internal.IDisposable$instance {}
|
|
1255
|
-
|
|
1256
1330
|
export type ThreadPoolBoundHandle = ThreadPoolBoundHandle$instance & __ThreadPoolBoundHandle$views;
|
|
1257
1331
|
|
|
1258
1332
|
|
|
1259
1333
|
export interface ThreadStartException$instance extends SystemException {
|
|
1334
|
+
readonly __tsonic_type_System_Threading_ThreadStartException: never;
|
|
1335
|
+
|
|
1260
1336
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1261
1337
|
|
|
1262
1338
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1275,6 +1351,8 @@ export type ThreadStartException = ThreadStartException$instance & __ThreadStart
|
|
|
1275
1351
|
|
|
1276
1352
|
|
|
1277
1353
|
export interface ThreadStateException$instance extends SystemException {
|
|
1354
|
+
readonly __tsonic_type_System_Threading_ThreadStateException: never;
|
|
1355
|
+
|
|
1278
1356
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1279
1357
|
|
|
1280
1358
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1296,6 +1374,8 @@ export type ThreadStateException = ThreadStateException$instance & __ThreadState
|
|
|
1296
1374
|
|
|
1297
1375
|
|
|
1298
1376
|
export interface Timer$instance extends MarshalByRefObject {
|
|
1377
|
+
readonly __tsonic_type_System_Threading_Timer: never;
|
|
1378
|
+
|
|
1299
1379
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
1300
1380
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1301
1381
|
readonly __tsonic_iface_System_Threading_ITimer: never;
|
|
@@ -1330,6 +1410,8 @@ export type Timer = Timer$instance & __Timer$views;
|
|
|
1330
1410
|
|
|
1331
1411
|
|
|
1332
1412
|
export interface WaitHandle$instance extends MarshalByRefObject {
|
|
1413
|
+
readonly __tsonic_type_System_Threading_WaitHandle: never;
|
|
1414
|
+
|
|
1333
1415
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1334
1416
|
|
|
1335
1417
|
Handle: nint;
|
|
@@ -1372,6 +1454,8 @@ export type WaitHandle = WaitHandle$instance & __WaitHandle$views;
|
|
|
1372
1454
|
|
|
1373
1455
|
|
|
1374
1456
|
export interface WaitHandleCannotBeOpenedException$instance extends ApplicationException {
|
|
1457
|
+
readonly __tsonic_type_System_Threading_WaitHandleCannotBeOpenedException: never;
|
|
1458
|
+
|
|
1375
1459
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1376
1460
|
|
|
1377
1461
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -28,6 +28,8 @@ export enum BoundedChannelFullMode {
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
export interface BoundedChannelOptions$instance extends ChannelOptions {
|
|
31
|
+
readonly __tsonic_type_System_Threading_Channels_BoundedChannelOptions: never;
|
|
32
|
+
|
|
31
33
|
Capacity: int;
|
|
32
34
|
FullMode: BoundedChannelFullMode;
|
|
33
35
|
}
|
|
@@ -41,6 +43,8 @@ export const BoundedChannelOptions: {
|
|
|
41
43
|
export type BoundedChannelOptions = BoundedChannelOptions$instance;
|
|
42
44
|
|
|
43
45
|
export interface Channel_1$instance<T> extends Channel_2<T, T> {
|
|
46
|
+
readonly __tsonic_type_System_Threading_Channels_Channel_1: never;
|
|
47
|
+
|
|
44
48
|
}
|
|
45
49
|
|
|
46
50
|
|
|
@@ -51,6 +55,8 @@ export const Channel_1: (abstract new<T>() => Channel_1<T>) & {
|
|
|
51
55
|
export type Channel_1<T> = Channel_1$instance<T>;
|
|
52
56
|
|
|
53
57
|
export interface Channel_2$instance<TWrite, TRead> {
|
|
58
|
+
readonly __tsonic_type_System_Threading_Channels_Channel_2: never;
|
|
59
|
+
|
|
54
60
|
Reader: ChannelReader_1<TRead>;
|
|
55
61
|
Writer: ChannelWriter_1<TWrite>;
|
|
56
62
|
}
|
|
@@ -63,6 +69,8 @@ export const Channel_2: (abstract new<TWrite, TRead>() => Channel_2<TWrite, TRea
|
|
|
63
69
|
export type Channel_2<TWrite, TRead> = Channel_2$instance<TWrite, TRead>;
|
|
64
70
|
|
|
65
71
|
export interface ChannelClosedException$instance extends InvalidOperationException {
|
|
72
|
+
readonly __tsonic_type_System_Threading_Channels_ChannelClosedException: never;
|
|
73
|
+
|
|
66
74
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
67
75
|
|
|
68
76
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -85,6 +93,8 @@ export type ChannelClosedException = ChannelClosedException$instance & __Channel
|
|
|
85
93
|
|
|
86
94
|
|
|
87
95
|
export interface ChannelOptions$instance {
|
|
96
|
+
readonly __tsonic_type_System_Threading_Channels_ChannelOptions: never;
|
|
97
|
+
|
|
88
98
|
AllowSynchronousContinuations: boolean;
|
|
89
99
|
SingleReader: boolean;
|
|
90
100
|
SingleWriter: boolean;
|
|
@@ -98,6 +108,8 @@ export const ChannelOptions: (abstract new() => ChannelOptions) & {
|
|
|
98
108
|
export type ChannelOptions = ChannelOptions$instance;
|
|
99
109
|
|
|
100
110
|
export interface ChannelReader_1$instance<T> {
|
|
111
|
+
readonly __tsonic_type_System_Threading_Channels_ChannelReader_1: never;
|
|
112
|
+
|
|
101
113
|
readonly CanCount: boolean;
|
|
102
114
|
readonly CanPeek: boolean;
|
|
103
115
|
readonly Completion: Task;
|
|
@@ -117,6 +129,8 @@ export const ChannelReader_1: (abstract new<T>() => ChannelReader_1<T>) & {
|
|
|
117
129
|
export type ChannelReader_1<T> = ChannelReader_1$instance<T>;
|
|
118
130
|
|
|
119
131
|
export interface ChannelWriter_1$instance<T> {
|
|
132
|
+
readonly __tsonic_type_System_Threading_Channels_ChannelWriter_1: never;
|
|
133
|
+
|
|
120
134
|
Complete(error?: Exception): void;
|
|
121
135
|
TryComplete(error?: Exception): boolean;
|
|
122
136
|
TryWrite(item: T): boolean;
|
|
@@ -132,6 +146,8 @@ export const ChannelWriter_1: (abstract new<T>() => ChannelWriter_1<T>) & {
|
|
|
132
146
|
export type ChannelWriter_1<T> = ChannelWriter_1$instance<T>;
|
|
133
147
|
|
|
134
148
|
export interface UnboundedChannelOptions$instance extends ChannelOptions {
|
|
149
|
+
readonly __tsonic_type_System_Threading_Channels_UnboundedChannelOptions: never;
|
|
150
|
+
|
|
135
151
|
}
|
|
136
152
|
|
|
137
153
|
|
|
@@ -143,6 +159,8 @@ export const UnboundedChannelOptions: {
|
|
|
143
159
|
export type UnboundedChannelOptions = UnboundedChannelOptions$instance;
|
|
144
160
|
|
|
145
161
|
export interface UnboundedPrioritizedChannelOptions_1$instance<T> extends ChannelOptions {
|
|
162
|
+
readonly __tsonic_type_System_Threading_Channels_UnboundedPrioritizedChannelOptions_1: never;
|
|
163
|
+
|
|
146
164
|
get Comparer(): IComparer_1<T> | undefined;
|
|
147
165
|
set Comparer(value: IComparer_1<T> | undefined);
|
|
148
166
|
}
|