@tsonic/dotnet 10.0.3 → 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 +1042 -19
- 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 +78 -10
- 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 +306 -5
- package/System.Collections.Immutable/internal/index.d.ts +156 -9
- package/System.Collections.ObjectModel/internal/index.d.ts +80 -2
- package/System.Collections.Specialized/internal/index.d.ts +45 -8
- package/System.ComponentModel/internal/index.d.ts +129 -8
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +6 -0
- package/System.ComponentModel.Design/internal/index.d.ts +75 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -0
- package/System.Data/internal/index.d.ts +165 -4
- package/System.Data.Common/internal/index.d.ts +86 -6
- package/System.Data.SqlTypes/internal/index.d.ts +92 -3
- package/System.Diagnostics/internal/index.d.ts +74 -9
- 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 +94 -3
- package/System.Net.Http/internal/index.d.ts +53 -0
- package/System.Net.Http.Headers/internal/index.d.ts +74 -1
- 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 +32 -5
- 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 +154 -6
- package/System.Reflection/internal/index.d.ts +69 -1
- package/System.Reflection.Emit/internal/index.d.ts +35 -0
- package/System.Reflection.Metadata/internal/index.d.ts +331 -2
- 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 +58 -4
- 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 +48 -4
- 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 +26 -6
- 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 +271 -1
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +47 -2
- package/System.Security.Policy/internal/index.d.ts +3 -0
- package/System.Security.Principal/internal/index.d.ts +24 -1
- package/System.Text/internal/index.d.ts +41 -1
- package/System.Text.Json/internal/index.d.ts +22 -1
- 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 +44 -2
- 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 +18 -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 +143 -6
- package/System.Xml.Linq/internal/index.d.ts +32 -0
- package/System.Xml.Schema/internal/index.d.ts +25 -2
- package/System.Xml.Serialization/internal/index.d.ts +29 -4
- 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 +25 -1
- package/__internal/extensions/index.d.ts +263 -263
- package/package.json +1 -1
|
@@ -232,6 +232,8 @@ export const ActivityChangedEventArgs: {
|
|
|
232
232
|
export type ActivityChangedEventArgs = ActivityChangedEventArgs$instance;
|
|
233
233
|
|
|
234
234
|
export interface ActivityContext$instance {
|
|
235
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
236
|
+
|
|
235
237
|
readonly IsRemote: boolean;
|
|
236
238
|
readonly SpanId: ActivitySpanId;
|
|
237
239
|
readonly TraceFlags: ActivityTraceFlags;
|
|
@@ -299,6 +301,8 @@ export const ActivityEvent: {
|
|
|
299
301
|
export type ActivityEvent = ActivityEvent$instance;
|
|
300
302
|
|
|
301
303
|
export interface ActivityLink$instance {
|
|
304
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
305
|
+
|
|
302
306
|
readonly Context: ActivityContext;
|
|
303
307
|
readonly Tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> | undefined;
|
|
304
308
|
EnumerateTagObjects(): Activity_Enumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
@@ -324,6 +328,8 @@ export type ActivityLink = ActivityLink$instance & __ActivityLink$views;
|
|
|
324
328
|
|
|
325
329
|
|
|
326
330
|
export interface ActivitySpanId$instance {
|
|
331
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
332
|
+
|
|
327
333
|
CopyTo(destination: Span_1<System_Internal.Byte>): void;
|
|
328
334
|
Equals(spanId: ActivitySpanId): boolean;
|
|
329
335
|
Equals(obj: unknown): boolean;
|
|
@@ -353,6 +359,10 @@ export type ActivitySpanId = ActivitySpanId$instance & __ActivitySpanId$views;
|
|
|
353
359
|
|
|
354
360
|
|
|
355
361
|
export interface ActivityTagsCollection_Enumerator$instance extends IDisposable {
|
|
362
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
363
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
364
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
365
|
+
|
|
356
366
|
readonly Current: KeyValuePair_2<System_Internal.String, unknown>;
|
|
357
367
|
Dispose(): void;
|
|
358
368
|
MoveNext(): boolean;
|
|
@@ -374,6 +384,8 @@ export type ActivityTagsCollection_Enumerator = ActivityTagsCollection_Enumerato
|
|
|
374
384
|
|
|
375
385
|
|
|
376
386
|
export interface ActivityTraceId$instance {
|
|
387
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
388
|
+
|
|
377
389
|
CopyTo(destination: Span_1<System_Internal.Byte>): void;
|
|
378
390
|
Equals(traceId: ActivityTraceId): boolean;
|
|
379
391
|
Equals(obj: unknown): boolean;
|
|
@@ -445,9 +457,16 @@ export const Debug_WriteIfInterpolatedStringHandler: {
|
|
|
445
457
|
export type Debug_WriteIfInterpolatedStringHandler = Debug_WriteIfInterpolatedStringHandler$instance;
|
|
446
458
|
|
|
447
459
|
export interface TagList$instance {
|
|
460
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
461
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
462
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
463
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
464
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
465
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
466
|
+
|
|
448
467
|
readonly Count: int;
|
|
449
468
|
readonly IsReadOnly: boolean;
|
|
450
|
-
|
|
469
|
+
[index: number]: KeyValuePair_2<System_Internal.String, unknown>;
|
|
451
470
|
Add(key: string, value: unknown): void;
|
|
452
471
|
Add(tag: KeyValuePair_2<System_Internal.String, unknown>): void;
|
|
453
472
|
Clear(): void;
|
|
@@ -479,6 +498,10 @@ export type TagList = TagList$instance & __TagList$views;
|
|
|
479
498
|
|
|
480
499
|
|
|
481
500
|
export interface TagList_Enumerator$instance extends IDisposable {
|
|
501
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
502
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
503
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
504
|
+
|
|
482
505
|
readonly Current: KeyValuePair_2<System_Internal.String, unknown>;
|
|
483
506
|
Dispose(): void;
|
|
484
507
|
MoveNext(): boolean;
|
|
@@ -500,6 +523,8 @@ export type TagList_Enumerator = TagList_Enumerator$instance & __TagList_Enumera
|
|
|
500
523
|
|
|
501
524
|
|
|
502
525
|
export interface Activity$instance {
|
|
526
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
527
|
+
|
|
503
528
|
ActivityTraceFlags: ActivityTraceFlags;
|
|
504
529
|
readonly Baggage: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>;
|
|
505
530
|
readonly Context: ActivityContext;
|
|
@@ -577,6 +602,8 @@ export type Activity = Activity$instance & __Activity$views;
|
|
|
577
602
|
|
|
578
603
|
|
|
579
604
|
export interface ActivityListener$instance {
|
|
605
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
606
|
+
|
|
580
607
|
get ActivityStarted(): Action_1<Activity> | undefined;
|
|
581
608
|
set ActivityStarted(value: Action_1<Activity> | undefined);
|
|
582
609
|
get ActivityStopped(): Action_1<Activity> | undefined;
|
|
@@ -608,6 +635,8 @@ export type ActivityListener = ActivityListener$instance & __ActivityListener$vi
|
|
|
608
635
|
|
|
609
636
|
|
|
610
637
|
export interface ActivitySource$instance {
|
|
638
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
639
|
+
|
|
611
640
|
readonly Name: string;
|
|
612
641
|
readonly Tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> | undefined;
|
|
613
642
|
readonly TelemetrySchemaUrl: string | undefined;
|
|
@@ -661,10 +690,14 @@ export const ActivitySourceOptions: {
|
|
|
661
690
|
export type ActivitySourceOptions = ActivitySourceOptions$instance;
|
|
662
691
|
|
|
663
692
|
export interface ActivityTagsCollection$instance {
|
|
693
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
694
|
+
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
695
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
696
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
697
|
+
|
|
664
698
|
readonly Count: int;
|
|
665
699
|
readonly IsReadOnly: boolean;
|
|
666
|
-
|
|
667
|
-
set Item(value: unknown | undefined);
|
|
700
|
+
[key: string]: unknown | undefined;
|
|
668
701
|
readonly Keys: ICollection_1<System_Internal.String>;
|
|
669
702
|
readonly Values: ICollection_1<unknown | undefined>;
|
|
670
703
|
Add(key: string, value: unknown): void;
|
|
@@ -723,6 +756,8 @@ export const ConditionalAttribute: {
|
|
|
723
756
|
export type ConditionalAttribute = ConditionalAttribute$instance;
|
|
724
757
|
|
|
725
758
|
export interface ConsoleTraceListener$instance extends TextWriterTraceListener$instance {
|
|
759
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
760
|
+
|
|
726
761
|
Close(): void;
|
|
727
762
|
Dispose(disposing: boolean): void;
|
|
728
763
|
Dispose(): void;
|
|
@@ -930,6 +965,8 @@ export const DebugProvider: {
|
|
|
930
965
|
export type DebugProvider = DebugProvider$instance;
|
|
931
966
|
|
|
932
967
|
export interface DefaultTraceListener$instance extends TraceListener$instance {
|
|
968
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
969
|
+
|
|
933
970
|
AssertUiEnabled: boolean;
|
|
934
971
|
get LogFileName(): string | undefined;
|
|
935
972
|
set LogFileName(value: string | undefined);
|
|
@@ -961,6 +998,8 @@ export type DefaultTraceListener = DefaultTraceListener$instance & __DefaultTrac
|
|
|
961
998
|
|
|
962
999
|
|
|
963
1000
|
export interface DelimitedListTraceListener$instance extends TextWriterTraceListener$instance {
|
|
1001
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1002
|
+
|
|
964
1003
|
Delimiter: string;
|
|
965
1004
|
Dispose(disposing: boolean): void;
|
|
966
1005
|
Dispose(): void;
|
|
@@ -991,6 +1030,9 @@ export type DelimitedListTraceListener = DelimitedListTraceListener$instance & _
|
|
|
991
1030
|
|
|
992
1031
|
|
|
993
1032
|
export interface DiagnosticListener$instance extends DiagnosticSource {
|
|
1033
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1034
|
+
readonly __tsonic_iface_System_IObservable_1: never;
|
|
1035
|
+
|
|
994
1036
|
readonly Name: string;
|
|
995
1037
|
Dispose(): void;
|
|
996
1038
|
IsEnabled(name: string): boolean;
|
|
@@ -1168,6 +1210,9 @@ export const MonitoringDescriptionAttribute: {
|
|
|
1168
1210
|
export type MonitoringDescriptionAttribute = MonitoringDescriptionAttribute$instance;
|
|
1169
1211
|
|
|
1170
1212
|
export interface Process$instance extends Component {
|
|
1213
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
1214
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1215
|
+
|
|
1171
1216
|
readonly BasePriority: int;
|
|
1172
1217
|
EnableRaisingEvents: boolean;
|
|
1173
1218
|
readonly ExitCode: int;
|
|
@@ -1271,6 +1316,9 @@ export type Process = Process$instance & __Process$views;
|
|
|
1271
1316
|
|
|
1272
1317
|
|
|
1273
1318
|
export interface ProcessModule$instance extends Component {
|
|
1319
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
1320
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1321
|
+
|
|
1274
1322
|
BaseAddress: nint;
|
|
1275
1323
|
EntryPointAddress: nint;
|
|
1276
1324
|
readonly FileName: string;
|
|
@@ -1296,7 +1344,10 @@ export type ProcessModule = ProcessModule$instance & __ProcessModule$views;
|
|
|
1296
1344
|
|
|
1297
1345
|
|
|
1298
1346
|
export interface ProcessModuleCollection$instance extends ReadOnlyCollectionBase {
|
|
1299
|
-
readonly
|
|
1347
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1348
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1349
|
+
|
|
1350
|
+
readonly [index: number]: ProcessModule;
|
|
1300
1351
|
Contains(module: ProcessModule): boolean;
|
|
1301
1352
|
CopyTo(array: ClrArray, index: int): void;
|
|
1302
1353
|
GetEnumerator(): IEnumerator;
|
|
@@ -1314,8 +1365,6 @@ export interface __ProcessModuleCollection$views {
|
|
|
1314
1365
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1315
1366
|
}
|
|
1316
1367
|
|
|
1317
|
-
export interface ProcessModuleCollection$instance extends System_Collections_Internal.ICollection$instance {}
|
|
1318
|
-
|
|
1319
1368
|
export type ProcessModuleCollection = ProcessModuleCollection$instance & __ProcessModuleCollection$views;
|
|
1320
1369
|
|
|
1321
1370
|
|
|
@@ -1365,6 +1414,9 @@ export const ProcessStartInfo: {
|
|
|
1365
1414
|
export type ProcessStartInfo = ProcessStartInfo$instance;
|
|
1366
1415
|
|
|
1367
1416
|
export interface ProcessThread$instance extends Component {
|
|
1417
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
1418
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1419
|
+
|
|
1368
1420
|
readonly BasePriority: int;
|
|
1369
1421
|
readonly CurrentPriority: int;
|
|
1370
1422
|
readonly Id: int;
|
|
@@ -1398,7 +1450,10 @@ export type ProcessThread = ProcessThread$instance & __ProcessThread$views;
|
|
|
1398
1450
|
|
|
1399
1451
|
|
|
1400
1452
|
export interface ProcessThreadCollection$instance extends ReadOnlyCollectionBase {
|
|
1401
|
-
readonly
|
|
1453
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1454
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1455
|
+
|
|
1456
|
+
readonly [index: number]: ProcessThread;
|
|
1402
1457
|
Add(thread: ProcessThread): int;
|
|
1403
1458
|
Contains(thread: ProcessThread): boolean;
|
|
1404
1459
|
CopyTo(array: ClrArray, index: int): void;
|
|
@@ -1419,8 +1474,6 @@ export interface __ProcessThreadCollection$views {
|
|
|
1419
1474
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1420
1475
|
}
|
|
1421
1476
|
|
|
1422
|
-
export interface ProcessThreadCollection$instance extends System_Collections_Internal.ICollection$instance {}
|
|
1423
|
-
|
|
1424
1477
|
export type ProcessThreadCollection = ProcessThreadCollection$instance & __ProcessThreadCollection$views;
|
|
1425
1478
|
|
|
1426
1479
|
|
|
@@ -1586,6 +1639,8 @@ export const SwitchLevelAttribute: {
|
|
|
1586
1639
|
export type SwitchLevelAttribute = SwitchLevelAttribute$instance;
|
|
1587
1640
|
|
|
1588
1641
|
export interface TextWriterTraceListener$instance extends TraceListener$instance {
|
|
1642
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1643
|
+
|
|
1589
1644
|
get Writer(): TextWriter | undefined;
|
|
1590
1645
|
set Writer(value: TextWriter | undefined);
|
|
1591
1646
|
Close(): void;
|
|
@@ -1698,6 +1753,8 @@ export const TraceFilter: (abstract new() => TraceFilter) & {
|
|
|
1698
1753
|
export type TraceFilter = TraceFilter$instance;
|
|
1699
1754
|
|
|
1700
1755
|
export interface TraceListener$instance extends MarshalByRefObject {
|
|
1756
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1757
|
+
|
|
1701
1758
|
readonly Attributes: StringDictionary;
|
|
1702
1759
|
get Filter(): TraceFilter | undefined;
|
|
1703
1760
|
set Filter(value: TraceFilter | undefined);
|
|
@@ -1743,6 +1800,10 @@ export type TraceListener = TraceListener$instance & __TraceListener$views;
|
|
|
1743
1800
|
|
|
1744
1801
|
|
|
1745
1802
|
export interface TraceListenerCollection$instance {
|
|
1803
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1804
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1805
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
1806
|
+
|
|
1746
1807
|
readonly Count: int;
|
|
1747
1808
|
Add(listener: TraceListener): int;
|
|
1748
1809
|
AddRange(value: TraceListener[]): void;
|
|
@@ -1823,6 +1884,8 @@ export const TraceSwitch: {
|
|
|
1823
1884
|
export type TraceSwitch = TraceSwitch$instance;
|
|
1824
1885
|
|
|
1825
1886
|
export interface UnreachableException$instance extends Exception {
|
|
1887
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1888
|
+
|
|
1826
1889
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1827
1890
|
}
|
|
1828
1891
|
|
|
@@ -1842,6 +1905,8 @@ export type UnreachableException = UnreachableException$instance & __Unreachable
|
|
|
1842
1905
|
|
|
1843
1906
|
|
|
1844
1907
|
export interface XmlWriterTraceListener$instance extends TextWriterTraceListener$instance {
|
|
1908
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1909
|
+
|
|
1845
1910
|
Close(): void;
|
|
1846
1911
|
Dispose(disposing: boolean): void;
|
|
1847
1912
|
Dispose(): void;
|
|
@@ -74,6 +74,8 @@ export const ContractClassForAttribute: {
|
|
|
74
74
|
export type ContractClassForAttribute = ContractClassForAttribute$instance;
|
|
75
75
|
|
|
76
76
|
export interface ContractException$instance extends Exception {
|
|
77
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
78
|
+
|
|
77
79
|
readonly Condition: string | undefined;
|
|
78
80
|
readonly Failure: string;
|
|
79
81
|
readonly Kind: ContractFailureKind;
|
|
@@ -21,6 +21,8 @@ export type MeasurementCallback_1<T extends unknown> = (instrument: Instrument,
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
export interface IMeterFactory$instance extends IDisposable {
|
|
24
|
+
readonly __tsonic_iface_System_Diagnostics_Metrics_IMeterFactory: never;
|
|
25
|
+
|
|
24
26
|
Create(options: MeterOptions): Meter;
|
|
25
27
|
Dispose(): void;
|
|
26
28
|
}
|
|
@@ -140,6 +142,8 @@ export const InstrumentAdvice_1: {
|
|
|
140
142
|
export type InstrumentAdvice_1<T> = InstrumentAdvice_1$instance<T>;
|
|
141
143
|
|
|
142
144
|
export interface Meter$instance {
|
|
145
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
146
|
+
|
|
143
147
|
Name: string;
|
|
144
148
|
get Scope(): unknown | undefined;
|
|
145
149
|
set Scope(value: unknown | undefined);
|
|
@@ -186,6 +190,8 @@ export type Meter = Meter$instance & __Meter$views;
|
|
|
186
190
|
|
|
187
191
|
|
|
188
192
|
export interface MeterListener$instance {
|
|
193
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
194
|
+
|
|
189
195
|
get InstrumentPublished(): Action_2<Instrument, MeterListener> | undefined;
|
|
190
196
|
set InstrumentPublished(value: Action_2<Instrument, MeterListener> | undefined);
|
|
191
197
|
get MeasurementsCompleted(): Action_2<Instrument, unknown | undefined> | undefined;
|
|
@@ -25,6 +25,8 @@ export enum SymAddressKind {
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
export interface ISymbolBinder$instance {
|
|
28
|
+
readonly __tsonic_iface_System_Diagnostics_SymbolStore_ISymbolBinder: never;
|
|
29
|
+
|
|
28
30
|
GetReader(importer: int, filename: string, searchPath: string): ISymbolReader | undefined;
|
|
29
31
|
}
|
|
30
32
|
|
|
@@ -32,6 +34,8 @@ export interface ISymbolBinder$instance {
|
|
|
32
34
|
export type ISymbolBinder = ISymbolBinder$instance;
|
|
33
35
|
|
|
34
36
|
export interface ISymbolBinder1$instance {
|
|
37
|
+
readonly __tsonic_iface_System_Diagnostics_SymbolStore_ISymbolBinder1: never;
|
|
38
|
+
|
|
35
39
|
GetReader(importer: nint, filename: string, searchPath: string): ISymbolReader | undefined;
|
|
36
40
|
}
|
|
37
41
|
|
|
@@ -39,6 +43,8 @@ export interface ISymbolBinder1$instance {
|
|
|
39
43
|
export type ISymbolBinder1 = ISymbolBinder1$instance;
|
|
40
44
|
|
|
41
45
|
export interface ISymbolDocument$instance {
|
|
46
|
+
readonly __tsonic_iface_System_Diagnostics_SymbolStore_ISymbolDocument: never;
|
|
47
|
+
|
|
42
48
|
readonly URL: string;
|
|
43
49
|
readonly DocumentType: Guid;
|
|
44
50
|
readonly Language: Guid;
|
|
@@ -55,6 +61,8 @@ export interface ISymbolDocument$instance {
|
|
|
55
61
|
export type ISymbolDocument = ISymbolDocument$instance;
|
|
56
62
|
|
|
57
63
|
export interface ISymbolDocumentWriter$instance {
|
|
64
|
+
readonly __tsonic_iface_System_Diagnostics_SymbolStore_ISymbolDocumentWriter: never;
|
|
65
|
+
|
|
58
66
|
SetCheckSum(algorithmId: Guid, checkSum: byte[]): void;
|
|
59
67
|
SetSource(source: byte[]): void;
|
|
60
68
|
}
|
|
@@ -63,6 +71,8 @@ export interface ISymbolDocumentWriter$instance {
|
|
|
63
71
|
export type ISymbolDocumentWriter = ISymbolDocumentWriter$instance;
|
|
64
72
|
|
|
65
73
|
export interface ISymbolMethod$instance {
|
|
74
|
+
readonly __tsonic_iface_System_Diagnostics_SymbolStore_ISymbolMethod: never;
|
|
75
|
+
|
|
66
76
|
readonly Token: SymbolToken;
|
|
67
77
|
readonly SequencePointCount: int;
|
|
68
78
|
readonly RootScope: ISymbolScope;
|
|
@@ -79,6 +89,8 @@ export interface ISymbolMethod$instance {
|
|
|
79
89
|
export type ISymbolMethod = ISymbolMethod$instance;
|
|
80
90
|
|
|
81
91
|
export interface ISymbolNamespace$instance {
|
|
92
|
+
readonly __tsonic_iface_System_Diagnostics_SymbolStore_ISymbolNamespace: never;
|
|
93
|
+
|
|
82
94
|
readonly Name: string;
|
|
83
95
|
GetNamespaces(): ISymbolNamespace[];
|
|
84
96
|
GetVariables(): ISymbolVariable[];
|
|
@@ -88,6 +100,8 @@ export interface ISymbolNamespace$instance {
|
|
|
88
100
|
export type ISymbolNamespace = ISymbolNamespace$instance;
|
|
89
101
|
|
|
90
102
|
export interface ISymbolReader$instance {
|
|
103
|
+
readonly __tsonic_iface_System_Diagnostics_SymbolStore_ISymbolReader: never;
|
|
104
|
+
|
|
91
105
|
readonly UserEntryPoint: SymbolToken;
|
|
92
106
|
GetDocument(url: string, language: Guid, languageVendor: Guid, documentType: Guid): ISymbolDocument | undefined;
|
|
93
107
|
GetDocuments(): ISymbolDocument[];
|
|
@@ -104,6 +118,8 @@ export interface ISymbolReader$instance {
|
|
|
104
118
|
export type ISymbolReader = ISymbolReader$instance;
|
|
105
119
|
|
|
106
120
|
export interface ISymbolScope$instance {
|
|
121
|
+
readonly __tsonic_iface_System_Diagnostics_SymbolStore_ISymbolScope: never;
|
|
122
|
+
|
|
107
123
|
readonly Method: ISymbolMethod;
|
|
108
124
|
readonly Parent: ISymbolScope;
|
|
109
125
|
readonly StartOffset: int;
|
|
@@ -117,6 +133,8 @@ export interface ISymbolScope$instance {
|
|
|
117
133
|
export type ISymbolScope = ISymbolScope$instance;
|
|
118
134
|
|
|
119
135
|
export interface ISymbolVariable$instance {
|
|
136
|
+
readonly __tsonic_iface_System_Diagnostics_SymbolStore_ISymbolVariable: never;
|
|
137
|
+
|
|
120
138
|
readonly Name: string;
|
|
121
139
|
readonly Attributes: unknown;
|
|
122
140
|
readonly AddressKind: SymAddressKind;
|
|
@@ -132,6 +150,8 @@ export interface ISymbolVariable$instance {
|
|
|
132
150
|
export type ISymbolVariable = ISymbolVariable$instance;
|
|
133
151
|
|
|
134
152
|
export interface ISymbolWriter$instance {
|
|
153
|
+
readonly __tsonic_iface_System_Diagnostics_SymbolStore_ISymbolWriter: never;
|
|
154
|
+
|
|
135
155
|
CloseMethod(): void;
|
|
136
156
|
CloseScope(endOffset: int): void;
|
|
137
157
|
DefineDocument(url: string, language: Guid, languageVendor: Guid, documentType: Guid): ISymbolDocumentWriter;
|
|
@@ -154,6 +174,8 @@ export interface ISymbolWriter$instance {
|
|
|
154
174
|
export type ISymbolWriter = ISymbolWriter$instance;
|
|
155
175
|
|
|
156
176
|
export interface SymbolToken$instance {
|
|
177
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
178
|
+
|
|
157
179
|
Equals(obj: unknown): boolean;
|
|
158
180
|
Equals(obj: SymbolToken): boolean;
|
|
159
181
|
GetHashCode(): int;
|
|
@@ -153,6 +153,8 @@ export const EventSourceOptions: {
|
|
|
153
153
|
export type EventSourceOptions = EventSourceOptions$instance;
|
|
154
154
|
|
|
155
155
|
export interface DiagnosticCounter$instance {
|
|
156
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
157
|
+
|
|
156
158
|
DisplayName: string;
|
|
157
159
|
DisplayUnits: string;
|
|
158
160
|
readonly EventSource: EventSource;
|
|
@@ -213,6 +215,8 @@ export const EventCommandEventArgs: {
|
|
|
213
215
|
export type EventCommandEventArgs = EventCommandEventArgs$instance;
|
|
214
216
|
|
|
215
217
|
export interface EventCounter$instance extends DiagnosticCounter$instance {
|
|
218
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
219
|
+
|
|
216
220
|
Dispose(): void;
|
|
217
221
|
ToString(): string;
|
|
218
222
|
WriteMetric(value: float): void;
|
|
@@ -270,6 +274,8 @@ export const EventIgnoreAttribute: {
|
|
|
270
274
|
export type EventIgnoreAttribute = EventIgnoreAttribute$instance;
|
|
271
275
|
|
|
272
276
|
export interface EventListener$instance {
|
|
277
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
278
|
+
|
|
273
279
|
DisableEvents(eventSource: EventSource): void;
|
|
274
280
|
Dispose(): void;
|
|
275
281
|
EnableEvents(eventSource: EventSource, level: EventLevel): void;
|
|
@@ -295,6 +301,8 @@ export type EventListener = EventListener$instance & __EventListener$views;
|
|
|
295
301
|
|
|
296
302
|
|
|
297
303
|
export interface EventSource$instance {
|
|
304
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
305
|
+
|
|
298
306
|
readonly ConstructionException: Exception | undefined;
|
|
299
307
|
readonly Guid: Guid;
|
|
300
308
|
readonly Name: string;
|
|
@@ -371,6 +379,8 @@ export const EventSourceCreatedEventArgs: {
|
|
|
371
379
|
export type EventSourceCreatedEventArgs = EventSourceCreatedEventArgs$instance;
|
|
372
380
|
|
|
373
381
|
export interface EventSourceException$instance extends Exception {
|
|
382
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
383
|
+
|
|
374
384
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
375
385
|
}
|
|
376
386
|
|
|
@@ -421,6 +431,8 @@ export const EventWrittenEventArgs: {
|
|
|
421
431
|
export type EventWrittenEventArgs = EventWrittenEventArgs$instance;
|
|
422
432
|
|
|
423
433
|
export interface IncrementingEventCounter$instance extends DiagnosticCounter$instance {
|
|
434
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
435
|
+
|
|
424
436
|
DisplayRateTimeScale: TimeSpan;
|
|
425
437
|
Dispose(): void;
|
|
426
438
|
Increment(increment?: double): void;
|
|
@@ -441,6 +453,8 @@ export type IncrementingEventCounter = IncrementingEventCounter$instance & __Inc
|
|
|
441
453
|
|
|
442
454
|
|
|
443
455
|
export interface IncrementingPollingCounter$instance extends DiagnosticCounter$instance {
|
|
456
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
457
|
+
|
|
444
458
|
DisplayRateTimeScale: TimeSpan;
|
|
445
459
|
Dispose(): void;
|
|
446
460
|
ToString(): string;
|
|
@@ -471,6 +485,8 @@ export const NonEventAttribute: {
|
|
|
471
485
|
export type NonEventAttribute = NonEventAttribute$instance;
|
|
472
486
|
|
|
473
487
|
export interface PollingCounter$instance extends DiagnosticCounter$instance {
|
|
488
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
489
|
+
|
|
474
490
|
Dispose(): void;
|
|
475
491
|
ToString(): string;
|
|
476
492
|
}
|
|
@@ -194,6 +194,8 @@ export enum KnownColor {
|
|
|
194
194
|
|
|
195
195
|
|
|
196
196
|
export interface Color$instance {
|
|
197
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
198
|
+
|
|
197
199
|
readonly A: byte;
|
|
198
200
|
readonly B: byte;
|
|
199
201
|
readonly G: byte;
|
|
@@ -380,6 +382,8 @@ export type Color = Color$instance & __Color$views;
|
|
|
380
382
|
|
|
381
383
|
|
|
382
384
|
export interface Point$instance {
|
|
385
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
386
|
+
|
|
383
387
|
readonly IsEmpty: boolean;
|
|
384
388
|
X: int;
|
|
385
389
|
Y: int;
|
|
@@ -416,6 +420,8 @@ export type Point = Point$instance & __Point$views;
|
|
|
416
420
|
|
|
417
421
|
|
|
418
422
|
export interface PointF$instance {
|
|
423
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
424
|
+
|
|
419
425
|
readonly IsEmpty: boolean;
|
|
420
426
|
X: float;
|
|
421
427
|
Y: float;
|
|
@@ -449,6 +455,8 @@ export type PointF = PointF$instance & __PointF$views;
|
|
|
449
455
|
|
|
450
456
|
|
|
451
457
|
export interface Rectangle$instance {
|
|
458
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
459
|
+
|
|
452
460
|
readonly Bottom: int;
|
|
453
461
|
Height: int;
|
|
454
462
|
readonly IsEmpty: boolean;
|
|
@@ -501,6 +509,8 @@ export type Rectangle = Rectangle$instance & __Rectangle$views;
|
|
|
501
509
|
|
|
502
510
|
|
|
503
511
|
export interface RectangleF$instance {
|
|
512
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
513
|
+
|
|
504
514
|
readonly Bottom: float;
|
|
505
515
|
Height: float;
|
|
506
516
|
readonly IsEmpty: boolean;
|
|
@@ -552,6 +562,8 @@ export type RectangleF = RectangleF$instance & __RectangleF$views;
|
|
|
552
562
|
|
|
553
563
|
|
|
554
564
|
export interface Size$instance {
|
|
565
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
566
|
+
|
|
555
567
|
Height: int;
|
|
556
568
|
readonly IsEmpty: boolean;
|
|
557
569
|
Width: int;
|
|
@@ -585,6 +597,8 @@ export type Size = Size$instance & __Size$views;
|
|
|
585
597
|
|
|
586
598
|
|
|
587
599
|
export interface SizeF$instance {
|
|
600
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
601
|
+
|
|
588
602
|
Height: float;
|
|
589
603
|
readonly IsEmpty: boolean;
|
|
590
604
|
Width: float;
|
|
@@ -23,6 +23,8 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
23
23
|
import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Type, Void } from "../../System/internal/index.js";
|
|
24
24
|
|
|
25
25
|
export interface IDynamicMetaObjectProvider$instance {
|
|
26
|
+
readonly __tsonic_iface_System_Dynamic_IDynamicMetaObjectProvider: never;
|
|
27
|
+
|
|
26
28
|
GetMetaObject(parameter: Expression): DynamicMetaObject;
|
|
27
29
|
}
|
|
28
30
|
|
|
@@ -30,6 +32,8 @@ export interface IDynamicMetaObjectProvider$instance {
|
|
|
30
32
|
export type IDynamicMetaObjectProvider = IDynamicMetaObjectProvider$instance;
|
|
31
33
|
|
|
32
34
|
export interface IInvokeOnGetBinder$instance {
|
|
35
|
+
readonly __tsonic_iface_System_Dynamic_IInvokeOnGetBinder: never;
|
|
36
|
+
|
|
33
37
|
readonly InvokeOnGet: boolean;
|
|
34
38
|
}
|
|
35
39
|
|
|
@@ -202,6 +206,8 @@ export const DynamicMetaObjectBinder: (abstract new() => DynamicMetaObjectBinder
|
|
|
202
206
|
export type DynamicMetaObjectBinder = DynamicMetaObjectBinder$instance;
|
|
203
207
|
|
|
204
208
|
export interface DynamicObject$instance {
|
|
209
|
+
readonly __tsonic_iface_System_Dynamic_IDynamicMetaObjectProvider: never;
|
|
210
|
+
|
|
205
211
|
GetDynamicMemberNames(): IEnumerable_1<System_Internal.String>;
|
|
206
212
|
GetMetaObject(parameter: Expression): DynamicMetaObject;
|
|
207
213
|
TryBinaryOperation(binder: BinaryOperationBinder, arg: unknown, result: unknown): boolean;
|
|
@@ -233,6 +239,13 @@ export type DynamicObject = DynamicObject$instance & __DynamicObject$views;
|
|
|
233
239
|
|
|
234
240
|
|
|
235
241
|
export interface ExpandoObject$instance extends INotifyPropertyChanged {
|
|
242
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
243
|
+
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
244
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
245
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
246
|
+
readonly __tsonic_iface_System_ComponentModel_INotifyPropertyChanged: never;
|
|
247
|
+
readonly __tsonic_iface_System_Dynamic_IDynamicMetaObjectProvider: never;
|
|
248
|
+
|
|
236
249
|
}
|
|
237
250
|
|
|
238
251
|
|
|
@@ -78,6 +78,8 @@ export enum UniversalTagNumber {
|
|
|
78
78
|
|
|
79
79
|
|
|
80
80
|
export interface Asn1Tag$instance {
|
|
81
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
82
|
+
|
|
81
83
|
readonly IsConstructed: boolean;
|
|
82
84
|
readonly TagClass: TagClass;
|
|
83
85
|
readonly TagValue: int;
|
|
@@ -139,6 +141,8 @@ export const AsnReaderOptions: {
|
|
|
139
141
|
export type AsnReaderOptions = AsnReaderOptions$instance;
|
|
140
142
|
|
|
141
143
|
export interface AsnWriter_Scope$instance {
|
|
144
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
145
|
+
|
|
142
146
|
Dispose(): void;
|
|
143
147
|
}
|
|
144
148
|
|
|
@@ -158,6 +162,8 @@ export type AsnWriter_Scope = AsnWriter_Scope$instance & __AsnWriter_Scope$views
|
|
|
158
162
|
|
|
159
163
|
|
|
160
164
|
export interface AsnContentException$instance extends Exception {
|
|
165
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
166
|
+
|
|
161
167
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
162
168
|
}
|
|
163
169
|
|
|
@@ -125,6 +125,9 @@ export const TarEntry: {
|
|
|
125
125
|
export type TarEntry = TarEntry$instance;
|
|
126
126
|
|
|
127
127
|
export interface TarReader$instance {
|
|
128
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
129
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
130
|
+
|
|
128
131
|
Dispose(): void;
|
|
129
132
|
DisposeAsync(): ValueTask;
|
|
130
133
|
GetNextEntry(copyData?: boolean): TarEntry | undefined;
|
|
@@ -148,6 +151,9 @@ export type TarReader = TarReader$instance & __TarReader$views;
|
|
|
148
151
|
|
|
149
152
|
|
|
150
153
|
export interface TarWriter$instance {
|
|
154
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
155
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
156
|
+
|
|
151
157
|
readonly Format: TarEntryFormat;
|
|
152
158
|
Dispose(): void;
|
|
153
159
|
DisposeAsync(): ValueTask;
|