@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
|
@@ -201,17 +201,17 @@ export enum WindowsBuiltInRole {
|
|
|
201
201
|
|
|
202
202
|
|
|
203
203
|
export interface IIdentity$instance {
|
|
204
|
-
readonly
|
|
205
|
-
readonly
|
|
206
|
-
readonly
|
|
204
|
+
readonly name: string;
|
|
205
|
+
readonly authenticationType: string;
|
|
206
|
+
readonly isAuthenticated: boolean;
|
|
207
207
|
}
|
|
208
208
|
|
|
209
209
|
|
|
210
210
|
export type IIdentity = IIdentity$instance;
|
|
211
211
|
|
|
212
212
|
export interface IPrincipal$instance {
|
|
213
|
-
readonly
|
|
214
|
-
|
|
213
|
+
readonly identity: IIdentity;
|
|
214
|
+
isInRole(role: string): boolean;
|
|
215
215
|
}
|
|
216
216
|
|
|
217
217
|
|
|
@@ -229,9 +229,11 @@ export class GenericIdentity$instance extends System_Security_Claims_Internal.Cl
|
|
|
229
229
|
|
|
230
230
|
|
|
231
231
|
export interface __GenericIdentity$views {
|
|
232
|
-
|
|
232
|
+
As_IIdentity(): IIdentity$instance;
|
|
233
233
|
}
|
|
234
234
|
|
|
235
|
+
export interface GenericIdentity$instance extends IIdentity$instance {}
|
|
236
|
+
|
|
235
237
|
export type GenericIdentity = GenericIdentity$instance & __GenericIdentity$views;
|
|
236
238
|
|
|
237
239
|
|
|
@@ -243,7 +245,7 @@ export class GenericPrincipal$instance extends System_Security_Claims_Internal.C
|
|
|
243
245
|
|
|
244
246
|
|
|
245
247
|
export interface __GenericPrincipal$views {
|
|
246
|
-
|
|
248
|
+
As_IPrincipal(): IPrincipal$instance;
|
|
247
249
|
}
|
|
248
250
|
|
|
249
251
|
export type GenericPrincipal = GenericPrincipal$instance & __GenericPrincipal$views;
|
|
@@ -259,7 +261,7 @@ export class IdentityNotMappedException$instance extends System_Internal.SystemE
|
|
|
259
261
|
|
|
260
262
|
|
|
261
263
|
export interface __IdentityNotMappedException$views {
|
|
262
|
-
|
|
264
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
263
265
|
}
|
|
264
266
|
|
|
265
267
|
export type IdentityNotMappedException = IdentityNotMappedException$instance & __IdentityNotMappedException$views;
|
|
@@ -267,7 +269,7 @@ export type IdentityNotMappedException = IdentityNotMappedException$instance & _
|
|
|
267
269
|
|
|
268
270
|
export abstract class IdentityReference$instance {
|
|
269
271
|
readonly value: string;
|
|
270
|
-
abstract equals(o:
|
|
272
|
+
abstract equals(o: unknown): boolean;
|
|
271
273
|
abstract getHashCode(): int;
|
|
272
274
|
abstract isValidTargetType(targetType: Type): boolean;
|
|
273
275
|
abstract toString(): string;
|
|
@@ -294,9 +296,9 @@ export class IdentityReferenceCollection$instance {
|
|
|
294
296
|
|
|
295
297
|
|
|
296
298
|
export interface __IdentityReferenceCollection$views {
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
299
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<IdentityReference>;
|
|
300
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<IdentityReference>;
|
|
301
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
300
302
|
}
|
|
301
303
|
|
|
302
304
|
export type IdentityReferenceCollection = IdentityReferenceCollection$instance & __IdentityReferenceCollection$views;
|
|
@@ -306,7 +308,7 @@ export class NTAccount$instance extends IdentityReference$instance {
|
|
|
306
308
|
constructor(name: string);
|
|
307
309
|
constructor(domainName: string, accountName: string);
|
|
308
310
|
readonly value: string;
|
|
309
|
-
equals(o:
|
|
311
|
+
equals(o: unknown): boolean;
|
|
310
312
|
getHashCode(): int;
|
|
311
313
|
isValidTargetType(targetType: Type): boolean;
|
|
312
314
|
toString(): string;
|
|
@@ -325,7 +327,7 @@ export class SecurityIdentifier$instance extends IdentityReference$instance {
|
|
|
325
327
|
readonly binaryLength: int;
|
|
326
328
|
readonly value: string;
|
|
327
329
|
compareTo(sid: SecurityIdentifier): int;
|
|
328
|
-
equals(o:
|
|
330
|
+
equals(o: unknown): boolean;
|
|
329
331
|
getBinaryForm(binaryForm: byte[], offset: int): void;
|
|
330
332
|
getHashCode(): int;
|
|
331
333
|
isAccountSid(): boolean;
|
|
@@ -340,12 +342,14 @@ export class SecurityIdentifier$instance extends IdentityReference$instance {
|
|
|
340
342
|
|
|
341
343
|
|
|
342
344
|
export interface __SecurityIdentifier$views {
|
|
343
|
-
|
|
345
|
+
As_IComparable_1(): System_Internal.IComparable_1$instance<SecurityIdentifier>;
|
|
344
346
|
|
|
345
347
|
// Structural method bridges for numeric interface constraints
|
|
346
|
-
CompareTo(obj:
|
|
348
|
+
CompareTo(obj: unknown): int;
|
|
347
349
|
}
|
|
348
350
|
|
|
351
|
+
export interface SecurityIdentifier$instance extends System_Internal.IComparable_1$instance<SecurityIdentifier> {}
|
|
352
|
+
|
|
349
353
|
export type SecurityIdentifier = SecurityIdentifier$instance & __SecurityIdentifier$views;
|
|
350
354
|
|
|
351
355
|
|
|
@@ -373,25 +377,27 @@ export class WindowsIdentity$instance extends System_Security_Claims_Internal.Cl
|
|
|
373
377
|
readonly userClaims: IEnumerable_1<Claim>;
|
|
374
378
|
clone(): ClaimsIdentity;
|
|
375
379
|
dispose(): void;
|
|
376
|
-
static readonly
|
|
377
|
-
static
|
|
378
|
-
static
|
|
379
|
-
static
|
|
380
|
-
static
|
|
381
|
-
static
|
|
382
|
-
static
|
|
383
|
-
static
|
|
384
|
-
static
|
|
380
|
+
static readonly defaultIssuer: string;
|
|
381
|
+
static getAnonymous(): WindowsIdentity;
|
|
382
|
+
static getCurrent(): WindowsIdentity;
|
|
383
|
+
static getCurrent(ifImpersonating: boolean): WindowsIdentity;
|
|
384
|
+
static getCurrent(desiredAccess: TokenAccessLevels): WindowsIdentity;
|
|
385
|
+
static runImpersonated2<T>(safeAccessTokenHandle: SafeAccessTokenHandle, func: Func_1<T>): T;
|
|
386
|
+
static runImpersonated2(safeAccessTokenHandle: SafeAccessTokenHandle, action: Action): void;
|
|
387
|
+
static runImpersonatedAsync2<T>(safeAccessTokenHandle: SafeAccessTokenHandle, func: Func_1<Task_1<T>>): Task_1<T>;
|
|
388
|
+
static runImpersonatedAsync2(safeAccessTokenHandle: SafeAccessTokenHandle, func: Func_1<Task>): Task;
|
|
385
389
|
}
|
|
386
390
|
|
|
387
391
|
|
|
388
392
|
export interface __WindowsIdentity$views {
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
394
|
+
As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
|
|
395
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
396
|
+
As_IIdentity(): IIdentity$instance;
|
|
393
397
|
}
|
|
394
398
|
|
|
399
|
+
export interface WindowsIdentity$instance extends System_Internal.IDisposable$instance, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance, IIdentity$instance {}
|
|
400
|
+
|
|
395
401
|
export type WindowsIdentity = WindowsIdentity$instance & __WindowsIdentity$views;
|
|
396
402
|
|
|
397
403
|
|
|
@@ -405,7 +411,7 @@ export class WindowsPrincipal$instance extends System_Security_Claims_Internal.C
|
|
|
405
411
|
|
|
406
412
|
|
|
407
413
|
export interface __WindowsPrincipal$views {
|
|
408
|
-
|
|
414
|
+
As_IPrincipal(): IPrincipal$instance;
|
|
409
415
|
}
|
|
410
416
|
|
|
411
417
|
export type WindowsPrincipal = WindowsPrincipal$instance & __WindowsPrincipal$views;
|
|
@@ -4952,7 +4952,7 @@
|
|
|
4952
4952
|
}
|
|
4953
4953
|
},
|
|
4954
4954
|
{
|
|
4955
|
-
"tsName": "
|
|
4955
|
+
"tsName": "ASCII",
|
|
4956
4956
|
"isStatic": true,
|
|
4957
4957
|
"tsSignatureId": "ASCII|:System.Text.Encoding|static=true|accessor=get",
|
|
4958
4958
|
"target": {
|
|
@@ -5002,7 +5002,7 @@
|
|
|
5002
5002
|
}
|
|
5003
5003
|
},
|
|
5004
5004
|
{
|
|
5005
|
-
"tsName": "
|
|
5005
|
+
"tsName": "UTF7",
|
|
5006
5006
|
"isStatic": true,
|
|
5007
5007
|
"tsSignatureId": "UTF7|:System.Text.Encoding|static=true|accessor=get",
|
|
5008
5008
|
"target": {
|
|
@@ -5012,7 +5012,7 @@
|
|
|
5012
5012
|
}
|
|
5013
5013
|
},
|
|
5014
5014
|
{
|
|
5015
|
-
"tsName": "
|
|
5015
|
+
"tsName": "UTF8",
|
|
5016
5016
|
"isStatic": true,
|
|
5017
5017
|
"tsSignatureId": "UTF8|:System.Text.Encoding|static=true|accessor=get",
|
|
5018
5018
|
"target": {
|
|
@@ -5022,7 +5022,7 @@
|
|
|
5022
5022
|
}
|
|
5023
5023
|
},
|
|
5024
5024
|
{
|
|
5025
|
-
"tsName": "
|
|
5025
|
+
"tsName": "UTF32",
|
|
5026
5026
|
"isStatic": true,
|
|
5027
5027
|
"tsSignatureId": "UTF32|:System.Text.Encoding|static=true|accessor=get",
|
|
5028
5028
|
"target": {
|
|
@@ -10465,7 +10465,7 @@
|
|
|
10465
10465
|
{
|
|
10466
10466
|
"stableId": "System.Private.CoreLib:System.Text.Encoding::ASCII:System.Text.Encoding",
|
|
10467
10467
|
"clrName": "ASCII",
|
|
10468
|
-
"tsEmitName": "
|
|
10468
|
+
"tsEmitName": "ASCII",
|
|
10469
10469
|
"metadataToken": 385879224,
|
|
10470
10470
|
"canonicalSignature": ":System.Text.Encoding",
|
|
10471
10471
|
"normalizedSignature": "ASCII|:System.Text.Encoding|static=true|accessor=get",
|
|
@@ -10535,7 +10535,7 @@
|
|
|
10535
10535
|
{
|
|
10536
10536
|
"stableId": "System.Private.CoreLib:System.Text.Encoding::UTF7:System.Text.Encoding",
|
|
10537
10537
|
"clrName": "UTF7",
|
|
10538
|
-
"tsEmitName": "
|
|
10538
|
+
"tsEmitName": "UTF7",
|
|
10539
10539
|
"metadataToken": 385879230,
|
|
10540
10540
|
"canonicalSignature": ":System.Text.Encoding",
|
|
10541
10541
|
"normalizedSignature": "UTF7|:System.Text.Encoding|static=true|accessor=get",
|
|
@@ -10549,7 +10549,7 @@
|
|
|
10549
10549
|
{
|
|
10550
10550
|
"stableId": "System.Private.CoreLib:System.Text.Encoding::UTF8:System.Text.Encoding",
|
|
10551
10551
|
"clrName": "UTF8",
|
|
10552
|
-
"tsEmitName": "
|
|
10552
|
+
"tsEmitName": "UTF8",
|
|
10553
10553
|
"metadataToken": 385879231,
|
|
10554
10554
|
"canonicalSignature": ":System.Text.Encoding",
|
|
10555
10555
|
"normalizedSignature": "UTF8|:System.Text.Encoding|static=true|accessor=get",
|
|
@@ -10563,7 +10563,7 @@
|
|
|
10563
10563
|
{
|
|
10564
10564
|
"stableId": "System.Private.CoreLib:System.Text.Encoding::UTF32:System.Text.Encoding",
|
|
10565
10565
|
"clrName": "UTF32",
|
|
10566
|
-
"tsEmitName": "
|
|
10566
|
+
"tsEmitName": "UTF32",
|
|
10567
10567
|
"metadataToken": 385879232,
|
|
10568
10568
|
"canonicalSignature": ":System.Text.Encoding",
|
|
10569
10569
|
"normalizedSignature": "UTF32|:System.Text.Encoding|static=true|accessor=get",
|
|
@@ -11262,7 +11262,7 @@
|
|
|
11262
11262
|
}
|
|
11263
11263
|
},
|
|
11264
11264
|
{
|
|
11265
|
-
"tsName": "
|
|
11265
|
+
"tsName": "ASCII",
|
|
11266
11266
|
"isStatic": true,
|
|
11267
11267
|
"tsSignatureId": "ASCII|:System.Text.Encoding|static=true|accessor=get",
|
|
11268
11268
|
"target": {
|
|
@@ -11312,7 +11312,7 @@
|
|
|
11312
11312
|
}
|
|
11313
11313
|
},
|
|
11314
11314
|
{
|
|
11315
|
-
"tsName": "
|
|
11315
|
+
"tsName": "UTF7",
|
|
11316
11316
|
"isStatic": true,
|
|
11317
11317
|
"tsSignatureId": "UTF7|:System.Text.Encoding|static=true|accessor=get",
|
|
11318
11318
|
"target": {
|
|
@@ -11322,7 +11322,7 @@
|
|
|
11322
11322
|
}
|
|
11323
11323
|
},
|
|
11324
11324
|
{
|
|
11325
|
-
"tsName": "
|
|
11325
|
+
"tsName": "UTF8",
|
|
11326
11326
|
"isStatic": true,
|
|
11327
11327
|
"tsSignatureId": "UTF8|:System.Text.Encoding|static=true|accessor=get",
|
|
11328
11328
|
"target": {
|
|
@@ -11332,7 +11332,7 @@
|
|
|
11332
11332
|
}
|
|
11333
11333
|
},
|
|
11334
11334
|
{
|
|
11335
|
-
"tsName": "
|
|
11335
|
+
"tsName": "UTF32",
|
|
11336
11336
|
"isStatic": true,
|
|
11337
11337
|
"tsSignatureId": "UTF32|:System.Text.Encoding|static=true|accessor=get",
|
|
11338
11338
|
"target": {
|
|
@@ -15557,7 +15557,7 @@
|
|
|
15557
15557
|
}
|
|
15558
15558
|
},
|
|
15559
15559
|
{
|
|
15560
|
-
"tsName": "
|
|
15560
|
+
"tsName": "ASCII",
|
|
15561
15561
|
"isStatic": true,
|
|
15562
15562
|
"tsSignatureId": "ASCII|:System.Text.Encoding|static=true|accessor=get",
|
|
15563
15563
|
"target": {
|
|
@@ -15607,7 +15607,7 @@
|
|
|
15607
15607
|
}
|
|
15608
15608
|
},
|
|
15609
15609
|
{
|
|
15610
|
-
"tsName": "
|
|
15610
|
+
"tsName": "UTF7",
|
|
15611
15611
|
"isStatic": true,
|
|
15612
15612
|
"tsSignatureId": "UTF7|:System.Text.Encoding|static=true|accessor=get",
|
|
15613
15613
|
"target": {
|
|
@@ -15617,7 +15617,7 @@
|
|
|
15617
15617
|
}
|
|
15618
15618
|
},
|
|
15619
15619
|
{
|
|
15620
|
-
"tsName": "
|
|
15620
|
+
"tsName": "UTF8",
|
|
15621
15621
|
"isStatic": true,
|
|
15622
15622
|
"tsSignatureId": "UTF8|:System.Text.Encoding|static=true|accessor=get",
|
|
15623
15623
|
"target": {
|
|
@@ -15627,7 +15627,7 @@
|
|
|
15627
15627
|
}
|
|
15628
15628
|
},
|
|
15629
15629
|
{
|
|
15630
|
-
"tsName": "
|
|
15630
|
+
"tsName": "UTF32",
|
|
15631
15631
|
"isStatic": true,
|
|
15632
15632
|
"tsSignatureId": "UTF32|:System.Text.Encoding|static=true|accessor=get",
|
|
15633
15633
|
"target": {
|
|
@@ -16975,7 +16975,7 @@
|
|
|
16975
16975
|
}
|
|
16976
16976
|
},
|
|
16977
16977
|
{
|
|
16978
|
-
"tsName": "
|
|
16978
|
+
"tsName": "ASCII",
|
|
16979
16979
|
"isStatic": true,
|
|
16980
16980
|
"tsSignatureId": "ASCII|:System.Text.Encoding|static=true|accessor=get",
|
|
16981
16981
|
"target": {
|
|
@@ -17025,7 +17025,7 @@
|
|
|
17025
17025
|
}
|
|
17026
17026
|
},
|
|
17027
17027
|
{
|
|
17028
|
-
"tsName": "
|
|
17028
|
+
"tsName": "UTF7",
|
|
17029
17029
|
"isStatic": true,
|
|
17030
17030
|
"tsSignatureId": "UTF7|:System.Text.Encoding|static=true|accessor=get",
|
|
17031
17031
|
"target": {
|
|
@@ -17035,7 +17035,7 @@
|
|
|
17035
17035
|
}
|
|
17036
17036
|
},
|
|
17037
17037
|
{
|
|
17038
|
-
"tsName": "
|
|
17038
|
+
"tsName": "UTF8",
|
|
17039
17039
|
"isStatic": true,
|
|
17040
17040
|
"tsSignatureId": "UTF8|:System.Text.Encoding|static=true|accessor=get",
|
|
17041
17041
|
"target": {
|
|
@@ -17045,7 +17045,7 @@
|
|
|
17045
17045
|
}
|
|
17046
17046
|
},
|
|
17047
17047
|
{
|
|
17048
|
-
"tsName": "
|
|
17048
|
+
"tsName": "UTF32",
|
|
17049
17049
|
"isStatic": true,
|
|
17050
17050
|
"tsSignatureId": "UTF32|:System.Text.Encoding|static=true|accessor=get",
|
|
17051
17051
|
"target": {
|
|
@@ -18342,7 +18342,7 @@
|
|
|
18342
18342
|
}
|
|
18343
18343
|
},
|
|
18344
18344
|
{
|
|
18345
|
-
"tsName": "
|
|
18345
|
+
"tsName": "ASCII",
|
|
18346
18346
|
"isStatic": true,
|
|
18347
18347
|
"tsSignatureId": "ASCII|:System.Text.Encoding|static=true|accessor=get",
|
|
18348
18348
|
"target": {
|
|
@@ -18392,7 +18392,7 @@
|
|
|
18392
18392
|
}
|
|
18393
18393
|
},
|
|
18394
18394
|
{
|
|
18395
|
-
"tsName": "
|
|
18395
|
+
"tsName": "UTF7",
|
|
18396
18396
|
"isStatic": true,
|
|
18397
18397
|
"tsSignatureId": "UTF7|:System.Text.Encoding|static=true|accessor=get",
|
|
18398
18398
|
"target": {
|
|
@@ -18402,7 +18402,7 @@
|
|
|
18402
18402
|
}
|
|
18403
18403
|
},
|
|
18404
18404
|
{
|
|
18405
|
-
"tsName": "
|
|
18405
|
+
"tsName": "UTF8",
|
|
18406
18406
|
"isStatic": true,
|
|
18407
18407
|
"tsSignatureId": "UTF8|:System.Text.Encoding|static=true|accessor=get",
|
|
18408
18408
|
"target": {
|
|
@@ -18412,7 +18412,7 @@
|
|
|
18412
18412
|
}
|
|
18413
18413
|
},
|
|
18414
18414
|
{
|
|
18415
|
-
"tsName": "
|
|
18415
|
+
"tsName": "UTF32",
|
|
18416
18416
|
"isStatic": true,
|
|
18417
18417
|
"tsSignatureId": "UTF32|:System.Text.Encoding|static=true|accessor=get",
|
|
18418
18418
|
"target": {
|
|
@@ -19871,7 +19871,7 @@
|
|
|
19871
19871
|
}
|
|
19872
19872
|
},
|
|
19873
19873
|
{
|
|
19874
|
-
"tsName": "
|
|
19874
|
+
"tsName": "ASCII",
|
|
19875
19875
|
"isStatic": true,
|
|
19876
19876
|
"tsSignatureId": "ASCII|:System.Text.Encoding|static=true|accessor=get",
|
|
19877
19877
|
"target": {
|
|
@@ -19921,7 +19921,7 @@
|
|
|
19921
19921
|
}
|
|
19922
19922
|
},
|
|
19923
19923
|
{
|
|
19924
|
-
"tsName": "
|
|
19924
|
+
"tsName": "UTF7",
|
|
19925
19925
|
"isStatic": true,
|
|
19926
19926
|
"tsSignatureId": "UTF7|:System.Text.Encoding|static=true|accessor=get",
|
|
19927
19927
|
"target": {
|
|
@@ -19931,7 +19931,7 @@
|
|
|
19931
19931
|
}
|
|
19932
19932
|
},
|
|
19933
19933
|
{
|
|
19934
|
-
"tsName": "
|
|
19934
|
+
"tsName": "UTF8",
|
|
19935
19935
|
"isStatic": true,
|
|
19936
19936
|
"tsSignatureId": "UTF8|:System.Text.Encoding|static=true|accessor=get",
|
|
19937
19937
|
"target": {
|
|
@@ -19941,7 +19941,7 @@
|
|
|
19941
19941
|
}
|
|
19942
19942
|
},
|
|
19943
19943
|
{
|
|
19944
|
-
"tsName": "
|
|
19944
|
+
"tsName": "UTF32",
|
|
19945
19945
|
"isStatic": true,
|
|
19946
19946
|
"tsSignatureId": "UTF32|:System.Text.Encoding|static=true|accessor=get",
|
|
19947
19947
|
"target": {
|