@tsonic/dotnet 0.5.2 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -43,9 +43,9 @@ export type CLROf<T> =
|
|
|
43
43
|
T; // Identity fallback for non-primitive types
|
|
44
44
|
|
|
45
45
|
export enum AsnEncodingRules {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
46
|
+
BER = 0,
|
|
47
|
+
CER = 1,
|
|
48
|
+
DER = 2
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
|
|
@@ -71,7 +71,7 @@ export enum UniversalTagNumber {
|
|
|
71
71
|
real = 9,
|
|
72
72
|
enumerated = 10,
|
|
73
73
|
embedded = 11,
|
|
74
|
-
|
|
74
|
+
utF8String = 12,
|
|
75
75
|
relativeObjectIdentifier = 13,
|
|
76
76
|
time = 14,
|
|
77
77
|
sequence = 16,
|
|
@@ -83,12 +83,12 @@ export enum UniversalTagNumber {
|
|
|
83
83
|
teletexString = 20,
|
|
84
84
|
t61String = 20,
|
|
85
85
|
videotexString = 21,
|
|
86
|
-
|
|
86
|
+
iA5String = 22,
|
|
87
87
|
utcTime = 23,
|
|
88
88
|
generalizedTime = 24,
|
|
89
89
|
graphicString = 25,
|
|
90
90
|
visibleString = 26,
|
|
91
|
-
|
|
91
|
+
isO646String = 26,
|
|
92
92
|
generalString = 27,
|
|
93
93
|
universalString = 28,
|
|
94
94
|
unrestrictedCharacterString = 29,
|
|
@@ -113,7 +113,7 @@ export class Asn1Tag$instance {
|
|
|
113
113
|
calculateEncodedSize(): int;
|
|
114
114
|
encode(destination: Span_1<CLROf<byte>>): int;
|
|
115
115
|
equals(other: Asn1Tag): boolean;
|
|
116
|
-
equals(obj:
|
|
116
|
+
equals(obj: unknown): boolean;
|
|
117
117
|
getHashCode(): int;
|
|
118
118
|
hasSameClassAndValue(other: Asn1Tag): boolean;
|
|
119
119
|
toString(): string;
|
|
@@ -131,13 +131,13 @@ export class Asn1Tag$instance {
|
|
|
131
131
|
static readonly setOf: Asn1Tag;
|
|
132
132
|
static readonly utcTime: Asn1Tag;
|
|
133
133
|
static readonly generalizedTime: Asn1Tag;
|
|
134
|
-
static
|
|
135
|
-
static
|
|
134
|
+
static decode(source: ReadOnlySpan_1<CLROf<byte>>, bytesConsumed: { value: ref<int> }): Asn1Tag;
|
|
135
|
+
static tryDecode(source: ReadOnlySpan_1<CLROf<byte>>, tag: { value: ref<Asn1Tag> }, bytesConsumed: { value: ref<int> }): boolean;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
|
|
139
139
|
export interface __Asn1Tag$views {
|
|
140
|
-
|
|
140
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Asn1Tag>;
|
|
141
141
|
|
|
142
142
|
// Structural method bridges for numeric interface constraints
|
|
143
143
|
Equals(other: Asn1Tag): boolean;
|
|
@@ -160,9 +160,11 @@ export class AsnWriter_Scope$instance {
|
|
|
160
160
|
|
|
161
161
|
|
|
162
162
|
export interface __AsnWriter_Scope$views {
|
|
163
|
-
|
|
163
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
+
export interface AsnWriter_Scope$instance extends System_Internal.IDisposable$instance {}
|
|
167
|
+
|
|
166
168
|
export type AsnWriter_Scope = AsnWriter_Scope$instance & __AsnWriter_Scope$views;
|
|
167
169
|
|
|
168
170
|
|
|
@@ -175,7 +177,7 @@ export class AsnContentException$instance extends System_Internal.Exception$inst
|
|
|
175
177
|
|
|
176
178
|
|
|
177
179
|
export interface __AsnContentException$views {
|
|
178
|
-
|
|
180
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
179
181
|
}
|
|
180
182
|
|
|
181
183
|
export type AsnContentException = AsnContentException$instance & __AsnContentException$views;
|
|
@@ -212,7 +214,7 @@ export class AsnReader$instance {
|
|
|
212
214
|
readUtcTime(twoDigitYearMax: int, expectedTag?: Nullable_1<Asn1Tag>): DateTimeOffset;
|
|
213
215
|
throwIfNotEmpty(): void;
|
|
214
216
|
tryReadBitString(destination: Span_1<CLROf<byte>>, unusedBitCount: { value: ref<int> }, bytesWritten: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): boolean;
|
|
215
|
-
tryReadCharacterString(destination: Span_1<CLROf<
|
|
217
|
+
tryReadCharacterString(destination: Span_1<CLROf<char>>, encodingType: UniversalTagNumber, charsWritten: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): boolean;
|
|
216
218
|
tryReadCharacterStringBytes(destination: Span_1<CLROf<byte>>, expectedTag: Asn1Tag, bytesWritten: { value: ref<int> }): boolean;
|
|
217
219
|
tryReadInt32(value: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): boolean;
|
|
218
220
|
tryReadInt64(value: { value: ref<long> }, expectedTag?: Nullable_1<Asn1Tag>): boolean;
|
|
@@ -251,7 +253,7 @@ export class AsnWriter$instance {
|
|
|
251
253
|
writeBitString(value: ReadOnlySpan_1<CLROf<byte>>, unusedBitCount?: int, tag?: Nullable_1<Asn1Tag>): void;
|
|
252
254
|
writeBoolean(value: boolean, tag?: Nullable_1<Asn1Tag>): void;
|
|
253
255
|
writeCharacterString(encodingType: UniversalTagNumber, value: string, tag?: Nullable_1<Asn1Tag>): void;
|
|
254
|
-
writeCharacterString(encodingType: UniversalTagNumber, str: ReadOnlySpan_1<CLROf<
|
|
256
|
+
writeCharacterString(encodingType: UniversalTagNumber, str: ReadOnlySpan_1<CLROf<char>>, tag?: Nullable_1<Asn1Tag>): void;
|
|
255
257
|
writeEncodedValue(value: ReadOnlySpan_1<CLROf<byte>>): void;
|
|
256
258
|
writeEnumeratedValue(value: number, tag?: Nullable_1<Asn1Tag>): void;
|
|
257
259
|
writeEnumeratedValue<TEnum extends number>(value: TEnum, tag?: Nullable_1<Asn1Tag>): void;
|
|
@@ -266,7 +268,7 @@ export class AsnWriter$instance {
|
|
|
266
268
|
writeNamedBitList(value: BitArray, tag?: Nullable_1<Asn1Tag>): void;
|
|
267
269
|
writeNull(tag?: Nullable_1<Asn1Tag>): void;
|
|
268
270
|
writeObjectIdentifier(oidValue: string, tag?: Nullable_1<Asn1Tag>): void;
|
|
269
|
-
writeObjectIdentifier(oidValue: ReadOnlySpan_1<CLROf<
|
|
271
|
+
writeObjectIdentifier(oidValue: ReadOnlySpan_1<CLROf<char>>, tag?: Nullable_1<Asn1Tag>): void;
|
|
270
272
|
writeOctetString(value: ReadOnlySpan_1<CLROf<byte>>, tag?: Nullable_1<Asn1Tag>): void;
|
|
271
273
|
writeUtcTime(value: DateTimeOffset, tag?: Nullable_1<Asn1Tag>): void;
|
|
272
274
|
writeUtcTime(value: DateTimeOffset, twoDigitYearMax: int, tag?: Nullable_1<Asn1Tag>): void;
|
|
@@ -276,39 +278,39 @@ export class AsnWriter$instance {
|
|
|
276
278
|
export type AsnWriter = AsnWriter$instance;
|
|
277
279
|
|
|
278
280
|
export abstract class AsnDecoder$instance {
|
|
279
|
-
static
|
|
280
|
-
static
|
|
281
|
-
static
|
|
282
|
-
static
|
|
283
|
-
static
|
|
284
|
-
static
|
|
285
|
-
static
|
|
286
|
-
static
|
|
287
|
-
static
|
|
288
|
-
static
|
|
289
|
-
static
|
|
290
|
-
static
|
|
291
|
-
static
|
|
292
|
-
static
|
|
293
|
-
static
|
|
294
|
-
static
|
|
295
|
-
static
|
|
296
|
-
static
|
|
297
|
-
static
|
|
298
|
-
static
|
|
299
|
-
static
|
|
300
|
-
static
|
|
301
|
-
static
|
|
302
|
-
static
|
|
303
|
-
static
|
|
304
|
-
static
|
|
305
|
-
static
|
|
306
|
-
static
|
|
307
|
-
static
|
|
308
|
-
static
|
|
309
|
-
static
|
|
310
|
-
static
|
|
311
|
-
static
|
|
281
|
+
static decodeLength(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, bytesConsumed: { value: ref<int> }): Nullable_1<CLROf<int>>;
|
|
282
|
+
static readBitString(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, unusedBitCount: { value: ref<int> }, bytesConsumed: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): byte[];
|
|
283
|
+
static readBoolean(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, bytesConsumed: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): boolean;
|
|
284
|
+
static readCharacterString(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, encodingType: UniversalTagNumber, bytesConsumed: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): string;
|
|
285
|
+
static readEncodedValue(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, contentOffset: { value: ref<int> }, contentLength: { value: ref<int> }, bytesConsumed: { value: ref<int> }): Asn1Tag;
|
|
286
|
+
static readEnumeratedBytes(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, bytesConsumed: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): ReadOnlySpan_1<CLROf<byte>>;
|
|
287
|
+
static readEnumeratedValue<TEnum extends number>(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, bytesConsumed: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): TEnum;
|
|
288
|
+
static readEnumeratedValue(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, enumType: Type, bytesConsumed: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): number;
|
|
289
|
+
static readGeneralizedTime(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, bytesConsumed: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): DateTimeOffset;
|
|
290
|
+
static readInteger(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, bytesConsumed: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): BigInteger;
|
|
291
|
+
static readIntegerBytes(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, bytesConsumed: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): ReadOnlySpan_1<CLROf<byte>>;
|
|
292
|
+
static readNamedBitList(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, bytesConsumed: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): BitArray;
|
|
293
|
+
static readNamedBitListValue<TFlagsEnum extends number>(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, bytesConsumed: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): TFlagsEnum;
|
|
294
|
+
static readNamedBitListValue(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, flagsEnumType: Type, bytesConsumed: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): number;
|
|
295
|
+
static readNull(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, bytesConsumed: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): void;
|
|
296
|
+
static readObjectIdentifier(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, bytesConsumed: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): string;
|
|
297
|
+
static readOctetString(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, bytesConsumed: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): byte[];
|
|
298
|
+
static readSequence(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, contentOffset: { value: ref<int> }, contentLength: { value: ref<int> }, bytesConsumed: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): void;
|
|
299
|
+
static readSetOf(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, contentOffset: { value: ref<int> }, contentLength: { value: ref<int> }, bytesConsumed: { value: ref<int> }, skipSortOrderValidation?: boolean, expectedTag?: Nullable_1<Asn1Tag>): void;
|
|
300
|
+
static readUtcTime(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, bytesConsumed: { value: ref<int> }, twoDigitYearMax?: int, expectedTag?: Nullable_1<Asn1Tag>): DateTimeOffset;
|
|
301
|
+
static tryDecodeLength(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, decodedLength: { value: ref<Nullable_1<CLROf<int>>> }, bytesConsumed: { value: ref<int> }): boolean;
|
|
302
|
+
static tryReadBitString(source: ReadOnlySpan_1<CLROf<byte>>, destination: Span_1<CLROf<byte>>, ruleSet: AsnEncodingRules, unusedBitCount: { value: ref<int> }, bytesConsumed: { value: ref<int> }, bytesWritten: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): boolean;
|
|
303
|
+
static tryReadCharacterString(source: ReadOnlySpan_1<CLROf<byte>>, destination: Span_1<CLROf<char>>, ruleSet: AsnEncodingRules, encodingType: UniversalTagNumber, bytesConsumed: { value: ref<int> }, charsWritten: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): boolean;
|
|
304
|
+
static tryReadCharacterStringBytes(source: ReadOnlySpan_1<CLROf<byte>>, destination: Span_1<CLROf<byte>>, ruleSet: AsnEncodingRules, expectedTag: Asn1Tag, bytesConsumed: { value: ref<int> }, bytesWritten: { value: ref<int> }): boolean;
|
|
305
|
+
static tryReadEncodedValue(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, tag: { value: ref<Asn1Tag> }, contentOffset: { value: ref<int> }, contentLength: { value: ref<int> }, bytesConsumed: { value: ref<int> }): boolean;
|
|
306
|
+
static tryReadInt32(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, value: { value: ref<int> }, bytesConsumed: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): boolean;
|
|
307
|
+
static tryReadInt64(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, value: { value: ref<long> }, bytesConsumed: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): boolean;
|
|
308
|
+
static tryReadOctetString(source: ReadOnlySpan_1<CLROf<byte>>, destination: Span_1<CLROf<byte>>, ruleSet: AsnEncodingRules, bytesConsumed: { value: ref<int> }, bytesWritten: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): boolean;
|
|
309
|
+
static tryReadPrimitiveBitString(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, unusedBitCount: { value: ref<int> }, value: { value: ref<ReadOnlySpan_1<CLROf<byte>>> }, bytesConsumed: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): boolean;
|
|
310
|
+
static tryReadPrimitiveCharacterStringBytes(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, expectedTag: Asn1Tag, value: { value: ref<ReadOnlySpan_1<CLROf<byte>>> }, bytesConsumed: { value: ref<int> }): boolean;
|
|
311
|
+
static tryReadPrimitiveOctetString(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, value: { value: ref<ReadOnlySpan_1<CLROf<byte>>> }, bytesConsumed: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): boolean;
|
|
312
|
+
static tryReadUInt32(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, value: { value: ref<uint> }, bytesConsumed: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): boolean;
|
|
313
|
+
static tryReadUInt64(source: ReadOnlySpan_1<CLROf<byte>>, ruleSet: AsnEncodingRules, value: { value: ref<ulong> }, bytesConsumed: { value: ref<int> }, expectedTag?: Nullable_1<Asn1Tag>): boolean;
|
|
312
314
|
}
|
|
313
315
|
|
|
314
316
|
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
{
|
|
30
30
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnEncodingRules::BERSystem.Formats.Asn1.AsnEncodingRules",
|
|
31
31
|
"clrName": "BER",
|
|
32
|
-
"tsEmitName": "
|
|
32
|
+
"tsEmitName": "BER",
|
|
33
33
|
"normalizedSignature": "BER|System.Formats.Asn1.AsnEncodingRules|static=true|const=true",
|
|
34
34
|
"isStatic": true,
|
|
35
35
|
"isReadOnly": false,
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
{
|
|
39
39
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnEncodingRules::CERSystem.Formats.Asn1.AsnEncodingRules",
|
|
40
40
|
"clrName": "CER",
|
|
41
|
-
"tsEmitName": "
|
|
41
|
+
"tsEmitName": "CER",
|
|
42
42
|
"normalizedSignature": "CER|System.Formats.Asn1.AsnEncodingRules|static=true|const=true",
|
|
43
43
|
"isStatic": true,
|
|
44
44
|
"isReadOnly": false,
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
{
|
|
48
48
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.AsnEncodingRules::DERSystem.Formats.Asn1.AsnEncodingRules",
|
|
49
49
|
"clrName": "DER",
|
|
50
|
-
"tsEmitName": "
|
|
50
|
+
"tsEmitName": "DER",
|
|
51
51
|
"normalizedSignature": "DER|System.Formats.Asn1.AsnEncodingRules|static=true|const=true",
|
|
52
52
|
"isStatic": true,
|
|
53
53
|
"isReadOnly": false,
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
{
|
|
262
262
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::UTF8StringSystem.Formats.Asn1.UniversalTagNumber",
|
|
263
263
|
"clrName": "UTF8String",
|
|
264
|
-
"tsEmitName": "
|
|
264
|
+
"tsEmitName": "utF8String",
|
|
265
265
|
"normalizedSignature": "UTF8String|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
|
|
266
266
|
"isStatic": true,
|
|
267
267
|
"isReadOnly": false,
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
{
|
|
370
370
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::IA5StringSystem.Formats.Asn1.UniversalTagNumber",
|
|
371
371
|
"clrName": "IA5String",
|
|
372
|
-
"tsEmitName": "
|
|
372
|
+
"tsEmitName": "iA5String",
|
|
373
373
|
"normalizedSignature": "IA5String|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
|
|
374
374
|
"isStatic": true,
|
|
375
375
|
"isReadOnly": false,
|
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
{
|
|
415
415
|
"stableId": "System.Formats.Asn1:System.Formats.Asn1.UniversalTagNumber::ISO646StringSystem.Formats.Asn1.UniversalTagNumber",
|
|
416
416
|
"clrName": "ISO646String",
|
|
417
|
-
"tsEmitName": "
|
|
417
|
+
"tsEmitName": "isO646String",
|
|
418
418
|
"normalizedSignature": "ISO646String|System.Formats.Asn1.UniversalTagNumber|static=true|const=true",
|
|
419
419
|
"isStatic": true,
|
|
420
420
|
"isReadOnly": false,
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
{
|
|
36
36
|
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryFormat::V7System.Formats.Tar.TarEntryFormat",
|
|
37
37
|
"clrName": "V7",
|
|
38
|
-
"tsEmitName": "
|
|
38
|
+
"tsEmitName": "V7",
|
|
39
39
|
"metadataToken": 67109139,
|
|
40
40
|
"normalizedSignature": "V7|System.Formats.Tar.TarEntryFormat|static=true|const=true",
|
|
41
41
|
"isStatic": true,
|
|
@@ -803,7 +803,7 @@
|
|
|
803
803
|
}
|
|
804
804
|
},
|
|
805
805
|
{
|
|
806
|
-
"tsName": "
|
|
806
|
+
"tsName": "V7",
|
|
807
807
|
"isStatic": true,
|
|
808
808
|
"tsSignatureId": "V7|System.Formats.Tar.TarEntryFormat|static=true|const=true",
|
|
809
809
|
"target": {
|
|
@@ -40,7 +40,7 @@ export type CLROf<T> =
|
|
|
40
40
|
|
|
41
41
|
export enum TarEntryFormat {
|
|
42
42
|
unknown_ = 0,
|
|
43
|
-
|
|
43
|
+
V7 = 1,
|
|
44
44
|
ustar = 2,
|
|
45
45
|
pax = 3,
|
|
46
46
|
gnu = 4
|
|
@@ -138,10 +138,12 @@ export class TarReader$instance {
|
|
|
138
138
|
|
|
139
139
|
|
|
140
140
|
export interface __TarReader$views {
|
|
141
|
-
|
|
142
|
-
|
|
141
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
142
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
+
export interface TarReader$instance extends System_Internal.IAsyncDisposable$instance, System_Internal.IDisposable$instance {}
|
|
146
|
+
|
|
145
147
|
export type TarReader = TarReader$instance & __TarReader$views;
|
|
146
148
|
|
|
147
149
|
|
|
@@ -160,10 +162,12 @@ export class TarWriter$instance {
|
|
|
160
162
|
|
|
161
163
|
|
|
162
164
|
export interface __TarWriter$views {
|
|
163
|
-
|
|
164
|
-
|
|
165
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
166
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
165
167
|
}
|
|
166
168
|
|
|
169
|
+
export interface TarWriter$instance extends System_Internal.IAsyncDisposable$instance, System_Internal.IDisposable$instance {}
|
|
170
|
+
|
|
167
171
|
export type TarWriter = TarWriter$instance & __TarWriter$views;
|
|
168
172
|
|
|
169
173
|
|
|
@@ -184,14 +188,14 @@ export class V7TarEntry$instance extends TarEntry$instance {
|
|
|
184
188
|
export type V7TarEntry = V7TarEntry$instance;
|
|
185
189
|
|
|
186
190
|
export abstract class TarFile$instance {
|
|
187
|
-
static
|
|
188
|
-
static
|
|
189
|
-
static
|
|
190
|
-
static
|
|
191
|
-
static
|
|
192
|
-
static
|
|
193
|
-
static
|
|
194
|
-
static
|
|
191
|
+
static createFromDirectory(sourceDirectoryName: string, destination: Stream, includeBaseDirectory: boolean): void;
|
|
192
|
+
static createFromDirectory(sourceDirectoryName: string, destinationFileName: string, includeBaseDirectory: boolean): void;
|
|
193
|
+
static createFromDirectoryAsync(sourceDirectoryName: string, destination: Stream, includeBaseDirectory: boolean, cancellationToken?: CancellationToken): Task;
|
|
194
|
+
static createFromDirectoryAsync(sourceDirectoryName: string, destinationFileName: string, includeBaseDirectory: boolean, cancellationToken?: CancellationToken): Task;
|
|
195
|
+
static extractToDirectory(source: Stream, destinationDirectoryName: string, overwriteFiles: boolean): void;
|
|
196
|
+
static extractToDirectory(sourceFileName: string, destinationDirectoryName: string, overwriteFiles: boolean): void;
|
|
197
|
+
static extractToDirectoryAsync(source: Stream, destinationDirectoryName: string, overwriteFiles: boolean, cancellationToken?: CancellationToken): Task;
|
|
198
|
+
static extractToDirectoryAsync(sourceFileName: string, destinationDirectoryName: string, overwriteFiles: boolean, cancellationToken?: CancellationToken): Task;
|
|
195
199
|
}
|
|
196
200
|
|
|
197
201
|
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
{
|
|
39
39
|
"stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryFormat::V7System.Formats.Tar.TarEntryFormat",
|
|
40
40
|
"clrName": "V7",
|
|
41
|
-
"tsEmitName": "
|
|
41
|
+
"tsEmitName": "V7",
|
|
42
42
|
"normalizedSignature": "V7|System.Formats.Tar.TarEntryFormat|static=true|const=true",
|
|
43
43
|
"isStatic": true,
|
|
44
44
|
"isReadOnly": false,
|
|
@@ -12168,7 +12168,7 @@
|
|
|
12168
12168
|
{
|
|
12169
12169
|
"stableId": "System.Private.CoreLib:System.Globalization.CompareInfo::LCID:System.Int32",
|
|
12170
12170
|
"clrName": "LCID",
|
|
12171
|
-
"tsEmitName": "
|
|
12171
|
+
"tsEmitName": "LCID",
|
|
12172
12172
|
"metadataToken": 385878350,
|
|
12173
12173
|
"canonicalSignature": ":System.Int32",
|
|
12174
12174
|
"normalizedSignature": "LCID|:System.Int32|static=false|accessor=get",
|
|
@@ -12867,7 +12867,7 @@
|
|
|
12867
12867
|
}
|
|
12868
12868
|
},
|
|
12869
12869
|
{
|
|
12870
|
-
"tsName": "
|
|
12870
|
+
"tsName": "LCID",
|
|
12871
12871
|
"isStatic": false,
|
|
12872
12872
|
"tsSignatureId": "LCID|:System.Int32|static=false|accessor=get",
|
|
12873
12873
|
"target": {
|
|
@@ -13226,7 +13226,7 @@
|
|
|
13226
13226
|
{
|
|
13227
13227
|
"stableId": "System.Private.CoreLib:System.Globalization.CultureInfo::LCID:System.Int32",
|
|
13228
13228
|
"clrName": "LCID",
|
|
13229
|
-
"tsEmitName": "
|
|
13229
|
+
"tsEmitName": "LCID",
|
|
13230
13230
|
"metadataToken": 385878423,
|
|
13231
13231
|
"canonicalSignature": ":System.Int32",
|
|
13232
13232
|
"normalizedSignature": "LCID|:System.Int32|static=false|accessor=get",
|
|
@@ -13822,7 +13822,7 @@
|
|
|
13822
13822
|
}
|
|
13823
13823
|
},
|
|
13824
13824
|
{
|
|
13825
|
-
"tsName": "
|
|
13825
|
+
"tsName": "LCID",
|
|
13826
13826
|
"isStatic": false,
|
|
13827
13827
|
"tsSignatureId": "LCID|:System.Int32|static=false|accessor=get",
|
|
13828
13828
|
"target": {
|
|
@@ -14942,7 +14942,7 @@
|
|
|
14942
14942
|
{
|
|
14943
14943
|
"stableId": "System.Private.CoreLib:System.Globalization.DateTimeFormatInfo::RFC1123Pattern:System.String",
|
|
14944
14944
|
"clrName": "RFC1123Pattern",
|
|
14945
|
-
"tsEmitName": "
|
|
14945
|
+
"tsEmitName": "rfC1123Pattern",
|
|
14946
14946
|
"metadataToken": 385878472,
|
|
14947
14947
|
"canonicalSignature": ":System.String",
|
|
14948
14948
|
"normalizedSignature": "RFC1123Pattern|:System.String|static=false|accessor=get",
|
|
@@ -15532,7 +15532,7 @@
|
|
|
15532
15532
|
}
|
|
15533
15533
|
},
|
|
15534
15534
|
{
|
|
15535
|
-
"tsName": "
|
|
15535
|
+
"tsName": "rfC1123Pattern",
|
|
15536
15536
|
"isStatic": false,
|
|
15537
15537
|
"tsSignatureId": "RFC1123Pattern|:System.String|static=false|accessor=get",
|
|
15538
15538
|
"target": {
|
|
@@ -30282,7 +30282,7 @@
|
|
|
30282
30282
|
{
|
|
30283
30283
|
"stableId": "System.Private.CoreLib:System.Globalization.TextInfo::LCID:System.Int32",
|
|
30284
30284
|
"clrName": "LCID",
|
|
30285
|
-
"tsEmitName": "
|
|
30285
|
+
"tsEmitName": "LCID",
|
|
30286
30286
|
"metadataToken": 385878689,
|
|
30287
30287
|
"canonicalSignature": ":System.Int32",
|
|
30288
30288
|
"normalizedSignature": "LCID|:System.Int32|static=false|accessor=get",
|
|
@@ -30547,7 +30547,7 @@
|
|
|
30547
30547
|
}
|
|
30548
30548
|
},
|
|
30549
30549
|
{
|
|
30550
|
-
"tsName": "
|
|
30550
|
+
"tsName": "LCID",
|
|
30551
30551
|
"isStatic": false,
|
|
30552
30552
|
"tsSignatureId": "LCID|:System.Int32|static=false|accessor=get",
|
|
30553
30553
|
"target": {
|