@tsonic/dotnet 10.0.39 → 10.0.41
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 +4 -3
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.VisualBasic/internal/index.d.ts +52 -54
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +117 -119
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -2
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/README.md +76 -104
- package/System/bindings.json +1520 -2039
- package/System/internal/index.d.ts +1549 -1602
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +12 -14
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +32 -31
- package/System.Collections/internal/index.d.ts +129 -131
- package/System.Collections.Concurrent/bindings.json +218 -218
- package/System.Collections.Concurrent/internal/index.d.ts +34 -36
- package/System.Collections.Frozen/bindings.json +413 -611
- package/System.Collections.Frozen/internal/index.d.ts +81 -97
- package/System.Collections.Frozen.d.ts +14 -2
- package/System.Collections.Generic/bindings.json +9420 -14155
- package/System.Collections.Generic/internal/index.d.ts +547 -758
- package/System.Collections.Generic.d.ts +1 -1
- package/System.Collections.Immutable/bindings.json +6000 -9080
- package/System.Collections.Immutable/internal/index.d.ts +265 -354
- package/System.Collections.Immutable.d.ts +49 -12
- package/System.Collections.ObjectModel/bindings.json +132 -654
- package/System.Collections.ObjectModel/internal/index.d.ts +10 -30
- package/System.Collections.Specialized/bindings.json +0 -123
- package/System.Collections.Specialized/internal/index.d.ts +88 -101
- package/System.ComponentModel/bindings.json +163 -102
- package/System.ComponentModel/internal/index.d.ts +618 -608
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +133 -132
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.Design/bindings.json +22 -292
- package/System.ComponentModel.Design/internal/index.d.ts +101 -109
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +61 -60
- package/System.ComponentModel.d.ts +1 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Data/bindings.json +4 -1
- package/System.Data/internal/index.d.ts +351 -350
- package/System.Data.Common/internal/index.d.ts +151 -152
- package/System.Data.SqlTypes/internal/index.d.ts +68 -67
- package/System.Diagnostics/bindings.json +7044 -7249
- package/System.Diagnostics/internal/index.d.ts +446 -461
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.Contracts/internal/index.d.ts +16 -18
- package/System.Diagnostics.Metrics/internal/index.d.ts +92 -94
- package/System.Diagnostics.Metrics.d.ts +1 -1
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +12 -11
- package/System.Diagnostics.Tracing/bindings.json +81 -21
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +2 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Dynamic/internal/index.d.ts +55 -57
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +21 -28
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Globalization/internal/index.d.ts +40 -42
- package/System.IO/internal/index.d.ts +187 -189
- package/System.IO.Compression/internal/index.d.ts +29 -31
- package/System.IO.Enumeration/bindings.json +250 -250
- package/System.IO.Enumeration/internal/index.d.ts +15 -17
- package/System.IO.IsolatedStorage/internal/index.d.ts +19 -18
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.Linq/internal/index.d.ts +223 -225
- package/System.Linq.Expressions/internal/index.d.ts +205 -207
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Net/bindings.json +104 -104
- package/System.Net/internal/index.d.ts +279 -281
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +0 -204
- package/System.Net.Http.Headers/internal/index.d.ts +111 -127
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Mail/internal/index.d.ts +76 -78
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.Quic/internal/index.d.ts +10 -9
- package/System.Net.Security/internal/index.d.ts +87 -89
- package/System.Net.ServerSentEvents/internal/index.d.ts +6 -5
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.WebSockets/internal/index.d.ts +47 -46
- package/System.Numerics/bindings.json +544 -116
- package/System.Numerics/internal/index.d.ts +110 -112
- package/System.Reflection/internal/index.d.ts +270 -272
- package/System.Reflection.Emit/internal/index.d.ts +114 -116
- package/System.Reflection.Metadata/bindings.json +166 -3169
- package/System.Reflection.Metadata/internal/index.d.ts +154 -361
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +13 -15
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +24 -11
- package/System.Reflection.PortableExecutable.d.ts +1 -0
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Runtime/internal/index.d.ts +12 -11
- package/System.Runtime.CompilerServices/bindings.json +519 -717
- package/System.Runtime.CompilerServices/internal/index.d.ts +113 -137
- package/System.Runtime.CompilerServices.d.ts +14 -4
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +4 -3
- package/System.Runtime.InteropServices/bindings.json +101 -101
- package/System.Runtime.InteropServices/internal/index.d.ts +234 -236
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +34 -36
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +67 -69
- package/System.Runtime.InteropServices.JavaScript.d.ts +8 -26
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2619 -2619
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +308 -310
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +141 -141
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +17 -19
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.Swift.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +22 -24
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization/internal/index.d.ts +175 -177
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +29 -31
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +10 -9
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +104 -0
- package/System.Security.AccessControl/internal/index.d.ts +59 -58
- package/System.Security.AccessControl.d.ts +6 -5
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Cryptography/bindings.json +469 -469
- package/System.Security.Cryptography/internal/index.d.ts +269 -271
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -62
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +98 -105
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Policy/internal/index.d.ts +11 -10
- package/System.Security.Principal/internal/index.d.ts +28 -27
- package/System.Text/bindings.json +1562 -1562
- package/System.Text/internal/index.d.ts +119 -121
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +135 -153
- package/System.Text.Json.Nodes/internal/index.d.ts +60 -62
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Serialization/internal/index.d.ts +32 -34
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +86 -85
- package/System.Text.Json.Serialization.d.ts +1 -1
- package/System.Text.RegularExpressions/bindings.json +198 -402
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -64
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Threading/bindings.json +42 -42
- package/System.Threading/internal/index.d.ts +157 -159
- package/System.Threading.Channels/internal/index.d.ts +10 -12
- package/System.Threading.Tasks/bindings.json +4 -1
- package/System.Threading.Tasks/internal/index.d.ts +115 -114
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -33
- package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -5
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Xml/internal/index.d.ts +383 -385
- package/System.Xml.Linq/internal/index.d.ts +103 -102
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Schema/bindings.json +76 -76
- package/System.Xml.Schema/internal/index.d.ts +233 -232
- package/System.Xml.Serialization/bindings.json +193 -0
- package/System.Xml.Serialization/internal/index.d.ts +277 -245
- package/System.Xml.Serialization.d.ts +2 -0
- package/System.Xml.XPath/internal/index.d.ts +46 -45
- package/System.Xml.Xsl/internal/index.d.ts +53 -52
- package/System.Xml.Xsl.Runtime/bindings.json +4 -1
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +35 -37
- package/System.d.ts +2 -2
- package/__internal/extensions/index.d.ts +517 -515
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -1348,75 +1348,6 @@
|
|
|
1348
1348
|
"events": [],
|
|
1349
1349
|
"constructors": []
|
|
1350
1350
|
},
|
|
1351
|
-
{
|
|
1352
|
-
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnWriter\u002BScope",
|
|
1353
|
-
"clrName": "System.Formats.Asn1.AsnWriter\u002BScope",
|
|
1354
|
-
"assemblyName": "System.Formats.Asn1",
|
|
1355
|
-
"metadataToken": 0,
|
|
1356
|
-
"kind": "Struct",
|
|
1357
|
-
"accessibility": "Public",
|
|
1358
|
-
"isAbstract": false,
|
|
1359
|
-
"isSealed": true,
|
|
1360
|
-
"isStatic": false,
|
|
1361
|
-
"arity": 0,
|
|
1362
|
-
"baseType": {
|
|
1363
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
1364
|
-
"clrName": "System.ValueType"
|
|
1365
|
-
},
|
|
1366
|
-
"interfaces": [
|
|
1367
|
-
{
|
|
1368
|
-
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
1369
|
-
"clrName": "System.IDisposable"
|
|
1370
|
-
}
|
|
1371
|
-
],
|
|
1372
|
-
"methods": [
|
|
1373
|
-
{
|
|
1374
|
-
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnWriter\u002BScope::Dispose():System.Void",
|
|
1375
|
-
"clrName": "Dispose",
|
|
1376
|
-
"metadataToken": 100663629,
|
|
1377
|
-
"canonicalSignature": "():System.Void",
|
|
1378
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1379
|
-
"emitScope": "ClassSurface",
|
|
1380
|
-
"provenance": "Original",
|
|
1381
|
-
"arity": 0,
|
|
1382
|
-
"parameterCount": 0,
|
|
1383
|
-
"isStatic": false,
|
|
1384
|
-
"isAbstract": false,
|
|
1385
|
-
"isVirtual": true,
|
|
1386
|
-
"isOverride": false,
|
|
1387
|
-
"isSealed": true,
|
|
1388
|
-
"visibility": "Public",
|
|
1389
|
-
"declaringClrType": "System.Formats.Asn1.AsnWriter\u002BScope",
|
|
1390
|
-
"declaringAssemblyName": "System.Formats.Asn1",
|
|
1391
|
-
"isExtensionMethod": false
|
|
1392
|
-
},
|
|
1393
|
-
{
|
|
1394
|
-
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
1395
|
-
"clrName": "Dispose",
|
|
1396
|
-
"metadataToken": 100668530,
|
|
1397
|
-
"canonicalSignature": "():System.Void",
|
|
1398
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1399
|
-
"emitScope": "ViewOnly",
|
|
1400
|
-
"provenance": "ExplicitView",
|
|
1401
|
-
"arity": 0,
|
|
1402
|
-
"parameterCount": 0,
|
|
1403
|
-
"isStatic": false,
|
|
1404
|
-
"isAbstract": false,
|
|
1405
|
-
"isVirtual": true,
|
|
1406
|
-
"isOverride": false,
|
|
1407
|
-
"isSealed": false,
|
|
1408
|
-
"visibility": "Public",
|
|
1409
|
-
"declaringClrType": "System.IDisposable",
|
|
1410
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1411
|
-
"isExtensionMethod": false,
|
|
1412
|
-
"sourceInterface": "System.IDisposable"
|
|
1413
|
-
}
|
|
1414
|
-
],
|
|
1415
|
-
"properties": [],
|
|
1416
|
-
"fields": [],
|
|
1417
|
-
"events": [],
|
|
1418
|
-
"constructors": []
|
|
1419
|
-
},
|
|
1420
1351
|
{
|
|
1421
1352
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnContentException",
|
|
1422
1353
|
"clrName": "System.Formats.Asn1.AsnContentException",
|
|
@@ -3255,6 +3186,54 @@
|
|
|
3255
3186
|
}
|
|
3256
3187
|
]
|
|
3257
3188
|
},
|
|
3189
|
+
{
|
|
3190
|
+
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnWriter\u002BScope",
|
|
3191
|
+
"clrName": "System.Formats.Asn1.AsnWriter\u002BScope",
|
|
3192
|
+
"assemblyName": "System.Formats.Asn1",
|
|
3193
|
+
"metadataToken": 0,
|
|
3194
|
+
"kind": "Struct",
|
|
3195
|
+
"accessibility": "Public",
|
|
3196
|
+
"isAbstract": false,
|
|
3197
|
+
"isSealed": true,
|
|
3198
|
+
"isStatic": false,
|
|
3199
|
+
"arity": 0,
|
|
3200
|
+
"baseType": {
|
|
3201
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
3202
|
+
"clrName": "System.ValueType"
|
|
3203
|
+
},
|
|
3204
|
+
"interfaces": [
|
|
3205
|
+
{
|
|
3206
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
3207
|
+
"clrName": "System.IDisposable"
|
|
3208
|
+
}
|
|
3209
|
+
],
|
|
3210
|
+
"methods": [
|
|
3211
|
+
{
|
|
3212
|
+
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnWriter\u002BScope::Dispose():System.Void",
|
|
3213
|
+
"clrName": "Dispose",
|
|
3214
|
+
"metadataToken": 100663629,
|
|
3215
|
+
"canonicalSignature": "():System.Void",
|
|
3216
|
+
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
3217
|
+
"emitScope": "ClassSurface",
|
|
3218
|
+
"provenance": "Original",
|
|
3219
|
+
"arity": 0,
|
|
3220
|
+
"parameterCount": 0,
|
|
3221
|
+
"isStatic": false,
|
|
3222
|
+
"isAbstract": false,
|
|
3223
|
+
"isVirtual": true,
|
|
3224
|
+
"isOverride": false,
|
|
3225
|
+
"isSealed": true,
|
|
3226
|
+
"visibility": "Public",
|
|
3227
|
+
"declaringClrType": "System.Formats.Asn1.AsnWriter\u002BScope",
|
|
3228
|
+
"declaringAssemblyName": "System.Formats.Asn1",
|
|
3229
|
+
"isExtensionMethod": false
|
|
3230
|
+
}
|
|
3231
|
+
],
|
|
3232
|
+
"properties": [],
|
|
3233
|
+
"fields": [],
|
|
3234
|
+
"events": [],
|
|
3235
|
+
"constructors": []
|
|
3236
|
+
},
|
|
3258
3237
|
{
|
|
3259
3238
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnDecoder",
|
|
3260
3239
|
"clrName": "System.Formats.Asn1.AsnDecoder",
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Formats.Asn1
|
|
3
3
|
// Assembly: System.Formats.Asn1
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import type { BitArray, IDictionary } from "../../System.Collections/internal/index.js";
|
|
@@ -90,7 +88,7 @@ export interface Asn1Tag$instance {
|
|
|
90
88
|
CalculateEncodedSize(): int;
|
|
91
89
|
Encode(destination: Span_1<System_Internal.Byte>): int;
|
|
92
90
|
Equals(other: Asn1Tag): boolean;
|
|
93
|
-
Equals(obj:
|
|
91
|
+
Equals(obj: JsValue | null): boolean;
|
|
94
92
|
GetHashCode(): int;
|
|
95
93
|
HasSameClassAndValue(other: Asn1Tag): boolean;
|
|
96
94
|
ToString(): string;
|
|
@@ -144,27 +142,6 @@ export const AsnReaderOptions: {
|
|
|
144
142
|
|
|
145
143
|
export type AsnReaderOptions = AsnReaderOptions$instance;
|
|
146
144
|
|
|
147
|
-
export interface AsnWriter_Scope$instance extends System_Internal.IDisposable$instance {
|
|
148
|
-
readonly __tsonic_type_System_Formats_Asn1_AsnWriter_Scope: never;
|
|
149
|
-
|
|
150
|
-
readonly __tsonic_iface_System_IDisposable: never;
|
|
151
|
-
|
|
152
|
-
Dispose(): void;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
export const AsnWriter_Scope: {
|
|
157
|
-
new(): AsnWriter_Scope;
|
|
158
|
-
};
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
export interface __AsnWriter_Scope$views {
|
|
162
|
-
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
export type AsnWriter_Scope = AsnWriter_Scope$instance & __AsnWriter_Scope$views;
|
|
166
|
-
|
|
167
|
-
|
|
168
145
|
export interface AsnContentException$instance extends Exception, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
169
146
|
readonly __tsonic_type_System_Formats_Asn1_AsnContentException: never;
|
|
170
147
|
|
|
@@ -175,8 +152,8 @@ export interface AsnContentException$instance extends Exception, System_Runtime_
|
|
|
175
152
|
|
|
176
153
|
export const AsnContentException: {
|
|
177
154
|
new(): AsnContentException;
|
|
178
|
-
new(message: string): AsnContentException;
|
|
179
|
-
new(message: string, inner: Exception): AsnContentException;
|
|
155
|
+
new(message: string | null): AsnContentException;
|
|
156
|
+
new(message: string | null, inner: Exception | null): AsnContentException;
|
|
180
157
|
};
|
|
181
158
|
|
|
182
159
|
|
|
@@ -293,6 +270,22 @@ export const AsnWriter: {
|
|
|
293
270
|
|
|
294
271
|
export type AsnWriter = AsnWriter$instance;
|
|
295
272
|
|
|
273
|
+
export interface AsnWriter_Scope$instance extends IDisposable {
|
|
274
|
+
readonly __tsonic_type_System_Formats_Asn1_AsnWriter_Scope: never;
|
|
275
|
+
|
|
276
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
277
|
+
|
|
278
|
+
Dispose(): void;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
export const AsnWriter_Scope: {
|
|
283
|
+
new(): AsnWriter_Scope;
|
|
284
|
+
};
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
export type AsnWriter_Scope = AsnWriter_Scope$instance;
|
|
288
|
+
|
|
296
289
|
export abstract class AsnDecoder$instance {
|
|
297
290
|
static DecodeLength(source: ReadOnlySpan_1<System_Internal.Byte>, ruleSet: AsnEncodingRules, bytesConsumed: int): Nullable_1<System_Internal.Int32>;
|
|
298
291
|
static ReadBitString(source: ReadOnlySpan_1<System_Internal.Byte>, ruleSet: AsnEncodingRules, unusedBitCount: int, bytesConsumed: int, expectedTag?: Nullable_1<Asn1Tag>): byte[];
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Formats.Tar
|
|
3
3
|
// Assembly: System.Formats.Tar
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { IEnumerable_1, IReadOnlyDictionary_2, KeyValuePair_2 } from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -111,8 +112,8 @@ export interface TarEntry$instance {
|
|
|
111
112
|
|
|
112
113
|
readonly Checksum: int;
|
|
113
114
|
readonly DataOffset: long;
|
|
114
|
-
get DataStream(): Stream |
|
|
115
|
-
set DataStream(value: Stream |
|
|
115
|
+
get DataStream(): Stream | null;
|
|
116
|
+
set DataStream(value: Stream | null);
|
|
116
117
|
readonly EntryType: TarEntryType;
|
|
117
118
|
readonly Format: TarEntryFormat;
|
|
118
119
|
Gid: int;
|
|
@@ -142,7 +143,7 @@ export interface TarReader$instance extends System_Internal.IAsyncDisposable$ins
|
|
|
142
143
|
|
|
143
144
|
Dispose(): void;
|
|
144
145
|
DisposeAsync(): ValueTask;
|
|
145
|
-
GetNextEntry(copyData?: boolean): TarEntry |
|
|
146
|
+
GetNextEntry(copyData?: boolean): TarEntry | null;
|
|
146
147
|
GetNextEntryAsync(copyData?: boolean, cancellationToken?: CancellationToken): ValueTask_1<TarEntry>;
|
|
147
148
|
}
|
|
148
149
|
|
|
@@ -169,9 +170,9 @@ export interface TarWriter$instance extends System_Internal.IAsyncDisposable$ins
|
|
|
169
170
|
readonly Format: TarEntryFormat;
|
|
170
171
|
Dispose(): void;
|
|
171
172
|
DisposeAsync(): ValueTask;
|
|
172
|
-
WriteEntry(fileName: string, entryName: string): void;
|
|
173
|
+
WriteEntry(fileName: string, entryName: string | null): void;
|
|
173
174
|
WriteEntry(entry: TarEntry): void;
|
|
174
|
-
WriteEntryAsync(fileName: string, entryName: string, cancellationToken?: CancellationToken): Task;
|
|
175
|
+
WriteEntryAsync(fileName: string, entryName: string | null, cancellationToken?: CancellationToken): Task;
|
|
175
176
|
WriteEntryAsync(entry: TarEntry, cancellationToken?: CancellationToken): Task;
|
|
176
177
|
}
|
|
177
178
|
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Globalization
|
|
3
3
|
// Assembly: System.Private.CoreLib
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import * as System_Collections_Internal from "../../System.Collections/internal/index.js";
|
|
@@ -173,7 +171,7 @@ export interface Calendar$instance extends System_Internal.ICloneable$instance {
|
|
|
173
171
|
AddSeconds(time: DateTime, seconds: int): DateTime;
|
|
174
172
|
AddWeeks(time: DateTime, weeks: int): DateTime;
|
|
175
173
|
AddYears(time: DateTime, years: int): DateTime;
|
|
176
|
-
Clone():
|
|
174
|
+
Clone(): JsValue;
|
|
177
175
|
GetDayOfMonth(time: DateTime): int;
|
|
178
176
|
GetDayOfWeek(time: DateTime): DayOfWeek;
|
|
179
177
|
GetDayOfYear(time: DateTime): int;
|
|
@@ -252,14 +250,14 @@ export interface CompareInfo$instance extends System_Runtime_Serialization_Inter
|
|
|
252
250
|
readonly LCID: int;
|
|
253
251
|
readonly Name: string;
|
|
254
252
|
readonly Version: SortVersion;
|
|
255
|
-
Compare(string1: string, string2: string): int;
|
|
256
|
-
Compare(string1: string, string2: string, options: CompareOptions): int;
|
|
257
|
-
Compare(string1: string, offset1: int, length1: int, string2: string, offset2: int, length2: int): int;
|
|
258
|
-
Compare(string1: string, offset1: int, string2: string, offset2: int, options: CompareOptions): int;
|
|
259
|
-
Compare(string1: string, offset1: int, string2: string, offset2: int): int;
|
|
260
|
-
Compare(string1: string, offset1: int, length1: int, string2: string, offset2: int, length2: int, options: CompareOptions): int;
|
|
253
|
+
Compare(string1: string | null, string2: string | null): int;
|
|
254
|
+
Compare(string1: string | null, string2: string | null, options: CompareOptions): int;
|
|
255
|
+
Compare(string1: string | null, offset1: int, length1: int, string2: string | null, offset2: int, length2: int): int;
|
|
256
|
+
Compare(string1: string | null, offset1: int, string2: string | null, offset2: int, options: CompareOptions): int;
|
|
257
|
+
Compare(string1: string | null, offset1: int, string2: string | null, offset2: int): int;
|
|
258
|
+
Compare(string1: string | null, offset1: int, length1: int, string2: string | null, offset2: int, length2: int, options: CompareOptions): int;
|
|
261
259
|
Compare(string1: ReadOnlySpan_1<System_Internal.Char>, string2: ReadOnlySpan_1<System_Internal.Char>, options?: CompareOptions): int;
|
|
262
|
-
Equals(value:
|
|
260
|
+
Equals(value: JsValue | null): boolean;
|
|
263
261
|
GetHashCode(): int;
|
|
264
262
|
GetHashCode(source: string, options: CompareOptions): int;
|
|
265
263
|
GetHashCode(source: ReadOnlySpan_1<System_Internal.Char>, options: CompareOptions): int;
|
|
@@ -356,10 +354,10 @@ export interface CultureInfo$instance extends System_Internal.ICloneable$instanc
|
|
|
356
354
|
readonly TwoLetterISOLanguageName: string;
|
|
357
355
|
readonly UseUserOverride: boolean;
|
|
358
356
|
ClearCachedData(): void;
|
|
359
|
-
Clone():
|
|
360
|
-
Equals(value:
|
|
357
|
+
Clone(): JsValue;
|
|
358
|
+
Equals(value: JsValue | null): boolean;
|
|
361
359
|
GetConsoleFallbackUICulture(): CultureInfo;
|
|
362
|
-
GetFormat(formatType: Type):
|
|
360
|
+
GetFormat(formatType: Type | null): JsValue | null;
|
|
363
361
|
GetHashCode(): int;
|
|
364
362
|
ToString(): string;
|
|
365
363
|
}
|
|
@@ -373,10 +371,10 @@ export const CultureInfo: {
|
|
|
373
371
|
CurrentCulture: CultureInfo;
|
|
374
372
|
CurrentUICulture: CultureInfo;
|
|
375
373
|
readonly InstalledUICulture: CultureInfo;
|
|
376
|
-
get DefaultThreadCurrentCulture(): CultureInfo |
|
|
377
|
-
set DefaultThreadCurrentCulture(value: CultureInfo |
|
|
378
|
-
get DefaultThreadCurrentUICulture(): CultureInfo |
|
|
379
|
-
set DefaultThreadCurrentUICulture(value: CultureInfo |
|
|
374
|
+
get DefaultThreadCurrentCulture(): CultureInfo | null;
|
|
375
|
+
set DefaultThreadCurrentCulture(value: CultureInfo | null);
|
|
376
|
+
get DefaultThreadCurrentUICulture(): CultureInfo | null;
|
|
377
|
+
set DefaultThreadCurrentUICulture(value: CultureInfo | null);
|
|
380
378
|
readonly InvariantCulture: CultureInfo;
|
|
381
379
|
CreateSpecificCulture(name: string): CultureInfo;
|
|
382
380
|
GetCultureInfo(culture: int): CultureInfo;
|
|
@@ -403,7 +401,7 @@ export interface CultureNotFoundException$instance extends ArgumentException {
|
|
|
403
401
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
404
402
|
|
|
405
403
|
readonly InvalidCultureId: Nullable_1<System_Internal.Int32>;
|
|
406
|
-
readonly InvalidCultureName: string |
|
|
404
|
+
readonly InvalidCultureName: string | null;
|
|
407
405
|
readonly Message: string;
|
|
408
406
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
409
407
|
}
|
|
@@ -411,13 +409,13 @@ export interface CultureNotFoundException$instance extends ArgumentException {
|
|
|
411
409
|
|
|
412
410
|
export const CultureNotFoundException: {
|
|
413
411
|
new(): CultureNotFoundException;
|
|
414
|
-
new(message: string): CultureNotFoundException;
|
|
415
|
-
new(paramName: string, message: string): CultureNotFoundException;
|
|
416
|
-
new(message: string, innerException: Exception): CultureNotFoundException;
|
|
417
|
-
new(paramName: string, invalidCultureName: string, message: string): CultureNotFoundException;
|
|
418
|
-
new(message: string, invalidCultureName: string, innerException: Exception): CultureNotFoundException;
|
|
419
|
-
new(message: string, invalidCultureId: int, innerException: Exception): CultureNotFoundException;
|
|
420
|
-
new(paramName: string, invalidCultureId: int, message: string): CultureNotFoundException;
|
|
412
|
+
new(message: string | null): CultureNotFoundException;
|
|
413
|
+
new(paramName: string | null, message: string | null): CultureNotFoundException;
|
|
414
|
+
new(message: string | null, innerException: Exception | null): CultureNotFoundException;
|
|
415
|
+
new(paramName: string | null, invalidCultureName: string | null, message: string | null): CultureNotFoundException;
|
|
416
|
+
new(message: string | null, invalidCultureName: string | null, innerException: Exception | null): CultureNotFoundException;
|
|
417
|
+
new(message: string | null, invalidCultureId: int, innerException: Exception | null): CultureNotFoundException;
|
|
418
|
+
new(paramName: string | null, invalidCultureId: int, message: string | null): CultureNotFoundException;
|
|
421
419
|
};
|
|
422
420
|
|
|
423
421
|
|
|
@@ -460,7 +458,7 @@ export interface DateTimeFormatInfo$instance extends System_Internal.ICloneable$
|
|
|
460
458
|
TimeSeparator: string;
|
|
461
459
|
readonly UniversalSortableDateTimePattern: string;
|
|
462
460
|
YearMonthPattern: string;
|
|
463
|
-
Clone():
|
|
461
|
+
Clone(): JsValue;
|
|
464
462
|
GetAbbreviatedDayName(dayofweek: DayOfWeek): string;
|
|
465
463
|
GetAbbreviatedEraName(era: int): string;
|
|
466
464
|
GetAbbreviatedMonthName(month: int): string;
|
|
@@ -469,7 +467,7 @@ export interface DateTimeFormatInfo$instance extends System_Internal.ICloneable$
|
|
|
469
467
|
GetDayName(dayofweek: DayOfWeek): string;
|
|
470
468
|
GetEra(eraName: string): int;
|
|
471
469
|
GetEraName(era: int): string;
|
|
472
|
-
GetFormat(formatType: Type):
|
|
470
|
+
GetFormat(formatType: Type | null): JsValue | null;
|
|
473
471
|
GetMonthName(month: int): string;
|
|
474
472
|
GetShortestDayName(dayOfWeek: DayOfWeek): string;
|
|
475
473
|
SetAllDateTimePatterns(patterns: string[], format: char): void;
|
|
@@ -480,7 +478,7 @@ export const DateTimeFormatInfo: {
|
|
|
480
478
|
new(): DateTimeFormatInfo;
|
|
481
479
|
readonly InvariantInfo: DateTimeFormatInfo;
|
|
482
480
|
readonly CurrentInfo: DateTimeFormatInfo;
|
|
483
|
-
GetInstance(provider: IFormatProvider): DateTimeFormatInfo;
|
|
481
|
+
GetInstance(provider: IFormatProvider | null): DateTimeFormatInfo;
|
|
484
482
|
ReadOnly(dtfi: DateTimeFormatInfo): DateTimeFormatInfo;
|
|
485
483
|
};
|
|
486
484
|
|
|
@@ -719,7 +717,7 @@ export interface IdnMapping$instance {
|
|
|
719
717
|
|
|
720
718
|
AllowUnassigned: boolean;
|
|
721
719
|
UseStd3AsciiRules: boolean;
|
|
722
|
-
Equals(obj:
|
|
720
|
+
Equals(obj: JsValue | null): boolean;
|
|
723
721
|
GetAscii(unicode: string): string;
|
|
724
722
|
GetAscii(unicode: string, index: int): string;
|
|
725
723
|
GetAscii(unicode: string, index: int, count: int): string;
|
|
@@ -977,8 +975,8 @@ export interface NumberFormatInfo$instance extends System_Internal.ICloneable$in
|
|
|
977
975
|
PerMilleSymbol: string;
|
|
978
976
|
PositiveInfinitySymbol: string;
|
|
979
977
|
PositiveSign: string;
|
|
980
|
-
Clone():
|
|
981
|
-
GetFormat(formatType: Type):
|
|
978
|
+
Clone(): JsValue;
|
|
979
|
+
GetFormat(formatType: Type | null): JsValue | null;
|
|
982
980
|
}
|
|
983
981
|
|
|
984
982
|
|
|
@@ -986,7 +984,7 @@ export const NumberFormatInfo: {
|
|
|
986
984
|
new(): NumberFormatInfo;
|
|
987
985
|
readonly InvariantInfo: NumberFormatInfo;
|
|
988
986
|
readonly CurrentInfo: NumberFormatInfo;
|
|
989
|
-
GetInstance(formatProvider: IFormatProvider): NumberFormatInfo;
|
|
987
|
+
GetInstance(formatProvider: IFormatProvider | null): NumberFormatInfo;
|
|
990
988
|
ReadOnly(nfi: NumberFormatInfo): NumberFormatInfo;
|
|
991
989
|
};
|
|
992
990
|
|
|
@@ -1066,7 +1064,7 @@ export interface RegionInfo$instance {
|
|
|
1066
1064
|
readonly ThreeLetterISORegionName: string;
|
|
1067
1065
|
readonly ThreeLetterWindowsRegionName: string;
|
|
1068
1066
|
readonly TwoLetterISORegionName: string;
|
|
1069
|
-
Equals(value:
|
|
1067
|
+
Equals(value: JsValue | null): boolean;
|
|
1070
1068
|
GetHashCode(): int;
|
|
1071
1069
|
ToString(): string;
|
|
1072
1070
|
}
|
|
@@ -1086,7 +1084,7 @@ export interface SortKey$instance {
|
|
|
1086
1084
|
|
|
1087
1085
|
readonly KeyData: byte[];
|
|
1088
1086
|
readonly OriginalString: string;
|
|
1089
|
-
Equals(value:
|
|
1087
|
+
Equals(value: JsValue | null): boolean;
|
|
1090
1088
|
GetHashCode(): int;
|
|
1091
1089
|
ToString(): string;
|
|
1092
1090
|
}
|
|
@@ -1106,8 +1104,8 @@ export interface SortVersion$instance {
|
|
|
1106
1104
|
|
|
1107
1105
|
readonly FullVersion: int;
|
|
1108
1106
|
readonly SortId: Guid;
|
|
1109
|
-
Equals(obj:
|
|
1110
|
-
Equals(other: SortVersion): boolean;
|
|
1107
|
+
Equals(obj: JsValue | null): boolean;
|
|
1108
|
+
Equals(other: SortVersion | null): boolean;
|
|
1111
1109
|
GetHashCode(): int;
|
|
1112
1110
|
}
|
|
1113
1111
|
|
|
@@ -1132,7 +1130,7 @@ export interface StringInfo$instance {
|
|
|
1132
1130
|
|
|
1133
1131
|
readonly LengthInTextElements: int;
|
|
1134
1132
|
String: string;
|
|
1135
|
-
Equals(value:
|
|
1133
|
+
Equals(value: JsValue | null): boolean;
|
|
1136
1134
|
GetHashCode(): int;
|
|
1137
1135
|
SubstringByTextElements(startingTextElement: int): string;
|
|
1138
1136
|
SubstringByTextElements(startingTextElement: int, lengthInTextElements: int): string;
|
|
@@ -1236,7 +1234,7 @@ export interface TextElementEnumerator$instance {
|
|
|
1236
1234
|
|
|
1237
1235
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1238
1236
|
|
|
1239
|
-
readonly Current:
|
|
1237
|
+
readonly Current: JsValue;
|
|
1240
1238
|
readonly ElementIndex: int;
|
|
1241
1239
|
GetTextElement(): string;
|
|
1242
1240
|
MoveNext(): boolean;
|
|
@@ -1270,8 +1268,8 @@ export interface TextInfo$instance extends System_Internal.ICloneable$instance,
|
|
|
1270
1268
|
ListSeparator: string;
|
|
1271
1269
|
readonly MacCodePage: int;
|
|
1272
1270
|
readonly OEMCodePage: int;
|
|
1273
|
-
Clone():
|
|
1274
|
-
Equals(obj:
|
|
1271
|
+
Clone(): JsValue;
|
|
1272
|
+
Equals(obj: JsValue | null): boolean;
|
|
1275
1273
|
GetHashCode(): int;
|
|
1276
1274
|
ToLower(c: char): char;
|
|
1277
1275
|
ToLower(str: string): string;
|