@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
|
@@ -70,6 +70,8 @@ export enum TaskStatus {
|
|
|
70
70
|
|
|
71
71
|
|
|
72
72
|
export interface ParallelLoopResult$instance {
|
|
73
|
+
readonly __tsonic_type_System_Threading_Tasks_ParallelLoopResult: never;
|
|
74
|
+
|
|
73
75
|
readonly IsCompleted: boolean;
|
|
74
76
|
readonly LowestBreakIteration: Nullable_1<System_Internal.Int64>;
|
|
75
77
|
}
|
|
@@ -83,6 +85,8 @@ export const ParallelLoopResult: {
|
|
|
83
85
|
export type ParallelLoopResult = ParallelLoopResult$instance;
|
|
84
86
|
|
|
85
87
|
export interface ValueTask$instance {
|
|
88
|
+
readonly __tsonic_type_System_Threading_Tasks_ValueTask: never;
|
|
89
|
+
|
|
86
90
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
87
91
|
|
|
88
92
|
readonly IsCanceled: boolean;
|
|
@@ -96,7 +100,6 @@ export interface ValueTask$instance {
|
|
|
96
100
|
GetAwaiter(): ValueTaskAwaiter;
|
|
97
101
|
GetHashCode(): int;
|
|
98
102
|
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>;
|
|
100
103
|
}
|
|
101
104
|
|
|
102
105
|
|
|
@@ -119,10 +122,15 @@ export interface __ValueTask$views {
|
|
|
119
122
|
Equals(other: ValueTask): boolean;
|
|
120
123
|
}
|
|
121
124
|
|
|
122
|
-
export type ValueTask = ValueTask$instance & __ValueTask$views
|
|
125
|
+
export type ValueTask = ValueTask$instance & __ValueTask$views & {
|
|
126
|
+
then<TResult1 = void, TResult2 = never>(onfulfilled?: ((value: void) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
127
|
+
then<TResult1 = unknown, TResult2 = never>(onfulfilled?: ((value: unknown) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
128
|
+
};
|
|
123
129
|
|
|
124
130
|
|
|
125
131
|
export interface ValueTask_1$instance<TResult> {
|
|
132
|
+
readonly __tsonic_type_System_Threading_Tasks_ValueTask_1: never;
|
|
133
|
+
|
|
126
134
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
127
135
|
|
|
128
136
|
readonly IsCanceled: boolean;
|
|
@@ -138,7 +146,6 @@ export interface ValueTask_1$instance<TResult> {
|
|
|
138
146
|
GetHashCode(): int;
|
|
139
147
|
Preserve(): ValueTask_1<TResult>;
|
|
140
148
|
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>;
|
|
142
149
|
}
|
|
143
150
|
|
|
144
151
|
|
|
@@ -156,10 +163,15 @@ export interface __ValueTask_1$views<TResult> {
|
|
|
156
163
|
Equals(other: ValueTask_1<TResult>): boolean;
|
|
157
164
|
}
|
|
158
165
|
|
|
159
|
-
export type ValueTask_1<TResult> = ValueTask_1$instance<TResult> & __ValueTask_1$views<TResult
|
|
166
|
+
export type ValueTask_1<TResult> = ValueTask_1$instance<TResult> & __ValueTask_1$views<TResult> & {
|
|
167
|
+
then<TResult1 = TResult, TResult2 = never>(onfulfilled?: ((value: TResult) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
168
|
+
then<TResult1 = unknown, TResult2 = never>(onfulfilled?: ((value: unknown) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
169
|
+
};
|
|
160
170
|
|
|
161
171
|
|
|
162
172
|
export interface ConcurrentExclusiveSchedulerPair$instance {
|
|
173
|
+
readonly __tsonic_type_System_Threading_Tasks_ConcurrentExclusiveSchedulerPair: never;
|
|
174
|
+
|
|
163
175
|
readonly Completion: Task;
|
|
164
176
|
readonly ConcurrentScheduler: TaskScheduler;
|
|
165
177
|
readonly ExclusiveScheduler: TaskScheduler;
|
|
@@ -178,6 +190,8 @@ export const ConcurrentExclusiveSchedulerPair: {
|
|
|
178
190
|
export type ConcurrentExclusiveSchedulerPair = ConcurrentExclusiveSchedulerPair$instance;
|
|
179
191
|
|
|
180
192
|
export interface ParallelLoopState$instance {
|
|
193
|
+
readonly __tsonic_type_System_Threading_Tasks_ParallelLoopState: never;
|
|
194
|
+
|
|
181
195
|
readonly IsExceptional: boolean;
|
|
182
196
|
readonly IsStopped: boolean;
|
|
183
197
|
readonly LowestBreakIteration: Nullable_1<System_Internal.Int64>;
|
|
@@ -194,6 +208,8 @@ export const ParallelLoopState: {
|
|
|
194
208
|
export type ParallelLoopState = ParallelLoopState$instance;
|
|
195
209
|
|
|
196
210
|
export interface ParallelOptions$instance {
|
|
211
|
+
readonly __tsonic_type_System_Threading_Tasks_ParallelOptions: never;
|
|
212
|
+
|
|
197
213
|
CancellationToken: CancellationToken;
|
|
198
214
|
MaxDegreeOfParallelism: int;
|
|
199
215
|
get TaskScheduler(): TaskScheduler | undefined;
|
|
@@ -208,7 +224,9 @@ export const ParallelOptions: {
|
|
|
208
224
|
|
|
209
225
|
export type ParallelOptions = ParallelOptions$instance;
|
|
210
226
|
|
|
211
|
-
export interface Task$instance {
|
|
227
|
+
export interface Task$instance extends System_Internal.IAsyncResult$instance {
|
|
228
|
+
readonly __tsonic_type_System_Threading_Tasks_Task: never;
|
|
229
|
+
|
|
212
230
|
readonly __tsonic_iface_System_IAsyncResult: never;
|
|
213
231
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
214
232
|
|
|
@@ -261,7 +279,6 @@ export interface Task$instance {
|
|
|
261
279
|
WaitAsync(timeout: TimeSpan, timeProvider: TimeProvider): Task;
|
|
262
280
|
WaitAsync(timeout: TimeSpan, cancellationToken: CancellationToken): Task;
|
|
263
281
|
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>;
|
|
265
282
|
}
|
|
266
283
|
|
|
267
284
|
|
|
@@ -335,12 +352,15 @@ export interface __Task$views {
|
|
|
335
352
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
336
353
|
}
|
|
337
354
|
|
|
338
|
-
export
|
|
355
|
+
export type Task = Task$instance & __Task$views & {
|
|
356
|
+
then<TResult1 = void, TResult2 = never>(onfulfilled?: ((value: void) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
357
|
+
then<TResult1 = unknown, TResult2 = never>(onfulfilled?: ((value: unknown) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
358
|
+
};
|
|
339
359
|
|
|
340
|
-
export type Task = Task$instance & __Task$views;
|
|
341
360
|
|
|
361
|
+
export interface Task_1$instance<TResult> extends Task$instance, System_Internal.IAsyncResult$instance {
|
|
362
|
+
readonly __tsonic_type_System_Threading_Tasks_Task_1: never;
|
|
342
363
|
|
|
343
|
-
export interface Task_1$instance<TResult> extends Task$instance {
|
|
344
364
|
readonly __tsonic_iface_System_IAsyncResult: never;
|
|
345
365
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
346
366
|
|
|
@@ -388,7 +408,6 @@ export interface Task_1$instance<TResult> extends Task$instance {
|
|
|
388
408
|
WaitAsync(timeout: TimeSpan, timeProvider: TimeProvider): Task;
|
|
389
409
|
WaitAsync(timeout: TimeSpan, cancellationToken: CancellationToken): Task;
|
|
390
410
|
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>;
|
|
392
411
|
}
|
|
393
412
|
|
|
394
413
|
|
|
@@ -409,12 +428,15 @@ export interface __Task_1$views<TResult> {
|
|
|
409
428
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
410
429
|
}
|
|
411
430
|
|
|
412
|
-
export
|
|
413
|
-
|
|
414
|
-
|
|
431
|
+
export type Task_1<TResult> = Task_1$instance<TResult> & __Task_1$views<TResult> & {
|
|
432
|
+
then<TResult1 = TResult, TResult2 = never>(onfulfilled?: ((value: TResult) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
433
|
+
then<TResult1 = unknown, TResult2 = never>(onfulfilled?: ((value: unknown) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;
|
|
434
|
+
};
|
|
415
435
|
|
|
416
436
|
|
|
417
437
|
export interface TaskCanceledException$instance extends OperationCanceledException {
|
|
438
|
+
readonly __tsonic_type_System_Threading_Tasks_TaskCanceledException: never;
|
|
439
|
+
|
|
418
440
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
419
441
|
|
|
420
442
|
readonly Task: Task | undefined;
|
|
@@ -439,6 +461,8 @@ export type TaskCanceledException = TaskCanceledException$instance & __TaskCance
|
|
|
439
461
|
|
|
440
462
|
|
|
441
463
|
export interface TaskCompletionSource$instance {
|
|
464
|
+
readonly __tsonic_type_System_Threading_Tasks_TaskCompletionSource: never;
|
|
465
|
+
|
|
442
466
|
readonly Task: Task;
|
|
443
467
|
SetCanceled(): void;
|
|
444
468
|
SetCanceled(cancellationToken: CancellationToken): void;
|
|
@@ -466,6 +490,8 @@ export const TaskCompletionSource: {
|
|
|
466
490
|
export type TaskCompletionSource = TaskCompletionSource$instance;
|
|
467
491
|
|
|
468
492
|
export interface TaskCompletionSource_1$instance<TResult> {
|
|
493
|
+
readonly __tsonic_type_System_Threading_Tasks_TaskCompletionSource_1: never;
|
|
494
|
+
|
|
469
495
|
readonly Task: Task_1<TResult>;
|
|
470
496
|
SetCanceled(): void;
|
|
471
497
|
SetCanceled(cancellationToken: CancellationToken): void;
|
|
@@ -493,6 +519,8 @@ export const TaskCompletionSource_1: {
|
|
|
493
519
|
export type TaskCompletionSource_1<TResult> = TaskCompletionSource_1$instance<TResult>;
|
|
494
520
|
|
|
495
521
|
export interface TaskFactory$instance {
|
|
522
|
+
readonly __tsonic_type_System_Threading_Tasks_TaskFactory: never;
|
|
523
|
+
|
|
496
524
|
readonly CancellationToken: CancellationToken;
|
|
497
525
|
readonly ContinuationOptions: TaskContinuationOptions;
|
|
498
526
|
readonly CreationOptions: TaskCreationOptions;
|
|
@@ -582,6 +610,8 @@ export const TaskFactory: {
|
|
|
582
610
|
export type TaskFactory = TaskFactory$instance;
|
|
583
611
|
|
|
584
612
|
export interface TaskFactory_1$instance<TResult> {
|
|
613
|
+
readonly __tsonic_type_System_Threading_Tasks_TaskFactory_1: never;
|
|
614
|
+
|
|
585
615
|
readonly CancellationToken: CancellationToken;
|
|
586
616
|
readonly ContinuationOptions: TaskContinuationOptions;
|
|
587
617
|
readonly CreationOptions: TaskCreationOptions;
|
|
@@ -636,6 +666,8 @@ export const TaskFactory_1: {
|
|
|
636
666
|
export type TaskFactory_1<TResult> = TaskFactory_1$instance<TResult>;
|
|
637
667
|
|
|
638
668
|
export interface TaskScheduler$instance {
|
|
669
|
+
readonly __tsonic_type_System_Threading_Tasks_TaskScheduler: never;
|
|
670
|
+
|
|
639
671
|
readonly Id: int;
|
|
640
672
|
readonly MaximumConcurrencyLevel: int;
|
|
641
673
|
GetScheduledTasks(): IEnumerable_1<Task> | undefined;
|
|
@@ -655,6 +687,8 @@ export const TaskScheduler: (abstract new() => TaskScheduler) & {
|
|
|
655
687
|
export type TaskScheduler = TaskScheduler$instance;
|
|
656
688
|
|
|
657
689
|
export interface TaskSchedulerException$instance extends Exception {
|
|
690
|
+
readonly __tsonic_type_System_Threading_Tasks_TaskSchedulerException: never;
|
|
691
|
+
|
|
658
692
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
659
693
|
|
|
660
694
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -677,6 +711,8 @@ export type TaskSchedulerException = TaskSchedulerException$instance & __TaskSch
|
|
|
677
711
|
|
|
678
712
|
|
|
679
713
|
export interface UnobservedTaskExceptionEventArgs$instance extends EventArgs {
|
|
714
|
+
readonly __tsonic_type_System_Threading_Tasks_UnobservedTaskExceptionEventArgs: never;
|
|
715
|
+
|
|
680
716
|
readonly Exception: AggregateException;
|
|
681
717
|
readonly Observed: boolean;
|
|
682
718
|
SetObserved(): void;
|
|
@@ -103,6 +103,8 @@ export interface ITargetBlock_1$instance<TInput> extends IDataflowBlock$instance
|
|
|
103
103
|
export type ITargetBlock_1<TInput> = ITargetBlock_1$instance<TInput>;
|
|
104
104
|
|
|
105
105
|
export interface DataflowMessageHeader$instance {
|
|
106
|
+
readonly __tsonic_type_System_Threading_Tasks_Dataflow_DataflowMessageHeader: never;
|
|
107
|
+
|
|
106
108
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
107
109
|
|
|
108
110
|
readonly Id: long;
|
|
@@ -129,6 +131,8 @@ export type DataflowMessageHeader = DataflowMessageHeader$instance & __DataflowM
|
|
|
129
131
|
|
|
130
132
|
|
|
131
133
|
export interface ActionBlock_1$instance<TInput> {
|
|
134
|
+
readonly __tsonic_type_System_Threading_Tasks_Dataflow_ActionBlock_1: never;
|
|
135
|
+
|
|
132
136
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
|
|
133
137
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ITargetBlock_1: never;
|
|
134
138
|
|
|
@@ -157,6 +161,8 @@ export type ActionBlock_1<TInput> = ActionBlock_1$instance<TInput> & __ActionBlo
|
|
|
157
161
|
|
|
158
162
|
|
|
159
163
|
export interface BatchBlock_1$instance<T> {
|
|
164
|
+
readonly __tsonic_type_System_Threading_Tasks_Dataflow_BatchBlock_1: never;
|
|
165
|
+
|
|
160
166
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
|
|
161
167
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IPropagatorBlock_2: never;
|
|
162
168
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
|
|
@@ -192,6 +198,8 @@ export type BatchBlock_1<T> = BatchBlock_1$instance<T> & __BatchBlock_1$views<T>
|
|
|
192
198
|
|
|
193
199
|
|
|
194
200
|
export interface BatchedJoinBlock_2$instance<T1, T2> {
|
|
201
|
+
readonly __tsonic_type_System_Threading_Tasks_Dataflow_BatchedJoinBlock_2: never;
|
|
202
|
+
|
|
195
203
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
|
|
196
204
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
|
|
197
205
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
|
|
@@ -225,6 +233,8 @@ export type BatchedJoinBlock_2<T1, T2> = BatchedJoinBlock_2$instance<T1, T2> & _
|
|
|
225
233
|
|
|
226
234
|
|
|
227
235
|
export interface BatchedJoinBlock_3$instance<T1, T2, T3> {
|
|
236
|
+
readonly __tsonic_type_System_Threading_Tasks_Dataflow_BatchedJoinBlock_3: never;
|
|
237
|
+
|
|
228
238
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
|
|
229
239
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
|
|
230
240
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
|
|
@@ -259,6 +269,8 @@ export type BatchedJoinBlock_3<T1, T2, T3> = BatchedJoinBlock_3$instance<T1, T2,
|
|
|
259
269
|
|
|
260
270
|
|
|
261
271
|
export interface BroadcastBlock_1$instance<T> {
|
|
272
|
+
readonly __tsonic_type_System_Threading_Tasks_Dataflow_BroadcastBlock_1: never;
|
|
273
|
+
|
|
262
274
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
|
|
263
275
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IPropagatorBlock_2: never;
|
|
264
276
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
|
|
@@ -290,6 +302,8 @@ export type BroadcastBlock_1<T> = BroadcastBlock_1$instance<T> & __BroadcastBloc
|
|
|
290
302
|
|
|
291
303
|
|
|
292
304
|
export interface BufferBlock_1$instance<T> {
|
|
305
|
+
readonly __tsonic_type_System_Threading_Tasks_Dataflow_BufferBlock_1: never;
|
|
306
|
+
|
|
293
307
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
|
|
294
308
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IPropagatorBlock_2: never;
|
|
295
309
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
|
|
@@ -323,6 +337,8 @@ export type BufferBlock_1<T> = BufferBlock_1$instance<T> & __BufferBlock_1$views
|
|
|
323
337
|
|
|
324
338
|
|
|
325
339
|
export interface DataflowBlockOptions$instance {
|
|
340
|
+
readonly __tsonic_type_System_Threading_Tasks_Dataflow_DataflowBlockOptions: never;
|
|
341
|
+
|
|
326
342
|
BoundedCapacity: int;
|
|
327
343
|
CancellationToken: CancellationToken;
|
|
328
344
|
EnsureOrdered: boolean;
|
|
@@ -341,6 +357,8 @@ export const DataflowBlockOptions: {
|
|
|
341
357
|
export type DataflowBlockOptions = DataflowBlockOptions$instance;
|
|
342
358
|
|
|
343
359
|
export interface DataflowLinkOptions$instance {
|
|
360
|
+
readonly __tsonic_type_System_Threading_Tasks_Dataflow_DataflowLinkOptions: never;
|
|
361
|
+
|
|
344
362
|
Append: boolean;
|
|
345
363
|
MaxMessages: int;
|
|
346
364
|
PropagateCompletion: boolean;
|
|
@@ -355,6 +373,8 @@ export const DataflowLinkOptions: {
|
|
|
355
373
|
export type DataflowLinkOptions = DataflowLinkOptions$instance;
|
|
356
374
|
|
|
357
375
|
export interface ExecutionDataflowBlockOptions$instance extends DataflowBlockOptions {
|
|
376
|
+
readonly __tsonic_type_System_Threading_Tasks_Dataflow_ExecutionDataflowBlockOptions: never;
|
|
377
|
+
|
|
358
378
|
MaxDegreeOfParallelism: int;
|
|
359
379
|
SingleProducerConstrained: boolean;
|
|
360
380
|
}
|
|
@@ -368,6 +388,8 @@ export const ExecutionDataflowBlockOptions: {
|
|
|
368
388
|
export type ExecutionDataflowBlockOptions = ExecutionDataflowBlockOptions$instance;
|
|
369
389
|
|
|
370
390
|
export interface GroupingDataflowBlockOptions$instance extends DataflowBlockOptions {
|
|
391
|
+
readonly __tsonic_type_System_Threading_Tasks_Dataflow_GroupingDataflowBlockOptions: never;
|
|
392
|
+
|
|
371
393
|
Greedy: boolean;
|
|
372
394
|
MaxNumberOfGroups: long;
|
|
373
395
|
}
|
|
@@ -381,6 +403,8 @@ export const GroupingDataflowBlockOptions: {
|
|
|
381
403
|
export type GroupingDataflowBlockOptions = GroupingDataflowBlockOptions$instance;
|
|
382
404
|
|
|
383
405
|
export interface JoinBlock_2$instance<T1, T2> {
|
|
406
|
+
readonly __tsonic_type_System_Threading_Tasks_Dataflow_JoinBlock_2: never;
|
|
407
|
+
|
|
384
408
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
|
|
385
409
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
|
|
386
410
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
|
|
@@ -413,6 +437,8 @@ export type JoinBlock_2<T1, T2> = JoinBlock_2$instance<T1, T2> & __JoinBlock_2$v
|
|
|
413
437
|
|
|
414
438
|
|
|
415
439
|
export interface JoinBlock_3$instance<T1, T2, T3> {
|
|
440
|
+
readonly __tsonic_type_System_Threading_Tasks_Dataflow_JoinBlock_3: never;
|
|
441
|
+
|
|
416
442
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
|
|
417
443
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
|
|
418
444
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
|
|
@@ -446,6 +472,8 @@ export type JoinBlock_3<T1, T2, T3> = JoinBlock_3$instance<T1, T2, T3> & __JoinB
|
|
|
446
472
|
|
|
447
473
|
|
|
448
474
|
export interface TransformBlock_2$instance<TInput, TOutput> {
|
|
475
|
+
readonly __tsonic_type_System_Threading_Tasks_Dataflow_TransformBlock_2: never;
|
|
476
|
+
|
|
449
477
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
|
|
450
478
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IPropagatorBlock_2: never;
|
|
451
479
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
|
|
@@ -480,6 +508,8 @@ export type TransformBlock_2<TInput, TOutput> = TransformBlock_2$instance<TInput
|
|
|
480
508
|
|
|
481
509
|
|
|
482
510
|
export interface TransformManyBlock_2$instance<TInput, TOutput> {
|
|
511
|
+
readonly __tsonic_type_System_Threading_Tasks_Dataflow_TransformManyBlock_2: never;
|
|
512
|
+
|
|
483
513
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
|
|
484
514
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IPropagatorBlock_2: never;
|
|
485
515
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
|
|
@@ -514,6 +544,8 @@ export type TransformManyBlock_2<TInput, TOutput> = TransformManyBlock_2$instanc
|
|
|
514
544
|
|
|
515
545
|
|
|
516
546
|
export interface WriteOnceBlock_1$instance<T> {
|
|
547
|
+
readonly __tsonic_type_System_Threading_Tasks_Dataflow_WriteOnceBlock_1: never;
|
|
548
|
+
|
|
517
549
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
|
|
518
550
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IPropagatorBlock_2: never;
|
|
519
551
|
readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
|
|
@@ -47,6 +47,8 @@ export interface IValueTaskSource_1$instance<TResult> {
|
|
|
47
47
|
export type IValueTaskSource_1<TResult> = IValueTaskSource_1$instance<TResult>;
|
|
48
48
|
|
|
49
49
|
export interface ManualResetValueTaskSourceCore_1$instance<TResult> {
|
|
50
|
+
readonly __tsonic_type_System_Threading_Tasks_Sources_ManualResetValueTaskSourceCore_1: never;
|
|
51
|
+
|
|
50
52
|
RunContinuationsAsynchronously: boolean;
|
|
51
53
|
readonly Version: short;
|
|
52
54
|
GetResult(token: short): TResult;
|
|
@@ -18,6 +18,8 @@ export type ElapsedEventHandler = (sender: unknown, e: ElapsedEventArgs) => void
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
export interface ElapsedEventArgs$instance extends EventArgs {
|
|
21
|
+
readonly __tsonic_type_System_Timers_ElapsedEventArgs: never;
|
|
22
|
+
|
|
21
23
|
readonly SignalTime: DateTime;
|
|
22
24
|
}
|
|
23
25
|
|
|
@@ -29,7 +31,9 @@ export const ElapsedEventArgs: {
|
|
|
29
31
|
|
|
30
32
|
export type ElapsedEventArgs = ElapsedEventArgs$instance;
|
|
31
33
|
|
|
32
|
-
export interface Timer$instance extends Component {
|
|
34
|
+
export interface Timer$instance extends Component, System_ComponentModel_Internal.ISupportInitialize$instance {
|
|
35
|
+
readonly __tsonic_type_System_Timers_Timer: never;
|
|
36
|
+
|
|
33
37
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
34
38
|
readonly __tsonic_iface_System_ComponentModel_ISupportInitialize: never;
|
|
35
39
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -64,12 +68,12 @@ export interface __Timer$views {
|
|
|
64
68
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
65
69
|
}
|
|
66
70
|
|
|
67
|
-
export interface Timer$instance extends System_ComponentModel_Internal.ISupportInitialize$instance {}
|
|
68
|
-
|
|
69
71
|
export type Timer = Timer$instance & __Timer$views;
|
|
70
72
|
|
|
71
73
|
|
|
72
74
|
export interface TimersDescriptionAttribute$instance extends DescriptionAttribute {
|
|
75
|
+
readonly __tsonic_type_System_Timers_TimersDescriptionAttribute: never;
|
|
76
|
+
|
|
73
77
|
readonly Description: string;
|
|
74
78
|
}
|
|
75
79
|
|
|
@@ -143,6 +143,8 @@ export interface ITransactionPromoter$instance {
|
|
|
143
143
|
export type ITransactionPromoter = ITransactionPromoter$instance;
|
|
144
144
|
|
|
145
145
|
export interface TransactionOptions$instance {
|
|
146
|
+
readonly __tsonic_type_System_Transactions_TransactionOptions: never;
|
|
147
|
+
|
|
146
148
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
147
149
|
|
|
148
150
|
IsolationLevel: IsolationLevel;
|
|
@@ -168,7 +170,9 @@ export interface __TransactionOptions$views {
|
|
|
168
170
|
export type TransactionOptions = TransactionOptions$instance & __TransactionOptions$views;
|
|
169
171
|
|
|
170
172
|
|
|
171
|
-
export interface CommittableTransaction$instance extends Transaction$instance {
|
|
173
|
+
export interface CommittableTransaction$instance extends Transaction$instance, System_Internal.IAsyncResult$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
174
|
+
readonly __tsonic_type_System_Transactions_CommittableTransaction: never;
|
|
175
|
+
|
|
172
176
|
readonly __tsonic_iface_System_IAsyncResult: never;
|
|
173
177
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
174
178
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -194,12 +198,12 @@ export interface __CommittableTransaction$views {
|
|
|
194
198
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
195
199
|
}
|
|
196
200
|
|
|
197
|
-
export interface CommittableTransaction$instance extends System_Internal.IAsyncResult$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
198
|
-
|
|
199
201
|
export type CommittableTransaction = CommittableTransaction$instance & __CommittableTransaction$views;
|
|
200
202
|
|
|
201
203
|
|
|
202
|
-
export interface DependentTransaction$instance extends Transaction$instance {
|
|
204
|
+
export interface DependentTransaction$instance extends Transaction$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
205
|
+
readonly __tsonic_type_System_Transactions_DependentTransaction: never;
|
|
206
|
+
|
|
203
207
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
204
208
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
205
209
|
|
|
@@ -218,12 +222,12 @@ export interface __DependentTransaction$views {
|
|
|
218
222
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
219
223
|
}
|
|
220
224
|
|
|
221
|
-
export interface DependentTransaction$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
222
|
-
|
|
223
225
|
export type DependentTransaction = DependentTransaction$instance & __DependentTransaction$views;
|
|
224
226
|
|
|
225
227
|
|
|
226
228
|
export interface Enlistment$instance {
|
|
229
|
+
readonly __tsonic_type_System_Transactions_Enlistment: never;
|
|
230
|
+
|
|
227
231
|
Done(): void;
|
|
228
232
|
}
|
|
229
233
|
|
|
@@ -235,6 +239,8 @@ export const Enlistment: {
|
|
|
235
239
|
export type Enlistment = Enlistment$instance;
|
|
236
240
|
|
|
237
241
|
export interface PreparingEnlistment$instance extends Enlistment {
|
|
242
|
+
readonly __tsonic_type_System_Transactions_PreparingEnlistment: never;
|
|
243
|
+
|
|
238
244
|
ForceRollback(): void;
|
|
239
245
|
ForceRollback(e: Exception): void;
|
|
240
246
|
Prepared(): void;
|
|
@@ -249,6 +255,8 @@ export const PreparingEnlistment: {
|
|
|
249
255
|
export type PreparingEnlistment = PreparingEnlistment$instance;
|
|
250
256
|
|
|
251
257
|
export interface SinglePhaseEnlistment$instance extends Enlistment {
|
|
258
|
+
readonly __tsonic_type_System_Transactions_SinglePhaseEnlistment: never;
|
|
259
|
+
|
|
252
260
|
Aborted(): void;
|
|
253
261
|
Aborted(e: Exception): void;
|
|
254
262
|
Committed(): void;
|
|
@@ -263,7 +271,9 @@ export const SinglePhaseEnlistment: {
|
|
|
263
271
|
|
|
264
272
|
export type SinglePhaseEnlistment = SinglePhaseEnlistment$instance;
|
|
265
273
|
|
|
266
|
-
export interface SubordinateTransaction$instance extends Transaction$instance {
|
|
274
|
+
export interface SubordinateTransaction$instance extends Transaction$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
275
|
+
readonly __tsonic_type_System_Transactions_SubordinateTransaction: never;
|
|
276
|
+
|
|
267
277
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
268
278
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
269
279
|
|
|
@@ -282,12 +292,12 @@ export interface __SubordinateTransaction$views {
|
|
|
282
292
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
283
293
|
}
|
|
284
294
|
|
|
285
|
-
export interface SubordinateTransaction$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
286
|
-
|
|
287
295
|
export type SubordinateTransaction = SubordinateTransaction$instance & __SubordinateTransaction$views;
|
|
288
296
|
|
|
289
297
|
|
|
290
|
-
export interface Transaction$instance {
|
|
298
|
+
export interface Transaction$instance extends System_Internal.IDisposable$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
299
|
+
readonly __tsonic_type_System_Transactions_Transaction: never;
|
|
300
|
+
|
|
291
301
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
292
302
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
293
303
|
|
|
@@ -324,12 +334,12 @@ export interface __Transaction$views {
|
|
|
324
334
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
325
335
|
}
|
|
326
336
|
|
|
327
|
-
export interface Transaction$instance extends System_Internal.IDisposable$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
328
|
-
|
|
329
337
|
export type Transaction = Transaction$instance & __Transaction$views;
|
|
330
338
|
|
|
331
339
|
|
|
332
340
|
export interface TransactionAbortedException$instance extends TransactionException$instance {
|
|
341
|
+
readonly __tsonic_type_System_Transactions_TransactionAbortedException: never;
|
|
342
|
+
|
|
333
343
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
334
344
|
|
|
335
345
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -351,6 +361,8 @@ export type TransactionAbortedException = TransactionAbortedException$instance &
|
|
|
351
361
|
|
|
352
362
|
|
|
353
363
|
export interface TransactionEventArgs$instance extends EventArgs {
|
|
364
|
+
readonly __tsonic_type_System_Transactions_TransactionEventArgs: never;
|
|
365
|
+
|
|
354
366
|
readonly Transaction: Transaction | undefined;
|
|
355
367
|
}
|
|
356
368
|
|
|
@@ -363,6 +375,8 @@ export const TransactionEventArgs: {
|
|
|
363
375
|
export type TransactionEventArgs = TransactionEventArgs$instance;
|
|
364
376
|
|
|
365
377
|
export interface TransactionException$instance extends SystemException {
|
|
378
|
+
readonly __tsonic_type_System_Transactions_TransactionException: never;
|
|
379
|
+
|
|
366
380
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
367
381
|
|
|
368
382
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -384,6 +398,8 @@ export type TransactionException = TransactionException$instance & __Transaction
|
|
|
384
398
|
|
|
385
399
|
|
|
386
400
|
export interface TransactionInDoubtException$instance extends TransactionException$instance {
|
|
401
|
+
readonly __tsonic_type_System_Transactions_TransactionInDoubtException: never;
|
|
402
|
+
|
|
387
403
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
388
404
|
|
|
389
405
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -405,6 +421,8 @@ export type TransactionInDoubtException = TransactionInDoubtException$instance &
|
|
|
405
421
|
|
|
406
422
|
|
|
407
423
|
export interface TransactionInformation$instance {
|
|
424
|
+
readonly __tsonic_type_System_Transactions_TransactionInformation: never;
|
|
425
|
+
|
|
408
426
|
readonly CreationTime: DateTime;
|
|
409
427
|
readonly DistributedIdentifier: Guid;
|
|
410
428
|
readonly LocalIdentifier: string;
|
|
@@ -419,6 +437,8 @@ export const TransactionInformation: {
|
|
|
419
437
|
export type TransactionInformation = TransactionInformation$instance;
|
|
420
438
|
|
|
421
439
|
export interface TransactionManagerCommunicationException$instance extends TransactionException$instance {
|
|
440
|
+
readonly __tsonic_type_System_Transactions_TransactionManagerCommunicationException: never;
|
|
441
|
+
|
|
422
442
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
423
443
|
|
|
424
444
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -440,6 +460,8 @@ export type TransactionManagerCommunicationException = TransactionManagerCommuni
|
|
|
440
460
|
|
|
441
461
|
|
|
442
462
|
export interface TransactionPromotionException$instance extends TransactionException$instance {
|
|
463
|
+
readonly __tsonic_type_System_Transactions_TransactionPromotionException: never;
|
|
464
|
+
|
|
443
465
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
444
466
|
|
|
445
467
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -460,7 +482,9 @@ export interface __TransactionPromotionException$views {
|
|
|
460
482
|
export type TransactionPromotionException = TransactionPromotionException$instance & __TransactionPromotionException$views;
|
|
461
483
|
|
|
462
484
|
|
|
463
|
-
export interface TransactionScope$instance {
|
|
485
|
+
export interface TransactionScope$instance extends System_Internal.IDisposable$instance {
|
|
486
|
+
readonly __tsonic_type_System_Transactions_TransactionScope: never;
|
|
487
|
+
|
|
464
488
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
465
489
|
|
|
466
490
|
Complete(): void;
|
|
@@ -490,8 +514,6 @@ export interface __TransactionScope$views {
|
|
|
490
514
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
491
515
|
}
|
|
492
516
|
|
|
493
|
-
export interface TransactionScope$instance extends System_Internal.IDisposable$instance {}
|
|
494
|
-
|
|
495
517
|
export type TransactionScope = TransactionScope$instance & __TransactionScope$views;
|
|
496
518
|
|
|
497
519
|
|
|
@@ -10,6 +10,8 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
10
10
|
import type { Attribute, Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Type, Void } from "../../System/internal/index.js";
|
|
11
11
|
|
|
12
12
|
export interface ValueSerializerAttribute$instance extends Attribute {
|
|
13
|
+
readonly __tsonic_type_System_Windows_Markup_ValueSerializerAttribute: never;
|
|
14
|
+
|
|
13
15
|
readonly ValueSerializerType: Type;
|
|
14
16
|
readonly ValueSerializerTypeName: string;
|
|
15
17
|
}
|