@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
|
@@ -63,9 +63,9 @@ export enum LoadHint {
|
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
export enum MethodCodeType {
|
|
66
|
-
|
|
66
|
+
IL = 0,
|
|
67
67
|
native = 1,
|
|
68
|
-
|
|
68
|
+
OPTIL = 2,
|
|
69
69
|
runtime = 3
|
|
70
70
|
}
|
|
71
71
|
|
|
@@ -94,45 +94,47 @@ export enum UnsafeAccessorKind {
|
|
|
94
94
|
|
|
95
95
|
|
|
96
96
|
export interface IAsyncStateMachine$instance {
|
|
97
|
-
|
|
98
|
-
|
|
97
|
+
moveNext(): void;
|
|
98
|
+
setStateMachine(stateMachine: IAsyncStateMachine): void;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
|
|
102
102
|
export type IAsyncStateMachine = IAsyncStateMachine$instance;
|
|
103
103
|
|
|
104
|
-
export interface ICriticalNotifyCompletion$instance {
|
|
105
|
-
|
|
104
|
+
export interface ICriticalNotifyCompletion$instance extends INotifyCompletion {
|
|
105
|
+
unsafeOnCompleted(continuation: Action): void;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
|
|
109
|
+
export interface ICriticalNotifyCompletion$instance extends INotifyCompletion$instance {}
|
|
110
|
+
|
|
109
111
|
export type ICriticalNotifyCompletion = ICriticalNotifyCompletion$instance;
|
|
110
112
|
|
|
111
113
|
export interface INotifyCompletion$instance {
|
|
112
|
-
|
|
114
|
+
onCompleted(continuation: Action): void;
|
|
113
115
|
}
|
|
114
116
|
|
|
115
117
|
|
|
116
118
|
export type INotifyCompletion = INotifyCompletion$instance;
|
|
117
119
|
|
|
118
120
|
export interface IRuntimeVariables$instance {
|
|
119
|
-
readonly
|
|
120
|
-
|
|
121
|
+
readonly count: int;
|
|
122
|
+
item: unknown;
|
|
121
123
|
}
|
|
122
124
|
|
|
123
125
|
|
|
124
126
|
export type IRuntimeVariables = IRuntimeVariables$instance;
|
|
125
127
|
|
|
126
128
|
export interface IStrongBox$instance {
|
|
127
|
-
|
|
129
|
+
value: unknown;
|
|
128
130
|
}
|
|
129
131
|
|
|
130
132
|
|
|
131
133
|
export type IStrongBox = IStrongBox$instance;
|
|
132
134
|
|
|
133
135
|
export interface ITuple$instance {
|
|
134
|
-
readonly
|
|
135
|
-
readonly
|
|
136
|
+
readonly length: int;
|
|
137
|
+
readonly item: unknown;
|
|
136
138
|
}
|
|
137
139
|
|
|
138
140
|
|
|
@@ -143,7 +145,7 @@ export class AsyncIteratorMethodBuilder$instance {
|
|
|
143
145
|
awaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: { value: ref<TAwaiter> }, stateMachine: { value: ref<TStateMachine> }): void;
|
|
144
146
|
complete(): void;
|
|
145
147
|
moveNext<TStateMachine extends IAsyncStateMachine>(stateMachine: { value: ref<TStateMachine> }): void;
|
|
146
|
-
static
|
|
148
|
+
static create(): AsyncIteratorMethodBuilder;
|
|
147
149
|
}
|
|
148
150
|
|
|
149
151
|
|
|
@@ -157,7 +159,7 @@ export class AsyncTaskMethodBuilder$instance {
|
|
|
157
159
|
setResult(): void;
|
|
158
160
|
setStateMachine(stateMachine: IAsyncStateMachine): void;
|
|
159
161
|
start<TStateMachine extends IAsyncStateMachine>(stateMachine: { value: ref<TStateMachine> }): void;
|
|
160
|
-
static
|
|
162
|
+
static create(): AsyncTaskMethodBuilder;
|
|
161
163
|
}
|
|
162
164
|
|
|
163
165
|
|
|
@@ -171,7 +173,7 @@ export class AsyncTaskMethodBuilder_1$instance<TResult> {
|
|
|
171
173
|
setResult(result: TResult): void;
|
|
172
174
|
setStateMachine(stateMachine: IAsyncStateMachine): void;
|
|
173
175
|
start<TStateMachine extends IAsyncStateMachine>(stateMachine: { value: ref<TStateMachine> }): void;
|
|
174
|
-
static
|
|
176
|
+
static create<TResult>(): AsyncTaskMethodBuilder_1<TResult>;
|
|
175
177
|
}
|
|
176
178
|
|
|
177
179
|
|
|
@@ -185,7 +187,7 @@ export class AsyncValueTaskMethodBuilder$instance {
|
|
|
185
187
|
setResult(): void;
|
|
186
188
|
setStateMachine(stateMachine: IAsyncStateMachine): void;
|
|
187
189
|
start<TStateMachine extends IAsyncStateMachine>(stateMachine: { value: ref<TStateMachine> }): void;
|
|
188
|
-
static
|
|
190
|
+
static create(): AsyncValueTaskMethodBuilder;
|
|
189
191
|
}
|
|
190
192
|
|
|
191
193
|
|
|
@@ -199,7 +201,7 @@ export class AsyncValueTaskMethodBuilder_1$instance<TResult> {
|
|
|
199
201
|
setResult(result: TResult): void;
|
|
200
202
|
setStateMachine(stateMachine: IAsyncStateMachine): void;
|
|
201
203
|
start<TStateMachine extends IAsyncStateMachine>(stateMachine: { value: ref<TStateMachine> }): void;
|
|
202
|
-
static
|
|
204
|
+
static create<TResult>(): AsyncValueTaskMethodBuilder_1<TResult>;
|
|
203
205
|
}
|
|
204
206
|
|
|
205
207
|
|
|
@@ -212,7 +214,7 @@ export class AsyncVoidMethodBuilder$instance {
|
|
|
212
214
|
setResult(): void;
|
|
213
215
|
setStateMachine(stateMachine: IAsyncStateMachine): void;
|
|
214
216
|
start<TStateMachine extends IAsyncStateMachine>(stateMachine: { value: ref<TStateMachine> }): void;
|
|
215
|
-
static
|
|
217
|
+
static create(): AsyncVoidMethodBuilder;
|
|
216
218
|
}
|
|
217
219
|
|
|
218
220
|
|
|
@@ -257,7 +259,7 @@ export class ConfiguredTaskAwaitable_1$instance<TResult> {
|
|
|
257
259
|
|
|
258
260
|
export type ConfiguredTaskAwaitable_1<TResult> = ConfiguredTaskAwaitable_1$instance<TResult>;
|
|
259
261
|
|
|
260
|
-
export class ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$instance<TResult> {
|
|
262
|
+
export class ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$instance<TResult> implements ICriticalNotifyCompletion {
|
|
261
263
|
readonly isCompleted: boolean;
|
|
262
264
|
getResult(): TResult;
|
|
263
265
|
onCompleted(continuation: Action): void;
|
|
@@ -266,13 +268,15 @@ export class ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$instance<TResult> {
|
|
|
266
268
|
|
|
267
269
|
|
|
268
270
|
export interface __ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$views<TResult> {
|
|
269
|
-
|
|
271
|
+
As_INotifyCompletion(): INotifyCompletion$instance;
|
|
270
272
|
}
|
|
271
273
|
|
|
274
|
+
export interface ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$instance<TResult> extends ICriticalNotifyCompletion$instance {}
|
|
275
|
+
|
|
272
276
|
export type ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter<TResult> = ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$instance<TResult> & __ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$views<TResult>;
|
|
273
277
|
|
|
274
278
|
|
|
275
|
-
export class ConfiguredTaskAwaitable_ConfiguredTaskAwaiter$instance {
|
|
279
|
+
export class ConfiguredTaskAwaitable_ConfiguredTaskAwaiter$instance implements ICriticalNotifyCompletion {
|
|
276
280
|
readonly isCompleted: boolean;
|
|
277
281
|
getResult(): void;
|
|
278
282
|
onCompleted(continuation: Action): void;
|
|
@@ -281,9 +285,11 @@ export class ConfiguredTaskAwaitable_ConfiguredTaskAwaiter$instance {
|
|
|
281
285
|
|
|
282
286
|
|
|
283
287
|
export interface __ConfiguredTaskAwaitable_ConfiguredTaskAwaiter$views {
|
|
284
|
-
|
|
288
|
+
As_INotifyCompletion(): INotifyCompletion$instance;
|
|
285
289
|
}
|
|
286
290
|
|
|
291
|
+
export interface ConfiguredTaskAwaitable_ConfiguredTaskAwaiter$instance extends ICriticalNotifyCompletion$instance {}
|
|
292
|
+
|
|
287
293
|
export type ConfiguredTaskAwaitable_ConfiguredTaskAwaiter = ConfiguredTaskAwaitable_ConfiguredTaskAwaiter$instance & __ConfiguredTaskAwaitable_ConfiguredTaskAwaiter$views;
|
|
288
294
|
|
|
289
295
|
|
|
@@ -301,7 +307,7 @@ export class ConfiguredValueTaskAwaitable_1$instance<TResult> {
|
|
|
301
307
|
|
|
302
308
|
export type ConfiguredValueTaskAwaitable_1<TResult> = ConfiguredValueTaskAwaitable_1$instance<TResult>;
|
|
303
309
|
|
|
304
|
-
export class ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$instance<TResult> {
|
|
310
|
+
export class ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$instance<TResult> implements ICriticalNotifyCompletion {
|
|
305
311
|
readonly isCompleted: boolean;
|
|
306
312
|
getResult(): TResult;
|
|
307
313
|
onCompleted(continuation: Action): void;
|
|
@@ -310,13 +316,15 @@ export class ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$instance<
|
|
|
310
316
|
|
|
311
317
|
|
|
312
318
|
export interface __ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$views<TResult> {
|
|
313
|
-
|
|
319
|
+
As_INotifyCompletion(): INotifyCompletion$instance;
|
|
314
320
|
}
|
|
315
321
|
|
|
322
|
+
export interface ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$instance<TResult> extends ICriticalNotifyCompletion$instance {}
|
|
323
|
+
|
|
316
324
|
export type ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter<TResult> = ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$instance<TResult> & __ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$views<TResult>;
|
|
317
325
|
|
|
318
326
|
|
|
319
|
-
export class ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter$instance {
|
|
327
|
+
export class ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter$instance implements ICriticalNotifyCompletion {
|
|
320
328
|
readonly isCompleted: boolean;
|
|
321
329
|
getResult(): void;
|
|
322
330
|
onCompleted(continuation: Action): void;
|
|
@@ -325,26 +333,28 @@ export class ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter$instance {
|
|
|
325
333
|
|
|
326
334
|
|
|
327
335
|
export interface __ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter$views {
|
|
328
|
-
|
|
336
|
+
As_INotifyCompletion(): INotifyCompletion$instance;
|
|
329
337
|
}
|
|
330
338
|
|
|
339
|
+
export interface ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter$instance extends ICriticalNotifyCompletion$instance {}
|
|
340
|
+
|
|
331
341
|
export type ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter = ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter$instance & __ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter$views;
|
|
332
342
|
|
|
333
343
|
|
|
334
344
|
export class DefaultInterpolatedStringHandler$instance {
|
|
335
345
|
constructor(literalLength: int, formattedCount: int);
|
|
336
346
|
constructor(literalLength: int, formattedCount: int, provider: IFormatProvider);
|
|
337
|
-
constructor(literalLength: int, formattedCount: int, provider: IFormatProvider, initialBuffer: Span_1<CLROf<
|
|
338
|
-
readonly text: ReadOnlySpan_1<CLROf<
|
|
347
|
+
constructor(literalLength: int, formattedCount: int, provider: IFormatProvider, initialBuffer: Span_1<CLROf<char>>);
|
|
348
|
+
readonly text: ReadOnlySpan_1<CLROf<char>>;
|
|
339
349
|
appendFormatted<T>(value: T): void;
|
|
340
350
|
appendFormatted<T>(value: T, format: string): void;
|
|
341
351
|
appendFormatted<T>(value: T, alignment: int): void;
|
|
342
352
|
appendFormatted<T>(value: T, alignment: int, format: string): void;
|
|
343
|
-
appendFormatted(value: ReadOnlySpan_1<CLROf<
|
|
344
|
-
appendFormatted(value: ReadOnlySpan_1<CLROf<
|
|
353
|
+
appendFormatted(value: ReadOnlySpan_1<CLROf<char>>): void;
|
|
354
|
+
appendFormatted(value: ReadOnlySpan_1<CLROf<char>>, alignment?: int, format?: string): void;
|
|
345
355
|
appendFormatted(value: string): void;
|
|
346
356
|
appendFormatted(value: string, alignment?: int, format?: string): void;
|
|
347
|
-
appendFormatted(value:
|
|
357
|
+
appendFormatted(value: unknown, alignment?: int, format?: string): void;
|
|
348
358
|
appendLiteral(value: string): void;
|
|
349
359
|
clear(): void;
|
|
350
360
|
toString(): string;
|
|
@@ -452,7 +462,7 @@ export class PoolingAsyncValueTaskMethodBuilder$instance {
|
|
|
452
462
|
setResult(): void;
|
|
453
463
|
setStateMachine(stateMachine: IAsyncStateMachine): void;
|
|
454
464
|
start<TStateMachine extends IAsyncStateMachine>(stateMachine: { value: ref<TStateMachine> }): void;
|
|
455
|
-
static
|
|
465
|
+
static create(): PoolingAsyncValueTaskMethodBuilder;
|
|
456
466
|
}
|
|
457
467
|
|
|
458
468
|
|
|
@@ -466,13 +476,13 @@ export class PoolingAsyncValueTaskMethodBuilder_1$instance<TResult> {
|
|
|
466
476
|
setResult(result: TResult): void;
|
|
467
477
|
setStateMachine(stateMachine: IAsyncStateMachine): void;
|
|
468
478
|
start<TStateMachine extends IAsyncStateMachine>(stateMachine: { value: ref<TStateMachine> }): void;
|
|
469
|
-
static
|
|
479
|
+
static create<TResult>(): PoolingAsyncValueTaskMethodBuilder_1<TResult>;
|
|
470
480
|
}
|
|
471
481
|
|
|
472
482
|
|
|
473
483
|
export type PoolingAsyncValueTaskMethodBuilder_1<TResult> = PoolingAsyncValueTaskMethodBuilder_1$instance<TResult>;
|
|
474
484
|
|
|
475
|
-
export class TaskAwaiter$instance {
|
|
485
|
+
export class TaskAwaiter$instance implements ICriticalNotifyCompletion {
|
|
476
486
|
readonly isCompleted: boolean;
|
|
477
487
|
getResult(): void;
|
|
478
488
|
onCompleted(continuation: Action): void;
|
|
@@ -481,13 +491,15 @@ export class TaskAwaiter$instance {
|
|
|
481
491
|
|
|
482
492
|
|
|
483
493
|
export interface __TaskAwaiter$views {
|
|
484
|
-
|
|
494
|
+
As_INotifyCompletion(): INotifyCompletion$instance;
|
|
485
495
|
}
|
|
486
496
|
|
|
497
|
+
export interface TaskAwaiter$instance extends ICriticalNotifyCompletion$instance {}
|
|
498
|
+
|
|
487
499
|
export type TaskAwaiter = TaskAwaiter$instance & __TaskAwaiter$views;
|
|
488
500
|
|
|
489
501
|
|
|
490
|
-
export class TaskAwaiter_1$instance<TResult> {
|
|
502
|
+
export class TaskAwaiter_1$instance<TResult> implements ICriticalNotifyCompletion {
|
|
491
503
|
readonly isCompleted: boolean;
|
|
492
504
|
getResult(): TResult;
|
|
493
505
|
onCompleted(continuation: Action): void;
|
|
@@ -496,13 +508,15 @@ export class TaskAwaiter_1$instance<TResult> {
|
|
|
496
508
|
|
|
497
509
|
|
|
498
510
|
export interface __TaskAwaiter_1$views<TResult> {
|
|
499
|
-
|
|
511
|
+
As_INotifyCompletion(): INotifyCompletion$instance;
|
|
500
512
|
}
|
|
501
513
|
|
|
514
|
+
export interface TaskAwaiter_1$instance<TResult> extends ICriticalNotifyCompletion$instance {}
|
|
515
|
+
|
|
502
516
|
export type TaskAwaiter_1<TResult> = TaskAwaiter_1$instance<TResult> & __TaskAwaiter_1$views<TResult>;
|
|
503
517
|
|
|
504
518
|
|
|
505
|
-
export class ValueTaskAwaiter$instance {
|
|
519
|
+
export class ValueTaskAwaiter$instance implements ICriticalNotifyCompletion {
|
|
506
520
|
readonly isCompleted: boolean;
|
|
507
521
|
getResult(): void;
|
|
508
522
|
onCompleted(continuation: Action): void;
|
|
@@ -511,13 +525,15 @@ export class ValueTaskAwaiter$instance {
|
|
|
511
525
|
|
|
512
526
|
|
|
513
527
|
export interface __ValueTaskAwaiter$views {
|
|
514
|
-
|
|
528
|
+
As_INotifyCompletion(): INotifyCompletion$instance;
|
|
515
529
|
}
|
|
516
530
|
|
|
531
|
+
export interface ValueTaskAwaiter$instance extends ICriticalNotifyCompletion$instance {}
|
|
532
|
+
|
|
517
533
|
export type ValueTaskAwaiter = ValueTaskAwaiter$instance & __ValueTaskAwaiter$views;
|
|
518
534
|
|
|
519
535
|
|
|
520
|
-
export class ValueTaskAwaiter_1$instance<TResult> {
|
|
536
|
+
export class ValueTaskAwaiter_1$instance<TResult> implements ICriticalNotifyCompletion {
|
|
521
537
|
readonly isCompleted: boolean;
|
|
522
538
|
getResult(): TResult;
|
|
523
539
|
onCompleted(continuation: Action): void;
|
|
@@ -526,9 +542,11 @@ export class ValueTaskAwaiter_1$instance<TResult> {
|
|
|
526
542
|
|
|
527
543
|
|
|
528
544
|
export interface __ValueTaskAwaiter_1$views<TResult> {
|
|
529
|
-
|
|
545
|
+
As_INotifyCompletion(): INotifyCompletion$instance;
|
|
530
546
|
}
|
|
531
547
|
|
|
548
|
+
export interface ValueTaskAwaiter_1$instance<TResult> extends ICriticalNotifyCompletion$instance {}
|
|
549
|
+
|
|
532
550
|
export type ValueTaskAwaiter_1<TResult> = ValueTaskAwaiter_1$instance<TResult> & __ValueTaskAwaiter_1$views<TResult>;
|
|
533
551
|
|
|
534
552
|
|
|
@@ -539,7 +557,7 @@ export class YieldAwaitable$instance {
|
|
|
539
557
|
|
|
540
558
|
export type YieldAwaitable = YieldAwaitable$instance;
|
|
541
559
|
|
|
542
|
-
export class YieldAwaitable_YieldAwaiter$instance {
|
|
560
|
+
export class YieldAwaitable_YieldAwaiter$instance implements ICriticalNotifyCompletion {
|
|
543
561
|
readonly isCompleted: boolean;
|
|
544
562
|
getResult(): void;
|
|
545
563
|
onCompleted(continuation: Action): void;
|
|
@@ -548,9 +566,11 @@ export class YieldAwaitable_YieldAwaiter$instance {
|
|
|
548
566
|
|
|
549
567
|
|
|
550
568
|
export interface __YieldAwaitable_YieldAwaiter$views {
|
|
551
|
-
|
|
569
|
+
As_INotifyCompletion(): INotifyCompletion$instance;
|
|
552
570
|
}
|
|
553
571
|
|
|
572
|
+
export interface YieldAwaitable_YieldAwaiter$instance extends ICriticalNotifyCompletion$instance {}
|
|
573
|
+
|
|
554
574
|
export type YieldAwaitable_YieldAwaiter = YieldAwaitable_YieldAwaiter$instance & __YieldAwaitable_YieldAwaiter$views;
|
|
555
575
|
|
|
556
576
|
|
|
@@ -664,14 +684,14 @@ export type CallerMemberNameAttribute = CallerMemberNameAttribute$instance;
|
|
|
664
684
|
|
|
665
685
|
export class CallSite$instance {
|
|
666
686
|
readonly binder: CallSiteBinder;
|
|
667
|
-
static
|
|
687
|
+
static create(delegateType: Type, binder: CallSiteBinder): CallSite;
|
|
668
688
|
}
|
|
669
689
|
|
|
670
690
|
|
|
671
691
|
export type CallSite = CallSite$instance;
|
|
672
692
|
|
|
673
693
|
export class CallSite_1$instance<T> extends CallSite$instance {
|
|
674
|
-
|
|
694
|
+
target: T;
|
|
675
695
|
readonly update: T;
|
|
676
696
|
}
|
|
677
697
|
|
|
@@ -679,18 +699,18 @@ export class CallSite_1$instance<T> extends CallSite$instance {
|
|
|
679
699
|
export type CallSite_1<T> = CallSite_1$instance<T>;
|
|
680
700
|
|
|
681
701
|
export abstract class CallSiteBinder$instance {
|
|
682
|
-
abstract bind(args:
|
|
683
|
-
bindDelegate<T>(site: CallSite_1<T>, args:
|
|
684
|
-
static readonly
|
|
702
|
+
abstract bind(args: unknown[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
|
|
703
|
+
bindDelegate<T>(site: CallSite_1<T>, args: unknown[]): T;
|
|
704
|
+
static readonly updateLabel: LabelTarget;
|
|
685
705
|
}
|
|
686
706
|
|
|
687
707
|
|
|
688
708
|
export type CallSiteBinder = CallSiteBinder$instance;
|
|
689
709
|
|
|
690
710
|
export class Closure$instance {
|
|
691
|
-
constructor(constants:
|
|
692
|
-
readonly
|
|
693
|
-
readonly
|
|
711
|
+
constructor(constants: unknown[], locals: unknown[]);
|
|
712
|
+
readonly constants: unknown[];
|
|
713
|
+
readonly locals: unknown[];
|
|
694
714
|
}
|
|
695
715
|
|
|
696
716
|
|
|
@@ -718,8 +738,8 @@ export class CompilerFeatureRequiredAttribute$instance extends System_Internal.A
|
|
|
718
738
|
constructor(featureName: string);
|
|
719
739
|
readonly featureName: string;
|
|
720
740
|
isOptional: boolean;
|
|
721
|
-
static readonly
|
|
722
|
-
static readonly
|
|
741
|
+
static readonly refStructs: string;
|
|
742
|
+
static readonly requiredMembers: string;
|
|
723
743
|
}
|
|
724
744
|
|
|
725
745
|
|
|
@@ -764,17 +784,19 @@ export class ConditionalWeakTable_2$instance<TKey, TValue> {
|
|
|
764
784
|
|
|
765
785
|
|
|
766
786
|
export interface __ConditionalWeakTable_2$views<TKey, TValue> {
|
|
767
|
-
|
|
768
|
-
|
|
787
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
788
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
769
789
|
}
|
|
770
790
|
|
|
791
|
+
export interface ConditionalWeakTable_2$instance<TKey, TValue> extends System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>> {}
|
|
792
|
+
|
|
771
793
|
export type ConditionalWeakTable_2<TKey, TValue> = ConditionalWeakTable_2$instance<TKey, TValue> & __ConditionalWeakTable_2$views<TKey, TValue>;
|
|
772
794
|
|
|
773
795
|
|
|
774
796
|
export class ConditionalWeakTable_2_CreateValueCallback$instance<TKey, TValue> extends Function {
|
|
775
|
-
constructor(object_:
|
|
776
|
-
beginInvoke(key: TKey, callback: AsyncCallback, object_:
|
|
777
|
-
clone():
|
|
797
|
+
constructor(object_: unknown, method: nint);
|
|
798
|
+
beginInvoke(key: TKey, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
799
|
+
clone(): unknown;
|
|
778
800
|
endInvoke(result: IAsyncResult): TValue;
|
|
779
801
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
780
802
|
invoke(key: TKey): TValue;
|
|
@@ -782,8 +804,8 @@ export class ConditionalWeakTable_2_CreateValueCallback$instance<TKey, TValue> e
|
|
|
782
804
|
|
|
783
805
|
|
|
784
806
|
export interface __ConditionalWeakTable_2_CreateValueCallback$views<TKey, TValue> {
|
|
785
|
-
|
|
786
|
-
|
|
807
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
808
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
787
809
|
}
|
|
788
810
|
|
|
789
811
|
export type ConditionalWeakTable_2_CreateValueCallback<TKey, TValue> = ConditionalWeakTable_2_CreateValueCallback$instance<TKey, TValue> & __ConditionalWeakTable_2_CreateValueCallback$views<TKey, TValue>;
|
|
@@ -804,7 +826,7 @@ export class CreateNewOnMetadataUpdateAttribute$instance extends System_Internal
|
|
|
804
826
|
export type CreateNewOnMetadataUpdateAttribute = CreateNewOnMetadataUpdateAttribute$instance;
|
|
805
827
|
|
|
806
828
|
export abstract class CustomConstantAttribute$instance extends System_Internal.Attribute$instance {
|
|
807
|
-
readonly value:
|
|
829
|
+
readonly value: unknown;
|
|
808
830
|
}
|
|
809
831
|
|
|
810
832
|
|
|
@@ -812,7 +834,7 @@ export type CustomConstantAttribute = CustomConstantAttribute$instance;
|
|
|
812
834
|
|
|
813
835
|
export class DateTimeConstantAttribute$instance extends CustomConstantAttribute$instance {
|
|
814
836
|
constructor(ticks: long);
|
|
815
|
-
readonly value:
|
|
837
|
+
readonly value: unknown;
|
|
816
838
|
}
|
|
817
839
|
|
|
818
840
|
|
|
@@ -820,7 +842,7 @@ export type DateTimeConstantAttribute = DateTimeConstantAttribute$instance;
|
|
|
820
842
|
|
|
821
843
|
export abstract class DebugInfoGenerator$instance {
|
|
822
844
|
abstract markSequencePoint(method: LambdaExpression, ilOffset: int, sequencePoint: DebugInfoExpression): void;
|
|
823
|
-
static
|
|
845
|
+
static createPdbGenerator(): DebugInfoGenerator;
|
|
824
846
|
}
|
|
825
847
|
|
|
826
848
|
|
|
@@ -929,7 +951,7 @@ export type HasCopySemanticsAttribute = HasCopySemanticsAttribute$instance;
|
|
|
929
951
|
|
|
930
952
|
export class IDispatchConstantAttribute$instance extends CustomConstantAttribute$instance {
|
|
931
953
|
constructor();
|
|
932
|
-
readonly value:
|
|
954
|
+
readonly value: unknown;
|
|
933
955
|
}
|
|
934
956
|
|
|
935
957
|
|
|
@@ -1005,7 +1027,7 @@ export type IteratorStateMachineAttribute = IteratorStateMachineAttribute$instan
|
|
|
1005
1027
|
|
|
1006
1028
|
export class IUnknownConstantAttribute$instance extends CustomConstantAttribute$instance {
|
|
1007
1029
|
constructor();
|
|
1008
|
-
readonly value:
|
|
1030
|
+
readonly value: unknown;
|
|
1009
1031
|
}
|
|
1010
1032
|
|
|
1011
1033
|
|
|
@@ -1023,7 +1045,7 @@ export class MethodImplAttribute$instance extends System_Internal.Attribute$inst
|
|
|
1023
1045
|
constructor(methodImplOptions: MethodImplOptions);
|
|
1024
1046
|
constructor(value: short);
|
|
1025
1047
|
constructor();
|
|
1026
|
-
|
|
1048
|
+
methodCodeType: MethodCodeType;
|
|
1027
1049
|
readonly value: MethodImplOptions;
|
|
1028
1050
|
}
|
|
1029
1051
|
|
|
@@ -1047,7 +1069,7 @@ export type NativeCppClassAttribute = NativeCppClassAttribute$instance;
|
|
|
1047
1069
|
export class NullableAttribute$instance extends System_Internal.Attribute$instance {
|
|
1048
1070
|
constructor(value: byte);
|
|
1049
1071
|
constructor(value: byte[]);
|
|
1050
|
-
readonly
|
|
1072
|
+
readonly nullableFlags: byte[];
|
|
1051
1073
|
}
|
|
1052
1074
|
|
|
1053
1075
|
|
|
@@ -1055,7 +1077,7 @@ export type NullableAttribute = NullableAttribute$instance;
|
|
|
1055
1077
|
|
|
1056
1078
|
export class NullableContextAttribute$instance extends System_Internal.Attribute$instance {
|
|
1057
1079
|
constructor(value: byte);
|
|
1058
|
-
readonly
|
|
1080
|
+
readonly flag: byte;
|
|
1059
1081
|
}
|
|
1060
1082
|
|
|
1061
1083
|
|
|
@@ -1063,7 +1085,7 @@ export type NullableContextAttribute = NullableContextAttribute$instance;
|
|
|
1063
1085
|
|
|
1064
1086
|
export class NullablePublicOnlyAttribute$instance extends System_Internal.Attribute$instance {
|
|
1065
1087
|
constructor(value: boolean);
|
|
1066
|
-
readonly
|
|
1088
|
+
readonly includesInternals: boolean;
|
|
1067
1089
|
}
|
|
1068
1090
|
|
|
1069
1091
|
|
|
@@ -1115,12 +1137,12 @@ export class ReadOnlyCollectionBuilder_1$instance<T> {
|
|
|
1115
1137
|
|
|
1116
1138
|
|
|
1117
1139
|
export interface __ReadOnlyCollectionBuilder_1$views<T> {
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1140
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
1141
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
1142
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<T>;
|
|
1143
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1144
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1145
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
1124
1146
|
}
|
|
1125
1147
|
|
|
1126
1148
|
export type ReadOnlyCollectionBuilder_1<T> = ReadOnlyCollectionBuilder_1$instance<T> & __ReadOnlyCollectionBuilder_1$views<T>;
|
|
@@ -1180,50 +1202,50 @@ export class RuntimeCompatibilityAttribute$instance extends System_Internal.Attr
|
|
|
1180
1202
|
export type RuntimeCompatibilityAttribute = RuntimeCompatibilityAttribute$instance;
|
|
1181
1203
|
|
|
1182
1204
|
export class RuntimeHelpers_CleanupCode$instance extends Function {
|
|
1183
|
-
constructor(object_:
|
|
1184
|
-
beginInvoke(userData:
|
|
1185
|
-
clone():
|
|
1205
|
+
constructor(object_: unknown, method: nint);
|
|
1206
|
+
beginInvoke(userData: unknown, exceptionThrown: boolean, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
1207
|
+
clone(): unknown;
|
|
1186
1208
|
endInvoke(result: IAsyncResult): void;
|
|
1187
1209
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1188
|
-
invoke(userData:
|
|
1210
|
+
invoke(userData: unknown, exceptionThrown: boolean): void;
|
|
1189
1211
|
}
|
|
1190
1212
|
|
|
1191
1213
|
|
|
1192
1214
|
export interface __RuntimeHelpers_CleanupCode$views {
|
|
1193
|
-
|
|
1194
|
-
|
|
1215
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1216
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1195
1217
|
}
|
|
1196
1218
|
|
|
1197
1219
|
export type RuntimeHelpers_CleanupCode = RuntimeHelpers_CleanupCode$instance & __RuntimeHelpers_CleanupCode$views;
|
|
1198
1220
|
|
|
1199
1221
|
|
|
1200
1222
|
export class RuntimeHelpers_TryCode$instance extends Function {
|
|
1201
|
-
constructor(object_:
|
|
1202
|
-
beginInvoke(userData:
|
|
1203
|
-
clone():
|
|
1223
|
+
constructor(object_: unknown, method: nint);
|
|
1224
|
+
beginInvoke(userData: unknown, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
1225
|
+
clone(): unknown;
|
|
1204
1226
|
endInvoke(result: IAsyncResult): void;
|
|
1205
1227
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1206
|
-
invoke(userData:
|
|
1228
|
+
invoke(userData: unknown): void;
|
|
1207
1229
|
}
|
|
1208
1230
|
|
|
1209
1231
|
|
|
1210
1232
|
export interface __RuntimeHelpers_TryCode$views {
|
|
1211
|
-
|
|
1212
|
-
|
|
1233
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1234
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1213
1235
|
}
|
|
1214
1236
|
|
|
1215
1237
|
export type RuntimeHelpers_TryCode = RuntimeHelpers_TryCode$instance & __RuntimeHelpers_TryCode$views;
|
|
1216
1238
|
|
|
1217
1239
|
|
|
1218
1240
|
export class RuntimeWrappedException$instance extends System_Internal.Exception$instance {
|
|
1219
|
-
constructor(thrownObject:
|
|
1220
|
-
readonly wrappedException:
|
|
1241
|
+
constructor(thrownObject: unknown);
|
|
1242
|
+
readonly wrappedException: unknown;
|
|
1221
1243
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1222
1244
|
}
|
|
1223
1245
|
|
|
1224
1246
|
|
|
1225
1247
|
export interface __RuntimeWrappedException$views {
|
|
1226
|
-
|
|
1248
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1227
1249
|
}
|
|
1228
1250
|
|
|
1229
1251
|
export type RuntimeWrappedException = RuntimeWrappedException$instance & __RuntimeWrappedException$views;
|
|
@@ -1275,14 +1297,16 @@ export type StringFreezingAttribute = StringFreezingAttribute$instance;
|
|
|
1275
1297
|
export class StrongBox_1$instance<T> {
|
|
1276
1298
|
constructor();
|
|
1277
1299
|
constructor(value: T);
|
|
1278
|
-
|
|
1300
|
+
value: T;
|
|
1279
1301
|
}
|
|
1280
1302
|
|
|
1281
1303
|
|
|
1282
1304
|
export interface __StrongBox_1$views<T> {
|
|
1283
|
-
|
|
1305
|
+
As_IStrongBox(): IStrongBox$instance;
|
|
1284
1306
|
}
|
|
1285
1307
|
|
|
1308
|
+
export interface StrongBox_1$instance<T> extends IStrongBox$instance {}
|
|
1309
|
+
|
|
1286
1310
|
export type StrongBox_1<T> = StrongBox_1$instance<T> & __StrongBox_1$views<T>;
|
|
1287
1311
|
|
|
1288
1312
|
|
|
@@ -1296,17 +1320,17 @@ export type SuppressIldasmAttribute = SuppressIldasmAttribute$instance;
|
|
|
1296
1320
|
export class SwitchExpressionException$instance extends System_Internal.InvalidOperationException$instance {
|
|
1297
1321
|
constructor();
|
|
1298
1322
|
constructor(innerException: Exception);
|
|
1299
|
-
constructor(unmatchedValue:
|
|
1323
|
+
constructor(unmatchedValue: unknown);
|
|
1300
1324
|
constructor(message: string);
|
|
1301
1325
|
constructor(message: string, innerException: Exception);
|
|
1302
1326
|
readonly message: string;
|
|
1303
|
-
readonly unmatchedValue:
|
|
1327
|
+
readonly unmatchedValue: unknown;
|
|
1304
1328
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1305
1329
|
}
|
|
1306
1330
|
|
|
1307
1331
|
|
|
1308
1332
|
export interface __SwitchExpressionException$views {
|
|
1309
|
-
|
|
1333
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1310
1334
|
}
|
|
1311
1335
|
|
|
1312
1336
|
export type SwitchExpressionException = SwitchExpressionException$instance & __SwitchExpressionException$views;
|
|
@@ -1361,40 +1385,40 @@ export class UnsafeValueTypeAttribute$instance extends System_Internal.Attribute
|
|
|
1361
1385
|
export type UnsafeValueTypeAttribute = UnsafeValueTypeAttribute$instance;
|
|
1362
1386
|
|
|
1363
1387
|
export abstract class AsyncHelpers$instance {
|
|
1364
|
-
static
|
|
1365
|
-
static
|
|
1366
|
-
static
|
|
1367
|
-
static
|
|
1368
|
-
static
|
|
1369
|
-
static
|
|
1370
|
-
static
|
|
1371
|
-
static
|
|
1372
|
-
static
|
|
1373
|
-
static
|
|
1388
|
+
static await_7<T>(configuredAwaitable: ConfiguredTaskAwaitable_1<T>): T;
|
|
1389
|
+
static await_7<T>(configuredAwaitable: ConfiguredValueTaskAwaitable_1<T>): T;
|
|
1390
|
+
static await_7(configuredAwaitable: ConfiguredTaskAwaitable): void;
|
|
1391
|
+
static await_7(configuredAwaitable: ConfiguredValueTaskAwaitable): void;
|
|
1392
|
+
static await_7(task: Task): void;
|
|
1393
|
+
static await_7(task: ValueTask): void;
|
|
1394
|
+
static await_7<T>(task: Task_1<T>): T;
|
|
1395
|
+
static await_7<T>(task: ValueTask_1<T>): T;
|
|
1396
|
+
static awaitAwaiter<TAwaiter extends INotifyCompletion>(awaiter: TAwaiter): void;
|
|
1397
|
+
static unsafeAwaitAwaiter<TAwaiter extends ICriticalNotifyCompletion>(awaiter: TAwaiter): void;
|
|
1374
1398
|
}
|
|
1375
1399
|
|
|
1376
1400
|
|
|
1377
1401
|
export type AsyncHelpers = AsyncHelpers$instance;
|
|
1378
1402
|
|
|
1379
1403
|
export abstract class CallSiteHelpers$instance {
|
|
1380
|
-
static
|
|
1404
|
+
static isInternalFrame(mb: MethodBase): boolean;
|
|
1381
1405
|
}
|
|
1382
1406
|
|
|
1383
1407
|
|
|
1384
1408
|
export type CallSiteHelpers = CallSiteHelpers$instance;
|
|
1385
1409
|
|
|
1386
1410
|
export abstract class CallSiteOps$instance {
|
|
1387
|
-
static
|
|
1388
|
-
static
|
|
1389
|
-
static
|
|
1390
|
-
static
|
|
1391
|
-
static
|
|
1392
|
-
static
|
|
1393
|
-
static
|
|
1394
|
-
static
|
|
1395
|
-
static
|
|
1396
|
-
static
|
|
1397
|
-
static
|
|
1411
|
+
static addRule<T>(site: CallSite_1<T>, rule: T): void;
|
|
1412
|
+
static bind<T>(binder: CallSiteBinder, site: CallSite_1<T>, args: unknown[]): T;
|
|
1413
|
+
static clearMatch(site: CallSite): void;
|
|
1414
|
+
static createMatchmaker<T>(site: CallSite_1<T>): CallSite_1<T>;
|
|
1415
|
+
static getCachedRules<T>(cache: RuleCache_1<T>): T[];
|
|
1416
|
+
static getMatch(site: CallSite): boolean;
|
|
1417
|
+
static getRuleCache<T>(site: CallSite_1<T>): RuleCache_1<T>;
|
|
1418
|
+
static getRules<T>(site: CallSite_1<T>): T[];
|
|
1419
|
+
static moveRule<T>(cache: RuleCache_1<T>, rule: T, i: int): void;
|
|
1420
|
+
static setNotMatched(site: CallSite): boolean;
|
|
1421
|
+
static updateRules<T>(this_: CallSite_1<T>, matched: int): void;
|
|
1398
1422
|
}
|
|
1399
1423
|
|
|
1400
1424
|
|
|
@@ -1407,15 +1431,15 @@ export abstract class CompilerMarshalOverride$instance {
|
|
|
1407
1431
|
export type CompilerMarshalOverride = CompilerMarshalOverride$instance;
|
|
1408
1432
|
|
|
1409
1433
|
export abstract class ContractHelper$instance {
|
|
1410
|
-
static
|
|
1411
|
-
static
|
|
1434
|
+
static raiseContractFailedEvent(failureKind: ContractFailureKind, userMessage: string, conditionText: string, innerException: Exception): string;
|
|
1435
|
+
static triggerFailure(kind: ContractFailureKind, displayMessage: string, userMessage: string, conditionText: string, innerException: Exception): void;
|
|
1412
1436
|
}
|
|
1413
1437
|
|
|
1414
1438
|
|
|
1415
1439
|
export type ContractHelper = ContractHelper$instance;
|
|
1416
1440
|
|
|
1417
1441
|
export abstract class FormattableStringFactory$instance {
|
|
1418
|
-
static
|
|
1442
|
+
static create(format: string, arguments: unknown[]): FormattableString;
|
|
1419
1443
|
}
|
|
1420
1444
|
|
|
1421
1445
|
|
|
@@ -1500,113 +1524,113 @@ export abstract class IsVolatile$instance {
|
|
|
1500
1524
|
export type IsVolatile = IsVolatile$instance;
|
|
1501
1525
|
|
|
1502
1526
|
export abstract class RuntimeFeature$instance {
|
|
1503
|
-
static readonly
|
|
1504
|
-
static readonly
|
|
1505
|
-
static readonly
|
|
1506
|
-
static readonly
|
|
1507
|
-
static readonly
|
|
1508
|
-
static readonly
|
|
1509
|
-
static readonly
|
|
1510
|
-
static readonly
|
|
1511
|
-
static readonly
|
|
1512
|
-
static readonly
|
|
1513
|
-
static
|
|
1527
|
+
static readonly portablePdb: string;
|
|
1528
|
+
static readonly defaultImplementationsOfInterfaces: string;
|
|
1529
|
+
static readonly unmanagedSignatureCallingConvention: string;
|
|
1530
|
+
static readonly covariantReturnsOfClasses: string;
|
|
1531
|
+
static readonly byRefFields: string;
|
|
1532
|
+
static readonly byRefLikeGenerics: string;
|
|
1533
|
+
static readonly virtualStaticsInInterfaces: string;
|
|
1534
|
+
static readonly numericIntPtr: string;
|
|
1535
|
+
static readonly isDynamicCodeSupported: boolean;
|
|
1536
|
+
static readonly isDynamicCodeCompiled: boolean;
|
|
1537
|
+
static isSupported(feature: string): boolean;
|
|
1514
1538
|
}
|
|
1515
1539
|
|
|
1516
1540
|
|
|
1517
1541
|
export type RuntimeFeature = RuntimeFeature$instance;
|
|
1518
1542
|
|
|
1519
1543
|
export abstract class RuntimeHelpers$instance {
|
|
1520
|
-
static readonly
|
|
1521
|
-
static
|
|
1522
|
-
static
|
|
1523
|
-
static
|
|
1524
|
-
static
|
|
1525
|
-
static
|
|
1526
|
-
static
|
|
1527
|
-
static
|
|
1528
|
-
static
|
|
1529
|
-
static
|
|
1530
|
-
static
|
|
1531
|
-
static
|
|
1532
|
-
static
|
|
1533
|
-
static
|
|
1534
|
-
static
|
|
1535
|
-
static
|
|
1536
|
-
static
|
|
1537
|
-
static
|
|
1538
|
-
static
|
|
1539
|
-
static
|
|
1540
|
-
static
|
|
1541
|
-
static
|
|
1542
|
-
static
|
|
1543
|
-
static
|
|
1544
|
+
static readonly offsetToStringData: int;
|
|
1545
|
+
static allocateTypeAssociatedMemory(type_: Type, size: int): nint;
|
|
1546
|
+
static box(target: { value: ref<byte> }, type_: RuntimeTypeHandle): unknown;
|
|
1547
|
+
static createSpan<T>(fldHandle: RuntimeFieldHandle): ReadOnlySpan_1<T>;
|
|
1548
|
+
static ensureSufficientExecutionStack(): void;
|
|
1549
|
+
static equals(o1: unknown, o2: unknown): boolean;
|
|
1550
|
+
static executeCodeWithGuaranteedCleanup(code: RuntimeHelpers_TryCode, backoutCode: RuntimeHelpers_CleanupCode, userData: unknown): void;
|
|
1551
|
+
static getHashCode(o: unknown): int;
|
|
1552
|
+
static getObjectValue(obj: unknown): unknown;
|
|
1553
|
+
static getSubArray<T>(array: T[], range: Range): T[];
|
|
1554
|
+
static getUninitializedObject(type_: Type): unknown;
|
|
1555
|
+
static initializeArray(array: ClrArray, fldHandle: RuntimeFieldHandle): void;
|
|
1556
|
+
static isReferenceOrContainsReferences<T>(): boolean;
|
|
1557
|
+
static prepareConstrainedRegions(): void;
|
|
1558
|
+
static prepareConstrainedRegionsNoOP(): void;
|
|
1559
|
+
static prepareContractedDelegate(d: Function): void;
|
|
1560
|
+
static prepareDelegate(d: Function): void;
|
|
1561
|
+
static prepareMethod2(method: RuntimeMethodHandle, instantiation: RuntimeTypeHandle[]): void;
|
|
1562
|
+
static prepareMethod2(method: RuntimeMethodHandle): void;
|
|
1563
|
+
static probeForSufficientStack(): void;
|
|
1564
|
+
static runClassConstructor(type_: RuntimeTypeHandle): void;
|
|
1565
|
+
static runModuleConstructor(module_: ModuleHandle): void;
|
|
1566
|
+
static sizeOf(type_: RuntimeTypeHandle): int;
|
|
1567
|
+
static tryEnsureSufficientExecutionStack(): boolean;
|
|
1544
1568
|
}
|
|
1545
1569
|
|
|
1546
1570
|
|
|
1547
1571
|
export type RuntimeHelpers = RuntimeHelpers$instance;
|
|
1548
1572
|
|
|
1549
1573
|
export abstract class RuntimeOps$instance {
|
|
1550
|
-
static
|
|
1551
|
-
static
|
|
1552
|
-
static
|
|
1553
|
-
static
|
|
1554
|
-
static
|
|
1555
|
-
static
|
|
1556
|
-
static
|
|
1557
|
-
static
|
|
1558
|
-
static
|
|
1574
|
+
static createRuntimeVariables2(): IRuntimeVariables;
|
|
1575
|
+
static createRuntimeVariables2(data: unknown[], indexes: long[]): IRuntimeVariables;
|
|
1576
|
+
static expandoCheckVersion(expando: ExpandoObject, version: unknown): boolean;
|
|
1577
|
+
static expandoPromoteClass(expando: ExpandoObject, oldClass: unknown, newClass: unknown): void;
|
|
1578
|
+
static expandoTryDeleteValue(expando: ExpandoObject, indexClass: unknown, index: int, name: string, ignoreCase: boolean): boolean;
|
|
1579
|
+
static expandoTryGetValue(expando: ExpandoObject, indexClass: unknown, index: int, name: string, ignoreCase: boolean, value: { value: ref<unknown> }): boolean;
|
|
1580
|
+
static expandoTrySetValue(expando: ExpandoObject, indexClass: unknown, index: int, value: unknown, name: string, ignoreCase: boolean): unknown;
|
|
1581
|
+
static mergeRuntimeVariables(first: IRuntimeVariables, second: IRuntimeVariables, indexes: int[]): IRuntimeVariables;
|
|
1582
|
+
static quote(expression: Expression, hoistedLocals: unknown, locals: unknown[]): Expression;
|
|
1559
1583
|
}
|
|
1560
1584
|
|
|
1561
1585
|
|
|
1562
1586
|
export type RuntimeOps = RuntimeOps$instance;
|
|
1563
1587
|
|
|
1564
1588
|
export abstract class Unsafe$instance {
|
|
1565
|
-
static
|
|
1566
|
-
static
|
|
1567
|
-
static
|
|
1568
|
-
static
|
|
1569
|
-
static
|
|
1570
|
-
static
|
|
1571
|
-
static
|
|
1572
|
-
static
|
|
1573
|
-
static
|
|
1574
|
-
static
|
|
1575
|
-
static
|
|
1576
|
-
static
|
|
1577
|
-
static
|
|
1578
|
-
static
|
|
1579
|
-
static
|
|
1580
|
-
static
|
|
1581
|
-
static
|
|
1582
|
-
static
|
|
1583
|
-
static
|
|
1584
|
-
static
|
|
1585
|
-
static
|
|
1586
|
-
static
|
|
1587
|
-
static
|
|
1588
|
-
static
|
|
1589
|
-
static
|
|
1590
|
-
static
|
|
1591
|
-
static
|
|
1592
|
-
static
|
|
1593
|
-
static
|
|
1594
|
-
static
|
|
1595
|
-
static
|
|
1596
|
-
static
|
|
1597
|
-
static
|
|
1598
|
-
static
|
|
1599
|
-
static
|
|
1600
|
-
static
|
|
1601
|
-
static
|
|
1602
|
-
static
|
|
1603
|
-
static
|
|
1604
|
-
static
|
|
1605
|
-
static
|
|
1606
|
-
static
|
|
1607
|
-
static
|
|
1608
|
-
static
|
|
1609
|
-
static
|
|
1589
|
+
static add3<T>(source: ptr<void>, elementOffset: int): ptr<void>;
|
|
1590
|
+
static add3<T>(source: { value: ref<T> }, elementOffset: int): ref<T>;
|
|
1591
|
+
static add3<T>(source: { value: ref<T> }, elementOffset: nint): ref<T>;
|
|
1592
|
+
static add3<T>(source: { value: ref<T> }, elementOffset: nuint): ref<T>;
|
|
1593
|
+
static addByteOffset2<T>(source: { value: ref<T> }, byteOffset: nint): ref<T>;
|
|
1594
|
+
static addByteOffset2<T>(source: { value: ref<T> }, byteOffset: nuint): ref<T>;
|
|
1595
|
+
static areSame<T>(left: { value: ref<T> }, right: { value: ref<T> }): boolean;
|
|
1596
|
+
static as_<T>(o: unknown): T;
|
|
1597
|
+
static as_<TFrom, TTo>(source: { value: ref<TFrom> }): ref<TTo>;
|
|
1598
|
+
static asPointer<T>(value: { value: ref<T> }): ptr<void>;
|
|
1599
|
+
static asRef<T>(source: ptr<void>): ref<T>;
|
|
1600
|
+
static asRef<T>(source: { value: ref<T> }): ref<T>;
|
|
1601
|
+
static bitCast<TFrom, TTo>(source: TFrom): TTo;
|
|
1602
|
+
static byteOffset<T>(origin: { value: ref<T> }, target: { value: ref<T> }): nint;
|
|
1603
|
+
static copy<T>(destination: ptr<void>, source: { value: ref<T> }): void;
|
|
1604
|
+
static copy<T>(destination: { value: ref<T> }, source: ptr<void>): void;
|
|
1605
|
+
static copyBlock2(destination: { value: ref<byte> }, source: { value: ref<byte> }, byteCount: uint): void;
|
|
1606
|
+
static copyBlock2(destination: ptr<void>, source: ptr<void>, byteCount: uint): void;
|
|
1607
|
+
static copyBlockUnaligned2(destination: { value: ref<byte> }, source: { value: ref<byte> }, byteCount: uint): void;
|
|
1608
|
+
static copyBlockUnaligned2(destination: ptr<void>, source: ptr<void>, byteCount: uint): void;
|
|
1609
|
+
static initBlock2(startAddress: { value: ref<byte> }, value: byte, byteCount: uint): void;
|
|
1610
|
+
static initBlock2(startAddress: ptr<void>, value: byte, byteCount: uint): void;
|
|
1611
|
+
static initBlockUnaligned2(startAddress: { value: ref<byte> }, value: byte, byteCount: uint): void;
|
|
1612
|
+
static initBlockUnaligned2(startAddress: ptr<void>, value: byte, byteCount: uint): void;
|
|
1613
|
+
static isAddressGreaterThan<T>(left: { value: ref<T> }, right: { value: ref<T> }): boolean;
|
|
1614
|
+
static isAddressGreaterThanOrEqualTo<T>(left: { value: ref<T> }, right: { value: ref<T> }): boolean;
|
|
1615
|
+
static isAddressLessThan<T>(left: { value: ref<T> }, right: { value: ref<T> }): boolean;
|
|
1616
|
+
static isAddressLessThanOrEqualTo<T>(left: { value: ref<T> }, right: { value: ref<T> }): boolean;
|
|
1617
|
+
static isNullRef<T>(source: { value: ref<T> }): boolean;
|
|
1618
|
+
static nullRef<T>(): ref<T>;
|
|
1619
|
+
static read<T>(source: ptr<void>): T;
|
|
1620
|
+
static readUnaligned2<T>(source: { value: ref<byte> }): T;
|
|
1621
|
+
static readUnaligned2<T>(source: ptr<void>): T;
|
|
1622
|
+
static sizeOf<T>(): int;
|
|
1623
|
+
static skipInit<T>(value: { value: ref<T> }): void;
|
|
1624
|
+
static subtract2<T>(source: ptr<void>, elementOffset: int): ptr<void>;
|
|
1625
|
+
static subtract2<T>(source: { value: ref<T> }, elementOffset: int): ref<T>;
|
|
1626
|
+
static subtract2<T>(source: { value: ref<T> }, elementOffset: nint): ref<T>;
|
|
1627
|
+
static subtract2<T>(source: { value: ref<T> }, elementOffset: nuint): ref<T>;
|
|
1628
|
+
static subtractByteOffset<T>(source: { value: ref<T> }, byteOffset: nint): ref<T>;
|
|
1629
|
+
static subtractByteOffset<T>(source: { value: ref<T> }, byteOffset: nuint): ref<T>;
|
|
1630
|
+
static unbox<T extends unknown>(box: unknown): ref<T>;
|
|
1631
|
+
static write<T>(destination: ptr<void>, value: T): void;
|
|
1632
|
+
static writeUnaligned2<T>(destination: { value: ref<byte> }, value: T): void;
|
|
1633
|
+
static writeUnaligned2<T>(destination: ptr<void>, value: T): void;
|
|
1610
1634
|
}
|
|
1611
1635
|
|
|
1612
1636
|
|