@tsonic/dotnet 10.0.3 → 10.0.5
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 +4 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +2 -0
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +1042 -19
- package/System.Buffers/internal/index.d.ts +18 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +3 -0
- package/System.Collections/internal/index.d.ts +78 -10
- package/System.Collections.Concurrent/internal/index.d.ts +35 -0
- package/System.Collections.Frozen/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/index.d.ts +306 -5
- package/System.Collections.Immutable/internal/index.d.ts +156 -9
- package/System.Collections.ObjectModel/internal/index.d.ts +80 -2
- package/System.Collections.Specialized/internal/index.d.ts +45 -8
- package/System.ComponentModel/internal/index.d.ts +129 -8
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +6 -0
- package/System.ComponentModel.Design/internal/index.d.ts +75 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -0
- package/System.Data/internal/index.d.ts +165 -4
- package/System.Data.Common/internal/index.d.ts +86 -6
- package/System.Data.SqlTypes/internal/index.d.ts +92 -3
- package/System.Diagnostics/internal/index.d.ts +74 -9
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +6 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +22 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +16 -0
- package/System.Drawing/internal/index.d.ts +14 -0
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/internal/index.d.ts +6 -0
- package/System.Formats.Tar/internal/index.d.ts +6 -0
- package/System.Globalization/internal/index.d.ts +52 -2
- package/System.IO/internal/index.d.ts +67 -0
- package/System.IO.Compression/internal/index.d.ts +21 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +15 -0
- package/System.Linq/internal/index.d.ts +38 -4
- package/System.Linq.Expressions/internal/index.d.ts +17 -0
- package/System.Net/internal/index.d.ts +94 -3
- package/System.Net.Http/internal/index.d.ts +53 -0
- package/System.Net.Http.Headers/internal/index.d.ts +74 -1
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +57 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +32 -5
- package/System.Net.Quic/internal/index.d.ts +9 -0
- package/System.Net.Security/internal/index.d.ts +13 -0
- package/System.Net.Sockets/internal/index.d.ts +21 -0
- package/System.Net.WebSockets/internal/index.d.ts +9 -0
- package/System.Numerics/internal/index.d.ts +154 -6
- package/System.Reflection/internal/index.d.ts +69 -1
- package/System.Reflection.Emit/internal/index.d.ts +35 -0
- package/System.Reflection.Metadata/internal/index.d.ts +331 -2
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -0
- package/System.Resources/internal/index.d.ts +19 -1
- package/System.Runtime/internal/index.d.ts +6 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +58 -4
- package/System.Runtime.InteropServices/internal/index.d.ts +94 -0
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +42 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +4 -0
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +25 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +48 -4
- package/System.Runtime.Loader/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +36 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +2 -0
- package/System.Security/internal/index.d.ts +18 -0
- package/System.Security.AccessControl/internal/index.d.ts +26 -6
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +7 -2
- package/System.Security.Claims/internal/index.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +271 -1
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +47 -2
- package/System.Security.Policy/internal/index.d.ts +3 -0
- package/System.Security.Principal/internal/index.d.ts +24 -1
- package/System.Text/internal/index.d.ts +41 -1
- package/System.Text.Json/internal/index.d.ts +22 -1
- package/System.Text.Json.Nodes/internal/index.d.ts +11 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +10 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +4 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +44 -2
- package/System.Threading/internal/index.d.ts +78 -0
- package/System.Threading.Channels/internal/index.d.ts +2 -0
- package/System.Threading.Tasks/internal/index.d.ts +18 -0
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +67 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +39 -0
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Input/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +143 -6
- package/System.Xml.Linq/internal/index.d.ts +32 -0
- package/System.Xml.Schema/internal/index.d.ts +25 -2
- package/System.Xml.Serialization/internal/index.d.ts +29 -4
- package/System.Xml.XPath/internal/index.d.ts +13 -2
- package/System.Xml.Xsl/internal/index.d.ts +11 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +25 -1
- package/__internal/extensions/index.d.ts +263 -263
- package/package.json +1 -1
|
@@ -102,6 +102,8 @@ export type WaitOrTimerCallback = (state: unknown, timedOut: boolean) => void;
|
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
export interface IThreadPoolWorkItem$instance {
|
|
105
|
+
readonly __tsonic_iface_System_Threading_IThreadPoolWorkItem: never;
|
|
106
|
+
|
|
105
107
|
Execute(): void;
|
|
106
108
|
}
|
|
107
109
|
|
|
@@ -109,6 +111,8 @@ export interface IThreadPoolWorkItem$instance {
|
|
|
109
111
|
export type IThreadPoolWorkItem = IThreadPoolWorkItem$instance;
|
|
110
112
|
|
|
111
113
|
export interface ITimer$instance extends IDisposable, IAsyncDisposable {
|
|
114
|
+
readonly __tsonic_iface_System_Threading_ITimer: never;
|
|
115
|
+
|
|
112
116
|
Change(dueTime: TimeSpan, period: TimeSpan): boolean;
|
|
113
117
|
Dispose(): void;
|
|
114
118
|
DisposeAsync(): ValueTask;
|
|
@@ -120,6 +124,9 @@ export interface ITimer$instance extends System_Internal.IAsyncDisposable$instan
|
|
|
120
124
|
export type ITimer = ITimer$instance;
|
|
121
125
|
|
|
122
126
|
export interface AsyncFlowControl$instance {
|
|
127
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
128
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
129
|
+
|
|
123
130
|
Dispose(): void;
|
|
124
131
|
Equals(obj: unknown): boolean;
|
|
125
132
|
Equals(obj: AsyncFlowControl): boolean;
|
|
@@ -161,6 +168,8 @@ export const AsyncLocalValueChangedArgs_1: {
|
|
|
161
168
|
export type AsyncLocalValueChangedArgs_1<T> = AsyncLocalValueChangedArgs_1$instance<T>;
|
|
162
169
|
|
|
163
170
|
export interface CancellationToken$instance {
|
|
171
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
172
|
+
|
|
164
173
|
readonly CanBeCanceled: boolean;
|
|
165
174
|
readonly IsCancellationRequested: boolean;
|
|
166
175
|
readonly WaitHandle: WaitHandle;
|
|
@@ -195,6 +204,10 @@ export type CancellationToken = CancellationToken$instance & __CancellationToken
|
|
|
195
204
|
|
|
196
205
|
|
|
197
206
|
export interface CancellationTokenRegistration$instance {
|
|
207
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
208
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
209
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
210
|
+
|
|
198
211
|
readonly Token: CancellationToken;
|
|
199
212
|
Dispose(): void;
|
|
200
213
|
DisposeAsync(): ValueTask;
|
|
@@ -237,6 +250,8 @@ export const Lock_Scope: {
|
|
|
237
250
|
export type Lock_Scope = Lock_Scope$instance;
|
|
238
251
|
|
|
239
252
|
export interface LockCookie$instance {
|
|
253
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
254
|
+
|
|
240
255
|
Equals(obj: unknown): boolean;
|
|
241
256
|
Equals(obj: LockCookie): boolean;
|
|
242
257
|
GetHashCode(): int;
|
|
@@ -327,6 +342,8 @@ export const SpinWait: {
|
|
|
327
342
|
export type SpinWait = SpinWait$instance;
|
|
328
343
|
|
|
329
344
|
export interface AbandonedMutexException$instance extends SystemException {
|
|
345
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
346
|
+
|
|
330
347
|
readonly Mutex: Mutex | undefined;
|
|
331
348
|
readonly MutexIndex: int;
|
|
332
349
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -364,6 +381,8 @@ export const AsyncLocal_1: {
|
|
|
364
381
|
export type AsyncLocal_1<T> = AsyncLocal_1$instance<T>;
|
|
365
382
|
|
|
366
383
|
export interface AutoResetEvent$instance extends EventWaitHandle$instance {
|
|
384
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
385
|
+
|
|
367
386
|
Dispose(): void;
|
|
368
387
|
Dispose(explicitDisposing: boolean): void;
|
|
369
388
|
}
|
|
@@ -382,6 +401,8 @@ export type AutoResetEvent = AutoResetEvent$instance & __AutoResetEvent$views;
|
|
|
382
401
|
|
|
383
402
|
|
|
384
403
|
export interface Barrier$instance {
|
|
404
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
405
|
+
|
|
385
406
|
CurrentPhaseNumber: long;
|
|
386
407
|
readonly ParticipantCount: int;
|
|
387
408
|
readonly ParticipantsRemaining: int;
|
|
@@ -414,6 +435,8 @@ export type Barrier = Barrier$instance & __Barrier$views;
|
|
|
414
435
|
|
|
415
436
|
|
|
416
437
|
export interface BarrierPostPhaseException$instance extends Exception {
|
|
438
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
439
|
+
|
|
417
440
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
418
441
|
}
|
|
419
442
|
|
|
@@ -434,6 +457,8 @@ export type BarrierPostPhaseException = BarrierPostPhaseException$instance & __B
|
|
|
434
457
|
|
|
435
458
|
|
|
436
459
|
export interface CancellationTokenSource$instance {
|
|
460
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
461
|
+
|
|
437
462
|
readonly IsCancellationRequested: boolean;
|
|
438
463
|
readonly Token: CancellationToken;
|
|
439
464
|
Cancel(): void;
|
|
@@ -467,6 +492,8 @@ export type CancellationTokenSource = CancellationTokenSource$instance & __Cance
|
|
|
467
492
|
|
|
468
493
|
|
|
469
494
|
export interface CompressedStack$instance {
|
|
495
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
496
|
+
|
|
470
497
|
CreateCopy(): CompressedStack;
|
|
471
498
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
472
499
|
}
|
|
@@ -489,6 +516,8 @@ export type CompressedStack = CompressedStack$instance & __CompressedStack$views
|
|
|
489
516
|
|
|
490
517
|
|
|
491
518
|
export interface CountdownEvent$instance {
|
|
519
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
520
|
+
|
|
492
521
|
readonly CurrentCount: int;
|
|
493
522
|
readonly InitialCount: int;
|
|
494
523
|
readonly IsSet: boolean;
|
|
@@ -525,6 +554,8 @@ export type CountdownEvent = CountdownEvent$instance & __CountdownEvent$views;
|
|
|
525
554
|
|
|
526
555
|
|
|
527
556
|
export interface EventWaitHandle$instance extends WaitHandle$instance {
|
|
557
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
558
|
+
|
|
528
559
|
Dispose(explicitDisposing: boolean): void;
|
|
529
560
|
Dispose(): void;
|
|
530
561
|
Reset(): boolean;
|
|
@@ -553,6 +584,9 @@ export type EventWaitHandle = EventWaitHandle$instance & __EventWaitHandle$views
|
|
|
553
584
|
|
|
554
585
|
|
|
555
586
|
export interface ExecutionContext$instance {
|
|
587
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
588
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
589
|
+
|
|
556
590
|
CreateCopy(): ExecutionContext;
|
|
557
591
|
Dispose(): void;
|
|
558
592
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -580,6 +614,8 @@ export type ExecutionContext = ExecutionContext$instance & __ExecutionContext$vi
|
|
|
580
614
|
|
|
581
615
|
|
|
582
616
|
export interface HostExecutionContext$instance {
|
|
617
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
618
|
+
|
|
583
619
|
CreateCopy(): HostExecutionContext;
|
|
584
620
|
Dispose(): void;
|
|
585
621
|
Dispose(disposing: boolean): void;
|
|
@@ -632,6 +668,8 @@ export const Lock: {
|
|
|
632
668
|
export type Lock = Lock$instance;
|
|
633
669
|
|
|
634
670
|
export interface LockRecursionException$instance extends Exception {
|
|
671
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
672
|
+
|
|
635
673
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
636
674
|
}
|
|
637
675
|
|
|
@@ -651,6 +689,8 @@ export type LockRecursionException = LockRecursionException$instance & __LockRec
|
|
|
651
689
|
|
|
652
690
|
|
|
653
691
|
export interface ManualResetEvent$instance extends EventWaitHandle$instance {
|
|
692
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
693
|
+
|
|
654
694
|
Dispose(): void;
|
|
655
695
|
Dispose(explicitDisposing: boolean): void;
|
|
656
696
|
}
|
|
@@ -669,6 +709,8 @@ export type ManualResetEvent = ManualResetEvent$instance & __ManualResetEvent$vi
|
|
|
669
709
|
|
|
670
710
|
|
|
671
711
|
export interface ManualResetEventSlim$instance {
|
|
712
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
713
|
+
|
|
672
714
|
IsSet: boolean;
|
|
673
715
|
SpinCount: int;
|
|
674
716
|
readonly WaitHandle: WaitHandle;
|
|
@@ -700,6 +742,8 @@ export type ManualResetEventSlim = ManualResetEventSlim$instance & __ManualReset
|
|
|
700
742
|
|
|
701
743
|
|
|
702
744
|
export interface Mutex$instance extends WaitHandle$instance {
|
|
745
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
746
|
+
|
|
703
747
|
Dispose(explicitDisposing: boolean): void;
|
|
704
748
|
Dispose(): void;
|
|
705
749
|
ReleaseMutex(): void;
|
|
@@ -753,6 +797,8 @@ export const Overlapped: {
|
|
|
753
797
|
export type Overlapped = Overlapped$instance;
|
|
754
798
|
|
|
755
799
|
export interface PeriodicTimer$instance {
|
|
800
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
801
|
+
|
|
756
802
|
Period: TimeSpan;
|
|
757
803
|
Dispose(): void;
|
|
758
804
|
Finalize(): void;
|
|
@@ -776,6 +822,8 @@ export type PeriodicTimer = PeriodicTimer$instance & __PeriodicTimer$views;
|
|
|
776
822
|
|
|
777
823
|
|
|
778
824
|
export interface PreAllocatedOverlapped$instance {
|
|
825
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
826
|
+
|
|
779
827
|
Dispose(): void;
|
|
780
828
|
}
|
|
781
829
|
|
|
@@ -822,6 +870,8 @@ export const ReaderWriterLock: {
|
|
|
822
870
|
export type ReaderWriterLock = ReaderWriterLock$instance;
|
|
823
871
|
|
|
824
872
|
export interface ReaderWriterLockSlim$instance {
|
|
873
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
874
|
+
|
|
825
875
|
readonly CurrentReadCount: int;
|
|
826
876
|
readonly IsReadLockHeld: boolean;
|
|
827
877
|
readonly IsUpgradeableReadLockHeld: boolean;
|
|
@@ -876,6 +926,8 @@ export const RegisteredWaitHandle: {
|
|
|
876
926
|
export type RegisteredWaitHandle = RegisteredWaitHandle$instance;
|
|
877
927
|
|
|
878
928
|
export interface Semaphore$instance extends WaitHandle$instance {
|
|
929
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
930
|
+
|
|
879
931
|
Dispose(explicitDisposing: boolean): void;
|
|
880
932
|
Dispose(): void;
|
|
881
933
|
Release(): int;
|
|
@@ -904,6 +956,8 @@ export type Semaphore = Semaphore$instance & __Semaphore$views;
|
|
|
904
956
|
|
|
905
957
|
|
|
906
958
|
export interface SemaphoreFullException$instance extends SystemException {
|
|
959
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
960
|
+
|
|
907
961
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
908
962
|
}
|
|
909
963
|
|
|
@@ -923,6 +977,8 @@ export type SemaphoreFullException = SemaphoreFullException$instance & __Semapho
|
|
|
923
977
|
|
|
924
978
|
|
|
925
979
|
export interface SemaphoreSlim$instance {
|
|
980
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
981
|
+
|
|
926
982
|
readonly AvailableWaitHandle: WaitHandle;
|
|
927
983
|
readonly CurrentCount: int;
|
|
928
984
|
Dispose(): void;
|
|
@@ -979,6 +1035,8 @@ export const SynchronizationContext: {
|
|
|
979
1035
|
export type SynchronizationContext = SynchronizationContext$instance;
|
|
980
1036
|
|
|
981
1037
|
export interface SynchronizationLockException$instance extends SystemException {
|
|
1038
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1039
|
+
|
|
982
1040
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
983
1041
|
}
|
|
984
1042
|
|
|
@@ -1092,6 +1150,8 @@ export const Thread: {
|
|
|
1092
1150
|
export type Thread = Thread$instance;
|
|
1093
1151
|
|
|
1094
1152
|
export interface ThreadAbortException$instance extends SystemException {
|
|
1153
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1154
|
+
|
|
1095
1155
|
readonly ExceptionState: unknown | undefined;
|
|
1096
1156
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1097
1157
|
}
|
|
@@ -1121,6 +1181,8 @@ export const ThreadExceptionEventArgs: {
|
|
|
1121
1181
|
export type ThreadExceptionEventArgs = ThreadExceptionEventArgs$instance;
|
|
1122
1182
|
|
|
1123
1183
|
export interface ThreadInterruptedException$instance extends SystemException {
|
|
1184
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1185
|
+
|
|
1124
1186
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1125
1187
|
}
|
|
1126
1188
|
|
|
@@ -1140,6 +1202,8 @@ export type ThreadInterruptedException = ThreadInterruptedException$instance & _
|
|
|
1140
1202
|
|
|
1141
1203
|
|
|
1142
1204
|
export interface ThreadLocal_1$instance<T> {
|
|
1205
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1206
|
+
|
|
1143
1207
|
readonly IsValueCreated: boolean;
|
|
1144
1208
|
Value: T;
|
|
1145
1209
|
readonly Values: IList_1<T>;
|
|
@@ -1166,6 +1230,8 @@ export type ThreadLocal_1<T> = ThreadLocal_1$instance<T> & __ThreadLocal_1$views
|
|
|
1166
1230
|
|
|
1167
1231
|
|
|
1168
1232
|
export interface ThreadPoolBoundHandle$instance {
|
|
1233
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1234
|
+
|
|
1169
1235
|
readonly Handle: SafeHandle;
|
|
1170
1236
|
AllocateNativeOverlapped(callback: IOCompletionCallback, state: unknown, pinData: unknown): ptr<NativeOverlapped>;
|
|
1171
1237
|
AllocateNativeOverlapped(preAllocated: PreAllocatedOverlapped): ptr<NativeOverlapped>;
|
|
@@ -1191,6 +1257,8 @@ export type ThreadPoolBoundHandle = ThreadPoolBoundHandle$instance & __ThreadPoo
|
|
|
1191
1257
|
|
|
1192
1258
|
|
|
1193
1259
|
export interface ThreadStartException$instance extends SystemException {
|
|
1260
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1261
|
+
|
|
1194
1262
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1195
1263
|
}
|
|
1196
1264
|
|
|
@@ -1207,6 +1275,8 @@ export type ThreadStartException = ThreadStartException$instance & __ThreadStart
|
|
|
1207
1275
|
|
|
1208
1276
|
|
|
1209
1277
|
export interface ThreadStateException$instance extends SystemException {
|
|
1278
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1279
|
+
|
|
1210
1280
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1211
1281
|
}
|
|
1212
1282
|
|
|
@@ -1226,6 +1296,10 @@ export type ThreadStateException = ThreadStateException$instance & __ThreadState
|
|
|
1226
1296
|
|
|
1227
1297
|
|
|
1228
1298
|
export interface Timer$instance extends MarshalByRefObject {
|
|
1299
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
1300
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1301
|
+
readonly __tsonic_iface_System_Threading_ITimer: never;
|
|
1302
|
+
|
|
1229
1303
|
Change(dueTime: int, period: int): boolean;
|
|
1230
1304
|
Change(dueTime: TimeSpan, period: TimeSpan): boolean;
|
|
1231
1305
|
Change(dueTime: uint, period: uint): boolean;
|
|
@@ -1256,6 +1330,8 @@ export type Timer = Timer$instance & __Timer$views;
|
|
|
1256
1330
|
|
|
1257
1331
|
|
|
1258
1332
|
export interface WaitHandle$instance extends MarshalByRefObject {
|
|
1333
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1334
|
+
|
|
1259
1335
|
Handle: nint;
|
|
1260
1336
|
SafeWaitHandle: SafeWaitHandle;
|
|
1261
1337
|
Close(): void;
|
|
@@ -1296,6 +1372,8 @@ export type WaitHandle = WaitHandle$instance & __WaitHandle$views;
|
|
|
1296
1372
|
|
|
1297
1373
|
|
|
1298
1374
|
export interface WaitHandleCannotBeOpenedException$instance extends ApplicationException {
|
|
1375
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1376
|
+
|
|
1299
1377
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1300
1378
|
}
|
|
1301
1379
|
|
|
@@ -63,6 +63,8 @@ export const Channel_2: (abstract new<TWrite, TRead>() => Channel_2<TWrite, TRea
|
|
|
63
63
|
export type Channel_2<TWrite, TRead> = Channel_2$instance<TWrite, TRead>;
|
|
64
64
|
|
|
65
65
|
export interface ChannelClosedException$instance extends InvalidOperationException {
|
|
66
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
67
|
+
|
|
66
68
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
67
69
|
}
|
|
68
70
|
|
|
@@ -83,6 +83,8 @@ export const ParallelLoopResult: {
|
|
|
83
83
|
export type ParallelLoopResult = ParallelLoopResult$instance;
|
|
84
84
|
|
|
85
85
|
export interface ValueTask$instance {
|
|
86
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
87
|
+
|
|
86
88
|
readonly IsCanceled: boolean;
|
|
87
89
|
readonly IsCompleted: boolean;
|
|
88
90
|
readonly IsCompletedSuccessfully: boolean;
|
|
@@ -94,6 +96,7 @@ export interface ValueTask$instance {
|
|
|
94
96
|
GetAwaiter(): ValueTaskAwaiter;
|
|
95
97
|
GetHashCode(): int;
|
|
96
98
|
Preserve(): ValueTask;
|
|
99
|
+
then<TResult1 = void, TResult2 = never>(onfulfilled?: ((value: void) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
97
100
|
}
|
|
98
101
|
|
|
99
102
|
|
|
@@ -120,6 +123,8 @@ export type ValueTask = ValueTask$instance & __ValueTask$views;
|
|
|
120
123
|
|
|
121
124
|
|
|
122
125
|
export interface ValueTask_1$instance<TResult> {
|
|
126
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
127
|
+
|
|
123
128
|
readonly IsCanceled: boolean;
|
|
124
129
|
readonly IsCompleted: boolean;
|
|
125
130
|
readonly IsCompletedSuccessfully: boolean;
|
|
@@ -133,6 +138,7 @@ export interface ValueTask_1$instance<TResult> {
|
|
|
133
138
|
GetHashCode(): int;
|
|
134
139
|
Preserve(): ValueTask_1<TResult>;
|
|
135
140
|
ToString(): string | undefined;
|
|
141
|
+
then<TResult1 = TResult, TResult2 = never>(onfulfilled?: ((value: TResult) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
136
142
|
}
|
|
137
143
|
|
|
138
144
|
|
|
@@ -203,6 +209,9 @@ export const ParallelOptions: {
|
|
|
203
209
|
export type ParallelOptions = ParallelOptions$instance;
|
|
204
210
|
|
|
205
211
|
export interface Task$instance {
|
|
212
|
+
readonly __tsonic_iface_System_IAsyncResult: never;
|
|
213
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
214
|
+
|
|
206
215
|
readonly AsyncState: unknown | undefined;
|
|
207
216
|
readonly CreationOptions: TaskCreationOptions;
|
|
208
217
|
readonly Exception: AggregateException | undefined;
|
|
@@ -252,6 +261,7 @@ export interface Task$instance {
|
|
|
252
261
|
WaitAsync(timeout: TimeSpan, timeProvider: TimeProvider): Task;
|
|
253
262
|
WaitAsync(timeout: TimeSpan, cancellationToken: CancellationToken): Task;
|
|
254
263
|
WaitAsync(timeout: TimeSpan, timeProvider: TimeProvider, cancellationToken: CancellationToken): Task;
|
|
264
|
+
then<TResult1 = void, TResult2 = never>(onfulfilled?: ((value: void) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
255
265
|
}
|
|
256
266
|
|
|
257
267
|
|
|
@@ -331,6 +341,9 @@ export type Task = Task$instance & __Task$views;
|
|
|
331
341
|
|
|
332
342
|
|
|
333
343
|
export interface Task_1$instance<TResult> extends Task$instance {
|
|
344
|
+
readonly __tsonic_iface_System_IAsyncResult: never;
|
|
345
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
346
|
+
|
|
334
347
|
readonly Result: TResult;
|
|
335
348
|
ConfigureAwait(options: ConfigureAwaitOptions): ConfiguredTaskAwaitable_1<TResult>;
|
|
336
349
|
ConfigureAwait(continueOnCapturedContext: boolean): ConfiguredTaskAwaitable;
|
|
@@ -375,6 +388,7 @@ export interface Task_1$instance<TResult> extends Task$instance {
|
|
|
375
388
|
WaitAsync(timeout: TimeSpan, timeProvider: TimeProvider): Task;
|
|
376
389
|
WaitAsync(timeout: TimeSpan, cancellationToken: CancellationToken): Task;
|
|
377
390
|
WaitAsync(timeout: TimeSpan, timeProvider: TimeProvider, cancellationToken: CancellationToken): Task;
|
|
391
|
+
then<TResult1 = TResult, TResult2 = never>(onfulfilled?: ((value: TResult) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
378
392
|
}
|
|
379
393
|
|
|
380
394
|
|
|
@@ -401,6 +415,8 @@ export type Task_1<TResult> = Task_1$instance<TResult> & __Task_1$views<TResult>
|
|
|
401
415
|
|
|
402
416
|
|
|
403
417
|
export interface TaskCanceledException$instance extends OperationCanceledException {
|
|
418
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
419
|
+
|
|
404
420
|
readonly Task: Task | undefined;
|
|
405
421
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
406
422
|
}
|
|
@@ -639,6 +655,8 @@ export const TaskScheduler: (abstract new() => TaskScheduler) & {
|
|
|
639
655
|
export type TaskScheduler = TaskScheduler$instance;
|
|
640
656
|
|
|
641
657
|
export interface TaskSchedulerException$instance extends Exception {
|
|
658
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
659
|
+
|
|
642
660
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
643
661
|
}
|
|
644
662
|
|
|
@@ -26,6 +26,8 @@ export enum DataflowMessageStatus {
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
export interface IDataflowBlock$instance {
|
|
29
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
|
|
30
|
+
|
|
29
31
|
readonly Completion: Task;
|
|
30
32
|
Complete(): void;
|
|
31
33
|
Fault(exception: Exception): void;
|
|
@@ -35,6 +37,8 @@ export interface IDataflowBlock$instance {
|
|
|
35
37
|
export type IDataflowBlock = IDataflowBlock$instance;
|
|
36
38
|
|
|
37
39
|
export interface IPropagatorBlock_2$instance<TInput, TOutput> extends ITargetBlock_1<TInput>, IDataflowBlock, ISourceBlock_1<TOutput> {
|
|
40
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IPropagatorBlock_2: never;
|
|
41
|
+
|
|
38
42
|
readonly Completion: Task;
|
|
39
43
|
Complete(): void;
|
|
40
44
|
ConsumeMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>, messageConsumed: boolean): TOutput | undefined;
|
|
@@ -50,6 +54,8 @@ export interface IPropagatorBlock_2$instance<TInput, TOutput> extends ITargetBlo
|
|
|
50
54
|
export type IPropagatorBlock_2<TInput, TOutput> = IPropagatorBlock_2$instance<TInput, TOutput>;
|
|
51
55
|
|
|
52
56
|
export interface IReceivableSourceBlock_1$instance<TOutput> extends ISourceBlock_1<TOutput>, IDataflowBlock {
|
|
57
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
|
|
58
|
+
|
|
53
59
|
readonly Completion: Task;
|
|
54
60
|
Complete(): void;
|
|
55
61
|
ConsumeMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>, messageConsumed: boolean): TOutput | undefined;
|
|
@@ -66,6 +72,8 @@ export interface IReceivableSourceBlock_1$instance<TOutput> extends ISourceBlock
|
|
|
66
72
|
export type IReceivableSourceBlock_1<TOutput> = IReceivableSourceBlock_1$instance<TOutput>;
|
|
67
73
|
|
|
68
74
|
export interface ISourceBlock_1$instance<TOutput> extends IDataflowBlock {
|
|
75
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
|
|
76
|
+
|
|
69
77
|
readonly Completion: Task;
|
|
70
78
|
Complete(): void;
|
|
71
79
|
ConsumeMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>, messageConsumed: boolean): TOutput | undefined;
|
|
@@ -81,6 +89,8 @@ export interface ISourceBlock_1$instance<TOutput> extends IDataflowBlock$instanc
|
|
|
81
89
|
export type ISourceBlock_1<TOutput> = ISourceBlock_1$instance<TOutput>;
|
|
82
90
|
|
|
83
91
|
export interface ITargetBlock_1$instance<TInput> extends IDataflowBlock {
|
|
92
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ITargetBlock_1: never;
|
|
93
|
+
|
|
84
94
|
readonly Completion: Task;
|
|
85
95
|
Complete(): void;
|
|
86
96
|
Fault(exception: Exception): void;
|
|
@@ -93,6 +103,8 @@ export interface ITargetBlock_1$instance<TInput> extends IDataflowBlock$instance
|
|
|
93
103
|
export type ITargetBlock_1<TInput> = ITargetBlock_1$instance<TInput>;
|
|
94
104
|
|
|
95
105
|
export interface DataflowMessageHeader$instance {
|
|
106
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
107
|
+
|
|
96
108
|
readonly Id: long;
|
|
97
109
|
readonly IsValid: boolean;
|
|
98
110
|
Equals(other: DataflowMessageHeader): boolean;
|
|
@@ -117,6 +129,9 @@ export type DataflowMessageHeader = DataflowMessageHeader$instance & __DataflowM
|
|
|
117
129
|
|
|
118
130
|
|
|
119
131
|
export interface ActionBlock_1$instance<TInput> {
|
|
132
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
|
|
133
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ITargetBlock_1: never;
|
|
134
|
+
|
|
120
135
|
readonly Completion: Task;
|
|
121
136
|
readonly InputCount: int;
|
|
122
137
|
Complete(): void;
|
|
@@ -142,6 +157,12 @@ export type ActionBlock_1<TInput> = ActionBlock_1$instance<TInput> & __ActionBlo
|
|
|
142
157
|
|
|
143
158
|
|
|
144
159
|
export interface BatchBlock_1$instance<T> {
|
|
160
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
|
|
161
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IPropagatorBlock_2: never;
|
|
162
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
|
|
163
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
|
|
164
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ITargetBlock_1: never;
|
|
165
|
+
|
|
145
166
|
readonly BatchSize: int;
|
|
146
167
|
readonly Completion: Task;
|
|
147
168
|
readonly OutputCount: int;
|
|
@@ -171,6 +192,10 @@ export type BatchBlock_1<T> = BatchBlock_1$instance<T> & __BatchBlock_1$views<T>
|
|
|
171
192
|
|
|
172
193
|
|
|
173
194
|
export interface BatchedJoinBlock_2$instance<T1, T2> {
|
|
195
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
|
|
196
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
|
|
197
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
|
|
198
|
+
|
|
174
199
|
readonly BatchSize: int;
|
|
175
200
|
readonly Completion: Task;
|
|
176
201
|
readonly OutputCount: int;
|
|
@@ -200,6 +225,10 @@ export type BatchedJoinBlock_2<T1, T2> = BatchedJoinBlock_2$instance<T1, T2> & _
|
|
|
200
225
|
|
|
201
226
|
|
|
202
227
|
export interface BatchedJoinBlock_3$instance<T1, T2, T3> {
|
|
228
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
|
|
229
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
|
|
230
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
|
|
231
|
+
|
|
203
232
|
readonly BatchSize: int;
|
|
204
233
|
readonly Completion: Task;
|
|
205
234
|
readonly OutputCount: int;
|
|
@@ -230,6 +259,12 @@ export type BatchedJoinBlock_3<T1, T2, T3> = BatchedJoinBlock_3$instance<T1, T2,
|
|
|
230
259
|
|
|
231
260
|
|
|
232
261
|
export interface BroadcastBlock_1$instance<T> {
|
|
262
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
|
|
263
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IPropagatorBlock_2: never;
|
|
264
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
|
|
265
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
|
|
266
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ITargetBlock_1: never;
|
|
267
|
+
|
|
233
268
|
readonly Completion: Task;
|
|
234
269
|
Complete(): void;
|
|
235
270
|
LinkTo(target: ITargetBlock_1<T>, linkOptions: DataflowLinkOptions): IDisposable;
|
|
@@ -255,6 +290,12 @@ export type BroadcastBlock_1<T> = BroadcastBlock_1$instance<T> & __BroadcastBloc
|
|
|
255
290
|
|
|
256
291
|
|
|
257
292
|
export interface BufferBlock_1$instance<T> {
|
|
293
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
|
|
294
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IPropagatorBlock_2: never;
|
|
295
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
|
|
296
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
|
|
297
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ITargetBlock_1: never;
|
|
298
|
+
|
|
258
299
|
readonly Completion: Task;
|
|
259
300
|
readonly Count: int;
|
|
260
301
|
Complete(): void;
|
|
@@ -340,6 +381,10 @@ export const GroupingDataflowBlockOptions: {
|
|
|
340
381
|
export type GroupingDataflowBlockOptions = GroupingDataflowBlockOptions$instance;
|
|
341
382
|
|
|
342
383
|
export interface JoinBlock_2$instance<T1, T2> {
|
|
384
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
|
|
385
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
|
|
386
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
|
|
387
|
+
|
|
343
388
|
readonly Completion: Task;
|
|
344
389
|
readonly OutputCount: int;
|
|
345
390
|
readonly Target1: ITargetBlock_1<T1>;
|
|
@@ -368,6 +413,10 @@ export type JoinBlock_2<T1, T2> = JoinBlock_2$instance<T1, T2> & __JoinBlock_2$v
|
|
|
368
413
|
|
|
369
414
|
|
|
370
415
|
export interface JoinBlock_3$instance<T1, T2, T3> {
|
|
416
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
|
|
417
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
|
|
418
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
|
|
419
|
+
|
|
371
420
|
readonly Completion: Task;
|
|
372
421
|
readonly OutputCount: int;
|
|
373
422
|
readonly Target1: ITargetBlock_1<T1>;
|
|
@@ -397,6 +446,12 @@ export type JoinBlock_3<T1, T2, T3> = JoinBlock_3$instance<T1, T2, T3> & __JoinB
|
|
|
397
446
|
|
|
398
447
|
|
|
399
448
|
export interface TransformBlock_2$instance<TInput, TOutput> {
|
|
449
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
|
|
450
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IPropagatorBlock_2: never;
|
|
451
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
|
|
452
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
|
|
453
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ITargetBlock_1: never;
|
|
454
|
+
|
|
400
455
|
readonly Completion: Task;
|
|
401
456
|
readonly InputCount: int;
|
|
402
457
|
readonly OutputCount: int;
|
|
@@ -425,6 +480,12 @@ export type TransformBlock_2<TInput, TOutput> = TransformBlock_2$instance<TInput
|
|
|
425
480
|
|
|
426
481
|
|
|
427
482
|
export interface TransformManyBlock_2$instance<TInput, TOutput> {
|
|
483
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
|
|
484
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IPropagatorBlock_2: never;
|
|
485
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
|
|
486
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
|
|
487
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ITargetBlock_1: never;
|
|
488
|
+
|
|
428
489
|
readonly Completion: Task;
|
|
429
490
|
readonly InputCount: int;
|
|
430
491
|
readonly OutputCount: int;
|
|
@@ -453,6 +514,12 @@ export type TransformManyBlock_2<TInput, TOutput> = TransformManyBlock_2$instanc
|
|
|
453
514
|
|
|
454
515
|
|
|
455
516
|
export interface WriteOnceBlock_1$instance<T> {
|
|
517
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
|
|
518
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IPropagatorBlock_2: never;
|
|
519
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
|
|
520
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
|
|
521
|
+
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ITargetBlock_1: never;
|
|
522
|
+
|
|
456
523
|
readonly Completion: Task;
|
|
457
524
|
Complete(): void;
|
|
458
525
|
LinkTo(target: ITargetBlock_1<T>, linkOptions: DataflowLinkOptions): IDisposable;
|
|
@@ -25,6 +25,8 @@ export enum ValueTaskSourceStatus {
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
export interface IValueTaskSource$instance {
|
|
28
|
+
readonly __tsonic_iface_System_Threading_Tasks_Sources_IValueTaskSource: never;
|
|
29
|
+
|
|
28
30
|
GetResult(token: short): void;
|
|
29
31
|
GetStatus(token: short): ValueTaskSourceStatus;
|
|
30
32
|
OnCompleted(continuation: Action_1<unknown>, state: unknown, token: short, flags: ValueTaskSourceOnCompletedFlags): void;
|
|
@@ -34,6 +36,8 @@ export interface IValueTaskSource$instance {
|
|
|
34
36
|
export type IValueTaskSource = IValueTaskSource$instance;
|
|
35
37
|
|
|
36
38
|
export interface IValueTaskSource_1$instance<TResult> {
|
|
39
|
+
readonly __tsonic_iface_System_Threading_Tasks_Sources_IValueTaskSource_1: never;
|
|
40
|
+
|
|
37
41
|
GetResult(token: short): TResult;
|
|
38
42
|
GetStatus(token: short): ValueTaskSourceStatus;
|
|
39
43
|
OnCompleted(continuation: Action_1<unknown>, state: unknown, token: short, flags: ValueTaskSourceOnCompletedFlags): void;
|
|
@@ -30,6 +30,10 @@ export const ElapsedEventArgs: {
|
|
|
30
30
|
export type ElapsedEventArgs = ElapsedEventArgs$instance;
|
|
31
31
|
|
|
32
32
|
export interface Timer$instance extends Component {
|
|
33
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
34
|
+
readonly __tsonic_iface_System_ComponentModel_ISupportInitialize: never;
|
|
35
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
36
|
+
|
|
33
37
|
AutoReset: boolean;
|
|
34
38
|
Enabled: boolean;
|
|
35
39
|
Interval: double;
|