@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,164 +6,139 @@
|
|
|
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_Internal from "../../System/internal/index.js";
|
|
13
13
|
import type { Boolean as ClrBoolean, Byte, Double, Half, Int128, Int16, Int32, Int64, IntPtr, Object as ClrObject, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, UInt128, UInt16, UInt32, UInt64, UIntPtr, Void } from "../../System/internal/index.js";
|
|
14
14
|
|
|
15
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
16
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
17
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
18
|
-
export type CLROf<T> =
|
|
19
|
-
T extends sbyte ? System_Internal.SByte :
|
|
20
|
-
T extends short ? System_Internal.Int16 :
|
|
21
|
-
T extends int ? System_Internal.Int32 :
|
|
22
|
-
T extends long ? System_Internal.Int64 :
|
|
23
|
-
T extends int128 ? System_Internal.Int128 :
|
|
24
|
-
T extends nint ? System_Internal.IntPtr :
|
|
25
|
-
T extends byte ? System_Internal.Byte :
|
|
26
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
27
|
-
T extends uint ? System_Internal.UInt32 :
|
|
28
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
29
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
30
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
31
|
-
T extends half ? System_Internal.Half :
|
|
32
|
-
T extends float ? System_Internal.Single :
|
|
33
|
-
T extends double ? System_Internal.Double :
|
|
34
|
-
T extends decimal ? System_Internal.Decimal :
|
|
35
|
-
T extends char ? System_Internal.Char :
|
|
36
|
-
T extends boolean ? System_Internal.Boolean :
|
|
37
|
-
T extends string ? System_Internal.String :
|
|
38
|
-
T; // Identity fallback for non-primitive types
|
|
39
|
-
|
|
40
15
|
export abstract class BinaryPrimitives$instance {
|
|
41
|
-
static readDoubleBigEndian(source: ReadOnlySpan_1<
|
|
42
|
-
static readDoubleLittleEndian(source: ReadOnlySpan_1<
|
|
43
|
-
static readHalfBigEndian(source: ReadOnlySpan_1<
|
|
44
|
-
static readHalfLittleEndian(source: ReadOnlySpan_1<
|
|
45
|
-
static readInt128BigEndian(source: ReadOnlySpan_1<
|
|
46
|
-
static readInt128LittleEndian(source: ReadOnlySpan_1<
|
|
47
|
-
static readInt16BigEndian(source: ReadOnlySpan_1<
|
|
48
|
-
static readInt16LittleEndian(source: ReadOnlySpan_1<
|
|
49
|
-
static readInt32BigEndian(source: ReadOnlySpan_1<
|
|
50
|
-
static readInt32LittleEndian(source: ReadOnlySpan_1<
|
|
51
|
-
static readInt64BigEndian(source: ReadOnlySpan_1<
|
|
52
|
-
static readInt64LittleEndian(source: ReadOnlySpan_1<
|
|
53
|
-
static readIntPtrBigEndian(source: ReadOnlySpan_1<
|
|
54
|
-
static readIntPtrLittleEndian(source: ReadOnlySpan_1<
|
|
55
|
-
static readSingleBigEndian(source: ReadOnlySpan_1<
|
|
56
|
-
static readSingleLittleEndian(source: ReadOnlySpan_1<
|
|
57
|
-
static readUInt128BigEndian(source: ReadOnlySpan_1<
|
|
58
|
-
static readUInt128LittleEndian(source: ReadOnlySpan_1<
|
|
59
|
-
static readUInt16BigEndian(source: ReadOnlySpan_1<
|
|
60
|
-
static readUInt16LittleEndian(source: ReadOnlySpan_1<
|
|
61
|
-
static readUInt32BigEndian(source: ReadOnlySpan_1<
|
|
62
|
-
static readUInt32LittleEndian(source: ReadOnlySpan_1<
|
|
63
|
-
static readUInt64BigEndian(source: ReadOnlySpan_1<
|
|
64
|
-
static readUInt64LittleEndian(source: ReadOnlySpan_1<
|
|
65
|
-
static readUIntPtrBigEndian(source: ReadOnlySpan_1<
|
|
66
|
-
static readUIntPtrLittleEndian(source: ReadOnlySpan_1<
|
|
16
|
+
static readDoubleBigEndian(source: ReadOnlySpan_1<System_Internal.Byte>): double;
|
|
17
|
+
static readDoubleLittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>): double;
|
|
18
|
+
static readHalfBigEndian(source: ReadOnlySpan_1<System_Internal.Byte>): half;
|
|
19
|
+
static readHalfLittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>): half;
|
|
20
|
+
static readInt128BigEndian(source: ReadOnlySpan_1<System_Internal.Byte>): int128;
|
|
21
|
+
static readInt128LittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>): int128;
|
|
22
|
+
static readInt16BigEndian(source: ReadOnlySpan_1<System_Internal.Byte>): short;
|
|
23
|
+
static readInt16LittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>): short;
|
|
24
|
+
static readInt32BigEndian(source: ReadOnlySpan_1<System_Internal.Byte>): int;
|
|
25
|
+
static readInt32LittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>): int;
|
|
26
|
+
static readInt64BigEndian(source: ReadOnlySpan_1<System_Internal.Byte>): long;
|
|
27
|
+
static readInt64LittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>): long;
|
|
28
|
+
static readIntPtrBigEndian(source: ReadOnlySpan_1<System_Internal.Byte>): nint;
|
|
29
|
+
static readIntPtrLittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>): nint;
|
|
30
|
+
static readSingleBigEndian(source: ReadOnlySpan_1<System_Internal.Byte>): float;
|
|
31
|
+
static readSingleLittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>): float;
|
|
32
|
+
static readUInt128BigEndian(source: ReadOnlySpan_1<System_Internal.Byte>): uint128;
|
|
33
|
+
static readUInt128LittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>): uint128;
|
|
34
|
+
static readUInt16BigEndian(source: ReadOnlySpan_1<System_Internal.Byte>): ushort;
|
|
35
|
+
static readUInt16LittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>): ushort;
|
|
36
|
+
static readUInt32BigEndian(source: ReadOnlySpan_1<System_Internal.Byte>): uint;
|
|
37
|
+
static readUInt32LittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>): uint;
|
|
38
|
+
static readUInt64BigEndian(source: ReadOnlySpan_1<System_Internal.Byte>): ulong;
|
|
39
|
+
static readUInt64LittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>): ulong;
|
|
40
|
+
static readUIntPtrBigEndian(source: ReadOnlySpan_1<System_Internal.Byte>): nuint;
|
|
41
|
+
static readUIntPtrLittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>): nuint;
|
|
67
42
|
static reverseEndianness(value: byte): byte;
|
|
68
43
|
static reverseEndianness(value: int128): int128;
|
|
69
44
|
static reverseEndianness(value: short): short;
|
|
70
45
|
static reverseEndianness(value: int): int;
|
|
71
46
|
static reverseEndianness(value: long): long;
|
|
72
47
|
static reverseEndianness(value: nint): nint;
|
|
73
|
-
static reverseEndianness(source: ReadOnlySpan_1<
|
|
74
|
-
static reverseEndianness(source: ReadOnlySpan_1<
|
|
75
|
-
static reverseEndianness(source: ReadOnlySpan_1<
|
|
76
|
-
static reverseEndianness(source: ReadOnlySpan_1<
|
|
77
|
-
static reverseEndianness(source: ReadOnlySpan_1<
|
|
78
|
-
static reverseEndianness(source: ReadOnlySpan_1<
|
|
79
|
-
static reverseEndianness(source: ReadOnlySpan_1<
|
|
80
|
-
static reverseEndianness(source: ReadOnlySpan_1<
|
|
81
|
-
static reverseEndianness(source: ReadOnlySpan_1<
|
|
82
|
-
static reverseEndianness(source: ReadOnlySpan_1<
|
|
48
|
+
static reverseEndianness(source: ReadOnlySpan_1<System_Internal.Int128>, destination: Span_1<System_Internal.Int128>): void;
|
|
49
|
+
static reverseEndianness(source: ReadOnlySpan_1<System_Internal.Int16>, destination: Span_1<System_Internal.Int16>): void;
|
|
50
|
+
static reverseEndianness(source: ReadOnlySpan_1<System_Internal.Int32>, destination: Span_1<System_Internal.Int32>): void;
|
|
51
|
+
static reverseEndianness(source: ReadOnlySpan_1<System_Internal.Int64>, destination: Span_1<System_Internal.Int64>): void;
|
|
52
|
+
static reverseEndianness(source: ReadOnlySpan_1<System_Internal.IntPtr>, destination: Span_1<System_Internal.IntPtr>): void;
|
|
53
|
+
static reverseEndianness(source: ReadOnlySpan_1<System_Internal.UInt128>, destination: Span_1<System_Internal.UInt128>): void;
|
|
54
|
+
static reverseEndianness(source: ReadOnlySpan_1<System_Internal.UInt16>, destination: Span_1<System_Internal.UInt16>): void;
|
|
55
|
+
static reverseEndianness(source: ReadOnlySpan_1<System_Internal.UInt32>, destination: Span_1<System_Internal.UInt32>): void;
|
|
56
|
+
static reverseEndianness(source: ReadOnlySpan_1<System_Internal.UInt64>, destination: Span_1<System_Internal.UInt64>): void;
|
|
57
|
+
static reverseEndianness(source: ReadOnlySpan_1<System_Internal.UIntPtr>, destination: Span_1<System_Internal.UIntPtr>): void;
|
|
83
58
|
static reverseEndianness(value: sbyte): sbyte;
|
|
84
59
|
static reverseEndianness(value: uint128): uint128;
|
|
85
60
|
static reverseEndianness(value: ushort): ushort;
|
|
86
61
|
static reverseEndianness(value: uint): uint;
|
|
87
62
|
static reverseEndianness(value: ulong): ulong;
|
|
88
63
|
static reverseEndianness(value: nuint): nuint;
|
|
89
|
-
static tryReadDoubleBigEndian(source: ReadOnlySpan_1<
|
|
90
|
-
static tryReadDoubleLittleEndian(source: ReadOnlySpan_1<
|
|
91
|
-
static tryReadHalfBigEndian(source: ReadOnlySpan_1<
|
|
92
|
-
static tryReadHalfLittleEndian(source: ReadOnlySpan_1<
|
|
93
|
-
static tryReadInt128BigEndian(source: ReadOnlySpan_1<
|
|
94
|
-
static tryReadInt128LittleEndian(source: ReadOnlySpan_1<
|
|
95
|
-
static tryReadInt16BigEndian(source: ReadOnlySpan_1<
|
|
96
|
-
static tryReadInt16LittleEndian(source: ReadOnlySpan_1<
|
|
97
|
-
static tryReadInt32BigEndian(source: ReadOnlySpan_1<
|
|
98
|
-
static tryReadInt32LittleEndian(source: ReadOnlySpan_1<
|
|
99
|
-
static tryReadInt64BigEndian(source: ReadOnlySpan_1<
|
|
100
|
-
static tryReadInt64LittleEndian(source: ReadOnlySpan_1<
|
|
101
|
-
static tryReadIntPtrBigEndian(source: ReadOnlySpan_1<
|
|
102
|
-
static tryReadIntPtrLittleEndian(source: ReadOnlySpan_1<
|
|
103
|
-
static tryReadSingleBigEndian(source: ReadOnlySpan_1<
|
|
104
|
-
static tryReadSingleLittleEndian(source: ReadOnlySpan_1<
|
|
105
|
-
static tryReadUInt128BigEndian(source: ReadOnlySpan_1<
|
|
106
|
-
static tryReadUInt128LittleEndian(source: ReadOnlySpan_1<
|
|
107
|
-
static tryReadUInt16BigEndian(source: ReadOnlySpan_1<
|
|
108
|
-
static tryReadUInt16LittleEndian(source: ReadOnlySpan_1<
|
|
109
|
-
static tryReadUInt32BigEndian(source: ReadOnlySpan_1<
|
|
110
|
-
static tryReadUInt32LittleEndian(source: ReadOnlySpan_1<
|
|
111
|
-
static tryReadUInt64BigEndian(source: ReadOnlySpan_1<
|
|
112
|
-
static tryReadUInt64LittleEndian(source: ReadOnlySpan_1<
|
|
113
|
-
static tryReadUIntPtrBigEndian(source: ReadOnlySpan_1<
|
|
114
|
-
static tryReadUIntPtrLittleEndian(source: ReadOnlySpan_1<
|
|
115
|
-
static tryWriteDoubleBigEndian(destination: Span_1<
|
|
116
|
-
static tryWriteDoubleLittleEndian(destination: Span_1<
|
|
117
|
-
static tryWriteHalfBigEndian(destination: Span_1<
|
|
118
|
-
static tryWriteHalfLittleEndian(destination: Span_1<
|
|
119
|
-
static tryWriteInt128BigEndian(destination: Span_1<
|
|
120
|
-
static tryWriteInt128LittleEndian(destination: Span_1<
|
|
121
|
-
static tryWriteInt16BigEndian(destination: Span_1<
|
|
122
|
-
static tryWriteInt16LittleEndian(destination: Span_1<
|
|
123
|
-
static tryWriteInt32BigEndian(destination: Span_1<
|
|
124
|
-
static tryWriteInt32LittleEndian(destination: Span_1<
|
|
125
|
-
static tryWriteInt64BigEndian(destination: Span_1<
|
|
126
|
-
static tryWriteInt64LittleEndian(destination: Span_1<
|
|
127
|
-
static tryWriteIntPtrBigEndian(destination: Span_1<
|
|
128
|
-
static tryWriteIntPtrLittleEndian(destination: Span_1<
|
|
129
|
-
static tryWriteSingleBigEndian(destination: Span_1<
|
|
130
|
-
static tryWriteSingleLittleEndian(destination: Span_1<
|
|
131
|
-
static tryWriteUInt128BigEndian(destination: Span_1<
|
|
132
|
-
static tryWriteUInt128LittleEndian(destination: Span_1<
|
|
133
|
-
static tryWriteUInt16BigEndian(destination: Span_1<
|
|
134
|
-
static tryWriteUInt16LittleEndian(destination: Span_1<
|
|
135
|
-
static tryWriteUInt32BigEndian(destination: Span_1<
|
|
136
|
-
static tryWriteUInt32LittleEndian(destination: Span_1<
|
|
137
|
-
static tryWriteUInt64BigEndian(destination: Span_1<
|
|
138
|
-
static tryWriteUInt64LittleEndian(destination: Span_1<
|
|
139
|
-
static tryWriteUIntPtrBigEndian(destination: Span_1<
|
|
140
|
-
static tryWriteUIntPtrLittleEndian(destination: Span_1<
|
|
141
|
-
static writeDoubleBigEndian(destination: Span_1<
|
|
142
|
-
static writeDoubleLittleEndian(destination: Span_1<
|
|
143
|
-
static writeHalfBigEndian(destination: Span_1<
|
|
144
|
-
static writeHalfLittleEndian(destination: Span_1<
|
|
145
|
-
static writeInt128BigEndian(destination: Span_1<
|
|
146
|
-
static writeInt128LittleEndian(destination: Span_1<
|
|
147
|
-
static writeInt16BigEndian(destination: Span_1<
|
|
148
|
-
static writeInt16LittleEndian(destination: Span_1<
|
|
149
|
-
static writeInt32BigEndian(destination: Span_1<
|
|
150
|
-
static writeInt32LittleEndian(destination: Span_1<
|
|
151
|
-
static writeInt64BigEndian(destination: Span_1<
|
|
152
|
-
static writeInt64LittleEndian(destination: Span_1<
|
|
153
|
-
static writeIntPtrBigEndian(destination: Span_1<
|
|
154
|
-
static writeIntPtrLittleEndian(destination: Span_1<
|
|
155
|
-
static writeSingleBigEndian(destination: Span_1<
|
|
156
|
-
static writeSingleLittleEndian(destination: Span_1<
|
|
157
|
-
static writeUInt128BigEndian(destination: Span_1<
|
|
158
|
-
static writeUInt128LittleEndian(destination: Span_1<
|
|
159
|
-
static writeUInt16BigEndian(destination: Span_1<
|
|
160
|
-
static writeUInt16LittleEndian(destination: Span_1<
|
|
161
|
-
static writeUInt32BigEndian(destination: Span_1<
|
|
162
|
-
static writeUInt32LittleEndian(destination: Span_1<
|
|
163
|
-
static writeUInt64BigEndian(destination: Span_1<
|
|
164
|
-
static writeUInt64LittleEndian(destination: Span_1<
|
|
165
|
-
static writeUIntPtrBigEndian(destination: Span_1<
|
|
166
|
-
static writeUIntPtrLittleEndian(destination: Span_1<
|
|
64
|
+
static tryReadDoubleBigEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: double): boolean;
|
|
65
|
+
static tryReadDoubleLittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: double): boolean;
|
|
66
|
+
static tryReadHalfBigEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: half): boolean;
|
|
67
|
+
static tryReadHalfLittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: half): boolean;
|
|
68
|
+
static tryReadInt128BigEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: int128): boolean;
|
|
69
|
+
static tryReadInt128LittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: int128): boolean;
|
|
70
|
+
static tryReadInt16BigEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: short): boolean;
|
|
71
|
+
static tryReadInt16LittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: short): boolean;
|
|
72
|
+
static tryReadInt32BigEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: int): boolean;
|
|
73
|
+
static tryReadInt32LittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: int): boolean;
|
|
74
|
+
static tryReadInt64BigEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: long): boolean;
|
|
75
|
+
static tryReadInt64LittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: long): boolean;
|
|
76
|
+
static tryReadIntPtrBigEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: nint): boolean;
|
|
77
|
+
static tryReadIntPtrLittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: nint): boolean;
|
|
78
|
+
static tryReadSingleBigEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: float): boolean;
|
|
79
|
+
static tryReadSingleLittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: float): boolean;
|
|
80
|
+
static tryReadUInt128BigEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: uint128): boolean;
|
|
81
|
+
static tryReadUInt128LittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: uint128): boolean;
|
|
82
|
+
static tryReadUInt16BigEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: ushort): boolean;
|
|
83
|
+
static tryReadUInt16LittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: ushort): boolean;
|
|
84
|
+
static tryReadUInt32BigEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: uint): boolean;
|
|
85
|
+
static tryReadUInt32LittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: uint): boolean;
|
|
86
|
+
static tryReadUInt64BigEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: ulong): boolean;
|
|
87
|
+
static tryReadUInt64LittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: ulong): boolean;
|
|
88
|
+
static tryReadUIntPtrBigEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: nuint): boolean;
|
|
89
|
+
static tryReadUIntPtrLittleEndian(source: ReadOnlySpan_1<System_Internal.Byte>, value: nuint): boolean;
|
|
90
|
+
static tryWriteDoubleBigEndian(destination: Span_1<System_Internal.Byte>, value: double): boolean;
|
|
91
|
+
static tryWriteDoubleLittleEndian(destination: Span_1<System_Internal.Byte>, value: double): boolean;
|
|
92
|
+
static tryWriteHalfBigEndian(destination: Span_1<System_Internal.Byte>, value: half): boolean;
|
|
93
|
+
static tryWriteHalfLittleEndian(destination: Span_1<System_Internal.Byte>, value: half): boolean;
|
|
94
|
+
static tryWriteInt128BigEndian(destination: Span_1<System_Internal.Byte>, value: int128): boolean;
|
|
95
|
+
static tryWriteInt128LittleEndian(destination: Span_1<System_Internal.Byte>, value: int128): boolean;
|
|
96
|
+
static tryWriteInt16BigEndian(destination: Span_1<System_Internal.Byte>, value: short): boolean;
|
|
97
|
+
static tryWriteInt16LittleEndian(destination: Span_1<System_Internal.Byte>, value: short): boolean;
|
|
98
|
+
static tryWriteInt32BigEndian(destination: Span_1<System_Internal.Byte>, value: int): boolean;
|
|
99
|
+
static tryWriteInt32LittleEndian(destination: Span_1<System_Internal.Byte>, value: int): boolean;
|
|
100
|
+
static tryWriteInt64BigEndian(destination: Span_1<System_Internal.Byte>, value: long): boolean;
|
|
101
|
+
static tryWriteInt64LittleEndian(destination: Span_1<System_Internal.Byte>, value: long): boolean;
|
|
102
|
+
static tryWriteIntPtrBigEndian(destination: Span_1<System_Internal.Byte>, value: nint): boolean;
|
|
103
|
+
static tryWriteIntPtrLittleEndian(destination: Span_1<System_Internal.Byte>, value: nint): boolean;
|
|
104
|
+
static tryWriteSingleBigEndian(destination: Span_1<System_Internal.Byte>, value: float): boolean;
|
|
105
|
+
static tryWriteSingleLittleEndian(destination: Span_1<System_Internal.Byte>, value: float): boolean;
|
|
106
|
+
static tryWriteUInt128BigEndian(destination: Span_1<System_Internal.Byte>, value: uint128): boolean;
|
|
107
|
+
static tryWriteUInt128LittleEndian(destination: Span_1<System_Internal.Byte>, value: uint128): boolean;
|
|
108
|
+
static tryWriteUInt16BigEndian(destination: Span_1<System_Internal.Byte>, value: ushort): boolean;
|
|
109
|
+
static tryWriteUInt16LittleEndian(destination: Span_1<System_Internal.Byte>, value: ushort): boolean;
|
|
110
|
+
static tryWriteUInt32BigEndian(destination: Span_1<System_Internal.Byte>, value: uint): boolean;
|
|
111
|
+
static tryWriteUInt32LittleEndian(destination: Span_1<System_Internal.Byte>, value: uint): boolean;
|
|
112
|
+
static tryWriteUInt64BigEndian(destination: Span_1<System_Internal.Byte>, value: ulong): boolean;
|
|
113
|
+
static tryWriteUInt64LittleEndian(destination: Span_1<System_Internal.Byte>, value: ulong): boolean;
|
|
114
|
+
static tryWriteUIntPtrBigEndian(destination: Span_1<System_Internal.Byte>, value: nuint): boolean;
|
|
115
|
+
static tryWriteUIntPtrLittleEndian(destination: Span_1<System_Internal.Byte>, value: nuint): boolean;
|
|
116
|
+
static writeDoubleBigEndian(destination: Span_1<System_Internal.Byte>, value: double): void;
|
|
117
|
+
static writeDoubleLittleEndian(destination: Span_1<System_Internal.Byte>, value: double): void;
|
|
118
|
+
static writeHalfBigEndian(destination: Span_1<System_Internal.Byte>, value: half): void;
|
|
119
|
+
static writeHalfLittleEndian(destination: Span_1<System_Internal.Byte>, value: half): void;
|
|
120
|
+
static writeInt128BigEndian(destination: Span_1<System_Internal.Byte>, value: int128): void;
|
|
121
|
+
static writeInt128LittleEndian(destination: Span_1<System_Internal.Byte>, value: int128): void;
|
|
122
|
+
static writeInt16BigEndian(destination: Span_1<System_Internal.Byte>, value: short): void;
|
|
123
|
+
static writeInt16LittleEndian(destination: Span_1<System_Internal.Byte>, value: short): void;
|
|
124
|
+
static writeInt32BigEndian(destination: Span_1<System_Internal.Byte>, value: int): void;
|
|
125
|
+
static writeInt32LittleEndian(destination: Span_1<System_Internal.Byte>, value: int): void;
|
|
126
|
+
static writeInt64BigEndian(destination: Span_1<System_Internal.Byte>, value: long): void;
|
|
127
|
+
static writeInt64LittleEndian(destination: Span_1<System_Internal.Byte>, value: long): void;
|
|
128
|
+
static writeIntPtrBigEndian(destination: Span_1<System_Internal.Byte>, value: nint): void;
|
|
129
|
+
static writeIntPtrLittleEndian(destination: Span_1<System_Internal.Byte>, value: nint): void;
|
|
130
|
+
static writeSingleBigEndian(destination: Span_1<System_Internal.Byte>, value: float): void;
|
|
131
|
+
static writeSingleLittleEndian(destination: Span_1<System_Internal.Byte>, value: float): void;
|
|
132
|
+
static writeUInt128BigEndian(destination: Span_1<System_Internal.Byte>, value: uint128): void;
|
|
133
|
+
static writeUInt128LittleEndian(destination: Span_1<System_Internal.Byte>, value: uint128): void;
|
|
134
|
+
static writeUInt16BigEndian(destination: Span_1<System_Internal.Byte>, value: ushort): void;
|
|
135
|
+
static writeUInt16LittleEndian(destination: Span_1<System_Internal.Byte>, value: ushort): void;
|
|
136
|
+
static writeUInt32BigEndian(destination: Span_1<System_Internal.Byte>, value: uint): void;
|
|
137
|
+
static writeUInt32LittleEndian(destination: Span_1<System_Internal.Byte>, value: uint): void;
|
|
138
|
+
static writeUInt64BigEndian(destination: Span_1<System_Internal.Byte>, value: ulong): void;
|
|
139
|
+
static writeUInt64LittleEndian(destination: Span_1<System_Internal.Byte>, value: ulong): void;
|
|
140
|
+
static writeUIntPtrBigEndian(destination: Span_1<System_Internal.Byte>, value: nuint): void;
|
|
141
|
+
static writeUIntPtrLittleEndian(destination: Span_1<System_Internal.Byte>, value: nuint): void;
|
|
167
142
|
}
|
|
168
143
|
|
|
169
144
|
|