@tsonic/dotnet 0.5.2 → 0.6.0
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/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -51,64 +51,68 @@ export enum DataflowMessageStatus {
|
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
export interface IDataflowBlock$instance {
|
|
54
|
-
readonly
|
|
55
|
-
|
|
56
|
-
|
|
54
|
+
readonly completion: Task;
|
|
55
|
+
complete(): void;
|
|
56
|
+
fault(exception: Exception): void;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
export type IDataflowBlock = IDataflowBlock$instance;
|
|
61
61
|
|
|
62
|
-
export interface IPropagatorBlock_2$instance<TInput, TOutput> {
|
|
63
|
-
readonly
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
62
|
+
export interface IPropagatorBlock_2$instance<TInput, TOutput> extends ITargetBlock_1<TInput>, IDataflowBlock, ISourceBlock_1<TOutput> {
|
|
63
|
+
readonly completion: Task;
|
|
64
|
+
complete(): void;
|
|
65
|
+
consumeMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>, messageConsumed: { value: ref<boolean> }): TOutput;
|
|
66
|
+
fault(exception: Exception): void;
|
|
67
|
+
linkTo(target: ITargetBlock_1<TOutput>, linkOptions: DataflowLinkOptions): IDisposable;
|
|
68
|
+
offerMessage(messageHeader: DataflowMessageHeader, messageValue: TInput, source: ISourceBlock_1<TInput>, consumeToAccept: boolean): DataflowMessageStatus;
|
|
69
|
+
releaseReservation(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>): void;
|
|
70
|
+
reserveMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>): boolean;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
export type IPropagatorBlock_2<TInput, TOutput> = IPropagatorBlock_2$instance<TInput, TOutput>;
|
|
75
75
|
|
|
76
|
-
export interface IReceivableSourceBlock_1$instance<TOutput> {
|
|
77
|
-
readonly
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
76
|
+
export interface IReceivableSourceBlock_1$instance<TOutput> extends ISourceBlock_1<TOutput>, IDataflowBlock {
|
|
77
|
+
readonly completion: Task;
|
|
78
|
+
complete(): void;
|
|
79
|
+
consumeMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>, messageConsumed: { value: ref<boolean> }): TOutput;
|
|
80
|
+
fault(exception: Exception): void;
|
|
81
|
+
linkTo(target: ITargetBlock_1<TOutput>, linkOptions: DataflowLinkOptions): IDisposable;
|
|
82
|
+
releaseReservation(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>): void;
|
|
83
|
+
reserveMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>): boolean;
|
|
84
|
+
tryReceive(filter: Predicate_1<TOutput>, item: { value: ref<TOutput> }): boolean;
|
|
85
|
+
tryReceiveAll(items: { value: ref<IList_1<TOutput>> }): boolean;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
|
|
89
89
|
export type IReceivableSourceBlock_1<TOutput> = IReceivableSourceBlock_1$instance<TOutput>;
|
|
90
90
|
|
|
91
|
-
export interface ISourceBlock_1$instance<TOutput> {
|
|
92
|
-
readonly
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
91
|
+
export interface ISourceBlock_1$instance<TOutput> extends IDataflowBlock {
|
|
92
|
+
readonly completion: Task;
|
|
93
|
+
complete(): void;
|
|
94
|
+
consumeMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>, messageConsumed: { value: ref<boolean> }): TOutput;
|
|
95
|
+
fault(exception: Exception): void;
|
|
96
|
+
linkTo(target: ITargetBlock_1<TOutput>, linkOptions: DataflowLinkOptions): IDisposable;
|
|
97
|
+
releaseReservation(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>): void;
|
|
98
|
+
reserveMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>): boolean;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
|
|
102
|
+
export interface ISourceBlock_1$instance<TOutput> extends IDataflowBlock$instance {}
|
|
103
|
+
|
|
102
104
|
export type ISourceBlock_1<TOutput> = ISourceBlock_1$instance<TOutput>;
|
|
103
105
|
|
|
104
|
-
export interface ITargetBlock_1$instance<TInput> {
|
|
105
|
-
readonly
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
106
|
+
export interface ITargetBlock_1$instance<TInput> extends IDataflowBlock {
|
|
107
|
+
readonly completion: Task;
|
|
108
|
+
complete(): void;
|
|
109
|
+
fault(exception: Exception): void;
|
|
110
|
+
offerMessage(messageHeader: DataflowMessageHeader, messageValue: TInput, source: ISourceBlock_1<TInput>, consumeToAccept: boolean): DataflowMessageStatus;
|
|
109
111
|
}
|
|
110
112
|
|
|
111
113
|
|
|
114
|
+
export interface ITargetBlock_1$instance<TInput> extends IDataflowBlock$instance {}
|
|
115
|
+
|
|
112
116
|
export type ITargetBlock_1<TInput> = ITargetBlock_1$instance<TInput>;
|
|
113
117
|
|
|
114
118
|
export class DataflowMessageHeader$instance {
|
|
@@ -116,13 +120,13 @@ export class DataflowMessageHeader$instance {
|
|
|
116
120
|
readonly id: long;
|
|
117
121
|
readonly isValid: boolean;
|
|
118
122
|
equals(other: DataflowMessageHeader): boolean;
|
|
119
|
-
equals(obj:
|
|
123
|
+
equals(obj: unknown): boolean;
|
|
120
124
|
getHashCode(): int;
|
|
121
125
|
}
|
|
122
126
|
|
|
123
127
|
|
|
124
128
|
export interface __DataflowMessageHeader$views {
|
|
125
|
-
|
|
129
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<DataflowMessageHeader>;
|
|
126
130
|
|
|
127
131
|
// Structural method bridges for numeric interface constraints
|
|
128
132
|
Equals(other: DataflowMessageHeader): boolean;
|
|
@@ -145,8 +149,8 @@ export class ActionBlock_1$instance<TInput> {
|
|
|
145
149
|
|
|
146
150
|
|
|
147
151
|
export interface __ActionBlock_1$views<TInput> {
|
|
148
|
-
|
|
149
|
-
|
|
152
|
+
As_IDataflowBlock(): IDataflowBlock$instance;
|
|
153
|
+
As_ITargetBlock_1(): ITargetBlock_1$instance<TInput>;
|
|
150
154
|
}
|
|
151
155
|
|
|
152
156
|
export type ActionBlock_1<TInput> = ActionBlock_1$instance<TInput> & __ActionBlock_1$views<TInput>;
|
|
@@ -168,10 +172,10 @@ export class BatchBlock_1$instance<T> {
|
|
|
168
172
|
|
|
169
173
|
|
|
170
174
|
export interface __BatchBlock_1$views<T> {
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
+
As_IDataflowBlock(): IDataflowBlock$instance;
|
|
176
|
+
As_IReceivableSourceBlock_1(): IReceivableSourceBlock_1$instance<T[]>;
|
|
177
|
+
As_ISourceBlock_1(): ISourceBlock_1$instance<T[]>;
|
|
178
|
+
As_ITargetBlock_1(): ITargetBlock_1$instance<T>;
|
|
175
179
|
}
|
|
176
180
|
|
|
177
181
|
export type BatchBlock_1<T> = BatchBlock_1$instance<T> & __BatchBlock_1$views<T>;
|
|
@@ -194,9 +198,9 @@ export class BatchedJoinBlock_2$instance<T1, T2> {
|
|
|
194
198
|
|
|
195
199
|
|
|
196
200
|
export interface __BatchedJoinBlock_2$views<T1, T2> {
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
201
|
+
As_IDataflowBlock(): IDataflowBlock$instance;
|
|
202
|
+
As_IReceivableSourceBlock_1(): IReceivableSourceBlock_1$instance<Tuple_2<IList_1<T1>, IList_1<T2>>>;
|
|
203
|
+
As_ISourceBlock_1(): ISourceBlock_1$instance<Tuple_2<IList_1<T1>, IList_1<T2>>>;
|
|
200
204
|
}
|
|
201
205
|
|
|
202
206
|
export type BatchedJoinBlock_2<T1, T2> = BatchedJoinBlock_2$instance<T1, T2> & __BatchedJoinBlock_2$views<T1, T2>;
|
|
@@ -220,9 +224,9 @@ export class BatchedJoinBlock_3$instance<T1, T2, T3> {
|
|
|
220
224
|
|
|
221
225
|
|
|
222
226
|
export interface __BatchedJoinBlock_3$views<T1, T2, T3> {
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
227
|
+
As_IDataflowBlock(): IDataflowBlock$instance;
|
|
228
|
+
As_IReceivableSourceBlock_1(): IReceivableSourceBlock_1$instance<Tuple_3<IList_1<T1>, IList_1<T2>, IList_1<T3>>>;
|
|
229
|
+
As_ISourceBlock_1(): ISourceBlock_1$instance<Tuple_3<IList_1<T1>, IList_1<T2>, IList_1<T3>>>;
|
|
226
230
|
}
|
|
227
231
|
|
|
228
232
|
export type BatchedJoinBlock_3<T1, T2, T3> = BatchedJoinBlock_3$instance<T1, T2, T3> & __BatchedJoinBlock_3$views<T1, T2, T3>;
|
|
@@ -240,10 +244,10 @@ export class BroadcastBlock_1$instance<T> {
|
|
|
240
244
|
|
|
241
245
|
|
|
242
246
|
export interface __BroadcastBlock_1$views<T> {
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
+
As_IDataflowBlock(): IDataflowBlock$instance;
|
|
248
|
+
As_IReceivableSourceBlock_1(): IReceivableSourceBlock_1$instance<T>;
|
|
249
|
+
As_ISourceBlock_1(): ISourceBlock_1$instance<T>;
|
|
250
|
+
As_ITargetBlock_1(): ITargetBlock_1$instance<T>;
|
|
247
251
|
}
|
|
248
252
|
|
|
249
253
|
export type BroadcastBlock_1<T> = BroadcastBlock_1$instance<T> & __BroadcastBlock_1$views<T>;
|
|
@@ -263,10 +267,10 @@ export class BufferBlock_1$instance<T> {
|
|
|
263
267
|
|
|
264
268
|
|
|
265
269
|
export interface __BufferBlock_1$views<T> {
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
+
As_IDataflowBlock(): IDataflowBlock$instance;
|
|
271
|
+
As_IReceivableSourceBlock_1(): IReceivableSourceBlock_1$instance<T>;
|
|
272
|
+
As_ISourceBlock_1(): ISourceBlock_1$instance<T>;
|
|
273
|
+
As_ITargetBlock_1(): ITargetBlock_1$instance<T>;
|
|
270
274
|
}
|
|
271
275
|
|
|
272
276
|
export type BufferBlock_1<T> = BufferBlock_1$instance<T> & __BufferBlock_1$views<T>;
|
|
@@ -280,7 +284,7 @@ export class DataflowBlockOptions$instance {
|
|
|
280
284
|
maxMessagesPerTask: int;
|
|
281
285
|
nameFormat: string;
|
|
282
286
|
taskScheduler: TaskScheduler;
|
|
283
|
-
static readonly
|
|
287
|
+
static readonly unbounded: int;
|
|
284
288
|
}
|
|
285
289
|
|
|
286
290
|
|
|
@@ -330,9 +334,9 @@ export class JoinBlock_2$instance<T1, T2> {
|
|
|
330
334
|
|
|
331
335
|
|
|
332
336
|
export interface __JoinBlock_2$views<T1, T2> {
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
337
|
+
As_IDataflowBlock(): IDataflowBlock$instance;
|
|
338
|
+
As_IReceivableSourceBlock_1(): IReceivableSourceBlock_1$instance<Tuple_2<T1, T2>>;
|
|
339
|
+
As_ISourceBlock_1(): ISourceBlock_1$instance<Tuple_2<T1, T2>>;
|
|
336
340
|
}
|
|
337
341
|
|
|
338
342
|
export type JoinBlock_2<T1, T2> = JoinBlock_2$instance<T1, T2> & __JoinBlock_2$views<T1, T2>;
|
|
@@ -355,9 +359,9 @@ export class JoinBlock_3$instance<T1, T2, T3> {
|
|
|
355
359
|
|
|
356
360
|
|
|
357
361
|
export interface __JoinBlock_3$views<T1, T2, T3> {
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
362
|
+
As_IDataflowBlock(): IDataflowBlock$instance;
|
|
363
|
+
As_IReceivableSourceBlock_1(): IReceivableSourceBlock_1$instance<Tuple_3<T1, T2, T3>>;
|
|
364
|
+
As_ISourceBlock_1(): ISourceBlock_1$instance<Tuple_3<T1, T2, T3>>;
|
|
361
365
|
}
|
|
362
366
|
|
|
363
367
|
export type JoinBlock_3<T1, T2, T3> = JoinBlock_3$instance<T1, T2, T3> & __JoinBlock_3$views<T1, T2, T3>;
|
|
@@ -378,10 +382,10 @@ export class TransformBlock_2$instance<TInput, TOutput> {
|
|
|
378
382
|
|
|
379
383
|
|
|
380
384
|
export interface __TransformBlock_2$views<TInput, TOutput> {
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
+
As_IDataflowBlock(): IDataflowBlock$instance;
|
|
386
|
+
As_IReceivableSourceBlock_1(): IReceivableSourceBlock_1$instance<TOutput>;
|
|
387
|
+
As_ISourceBlock_1(): ISourceBlock_1$instance<TOutput>;
|
|
388
|
+
As_ITargetBlock_1(): ITargetBlock_1$instance<TInput>;
|
|
385
389
|
}
|
|
386
390
|
|
|
387
391
|
export type TransformBlock_2<TInput, TOutput> = TransformBlock_2$instance<TInput, TOutput> & __TransformBlock_2$views<TInput, TOutput>;
|
|
@@ -402,10 +406,10 @@ export class TransformManyBlock_2$instance<TInput, TOutput> {
|
|
|
402
406
|
|
|
403
407
|
|
|
404
408
|
export interface __TransformManyBlock_2$views<TInput, TOutput> {
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
+
As_IDataflowBlock(): IDataflowBlock$instance;
|
|
410
|
+
As_IReceivableSourceBlock_1(): IReceivableSourceBlock_1$instance<TOutput>;
|
|
411
|
+
As_ISourceBlock_1(): ISourceBlock_1$instance<TOutput>;
|
|
412
|
+
As_ITargetBlock_1(): ITargetBlock_1$instance<TInput>;
|
|
409
413
|
}
|
|
410
414
|
|
|
411
415
|
export type TransformManyBlock_2<TInput, TOutput> = TransformManyBlock_2$instance<TInput, TOutput> & __TransformManyBlock_2$views<TInput, TOutput>;
|
|
@@ -423,42 +427,42 @@ export class WriteOnceBlock_1$instance<T> {
|
|
|
423
427
|
|
|
424
428
|
|
|
425
429
|
export interface __WriteOnceBlock_1$views<T> {
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
+
As_IDataflowBlock(): IDataflowBlock$instance;
|
|
431
|
+
As_IReceivableSourceBlock_1(): IReceivableSourceBlock_1$instance<T>;
|
|
432
|
+
As_ISourceBlock_1(): ISourceBlock_1$instance<T>;
|
|
433
|
+
As_ITargetBlock_1(): ITargetBlock_1$instance<T>;
|
|
430
434
|
}
|
|
431
435
|
|
|
432
436
|
export type WriteOnceBlock_1<T> = WriteOnceBlock_1$instance<T> & __WriteOnceBlock_1$views<T>;
|
|
433
437
|
|
|
434
438
|
|
|
435
439
|
export abstract class DataflowBlock$instance {
|
|
436
|
-
static
|
|
437
|
-
static
|
|
438
|
-
static
|
|
439
|
-
static
|
|
440
|
-
static
|
|
441
|
-
static
|
|
442
|
-
static
|
|
443
|
-
static
|
|
444
|
-
static
|
|
445
|
-
static
|
|
446
|
-
static
|
|
447
|
-
static
|
|
448
|
-
static
|
|
449
|
-
static
|
|
450
|
-
static
|
|
451
|
-
static
|
|
452
|
-
static
|
|
453
|
-
static
|
|
454
|
-
static
|
|
455
|
-
static
|
|
456
|
-
static
|
|
457
|
-
static
|
|
458
|
-
static
|
|
459
|
-
static
|
|
460
|
-
static
|
|
461
|
-
static
|
|
440
|
+
static asObservable<TOutput>(source: ISourceBlock_1<TOutput>): IObservable_1<TOutput>;
|
|
441
|
+
static asObserver<TInput>(target: ITargetBlock_1<TInput>): IObserver_1<TInput>;
|
|
442
|
+
static choose4<T1, T2, T3>(source1: ISourceBlock_1<T1>, action1: Action_1<T1>, source2: ISourceBlock_1<T2>, action2: Action_1<T2>, source3: ISourceBlock_1<T3>, action3: Action_1<T3>, dataflowBlockOptions: DataflowBlockOptions): Task_1<CLROf<int>>;
|
|
443
|
+
static choose4<T1, T2, T3>(source1: ISourceBlock_1<T1>, action1: Action_1<T1>, source2: ISourceBlock_1<T2>, action2: Action_1<T2>, source3: ISourceBlock_1<T3>, action3: Action_1<T3>): Task_1<CLROf<int>>;
|
|
444
|
+
static choose4<T1, T2>(source1: ISourceBlock_1<T1>, action1: Action_1<T1>, source2: ISourceBlock_1<T2>, action2: Action_1<T2>, dataflowBlockOptions: DataflowBlockOptions): Task_1<CLROf<int>>;
|
|
445
|
+
static choose4<T1, T2>(source1: ISourceBlock_1<T1>, action1: Action_1<T1>, source2: ISourceBlock_1<T2>, action2: Action_1<T2>): Task_1<CLROf<int>>;
|
|
446
|
+
static encapsulate<TInput, TOutput>(target: ITargetBlock_1<TInput>, source: ISourceBlock_1<TOutput>): IPropagatorBlock_2<TInput, TOutput>;
|
|
447
|
+
static linkTo2<TOutput>(source: ISourceBlock_1<TOutput>, target: ITargetBlock_1<TOutput>, predicate: Predicate_1<TOutput>): IDisposable;
|
|
448
|
+
static linkTo2<TOutput>(source: ISourceBlock_1<TOutput>, target: ITargetBlock_1<TOutput>, linkOptions: DataflowLinkOptions, predicate: Predicate_1<TOutput>): IDisposable;
|
|
449
|
+
static linkTo2<TOutput>(source: ISourceBlock_1<TOutput>, target: ITargetBlock_1<TOutput>): IDisposable;
|
|
450
|
+
static nullTarget<TInput>(): ITargetBlock_1<TInput>;
|
|
451
|
+
static outputAvailableAsync2<TOutput>(source: ISourceBlock_1<TOutput>, cancellationToken: CancellationToken): Task_1<CLROf<boolean>>;
|
|
452
|
+
static outputAvailableAsync2<TOutput>(source: ISourceBlock_1<TOutput>): Task_1<CLROf<boolean>>;
|
|
453
|
+
static post<TInput>(target: ITargetBlock_1<TInput>, item: TInput): boolean;
|
|
454
|
+
static receive2<TOutput>(source: ISourceBlock_1<TOutput>, cancellationToken: CancellationToken): TOutput;
|
|
455
|
+
static receive2<TOutput>(source: ISourceBlock_1<TOutput>, timeout: TimeSpan, cancellationToken: CancellationToken): TOutput;
|
|
456
|
+
static receive2<TOutput>(source: ISourceBlock_1<TOutput>, timeout: TimeSpan): TOutput;
|
|
457
|
+
static receive2<TOutput>(source: ISourceBlock_1<TOutput>): TOutput;
|
|
458
|
+
static receiveAllAsync<TOutput>(source: IReceivableSourceBlock_1<TOutput>, cancellationToken?: CancellationToken): IAsyncEnumerable_1<TOutput>;
|
|
459
|
+
static receiveAsync2<TOutput>(source: ISourceBlock_1<TOutput>, cancellationToken: CancellationToken): Task_1<TOutput>;
|
|
460
|
+
static receiveAsync2<TOutput>(source: ISourceBlock_1<TOutput>, timeout: TimeSpan, cancellationToken: CancellationToken): Task_1<TOutput>;
|
|
461
|
+
static receiveAsync2<TOutput>(source: ISourceBlock_1<TOutput>, timeout: TimeSpan): Task_1<TOutput>;
|
|
462
|
+
static receiveAsync2<TOutput>(source: ISourceBlock_1<TOutput>): Task_1<TOutput>;
|
|
463
|
+
static sendAsync2<TInput>(target: ITargetBlock_1<TInput>, item: TInput, cancellationToken: CancellationToken): Task_1<CLROf<boolean>>;
|
|
464
|
+
static sendAsync2<TInput>(target: ITargetBlock_1<TInput>, item: TInput): Task_1<CLROf<boolean>>;
|
|
465
|
+
static tryReceive<TOutput>(source: IReceivableSourceBlock_1<TOutput>, item: { value: ref<TOutput> }): boolean;
|
|
462
466
|
}
|
|
463
467
|
|
|
464
468
|
|
|
@@ -1296,13 +1296,6 @@
|
|
|
1296
1296
|
"isStatic": false,
|
|
1297
1297
|
"parameterCount": 2
|
|
1298
1298
|
}
|
|
1299
|
-
],
|
|
1300
|
-
"unsatisfiableInterfaces": [
|
|
1301
|
-
{
|
|
1302
|
-
"interfaceClrName": "System.Threading.Tasks.Dataflow.IPropagatorBlock\u00602",
|
|
1303
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
1304
|
-
"issueCount": 6
|
|
1305
|
-
}
|
|
1306
1299
|
]
|
|
1307
1300
|
},
|
|
1308
1301
|
{
|
|
@@ -2267,13 +2260,6 @@
|
|
|
2267
2260
|
"isStatic": false,
|
|
2268
2261
|
"parameterCount": 2
|
|
2269
2262
|
}
|
|
2270
|
-
],
|
|
2271
|
-
"unsatisfiableInterfaces": [
|
|
2272
|
-
{
|
|
2273
|
-
"interfaceClrName": "System.Threading.Tasks.Dataflow.IPropagatorBlock\u00602",
|
|
2274
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
2275
|
-
"issueCount": 6
|
|
2276
|
-
}
|
|
2277
2263
|
]
|
|
2278
2264
|
},
|
|
2279
2265
|
{
|
|
@@ -2582,13 +2568,6 @@
|
|
|
2582
2568
|
"isStatic": false,
|
|
2583
2569
|
"parameterCount": 1
|
|
2584
2570
|
}
|
|
2585
|
-
],
|
|
2586
|
-
"unsatisfiableInterfaces": [
|
|
2587
|
-
{
|
|
2588
|
-
"interfaceClrName": "System.Threading.Tasks.Dataflow.IPropagatorBlock\u00602",
|
|
2589
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
2590
|
-
"issueCount": 6
|
|
2591
|
-
}
|
|
2592
2571
|
]
|
|
2593
2572
|
},
|
|
2594
2573
|
{
|
|
@@ -3866,13 +3845,6 @@
|
|
|
3866
3845
|
"isStatic": false,
|
|
3867
3846
|
"parameterCount": 2
|
|
3868
3847
|
}
|
|
3869
|
-
],
|
|
3870
|
-
"unsatisfiableInterfaces": [
|
|
3871
|
-
{
|
|
3872
|
-
"interfaceClrName": "System.Threading.Tasks.Dataflow.IPropagatorBlock\u00602",
|
|
3873
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
3874
|
-
"issueCount": 5
|
|
3875
|
-
}
|
|
3876
3848
|
]
|
|
3877
3849
|
},
|
|
3878
3850
|
{
|
|
@@ -4196,13 +4168,6 @@
|
|
|
4196
4168
|
"isStatic": false,
|
|
4197
4169
|
"parameterCount": 2
|
|
4198
4170
|
}
|
|
4199
|
-
],
|
|
4200
|
-
"unsatisfiableInterfaces": [
|
|
4201
|
-
{
|
|
4202
|
-
"interfaceClrName": "System.Threading.Tasks.Dataflow.IPropagatorBlock\u00602",
|
|
4203
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
4204
|
-
"issueCount": 5
|
|
4205
|
-
}
|
|
4206
4171
|
]
|
|
4207
4172
|
},
|
|
4208
4173
|
{
|
|
@@ -4480,13 +4445,6 @@
|
|
|
4480
4445
|
"isStatic": false,
|
|
4481
4446
|
"parameterCount": 2
|
|
4482
4447
|
}
|
|
4483
|
-
],
|
|
4484
|
-
"unsatisfiableInterfaces": [
|
|
4485
|
-
{
|
|
4486
|
-
"interfaceClrName": "System.Threading.Tasks.Dataflow.IPropagatorBlock\u00602",
|
|
4487
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
4488
|
-
"issueCount": 6
|
|
4489
|
-
}
|
|
4490
4448
|
]
|
|
4491
4449
|
},
|
|
4492
4450
|
{
|
|
@@ -50,18 +50,18 @@ export enum ValueTaskSourceStatus {
|
|
|
50
50
|
|
|
51
51
|
|
|
52
52
|
export interface IValueTaskSource$instance {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
53
|
+
getResult(token: short): void;
|
|
54
|
+
getStatus(token: short): ValueTaskSourceStatus;
|
|
55
|
+
onCompleted(continuation: Action_1<unknown>, state: unknown, token: short, flags: ValueTaskSourceOnCompletedFlags): void;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
|
|
59
59
|
export type IValueTaskSource = IValueTaskSource$instance;
|
|
60
60
|
|
|
61
61
|
export interface IValueTaskSource_1$instance<TResult> {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
62
|
+
getResult(token: short): TResult;
|
|
63
|
+
getStatus(token: short): ValueTaskSourceStatus;
|
|
64
|
+
onCompleted(continuation: Action_1<unknown>, state: unknown, token: short, flags: ValueTaskSourceOnCompletedFlags): void;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
|
|
@@ -72,7 +72,7 @@ export class ManualResetValueTaskSourceCore_1$instance<TResult> {
|
|
|
72
72
|
readonly version: short;
|
|
73
73
|
getResult(token: short): TResult;
|
|
74
74
|
getStatus(token: short): ValueTaskSourceStatus;
|
|
75
|
-
onCompleted(continuation: Action_1<
|
|
75
|
+
onCompleted(continuation: Action_1<unknown>, state: unknown, token: short, flags: ValueTaskSourceOnCompletedFlags): void;
|
|
76
76
|
reset(): void;
|
|
77
77
|
setException(error: Exception): void;
|
|
78
78
|
setResult(result: TResult): void;
|
|
@@ -48,18 +48,18 @@ export class ElapsedEventArgs$instance extends System_Internal.EventArgs$instanc
|
|
|
48
48
|
export type ElapsedEventArgs = ElapsedEventArgs$instance;
|
|
49
49
|
|
|
50
50
|
export class ElapsedEventHandler$instance extends Function {
|
|
51
|
-
constructor(object_:
|
|
52
|
-
beginInvoke(sender:
|
|
53
|
-
clone():
|
|
51
|
+
constructor(object_: unknown, method: nint);
|
|
52
|
+
beginInvoke(sender: unknown, e: ElapsedEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
53
|
+
clone(): unknown;
|
|
54
54
|
endInvoke(result: IAsyncResult): void;
|
|
55
55
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
56
|
-
invoke(sender:
|
|
56
|
+
invoke(sender: unknown, e: ElapsedEventArgs): void;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
export interface __ElapsedEventHandler$views {
|
|
61
|
-
|
|
62
|
-
|
|
61
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
62
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
export type ElapsedEventHandler = ElapsedEventHandler$instance & __ElapsedEventHandler$views;
|
|
@@ -84,11 +84,13 @@ export class Timer$instance extends System_ComponentModel_Internal.Component$ins
|
|
|
84
84
|
|
|
85
85
|
|
|
86
86
|
export interface __Timer$views {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
87
|
+
As_IComponent(): System_ComponentModel_Internal.IComponent$instance;
|
|
88
|
+
As_ISupportInitialize(): System_ComponentModel_Internal.ISupportInitialize$instance;
|
|
89
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
+
export interface Timer$instance extends System_ComponentModel_Internal.IComponent$instance, System_ComponentModel_Internal.ISupportInitialize$instance {}
|
|
93
|
+
|
|
92
94
|
export type Timer = Timer$instance & __Timer$views;
|
|
93
95
|
|
|
94
96
|
|