@tsonic/dotnet 0.7.4 → 0.7.7
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 +0 -25
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
- package/Microsoft.VisualBasic/bindings.json +203 -29
- package/Microsoft.VisualBasic/internal/index.d.ts +30 -55
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +4 -29
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +6 -31
- package/Microsoft.Win32/internal/index.d.ts +0 -25
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
- package/System/bindings.json +4800 -552
- package/System/internal/index.d.ts +2537 -395
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +29 -54
- package/System.Buffers/internal/metadata.json +196 -24
- package/System.Buffers.Binary/bindings.json +182 -26
- package/System.Buffers.Binary/internal/index.d.ts +115 -140
- package/System.Buffers.Binary/internal/metadata.json +182 -26
- package/System.Buffers.Text/bindings.json +431 -49
- package/System.Buffers.Text/internal/index.d.ts +64 -89
- package/System.Buffers.Text/internal/metadata.json +431 -49
- package/System.CodeDom.Compiler/internal/index.d.ts +6 -31
- package/System.Collections/bindings.json +11 -1
- package/System.Collections/internal/index.d.ts +2 -27
- package/System.Collections/internal/metadata.json +11 -1
- package/System.Collections.Concurrent/bindings.json +211 -29
- package/System.Collections.Concurrent/internal/index.d.ts +31 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Frozen/bindings.json +56 -8
- package/System.Collections.Frozen/internal/index.d.ts +9 -34
- package/System.Collections.Frozen/internal/metadata.json +56 -8
- package/System.Collections.Generic/bindings.json +273 -35
- package/System.Collections.Generic/internal/index.d.ts +36 -61
- package/System.Collections.Generic/internal/metadata.json +273 -35
- package/System.Collections.Immutable/bindings.json +362 -50
- package/System.Collections.Immutable/internal/index.d.ts +49 -74
- package/System.Collections.Immutable/internal/metadata.json +362 -50
- package/System.Collections.ObjectModel/bindings.json +28 -4
- package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
- package/System.Collections.ObjectModel/internal/metadata.json +28 -4
- package/System.Collections.Specialized/internal/index.d.ts +0 -25
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +22 -47
- package/System.ComponentModel/internal/metadata.json +174 -18
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +0 -25
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +7 -32
- package/System.Data.Common/bindings.json +14 -2
- package/System.Data.Common/internal/index.d.ts +27 -52
- package/System.Data.Common/internal/metadata.json +14 -2
- package/System.Data.SqlTypes/internal/index.d.ts +1 -26
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +87 -112
- package/System.Diagnostics/internal/metadata.json +181 -23
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
- package/System.Diagnostics.Contracts/bindings.json +7 -1
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
- package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
- package/System.Diagnostics.Metrics/bindings.json +35 -5
- package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
- package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +0 -25
- package/System.Diagnostics.Tracing/bindings.json +37 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
- package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
- package/System.Drawing/internal/index.d.ts +0 -25
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +17 -42
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +69 -94
- package/System.Formats.Asn1/internal/metadata.json +451 -49
- package/System.Formats.Tar/internal/index.d.ts +4 -29
- package/System.Globalization/bindings.json +28 -4
- package/System.Globalization/internal/index.d.ts +18 -43
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +197 -222
- package/System.IO/internal/metadata.json +35 -5
- package/System.IO.Compression/bindings.json +50 -6
- package/System.IO.Compression/internal/index.d.ts +51 -76
- package/System.IO.Compression/internal/metadata.json +50 -6
- package/System.IO.Enumeration/bindings.json +42 -6
- package/System.IO.Enumeration/internal/index.d.ts +11 -36
- package/System.IO.Enumeration/internal/metadata.json +42 -6
- package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
- package/System.IO.Pipelines/bindings.json +7 -1
- package/System.IO.Pipelines/internal/index.d.ts +17 -42
- package/System.IO.Pipelines/internal/metadata.json +7 -1
- package/System.IO.Pipes/internal/index.d.ts +11 -36
- package/System.Linq/bindings.json +7 -1
- package/System.Linq/internal/index.d.ts +332 -357
- package/System.Linq/internal/metadata.json +7 -1
- package/System.Linq.Expressions/bindings.json +14 -2
- package/System.Linq.Expressions/internal/index.d.ts +3 -28
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -25
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +36 -61
- package/System.Net/internal/metadata.json +175 -25
- package/System.Net.Cache/internal/index.d.ts +0 -25
- package/System.Net.Http/bindings.json +21 -3
- package/System.Net.Http/internal/index.d.ts +21 -46
- package/System.Net.Http/internal/metadata.json +21 -3
- package/System.Net.Http.Headers/bindings.json +154 -22
- package/System.Net.Http.Headers/internal/index.d.ts +67 -92
- package/System.Net.Http.Headers/internal/metadata.json +154 -22
- package/System.Net.Http.Json/internal/index.d.ts +0 -25
- package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
- package/System.Net.Mail/bindings.json +21 -3
- package/System.Net.Mail/internal/index.d.ts +4 -29
- package/System.Net.Mail/internal/metadata.json +21 -3
- package/System.Net.Mime/internal/index.d.ts +0 -25
- package/System.Net.NetworkInformation/bindings.json +14 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
- package/System.Net.NetworkInformation/internal/metadata.json +14 -2
- package/System.Net.Quic/internal/index.d.ts +14 -39
- package/System.Net.Security/bindings.json +43 -5
- package/System.Net.Security/internal/index.d.ts +29 -54
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +108 -133
- package/System.Net.Sockets/internal/metadata.json +224 -28
- package/System.Net.WebSockets/internal/index.d.ts +29 -54
- package/System.Numerics/bindings.json +1030 -142
- package/System.Numerics/internal/index.d.ts +264 -289
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +4 -29
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +3 -28
- package/System.Reflection.Emit/internal/metadata.json +26 -2
- package/System.Reflection.Metadata/bindings.json +46 -6
- package/System.Reflection.Metadata/internal/index.d.ts +31 -56
- package/System.Reflection.Metadata/internal/metadata.json +46 -6
- package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +24 -49
- package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
- package/System.Reflection.PortableExecutable/bindings.json +18 -2
- package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
- package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
- package/System.Resources/bindings.json +11 -1
- package/System.Resources/internal/index.d.ts +3 -28
- package/System.Resources/internal/metadata.json +11 -1
- package/System.Runtime/internal/index.d.ts +0 -25
- package/System.Runtime.CompilerServices/bindings.json +495 -57
- package/System.Runtime.CompilerServices/internal/index.d.ts +68 -93
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
- package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices/bindings.json +377 -47
- package/System.Runtime.InteropServices/internal/index.d.ts +68 -93
- package/System.Runtime.InteropServices/internal/metadata.json +377 -47
- package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
- package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
- package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
- package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
- package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +800 -825
- package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
- package/System.Runtime.Loader/internal/index.d.ts +0 -25
- package/System.Runtime.Remoting/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization/bindings.json +71 -9
- package/System.Runtime.Serialization/internal/index.d.ts +9 -34
- package/System.Runtime.Serialization/internal/metadata.json +71 -9
- package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
- package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
- package/System.Runtime.Versioning/internal/index.d.ts +0 -25
- package/System.Security/internal/index.d.ts +1 -26
- package/System.Security.AccessControl/bindings.json +14 -2
- package/System.Security.AccessControl/internal/index.d.ts +3 -28
- package/System.Security.AccessControl/internal/metadata.json +14 -2
- package/System.Security.Authentication/internal/index.d.ts +0 -25
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
- package/System.Security.Claims/internal/index.d.ts +1 -26
- package/System.Security.Cryptography/bindings.json +1348 -192
- package/System.Security.Cryptography/internal/index.d.ts +593 -618
- package/System.Security.Cryptography/internal/metadata.json +1348 -192
- package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
- package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
- package/System.Security.Permissions/internal/index.d.ts +0 -25
- package/System.Security.Policy/internal/index.d.ts +0 -25
- package/System.Security.Principal/internal/index.d.ts +0 -25
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +137 -162
- package/System.Text/internal/metadata.json +494 -58
- package/System.Text.Encodings.Web/bindings.json +29 -3
- package/System.Text.Encodings.Web/internal/index.d.ts +7 -32
- package/System.Text.Encodings.Web/internal/metadata.json +29 -3
- package/System.Text.Json/bindings.json +309 -43
- package/System.Text.Json/internal/index.d.ts +141 -166
- package/System.Text.Json/internal/metadata.json +309 -43
- package/System.Text.Json.Nodes/bindings.json +46 -6
- package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
- package/System.Text.Json.Nodes/internal/metadata.json +46 -6
- package/System.Text.Json.Schema/internal/index.d.ts +1 -26
- package/System.Text.Json.Serialization/bindings.json +21 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
- package/System.Text.Json.Serialization/internal/metadata.json +21 -3
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +20 -45
- package/System.Text.RegularExpressions/bindings.json +14 -2
- package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
- package/System.Text.RegularExpressions/internal/metadata.json +14 -2
- package/System.Text.Unicode/bindings.json +58 -6
- package/System.Text.Unicode/internal/index.d.ts +12 -37
- package/System.Text.Unicode/internal/metadata.json +58 -6
- package/System.Threading/bindings.json +1012 -140
- package/System.Threading/internal/index.d.ts +149 -174
- package/System.Threading/internal/metadata.json +1012 -140
- package/System.Threading.Channels/bindings.json +14 -2
- package/System.Threading.Channels/internal/index.d.ts +5 -30
- package/System.Threading.Channels/internal/metadata.json +14 -2
- package/System.Threading.Tasks/internal/index.d.ts +23 -48
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +33 -58
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +0 -25
- package/System.Web/internal/index.d.ts +0 -25
- package/System.Windows.Input/internal/index.d.ts +0 -25
- package/System.Windows.Markup/internal/index.d.ts +0 -25
- package/System.Xml/bindings.json +197 -27
- package/System.Xml/internal/index.d.ts +35 -60
- package/System.Xml/internal/metadata.json +197 -27
- package/System.Xml.Linq/internal/index.d.ts +0 -25
- package/System.Xml.Resolvers/internal/index.d.ts +0 -25
- package/System.Xml.Schema/internal/index.d.ts +0 -25
- package/System.Xml.Serialization/internal/index.d.ts +0 -25
- package/System.Xml.XPath/internal/index.d.ts +1 -26
- package/System.Xml.Xsl/internal/index.d.ts +1 -26
- package/System.Xml.Xsl.Runtime/bindings.json +35 -5
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
- package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
- package/System.d.ts +21 -0
- package/__internal/extensions/index.d.ts +463 -463
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
|
|
7
7
|
|
|
8
8
|
// Import support types from @tsonic/types
|
|
9
|
-
import type { ptr
|
|
9
|
+
import type { ptr } from "@tsonic/types";
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -25,31 +25,6 @@ import type { CancellationToken } from "../../System.Threading/internal/index.js
|
|
|
25
25
|
import * as System_Internal from "../../System/internal/index.js";
|
|
26
26
|
import type { Action, Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Byte, Char, Decimal, Delegate, Enum, Exception, FormattableString, Func_2, Func_3, IAsyncResult, ICloneable, IComparable, IConvertible, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, InvalidOperationException, ISpanFormattable, ModuleHandle, MulticastDelegate, Object as ClrObject, Range, ReadOnlySpan_1, RuntimeFieldHandle, RuntimeMethodHandle, RuntimeTypeHandle, Span_1, String as ClrString, Type, TypeCode, UInt32, UIntPtr, ValueType, Void } from "../../System/internal/index.js";
|
|
27
27
|
|
|
28
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
29
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
30
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
31
|
-
export type CLROf<T> =
|
|
32
|
-
T extends sbyte ? System_Internal.SByte :
|
|
33
|
-
T extends short ? System_Internal.Int16 :
|
|
34
|
-
T extends int ? System_Internal.Int32 :
|
|
35
|
-
T extends long ? System_Internal.Int64 :
|
|
36
|
-
T extends int128 ? System_Internal.Int128 :
|
|
37
|
-
T extends nint ? System_Internal.IntPtr :
|
|
38
|
-
T extends byte ? System_Internal.Byte :
|
|
39
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
40
|
-
T extends uint ? System_Internal.UInt32 :
|
|
41
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
42
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
43
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
44
|
-
T extends half ? System_Internal.Half :
|
|
45
|
-
T extends float ? System_Internal.Single :
|
|
46
|
-
T extends double ? System_Internal.Double :
|
|
47
|
-
T extends decimal ? System_Internal.Decimal :
|
|
48
|
-
T extends char ? System_Internal.Char :
|
|
49
|
-
T extends boolean ? System_Internal.Boolean :
|
|
50
|
-
T extends string ? System_Internal.String :
|
|
51
|
-
T; // Identity fallback for non-primitive types
|
|
52
|
-
|
|
53
28
|
export enum CompilationRelaxations {
|
|
54
29
|
noStringInterning = 8
|
|
55
30
|
}
|
|
@@ -151,10 +126,10 @@ export interface ITuple$instance {
|
|
|
151
126
|
export type ITuple = ITuple$instance;
|
|
152
127
|
|
|
153
128
|
export interface AsyncIteratorMethodBuilder$instance {
|
|
154
|
-
awaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter:
|
|
155
|
-
awaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter:
|
|
129
|
+
awaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
130
|
+
awaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
156
131
|
complete(): void;
|
|
157
|
-
moveNext<TStateMachine extends IAsyncStateMachine>(stateMachine:
|
|
132
|
+
moveNext<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
158
133
|
}
|
|
159
134
|
|
|
160
135
|
|
|
@@ -168,12 +143,12 @@ export type AsyncIteratorMethodBuilder = AsyncIteratorMethodBuilder$instance;
|
|
|
168
143
|
|
|
169
144
|
export interface AsyncTaskMethodBuilder$instance {
|
|
170
145
|
readonly task: Task;
|
|
171
|
-
awaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter:
|
|
172
|
-
awaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter:
|
|
146
|
+
awaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
147
|
+
awaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
173
148
|
setException(exception: Exception): void;
|
|
174
149
|
setResult(): void;
|
|
175
150
|
setStateMachine(stateMachine: IAsyncStateMachine): void;
|
|
176
|
-
start<TStateMachine extends IAsyncStateMachine>(stateMachine:
|
|
151
|
+
start<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
177
152
|
}
|
|
178
153
|
|
|
179
154
|
|
|
@@ -187,12 +162,12 @@ export type AsyncTaskMethodBuilder = AsyncTaskMethodBuilder$instance;
|
|
|
187
162
|
|
|
188
163
|
export interface AsyncTaskMethodBuilder_1$instance<TResult> {
|
|
189
164
|
readonly task: Task_1<TResult>;
|
|
190
|
-
awaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter:
|
|
191
|
-
awaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter:
|
|
165
|
+
awaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
166
|
+
awaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
192
167
|
setException(exception: Exception): void;
|
|
193
168
|
setResult(result: TResult): void;
|
|
194
169
|
setStateMachine(stateMachine: IAsyncStateMachine): void;
|
|
195
|
-
start<TStateMachine extends IAsyncStateMachine>(stateMachine:
|
|
170
|
+
start<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
196
171
|
}
|
|
197
172
|
|
|
198
173
|
|
|
@@ -206,12 +181,12 @@ export type AsyncTaskMethodBuilder_1<TResult> = AsyncTaskMethodBuilder_1$instanc
|
|
|
206
181
|
|
|
207
182
|
export interface AsyncValueTaskMethodBuilder$instance {
|
|
208
183
|
readonly task: ValueTask;
|
|
209
|
-
awaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter:
|
|
210
|
-
awaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter:
|
|
184
|
+
awaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
185
|
+
awaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
211
186
|
setException(exception: Exception): void;
|
|
212
187
|
setResult(): void;
|
|
213
188
|
setStateMachine(stateMachine: IAsyncStateMachine): void;
|
|
214
|
-
start<TStateMachine extends IAsyncStateMachine>(stateMachine:
|
|
189
|
+
start<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
215
190
|
}
|
|
216
191
|
|
|
217
192
|
|
|
@@ -225,12 +200,12 @@ export type AsyncValueTaskMethodBuilder = AsyncValueTaskMethodBuilder$instance;
|
|
|
225
200
|
|
|
226
201
|
export interface AsyncValueTaskMethodBuilder_1$instance<TResult> {
|
|
227
202
|
readonly task: ValueTask_1<TResult>;
|
|
228
|
-
awaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter:
|
|
229
|
-
awaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter:
|
|
203
|
+
awaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
204
|
+
awaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
230
205
|
setException(exception: Exception): void;
|
|
231
206
|
setResult(result: TResult): void;
|
|
232
207
|
setStateMachine(stateMachine: IAsyncStateMachine): void;
|
|
233
|
-
start<TStateMachine extends IAsyncStateMachine>(stateMachine:
|
|
208
|
+
start<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
234
209
|
}
|
|
235
210
|
|
|
236
211
|
|
|
@@ -243,12 +218,12 @@ export const AsyncValueTaskMethodBuilder_1: {
|
|
|
243
218
|
export type AsyncValueTaskMethodBuilder_1<TResult> = AsyncValueTaskMethodBuilder_1$instance<TResult>;
|
|
244
219
|
|
|
245
220
|
export interface AsyncVoidMethodBuilder$instance {
|
|
246
|
-
awaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter:
|
|
247
|
-
awaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter:
|
|
221
|
+
awaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
222
|
+
awaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
248
223
|
setException(exception: Exception): void;
|
|
249
224
|
setResult(): void;
|
|
250
225
|
setStateMachine(stateMachine: IAsyncStateMachine): void;
|
|
251
|
-
start<TStateMachine extends IAsyncStateMachine>(stateMachine:
|
|
226
|
+
start<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
252
227
|
}
|
|
253
228
|
|
|
254
229
|
|
|
@@ -289,7 +264,7 @@ export type ConfiguredCancelableAsyncEnumerable_1<T> = ConfiguredCancelableAsync
|
|
|
289
264
|
export interface ConfiguredCancelableAsyncEnumerable_1_Enumerator$instance<T> {
|
|
290
265
|
readonly current: T;
|
|
291
266
|
disposeAsync(): ConfiguredValueTaskAwaitable;
|
|
292
|
-
moveNextAsync(): ConfiguredValueTaskAwaitable_1<
|
|
267
|
+
moveNextAsync(): ConfiguredValueTaskAwaitable_1<System_Internal.Boolean>;
|
|
293
268
|
}
|
|
294
269
|
|
|
295
270
|
|
|
@@ -437,13 +412,13 @@ export type ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter = Configured
|
|
|
437
412
|
|
|
438
413
|
|
|
439
414
|
export interface DefaultInterpolatedStringHandler$instance {
|
|
440
|
-
readonly text: ReadOnlySpan_1<
|
|
415
|
+
readonly text: ReadOnlySpan_1<System_Internal.Char>;
|
|
441
416
|
appendFormatted<T>(value: T): void;
|
|
442
417
|
appendFormatted<T>(value: T, format: string): void;
|
|
443
418
|
appendFormatted<T>(value: T, alignment: int): void;
|
|
444
419
|
appendFormatted<T>(value: T, alignment: int, format: string): void;
|
|
445
|
-
appendFormatted(value: ReadOnlySpan_1<
|
|
446
|
-
appendFormatted(value: ReadOnlySpan_1<
|
|
420
|
+
appendFormatted(value: ReadOnlySpan_1<System_Internal.Char>): void;
|
|
421
|
+
appendFormatted(value: ReadOnlySpan_1<System_Internal.Char>, alignment?: int, format?: string): void;
|
|
447
422
|
appendFormatted(value: string): void;
|
|
448
423
|
appendFormatted(value: string, alignment?: int, format?: string): void;
|
|
449
424
|
appendFormatted(value: unknown, alignment?: int, format?: string): void;
|
|
@@ -457,7 +432,7 @@ export interface DefaultInterpolatedStringHandler$instance {
|
|
|
457
432
|
export const DefaultInterpolatedStringHandler: {
|
|
458
433
|
new(literalLength: int, formattedCount: int): DefaultInterpolatedStringHandler$instance;
|
|
459
434
|
new(literalLength: int, formattedCount: int, provider: IFormatProvider): DefaultInterpolatedStringHandler$instance;
|
|
460
|
-
new(literalLength: int, formattedCount: int, provider: IFormatProvider, initialBuffer: Span_1<
|
|
435
|
+
new(literalLength: int, formattedCount: int, provider: IFormatProvider, initialBuffer: Span_1<System_Internal.Char>): DefaultInterpolatedStringHandler$instance;
|
|
461
436
|
};
|
|
462
437
|
|
|
463
438
|
|
|
@@ -630,12 +605,12 @@ export type InlineArray9_1<T> = InlineArray9_1$instance<T>;
|
|
|
630
605
|
|
|
631
606
|
export interface PoolingAsyncValueTaskMethodBuilder$instance {
|
|
632
607
|
readonly task: ValueTask;
|
|
633
|
-
awaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter:
|
|
634
|
-
awaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter:
|
|
608
|
+
awaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
609
|
+
awaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
635
610
|
setException(exception: Exception): void;
|
|
636
611
|
setResult(): void;
|
|
637
612
|
setStateMachine(stateMachine: IAsyncStateMachine): void;
|
|
638
|
-
start<TStateMachine extends IAsyncStateMachine>(stateMachine:
|
|
613
|
+
start<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
639
614
|
}
|
|
640
615
|
|
|
641
616
|
|
|
@@ -649,12 +624,12 @@ export type PoolingAsyncValueTaskMethodBuilder = PoolingAsyncValueTaskMethodBuil
|
|
|
649
624
|
|
|
650
625
|
export interface PoolingAsyncValueTaskMethodBuilder_1$instance<TResult> {
|
|
651
626
|
readonly task: ValueTask_1<TResult>;
|
|
652
|
-
awaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter:
|
|
653
|
-
awaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter:
|
|
627
|
+
awaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
628
|
+
awaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
654
629
|
setException(exception: Exception): void;
|
|
655
630
|
setResult(result: TResult): void;
|
|
656
631
|
setStateMachine(stateMachine: IAsyncStateMachine): void;
|
|
657
|
-
start<TStateMachine extends IAsyncStateMachine>(stateMachine:
|
|
632
|
+
start<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
658
633
|
}
|
|
659
634
|
|
|
660
635
|
|
|
@@ -1092,9 +1067,9 @@ export interface ConditionalWeakTable_2$instance<TKey, TValue> {
|
|
|
1092
1067
|
getOrCreateValue(key: TKey): TValue;
|
|
1093
1068
|
getValue(key: TKey, createValueCallback: ConditionalWeakTable_2_CreateValueCallback<TKey, TValue>): TValue;
|
|
1094
1069
|
remove(key: TKey): boolean;
|
|
1095
|
-
remove(key: TKey, value:
|
|
1070
|
+
remove(key: TKey, value: TValue): boolean;
|
|
1096
1071
|
tryAdd(key: TKey, value: TValue): boolean;
|
|
1097
|
-
tryGetValue(key: TKey, value:
|
|
1072
|
+
tryGetValue(key: TKey, value: TValue): boolean;
|
|
1098
1073
|
}
|
|
1099
1074
|
|
|
1100
1075
|
|
|
@@ -1242,7 +1217,7 @@ export const DiscardableAttribute: {
|
|
|
1242
1217
|
export type DiscardableAttribute = DiscardableAttribute$instance;
|
|
1243
1218
|
|
|
1244
1219
|
export interface DynamicAttribute$instance extends Attribute {
|
|
1245
|
-
readonly transformFlags: IList_1<
|
|
1220
|
+
readonly transformFlags: IList_1<System_Internal.Boolean>;
|
|
1246
1221
|
}
|
|
1247
1222
|
|
|
1248
1223
|
|
|
@@ -1843,7 +1818,7 @@ export type SwitchExpressionException = SwitchExpressionException$instance & __S
|
|
|
1843
1818
|
|
|
1844
1819
|
|
|
1845
1820
|
export interface TupleElementNamesAttribute$instance extends Attribute {
|
|
1846
|
-
readonly transformNames: IList_1<
|
|
1821
|
+
readonly transformNames: IList_1<System_Internal.String>;
|
|
1847
1822
|
}
|
|
1848
1823
|
|
|
1849
1824
|
|
|
@@ -2073,7 +2048,7 @@ export type RuntimeFeature = RuntimeFeature$instance;
|
|
|
2073
2048
|
export abstract class RuntimeHelpers$instance {
|
|
2074
2049
|
static readonly offsetToStringData: int;
|
|
2075
2050
|
static allocateTypeAssociatedMemory(type_: Type, size: int): nint;
|
|
2076
|
-
static box(target:
|
|
2051
|
+
static box(target: byte, type_: RuntimeTypeHandle): unknown;
|
|
2077
2052
|
static createSpan<T>(fldHandle: RuntimeFieldHandle): ReadOnlySpan_1<T>;
|
|
2078
2053
|
static ensureSufficientExecutionStack(): void;
|
|
2079
2054
|
static equals(o1: unknown, o2: unknown): boolean;
|
|
@@ -2106,7 +2081,7 @@ export abstract class RuntimeOps$instance {
|
|
|
2106
2081
|
static expandoCheckVersion(expando: ExpandoObject, version: unknown): boolean;
|
|
2107
2082
|
static expandoPromoteClass(expando: ExpandoObject, oldClass: unknown, newClass: unknown): void;
|
|
2108
2083
|
static expandoTryDeleteValue(expando: ExpandoObject, indexClass: unknown, index: int, name: string, ignoreCase: boolean): boolean;
|
|
2109
|
-
static expandoTryGetValue(expando: ExpandoObject, indexClass: unknown, index: int, name: string, ignoreCase: boolean, value:
|
|
2084
|
+
static expandoTryGetValue(expando: ExpandoObject, indexClass: unknown, index: int, name: string, ignoreCase: boolean, value: unknown): boolean;
|
|
2110
2085
|
static expandoTrySetValue(expando: ExpandoObject, indexClass: unknown, index: int, value: unknown, name: string, ignoreCase: boolean): unknown;
|
|
2111
2086
|
static mergeRuntimeVariables(first: IRuntimeVariables, second: IRuntimeVariables, indexes: int[]): IRuntimeVariables;
|
|
2112
2087
|
static quote(expression: Expression, hoistedLocals: unknown, locals: unknown[]): Expression;
|
|
@@ -2117,49 +2092,49 @@ export type RuntimeOps = RuntimeOps$instance;
|
|
|
2117
2092
|
|
|
2118
2093
|
export abstract class Unsafe$instance {
|
|
2119
2094
|
static add<T>(source: ptr<void>, elementOffset: int): ptr<void>;
|
|
2120
|
-
static add<T>(source:
|
|
2121
|
-
static add<T>(source:
|
|
2122
|
-
static add<T>(source:
|
|
2123
|
-
static addByteOffset<T>(source:
|
|
2124
|
-
static addByteOffset<T>(source:
|
|
2125
|
-
static areSame<T>(left:
|
|
2095
|
+
static add<T>(source: T, elementOffset: int): T;
|
|
2096
|
+
static add<T>(source: T, elementOffset: nint): T;
|
|
2097
|
+
static add<T>(source: T, elementOffset: nuint): T;
|
|
2098
|
+
static addByteOffset<T>(source: T, byteOffset: nint): T;
|
|
2099
|
+
static addByteOffset<T>(source: T, byteOffset: nuint): T;
|
|
2100
|
+
static areSame<T>(left: T, right: T): boolean;
|
|
2126
2101
|
static as_<T>(o: unknown): T;
|
|
2127
|
-
static as_<TFrom, TTo>(source:
|
|
2128
|
-
static asPointer<T>(value:
|
|
2129
|
-
static asRef<T>(source: ptr<void>):
|
|
2130
|
-
static asRef<T>(source:
|
|
2102
|
+
static as_<TFrom, TTo>(source: TFrom): TTo;
|
|
2103
|
+
static asPointer<T>(value: T): ptr<void>;
|
|
2104
|
+
static asRef<T>(source: ptr<void>): T;
|
|
2105
|
+
static asRef<T>(source: T): T;
|
|
2131
2106
|
static bitCast<TFrom, TTo>(source: TFrom): TTo;
|
|
2132
|
-
static byteOffset<T>(origin:
|
|
2133
|
-
static copy<T>(destination: ptr<void>, source:
|
|
2134
|
-
static copy<T>(destination:
|
|
2135
|
-
static copyBlock(destination:
|
|
2107
|
+
static byteOffset<T>(origin: T, target: T): nint;
|
|
2108
|
+
static copy<T>(destination: ptr<void>, source: T): void;
|
|
2109
|
+
static copy<T>(destination: T, source: ptr<void>): void;
|
|
2110
|
+
static copyBlock(destination: byte, source: byte, byteCount: uint): void;
|
|
2136
2111
|
static copyBlock(destination: ptr<void>, source: ptr<void>, byteCount: uint): void;
|
|
2137
|
-
static copyBlockUnaligned(destination:
|
|
2112
|
+
static copyBlockUnaligned(destination: byte, source: byte, byteCount: uint): void;
|
|
2138
2113
|
static copyBlockUnaligned(destination: ptr<void>, source: ptr<void>, byteCount: uint): void;
|
|
2139
|
-
static initBlock(startAddress:
|
|
2114
|
+
static initBlock(startAddress: byte, value: byte, byteCount: uint): void;
|
|
2140
2115
|
static initBlock(startAddress: ptr<void>, value: byte, byteCount: uint): void;
|
|
2141
|
-
static initBlockUnaligned(startAddress:
|
|
2116
|
+
static initBlockUnaligned(startAddress: byte, value: byte, byteCount: uint): void;
|
|
2142
2117
|
static initBlockUnaligned(startAddress: ptr<void>, value: byte, byteCount: uint): void;
|
|
2143
|
-
static isAddressGreaterThan<T>(left:
|
|
2144
|
-
static isAddressGreaterThanOrEqualTo<T>(left:
|
|
2145
|
-
static isAddressLessThan<T>(left:
|
|
2146
|
-
static isAddressLessThanOrEqualTo<T>(left:
|
|
2147
|
-
static isNullRef<T>(source:
|
|
2148
|
-
static nullRef<T>():
|
|
2118
|
+
static isAddressGreaterThan<T>(left: T, right: T): boolean;
|
|
2119
|
+
static isAddressGreaterThanOrEqualTo<T>(left: T, right: T): boolean;
|
|
2120
|
+
static isAddressLessThan<T>(left: T, right: T): boolean;
|
|
2121
|
+
static isAddressLessThanOrEqualTo<T>(left: T, right: T): boolean;
|
|
2122
|
+
static isNullRef<T>(source: T): boolean;
|
|
2123
|
+
static nullRef<T>(): T;
|
|
2149
2124
|
static read<T>(source: ptr<void>): T;
|
|
2150
|
-
static readUnaligned<T>(source:
|
|
2125
|
+
static readUnaligned<T>(source: byte): T;
|
|
2151
2126
|
static readUnaligned<T>(source: ptr<void>): T;
|
|
2152
2127
|
static sizeOf<T>(): int;
|
|
2153
|
-
static skipInit<T>(value:
|
|
2128
|
+
static skipInit<T>(value: T): void;
|
|
2154
2129
|
static subtract<T>(source: ptr<void>, elementOffset: int): ptr<void>;
|
|
2155
|
-
static subtract<T>(source:
|
|
2156
|
-
static subtract<T>(source:
|
|
2157
|
-
static subtract<T>(source:
|
|
2158
|
-
static subtractByteOffset<T>(source:
|
|
2159
|
-
static subtractByteOffset<T>(source:
|
|
2160
|
-
static unbox<T extends unknown>(box: unknown):
|
|
2130
|
+
static subtract<T>(source: T, elementOffset: int): T;
|
|
2131
|
+
static subtract<T>(source: T, elementOffset: nint): T;
|
|
2132
|
+
static subtract<T>(source: T, elementOffset: nuint): T;
|
|
2133
|
+
static subtractByteOffset<T>(source: T, byteOffset: nint): T;
|
|
2134
|
+
static subtractByteOffset<T>(source: T, byteOffset: nuint): T;
|
|
2135
|
+
static unbox<T extends unknown>(box: unknown): T;
|
|
2161
2136
|
static write<T>(destination: ptr<void>, value: T): void;
|
|
2162
|
-
static writeUnaligned<T>(destination:
|
|
2137
|
+
static writeUnaligned<T>(destination: byte, value: T): void;
|
|
2163
2138
|
static writeUnaligned<T>(destination: ptr<void>, value: T): void;
|
|
2164
2139
|
}
|
|
2165
2140
|
|