@tsonic/dotnet 10.0.4 → 10.0.5
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/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +2 -0
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +1038 -15
- package/System.Buffers/internal/index.d.ts +18 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +3 -0
- package/System.Collections/internal/index.d.ts +75 -7
- package/System.Collections.Concurrent/internal/index.d.ts +35 -0
- package/System.Collections.Frozen/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/index.d.ts +301 -0
- package/System.Collections.Immutable/internal/index.d.ts +149 -2
- package/System.Collections.ObjectModel/internal/index.d.ts +78 -0
- package/System.Collections.Specialized/internal/index.d.ts +42 -4
- package/System.ComponentModel/internal/index.d.ts +123 -2
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +6 -0
- package/System.ComponentModel.Design/internal/index.d.ts +73 -0
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -0
- package/System.Data/internal/index.d.ts +163 -2
- package/System.Data.Common/internal/index.d.ts +83 -3
- package/System.Data.SqlTypes/internal/index.d.ts +89 -0
- package/System.Diagnostics/internal/index.d.ts +70 -4
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +6 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +22 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +16 -0
- package/System.Drawing/internal/index.d.ts +14 -0
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/internal/index.d.ts +6 -0
- package/System.Formats.Tar/internal/index.d.ts +6 -0
- package/System.Globalization/internal/index.d.ts +52 -2
- package/System.IO/internal/index.d.ts +67 -0
- package/System.IO.Compression/internal/index.d.ts +21 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +15 -0
- package/System.Linq/internal/index.d.ts +38 -4
- package/System.Linq.Expressions/internal/index.d.ts +17 -0
- package/System.Net/internal/index.d.ts +93 -2
- package/System.Net.Http/internal/index.d.ts +53 -0
- package/System.Net.Http.Headers/internal/index.d.ts +73 -0
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +57 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +27 -0
- package/System.Net.Quic/internal/index.d.ts +9 -0
- package/System.Net.Security/internal/index.d.ts +13 -0
- package/System.Net.Sockets/internal/index.d.ts +21 -0
- package/System.Net.WebSockets/internal/index.d.ts +9 -0
- package/System.Numerics/internal/index.d.ts +149 -1
- package/System.Reflection/internal/index.d.ts +68 -0
- package/System.Reflection.Emit/internal/index.d.ts +35 -0
- package/System.Reflection.Metadata/internal/index.d.ts +329 -0
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -0
- package/System.Resources/internal/index.d.ts +19 -1
- package/System.Runtime/internal/index.d.ts +6 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +55 -0
- package/System.Runtime.InteropServices/internal/index.d.ts +94 -0
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +42 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +4 -0
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +25 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +44 -0
- package/System.Runtime.Loader/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +36 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +2 -0
- package/System.Security/internal/index.d.ts +18 -0
- package/System.Security.AccessControl/internal/index.d.ts +22 -2
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +7 -2
- package/System.Security.Claims/internal/index.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +270 -0
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +45 -0
- package/System.Security.Policy/internal/index.d.ts +3 -0
- package/System.Security.Principal/internal/index.d.ts +23 -0
- package/System.Text/internal/index.d.ts +40 -0
- package/System.Text.Json/internal/index.d.ts +21 -0
- package/System.Text.Json.Nodes/internal/index.d.ts +11 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +10 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +4 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +42 -0
- package/System.Threading/internal/index.d.ts +78 -0
- package/System.Threading.Channels/internal/index.d.ts +2 -0
- package/System.Threading.Tasks/internal/index.d.ts +14 -0
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +67 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +39 -0
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Input/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +142 -5
- package/System.Xml.Linq/internal/index.d.ts +32 -0
- package/System.Xml.Schema/internal/index.d.ts +23 -0
- package/System.Xml.Serialization/internal/index.d.ts +25 -0
- package/System.Xml.XPath/internal/index.d.ts +13 -2
- package/System.Xml.Xsl/internal/index.d.ts +11 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +24 -0
- package/__internal/extensions/index.d.ts +263 -263
- package/package.json +1 -1
|
@@ -357,6 +357,8 @@ export const Pkcs12LoaderLimits: {
|
|
|
357
357
|
export type Pkcs12LoaderLimits = Pkcs12LoaderLimits$instance;
|
|
358
358
|
|
|
359
359
|
export interface Pkcs12LoadLimitExceededException$instance extends CryptographicException {
|
|
360
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
361
|
+
|
|
360
362
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
361
363
|
}
|
|
362
364
|
|
|
@@ -542,6 +544,10 @@ export const X509BasicConstraintsExtension: {
|
|
|
542
544
|
export type X509BasicConstraintsExtension = X509BasicConstraintsExtension$instance;
|
|
543
545
|
|
|
544
546
|
export interface X509Certificate$instance {
|
|
547
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
548
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
549
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
550
|
+
|
|
545
551
|
readonly Handle: nint;
|
|
546
552
|
readonly Issuer: string;
|
|
547
553
|
readonly SerialNumberBytes: ReadOnlyMemory_1<System_Internal.Byte>;
|
|
@@ -620,6 +626,10 @@ export type X509Certificate = X509Certificate$instance & __X509Certificate$views
|
|
|
620
626
|
|
|
621
627
|
|
|
622
628
|
export interface X509Certificate2$instance extends X509Certificate$instance {
|
|
629
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
630
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
631
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
632
|
+
|
|
623
633
|
Archived: boolean;
|
|
624
634
|
readonly Extensions: X509ExtensionCollection;
|
|
625
635
|
FriendlyName: string;
|
|
@@ -713,6 +723,11 @@ export type X509Certificate2 = X509Certificate2$instance & __X509Certificate2$vi
|
|
|
713
723
|
|
|
714
724
|
|
|
715
725
|
export interface X509Certificate2Collection$instance extends X509CertificateCollection$instance {
|
|
726
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
727
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
728
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
729
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
730
|
+
|
|
716
731
|
Add(value: X509Certificate): int;
|
|
717
732
|
Add(value: unknown): int;
|
|
718
733
|
AddRange(certificates: X509Certificate2Collection): void;
|
|
@@ -777,6 +792,10 @@ export type X509Certificate2Collection = X509Certificate2Collection$instance & _
|
|
|
777
792
|
|
|
778
793
|
|
|
779
794
|
export interface X509Certificate2Enumerator$instance {
|
|
795
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
796
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
797
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
798
|
+
|
|
780
799
|
readonly Current: X509Certificate2;
|
|
781
800
|
MoveNext(): boolean;
|
|
782
801
|
Reset(): void;
|
|
@@ -797,6 +816,10 @@ export type X509Certificate2Enumerator = X509Certificate2Enumerator$instance & _
|
|
|
797
816
|
|
|
798
817
|
|
|
799
818
|
export interface X509CertificateCollection$instance extends CollectionBase {
|
|
819
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
820
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
821
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
822
|
+
|
|
800
823
|
[index: number]: X509Certificate | X509Certificate2;
|
|
801
824
|
Add(value: unknown): int;
|
|
802
825
|
AddRange(value: X509Certificate[]): void;
|
|
@@ -831,6 +854,8 @@ export type X509CertificateCollection = X509CertificateCollection$instance & __X
|
|
|
831
854
|
|
|
832
855
|
|
|
833
856
|
export interface X509CertificateCollection_X509CertificateEnumerator$instance {
|
|
857
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
858
|
+
|
|
834
859
|
readonly Current: X509Certificate;
|
|
835
860
|
MoveNext(): boolean;
|
|
836
861
|
Reset(): void;
|
|
@@ -850,6 +875,8 @@ export type X509CertificateCollection_X509CertificateEnumerator = X509Certificat
|
|
|
850
875
|
|
|
851
876
|
|
|
852
877
|
export interface X509Chain$instance {
|
|
878
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
879
|
+
|
|
853
880
|
readonly ChainContext: nint;
|
|
854
881
|
readonly ChainElements: X509ChainElementCollection;
|
|
855
882
|
ChainPolicy: X509ChainPolicy;
|
|
@@ -891,6 +918,10 @@ export const X509ChainElement: {
|
|
|
891
918
|
export type X509ChainElement = X509ChainElement$instance;
|
|
892
919
|
|
|
893
920
|
export interface X509ChainElementCollection$instance {
|
|
921
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
922
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
923
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
924
|
+
|
|
894
925
|
readonly Count: int;
|
|
895
926
|
readonly IsSynchronized: boolean;
|
|
896
927
|
readonly [index: number]: X509ChainElement;
|
|
@@ -914,6 +945,10 @@ export type X509ChainElementCollection = X509ChainElementCollection$instance & _
|
|
|
914
945
|
|
|
915
946
|
|
|
916
947
|
export interface X509ChainElementEnumerator$instance {
|
|
948
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
949
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
950
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
951
|
+
|
|
917
952
|
readonly Current: X509ChainElement;
|
|
918
953
|
MoveNext(): boolean;
|
|
919
954
|
Reset(): void;
|
|
@@ -991,6 +1026,10 @@ export const X509Extension: {
|
|
|
991
1026
|
export type X509Extension = X509Extension$instance;
|
|
992
1027
|
|
|
993
1028
|
export interface X509ExtensionCollection$instance {
|
|
1029
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1030
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1031
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1032
|
+
|
|
994
1033
|
readonly Count: int;
|
|
995
1034
|
readonly IsSynchronized: boolean;
|
|
996
1035
|
readonly SyncRoot: unknown;
|
|
@@ -1017,6 +1056,10 @@ export type X509ExtensionCollection = X509ExtensionCollection$instance & __X509E
|
|
|
1017
1056
|
|
|
1018
1057
|
|
|
1019
1058
|
export interface X509ExtensionEnumerator$instance {
|
|
1059
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
1060
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1061
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1062
|
+
|
|
1020
1063
|
readonly Current: X509Extension;
|
|
1021
1064
|
MoveNext(): boolean;
|
|
1022
1065
|
Reset(): void;
|
|
@@ -1071,6 +1114,8 @@ export const X509SignatureGenerator: (abstract new() => X509SignatureGenerator)
|
|
|
1071
1114
|
export type X509SignatureGenerator = X509SignatureGenerator$instance;
|
|
1072
1115
|
|
|
1073
1116
|
export interface X509Store$instance {
|
|
1117
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1118
|
+
|
|
1074
1119
|
readonly Certificates: X509Certificate2Collection;
|
|
1075
1120
|
readonly IsOpen: boolean;
|
|
1076
1121
|
readonly Location: StoreLocation;
|
|
@@ -12,6 +12,9 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
12
12
|
import type { Array as ClrArray, Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Type, Void } from "../../System/internal/index.js";
|
|
13
13
|
|
|
14
14
|
export interface Evidence$instance {
|
|
15
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
16
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
17
|
+
|
|
15
18
|
readonly Count: int;
|
|
16
19
|
readonly IsReadOnly: boolean;
|
|
17
20
|
readonly IsSynchronized: boolean;
|
|
@@ -176,6 +176,8 @@ export enum WindowsBuiltInRole {
|
|
|
176
176
|
|
|
177
177
|
|
|
178
178
|
export interface IIdentity$instance {
|
|
179
|
+
readonly __tsonic_iface_System_Security_Principal_IIdentity: never;
|
|
180
|
+
|
|
179
181
|
readonly Name: string | undefined;
|
|
180
182
|
readonly AuthenticationType: string | undefined;
|
|
181
183
|
readonly IsAuthenticated: boolean;
|
|
@@ -185,6 +187,8 @@ export interface IIdentity$instance {
|
|
|
185
187
|
export type IIdentity = IIdentity$instance;
|
|
186
188
|
|
|
187
189
|
export interface IPrincipal$instance {
|
|
190
|
+
readonly __tsonic_iface_System_Security_Principal_IPrincipal: never;
|
|
191
|
+
|
|
188
192
|
readonly Identity: IIdentity | undefined;
|
|
189
193
|
IsInRole(role: string): boolean;
|
|
190
194
|
}
|
|
@@ -193,6 +197,8 @@ export interface IPrincipal$instance {
|
|
|
193
197
|
export type IPrincipal = IPrincipal$instance;
|
|
194
198
|
|
|
195
199
|
export interface GenericIdentity$instance extends ClaimsIdentity {
|
|
200
|
+
readonly __tsonic_iface_System_Security_Principal_IIdentity: never;
|
|
201
|
+
|
|
196
202
|
readonly AuthenticationType: string | string | undefined;
|
|
197
203
|
readonly Claims: IEnumerable_1<Claim>;
|
|
198
204
|
readonly IsAuthenticated: boolean;
|
|
@@ -215,6 +221,8 @@ export type GenericIdentity = GenericIdentity$instance & __GenericIdentity$views
|
|
|
215
221
|
|
|
216
222
|
|
|
217
223
|
export interface GenericPrincipal$instance extends ClaimsPrincipal {
|
|
224
|
+
readonly __tsonic_iface_System_Security_Principal_IPrincipal: never;
|
|
225
|
+
|
|
218
226
|
readonly Identity: IIdentity | IIdentity | undefined;
|
|
219
227
|
IsInRole(role: string): boolean;
|
|
220
228
|
}
|
|
@@ -233,6 +241,8 @@ export type GenericPrincipal = GenericPrincipal$instance & __GenericPrincipal$vi
|
|
|
233
241
|
|
|
234
242
|
|
|
235
243
|
export interface IdentityNotMappedException$instance extends SystemException {
|
|
244
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
245
|
+
|
|
236
246
|
readonly UnmappedIdentities: IdentityReferenceCollection;
|
|
237
247
|
GetObjectData(serializationInfo: SerializationInfo, streamingContext: StreamingContext): void;
|
|
238
248
|
}
|
|
@@ -269,6 +279,10 @@ export const IdentityReference: {
|
|
|
269
279
|
export type IdentityReference = IdentityReference$instance;
|
|
270
280
|
|
|
271
281
|
export interface IdentityReferenceCollection$instance {
|
|
282
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
283
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
284
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
285
|
+
|
|
272
286
|
readonly Count: int;
|
|
273
287
|
[index: number]: IdentityReference;
|
|
274
288
|
Add(identity: IdentityReference): void;
|
|
@@ -316,6 +330,8 @@ export const NTAccount: {
|
|
|
316
330
|
export type NTAccount = NTAccount$instance;
|
|
317
331
|
|
|
318
332
|
export interface SecurityIdentifier$instance extends IdentityReference {
|
|
333
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
334
|
+
|
|
319
335
|
readonly AccountDomainSid: SecurityIdentifier | undefined;
|
|
320
336
|
readonly BinaryLength: int;
|
|
321
337
|
readonly Value: string;
|
|
@@ -356,6 +372,11 @@ export type SecurityIdentifier = SecurityIdentifier$instance & __SecurityIdentif
|
|
|
356
372
|
|
|
357
373
|
|
|
358
374
|
export interface WindowsIdentity$instance extends ClaimsIdentity {
|
|
375
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
376
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
377
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
378
|
+
readonly __tsonic_iface_System_Security_Principal_IIdentity: never;
|
|
379
|
+
|
|
359
380
|
readonly AccessToken: SafeAccessTokenHandle;
|
|
360
381
|
readonly AuthenticationType: string | undefined;
|
|
361
382
|
readonly Claims: IEnumerable_1<Claim>;
|
|
@@ -410,6 +431,8 @@ export type WindowsIdentity = WindowsIdentity$instance & __WindowsIdentity$views
|
|
|
410
431
|
|
|
411
432
|
|
|
412
433
|
export interface WindowsPrincipal$instance extends ClaimsPrincipal {
|
|
434
|
+
readonly __tsonic_iface_System_Security_Principal_IPrincipal: never;
|
|
435
|
+
|
|
413
436
|
readonly DeviceClaims: IEnumerable_1<Claim>;
|
|
414
437
|
readonly Identity: IIdentity | IIdentity | undefined;
|
|
415
438
|
readonly UserClaims: IEnumerable_1<Claim>;
|
|
@@ -31,6 +31,14 @@ export enum NormalizationForm {
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
export interface Rune$instance {
|
|
34
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
35
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
36
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
37
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
38
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
39
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
40
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
41
|
+
|
|
34
42
|
readonly IsAscii: boolean;
|
|
35
43
|
readonly IsBmp: boolean;
|
|
36
44
|
readonly Plane: int;
|
|
@@ -108,6 +116,10 @@ export type Rune = Rune$instance & __Rune$views;
|
|
|
108
116
|
|
|
109
117
|
|
|
110
118
|
export interface SpanLineEnumerator$instance {
|
|
119
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
120
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
121
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
122
|
+
|
|
111
123
|
readonly Current: ReadOnlySpan_1<System_Internal.Char>;
|
|
112
124
|
GetEnumerator(): SpanLineEnumerator;
|
|
113
125
|
MoveNext(): boolean;
|
|
@@ -130,6 +142,10 @@ export type SpanLineEnumerator = SpanLineEnumerator$instance & __SpanLineEnumera
|
|
|
130
142
|
|
|
131
143
|
|
|
132
144
|
export interface SpanRuneEnumerator$instance {
|
|
145
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
146
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
147
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
148
|
+
|
|
133
149
|
readonly Current: Rune;
|
|
134
150
|
GetEnumerator(): SpanRuneEnumerator;
|
|
135
151
|
MoveNext(): boolean;
|
|
@@ -188,6 +204,12 @@ export const StringBuilder_ChunkEnumerator: {
|
|
|
188
204
|
export type StringBuilder_ChunkEnumerator = StringBuilder_ChunkEnumerator$instance;
|
|
189
205
|
|
|
190
206
|
export interface StringRuneEnumerator$instance {
|
|
207
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
208
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
209
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
210
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
211
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
212
|
+
|
|
191
213
|
readonly Current: Rune;
|
|
192
214
|
GetEnumerator(): StringRuneEnumerator;
|
|
193
215
|
MoveNext(): boolean;
|
|
@@ -212,6 +234,8 @@ export type StringRuneEnumerator = StringRuneEnumerator$instance & __StringRuneE
|
|
|
212
234
|
|
|
213
235
|
|
|
214
236
|
export interface ASCIIEncoding$instance extends Encoding$instance {
|
|
237
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
238
|
+
|
|
215
239
|
readonly IsSingleByte: boolean;
|
|
216
240
|
Clone(): unknown;
|
|
217
241
|
GetByteCount(chars: char[], index: int, count: int): int;
|
|
@@ -383,6 +407,8 @@ export const DecoderFallbackBuffer: (abstract new() => DecoderFallbackBuffer) &
|
|
|
383
407
|
export type DecoderFallbackBuffer = DecoderFallbackBuffer$instance;
|
|
384
408
|
|
|
385
409
|
export interface DecoderFallbackException$instance extends ArgumentException {
|
|
410
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
411
|
+
|
|
386
412
|
readonly BytesUnknown: byte[] | undefined;
|
|
387
413
|
readonly Index: int;
|
|
388
414
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -522,6 +548,8 @@ export const EncoderFallbackBuffer: (abstract new() => EncoderFallbackBuffer) &
|
|
|
522
548
|
export type EncoderFallbackBuffer = EncoderFallbackBuffer$instance;
|
|
523
549
|
|
|
524
550
|
export interface EncoderFallbackException$instance extends ArgumentException {
|
|
551
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
552
|
+
|
|
525
553
|
readonly CharUnknown: char;
|
|
526
554
|
readonly CharUnknownHigh: char;
|
|
527
555
|
readonly CharUnknownLow: char;
|
|
@@ -580,6 +608,8 @@ export const EncoderReplacementFallbackBuffer: {
|
|
|
580
608
|
export type EncoderReplacementFallbackBuffer = EncoderReplacementFallbackBuffer$instance;
|
|
581
609
|
|
|
582
610
|
export interface Encoding$instance {
|
|
611
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
612
|
+
|
|
583
613
|
readonly BodyName: string;
|
|
584
614
|
readonly CodePage: int;
|
|
585
615
|
DecoderFallback: DecoderFallback;
|
|
@@ -700,6 +730,8 @@ export const EncodingProvider: (abstract new() => EncodingProvider) & {
|
|
|
700
730
|
export type EncodingProvider = EncodingProvider$instance;
|
|
701
731
|
|
|
702
732
|
export interface StringBuilder$instance {
|
|
733
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
734
|
+
|
|
703
735
|
Capacity: int;
|
|
704
736
|
[index: number]: char;
|
|
705
737
|
Length: int;
|
|
@@ -817,6 +849,8 @@ export type StringBuilder = StringBuilder$instance & __StringBuilder$views;
|
|
|
817
849
|
|
|
818
850
|
|
|
819
851
|
export interface UnicodeEncoding$instance extends Encoding$instance {
|
|
852
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
853
|
+
|
|
820
854
|
readonly Preamble: ReadOnlySpan_1<System_Internal.Byte>;
|
|
821
855
|
Clone(): unknown;
|
|
822
856
|
Equals(value: unknown): boolean;
|
|
@@ -872,6 +906,8 @@ export type UnicodeEncoding = UnicodeEncoding$instance & __UnicodeEncoding$views
|
|
|
872
906
|
|
|
873
907
|
|
|
874
908
|
export interface UTF32Encoding$instance extends Encoding$instance {
|
|
909
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
910
|
+
|
|
875
911
|
readonly Preamble: ReadOnlySpan_1<System_Internal.Byte>;
|
|
876
912
|
Clone(): unknown;
|
|
877
913
|
Equals(value: unknown): boolean;
|
|
@@ -926,6 +962,8 @@ export type UTF32Encoding = UTF32Encoding$instance & __UTF32Encoding$views;
|
|
|
926
962
|
|
|
927
963
|
|
|
928
964
|
export interface UTF7Encoding$instance extends Encoding$instance {
|
|
965
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
966
|
+
|
|
929
967
|
Clone(): unknown;
|
|
930
968
|
Equals(value: unknown): boolean;
|
|
931
969
|
GetByteCount(chars: char[], index: int, count: int): int;
|
|
@@ -977,6 +1015,8 @@ export type UTF7Encoding = UTF7Encoding$instance & __UTF7Encoding$views;
|
|
|
977
1015
|
|
|
978
1016
|
|
|
979
1017
|
export interface UTF8Encoding$instance extends Encoding$instance {
|
|
1018
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1019
|
+
|
|
980
1020
|
readonly Preamble: ReadOnlySpan_1<System_Internal.Byte>;
|
|
981
1021
|
Clone(): unknown;
|
|
982
1022
|
Equals(value: unknown): boolean;
|
|
@@ -154,6 +154,12 @@ export const JsonElement: {
|
|
|
154
154
|
export type JsonElement = JsonElement$instance;
|
|
155
155
|
|
|
156
156
|
export interface JsonElement_ArrayEnumerator$instance extends IDisposable {
|
|
157
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
158
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
159
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
160
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
161
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
162
|
+
|
|
157
163
|
readonly Current: JsonElement;
|
|
158
164
|
Dispose(): void;
|
|
159
165
|
GetEnumerator(): JsonElement_ArrayEnumerator;
|
|
@@ -178,6 +184,12 @@ export type JsonElement_ArrayEnumerator = JsonElement_ArrayEnumerator$instance &
|
|
|
178
184
|
|
|
179
185
|
|
|
180
186
|
export interface JsonElement_ObjectEnumerator$instance extends IDisposable {
|
|
187
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
188
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
189
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
190
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
191
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
192
|
+
|
|
181
193
|
readonly Current: JsonProperty;
|
|
182
194
|
Dispose(): void;
|
|
183
195
|
GetEnumerator(): JsonElement_ObjectEnumerator;
|
|
@@ -202,6 +214,8 @@ export type JsonElement_ObjectEnumerator = JsonElement_ObjectEnumerator$instance
|
|
|
202
214
|
|
|
203
215
|
|
|
204
216
|
export interface JsonEncodedText$instance {
|
|
217
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
218
|
+
|
|
205
219
|
readonly EncodedUtf8Bytes: ReadOnlySpan_1<System_Internal.Byte>;
|
|
206
220
|
readonly Value: string;
|
|
207
221
|
Equals(other: JsonEncodedText): boolean;
|
|
@@ -360,6 +374,8 @@ export const Utf8JsonReader: {
|
|
|
360
374
|
export type Utf8JsonReader = Utf8JsonReader$instance;
|
|
361
375
|
|
|
362
376
|
export interface JsonDocument$instance {
|
|
377
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
378
|
+
|
|
363
379
|
readonly RootElement: JsonElement;
|
|
364
380
|
Dispose(): void;
|
|
365
381
|
WriteTo(writer: Utf8JsonWriter): void;
|
|
@@ -388,6 +404,8 @@ export type JsonDocument = JsonDocument$instance & __JsonDocument$views;
|
|
|
388
404
|
|
|
389
405
|
|
|
390
406
|
export interface JsonException$instance extends Exception {
|
|
407
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
408
|
+
|
|
391
409
|
BytePositionInLine: Nullable_1<System_Internal.Int64>;
|
|
392
410
|
LineNumber: Nullable_1<System_Internal.Int64>;
|
|
393
411
|
readonly Message: string;
|
|
@@ -487,6 +505,9 @@ export const JsonSerializerOptions: {
|
|
|
487
505
|
export type JsonSerializerOptions = JsonSerializerOptions$instance;
|
|
488
506
|
|
|
489
507
|
export interface Utf8JsonWriter$instance {
|
|
508
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
509
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
510
|
+
|
|
490
511
|
BytesCommitted: long;
|
|
491
512
|
BytesPending: int;
|
|
492
513
|
readonly CurrentDepth: int;
|
|
@@ -34,6 +34,11 @@ export const JsonNodeOptions: {
|
|
|
34
34
|
export type JsonNodeOptions = JsonNodeOptions$instance;
|
|
35
35
|
|
|
36
36
|
export interface JsonArray$instance extends JsonNode {
|
|
37
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
38
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
39
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
40
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
41
|
+
|
|
37
42
|
readonly Count: int;
|
|
38
43
|
Add<T>(value: T): void;
|
|
39
44
|
Add(item: JsonNode): void;
|
|
@@ -109,6 +114,12 @@ export const JsonNode: {
|
|
|
109
114
|
export type JsonNode = JsonNode$instance;
|
|
110
115
|
|
|
111
116
|
export interface JsonObject$instance extends JsonNode {
|
|
117
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
118
|
+
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
119
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
120
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
121
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
122
|
+
|
|
112
123
|
readonly Count: int;
|
|
113
124
|
Add(propertyName: string, value: JsonNode): void;
|
|
114
125
|
Add(property: KeyValuePair_2<System_Internal.String, JsonNode>): void;
|
|
@@ -83,6 +83,8 @@ export enum JsonUnmappedMemberHandling {
|
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
export interface IJsonOnDeserialized$instance {
|
|
86
|
+
readonly __tsonic_iface_System_Text_Json_Serialization_IJsonOnDeserialized: never;
|
|
87
|
+
|
|
86
88
|
OnDeserialized(): void;
|
|
87
89
|
}
|
|
88
90
|
|
|
@@ -90,6 +92,8 @@ export interface IJsonOnDeserialized$instance {
|
|
|
90
92
|
export type IJsonOnDeserialized = IJsonOnDeserialized$instance;
|
|
91
93
|
|
|
92
94
|
export interface IJsonOnDeserializing$instance {
|
|
95
|
+
readonly __tsonic_iface_System_Text_Json_Serialization_IJsonOnDeserializing: never;
|
|
96
|
+
|
|
93
97
|
OnDeserializing(): void;
|
|
94
98
|
}
|
|
95
99
|
|
|
@@ -97,6 +101,8 @@ export interface IJsonOnDeserializing$instance {
|
|
|
97
101
|
export type IJsonOnDeserializing = IJsonOnDeserializing$instance;
|
|
98
102
|
|
|
99
103
|
export interface IJsonOnSerialized$instance {
|
|
104
|
+
readonly __tsonic_iface_System_Text_Json_Serialization_IJsonOnSerialized: never;
|
|
105
|
+
|
|
100
106
|
OnSerialized(): void;
|
|
101
107
|
}
|
|
102
108
|
|
|
@@ -104,6 +110,8 @@ export interface IJsonOnSerialized$instance {
|
|
|
104
110
|
export type IJsonOnSerialized = IJsonOnSerialized$instance;
|
|
105
111
|
|
|
106
112
|
export interface IJsonOnSerializing$instance {
|
|
113
|
+
readonly __tsonic_iface_System_Text_Json_Serialization_IJsonOnSerializing: never;
|
|
114
|
+
|
|
107
115
|
OnSerializing(): void;
|
|
108
116
|
}
|
|
109
117
|
|
|
@@ -336,6 +344,8 @@ export const JsonSerializableAttribute: {
|
|
|
336
344
|
export type JsonSerializableAttribute = JsonSerializableAttribute$instance;
|
|
337
345
|
|
|
338
346
|
export interface JsonSerializerContext$instance {
|
|
347
|
+
readonly __tsonic_iface_System_Text_Json_Serialization_Metadata_IJsonTypeInfoResolver: never;
|
|
348
|
+
|
|
339
349
|
readonly GeneratedSerializerOptions: JsonSerializerOptions | undefined;
|
|
340
350
|
readonly Options: JsonSerializerOptions;
|
|
341
351
|
GetTypeInfo(type: Type): JsonTypeInfo | undefined;
|
|
@@ -25,6 +25,8 @@ export enum JsonTypeInfoKind {
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
export interface IJsonTypeInfoResolver$instance {
|
|
28
|
+
readonly __tsonic_iface_System_Text_Json_Serialization_Metadata_IJsonTypeInfoResolver: never;
|
|
29
|
+
|
|
28
30
|
GetTypeInfo(type: Type, options: JsonSerializerOptions): JsonTypeInfo;
|
|
29
31
|
}
|
|
30
32
|
|
|
@@ -47,6 +49,8 @@ export const JsonDerivedType: {
|
|
|
47
49
|
export type JsonDerivedType = JsonDerivedType$instance;
|
|
48
50
|
|
|
49
51
|
export interface DefaultJsonTypeInfoResolver$instance {
|
|
52
|
+
readonly __tsonic_iface_System_Text_Json_Serialization_Metadata_IJsonTypeInfoResolver: never;
|
|
53
|
+
|
|
50
54
|
readonly Modifiers: IList_1<Action_1<JsonTypeInfo>>;
|
|
51
55
|
GetTypeInfo(type: Type, options: JsonSerializerOptions): JsonTypeInfo;
|
|
52
56
|
}
|
|
@@ -75,6 +75,10 @@ export type MatchEvaluator = (match: Match) => string;
|
|
|
75
75
|
|
|
76
76
|
|
|
77
77
|
export interface Regex_ValueMatchEnumerator$instance {
|
|
78
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
79
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
80
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
81
|
+
|
|
78
82
|
readonly Current: ValueMatch;
|
|
79
83
|
GetEnumerator(): Regex_ValueMatchEnumerator;
|
|
80
84
|
MoveNext(): boolean;
|
|
@@ -96,6 +100,10 @@ export type Regex_ValueMatchEnumerator = Regex_ValueMatchEnumerator$instance & _
|
|
|
96
100
|
|
|
97
101
|
|
|
98
102
|
export interface Regex_ValueSplitEnumerator$instance {
|
|
103
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
104
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
105
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
106
|
+
|
|
99
107
|
readonly Current: Range;
|
|
100
108
|
GetEnumerator(): Regex_ValueSplitEnumerator;
|
|
101
109
|
MoveNext(): boolean;
|
|
@@ -145,6 +153,15 @@ export const Capture: {
|
|
|
145
153
|
export type Capture = Capture$instance;
|
|
146
154
|
|
|
147
155
|
export interface CaptureCollection$instance {
|
|
156
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
157
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
158
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
159
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
160
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
161
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
162
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
163
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
164
|
+
|
|
148
165
|
readonly Count: int;
|
|
149
166
|
readonly IsReadOnly: boolean;
|
|
150
167
|
readonly IsSynchronized: boolean;
|
|
@@ -207,6 +224,16 @@ export const Group: {
|
|
|
207
224
|
export type Group = Group$instance;
|
|
208
225
|
|
|
209
226
|
export interface GroupCollection$instance {
|
|
227
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
228
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
229
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
230
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
231
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
|
|
232
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
233
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
234
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
235
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
236
|
+
|
|
210
237
|
readonly Count: int;
|
|
211
238
|
readonly IsReadOnly: boolean;
|
|
212
239
|
readonly IsSynchronized: boolean;
|
|
@@ -256,6 +283,15 @@ export const Match: {
|
|
|
256
283
|
export type Match = Match$instance;
|
|
257
284
|
|
|
258
285
|
export interface MatchCollection$instance {
|
|
286
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
287
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
288
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
289
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
290
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
291
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
292
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
293
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
294
|
+
|
|
259
295
|
readonly Count: int;
|
|
260
296
|
readonly IsReadOnly: boolean;
|
|
261
297
|
readonly IsSynchronized: boolean;
|
|
@@ -285,6 +321,8 @@ export type MatchCollection = MatchCollection$instance & __MatchCollection$views
|
|
|
285
321
|
|
|
286
322
|
|
|
287
323
|
export interface Regex$instance {
|
|
324
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
325
|
+
|
|
288
326
|
readonly MatchTimeout: TimeSpan;
|
|
289
327
|
readonly Options: RegexOptions;
|
|
290
328
|
readonly RightToLeft: boolean;
|
|
@@ -398,6 +436,8 @@ export const RegexCompilationInfo: {
|
|
|
398
436
|
export type RegexCompilationInfo = RegexCompilationInfo$instance;
|
|
399
437
|
|
|
400
438
|
export interface RegexMatchTimeoutException$instance extends TimeoutException {
|
|
439
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
440
|
+
|
|
401
441
|
readonly Input: string;
|
|
402
442
|
readonly MatchTimeout: TimeSpan;
|
|
403
443
|
readonly Pattern: string;
|
|
@@ -421,6 +461,8 @@ export type RegexMatchTimeoutException = RegexMatchTimeoutException$instance & _
|
|
|
421
461
|
|
|
422
462
|
|
|
423
463
|
export interface RegexParseException$instance extends ArgumentException {
|
|
464
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
465
|
+
|
|
424
466
|
readonly Error: RegexParseError;
|
|
425
467
|
readonly Offset: int;
|
|
426
468
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|