@tsonic/dotnet 10.0.5 → 10.0.10
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 +6 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +58 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -0
- package/Microsoft.Win32/internal/index.d.ts +3 -3
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +447 -196
- package/System.Buffers/internal/index.d.ts +24 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +4 -0
- package/System.Collections/internal/index.d.ts +37 -26
- package/System.Collections.Concurrent/internal/index.d.ts +17 -3
- package/System.Collections.Frozen/internal/index.d.ts +12 -0
- package/System.Collections.Generic/internal/index.d.ts +126 -43
- package/System.Collections.Immutable/internal/index.d.ts +51 -14
- package/System.Collections.ObjectModel/internal/index.d.ts +22 -10
- package/System.Collections.Specialized/internal/index.d.ts +33 -12
- package/System.ComponentModel/internal/index.d.ts +275 -33
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +73 -3
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
- package/System.ComponentModel.Design/internal/index.d.ts +49 -7
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +22 -0
- package/System.Data/internal/index.d.ts +111 -21
- package/System.Data.Common/internal/index.d.ts +67 -36
- package/System.Data.SqlTypes/internal/index.d.ts +59 -52
- package/System.Diagnostics/internal/index.d.ts +147 -17
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
- package/System.Diagnostics.Contracts/internal/index.d.ts +26 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +31 -3
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +8 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +40 -6
- package/System.Drawing/internal/index.d.ts +24 -0
- package/System.Dynamic/internal/index.d.ts +38 -6
- package/System.Formats.Asn1/internal/index.d.ts +13 -3
- package/System.Formats.Tar/internal/index.d.ts +20 -6
- package/System.Globalization/internal/index.d.ts +64 -18
- package/System.IO/internal/index.d.ts +74 -18
- package/System.IO.Compression/internal/index.d.ts +25 -9
- package/System.IO.Enumeration/internal/index.d.ts +6 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -3
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -0
- package/System.IO.Pipelines/internal/index.d.ts +19 -3
- package/System.IO.Pipes/internal/index.d.ts +16 -0
- package/System.Linq/internal/index.d.ts +17 -3
- package/System.Linq.Expressions/internal/index.d.ts +86 -18
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
- package/System.Net/internal/index.d.ts +112 -23
- package/System.Net.Cache/internal/index.d.ts +4 -0
- package/System.Net.Http/internal/index.d.ts +50 -0
- package/System.Net.Http.Headers/internal/index.d.ts +79 -62
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +31 -9
- package/System.Net.Mime/internal/index.d.ts +4 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +67 -10
- package/System.Net.Quic/internal/index.d.ts +22 -6
- package/System.Net.Security/internal/index.d.ts +27 -3
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
- package/System.Net.Sockets/internal/index.d.ts +38 -6
- package/System.Net.WebSockets/internal/index.d.ts +23 -3
- package/System.Numerics/internal/index.d.ts +29 -16
- package/System.Reflection/internal/index.d.ts +135 -32
- package/System.Reflection.Emit/internal/index.d.ts +45 -9
- package/System.Reflection.Metadata/internal/index.d.ts +324 -10
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +76 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +37 -3
- package/System.Resources/internal/index.d.ts +16 -0
- package/System.Runtime/internal/index.d.ts +12 -6
- package/System.Runtime.CompilerServices/internal/index.d.ts +278 -39
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +6 -0
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices/internal/index.d.ts +175 -15
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +40 -0
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +55 -3
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +57 -12
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -0
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +8 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +13 -17
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +40 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -0
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +148 -0
- package/System.Runtime.Loader/internal/index.d.ts +7 -3
- package/System.Runtime.Remoting/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +75 -9
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +26 -0
- package/System.Security/internal/index.d.ts +28 -6
- package/System.Security.AccessControl/internal/index.d.ts +98 -8
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +9 -3
- package/System.Security.Claims/internal/index.d.ts +8 -6
- package/System.Security.Cryptography/internal/index.d.ts +299 -44
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +72 -14
- package/System.Security.Permissions/internal/index.d.ts +6 -0
- package/System.Security.Policy/internal/index.d.ts +4 -0
- package/System.Security.Principal/internal/index.d.ts +21 -8
- package/System.Text/internal/index.d.ts +70 -11
- package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
- package/System.Text.Json/internal/index.d.ts +33 -8
- package/System.Text.Json.Nodes/internal/index.d.ts +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +54 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +23 -3
- package/System.Text.RegularExpressions/internal/index.d.ts +35 -7
- package/System.Text.Unicode/internal/index.d.ts +4 -0
- package/System.Threading/internal/index.d.ts +108 -24
- package/System.Threading.Channels/internal/index.d.ts +18 -0
- package/System.Threading.Tasks/internal/index.d.ts +49 -13
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +2 -0
- package/System.Timers/internal/index.d.ts +7 -3
- package/System.Transactions/internal/index.d.ts +37 -15
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Markup/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +107 -20
- package/System.Xml.Linq/internal/index.d.ts +42 -18
- package/System.Xml.Resolvers/internal/index.d.ts +2 -0
- package/System.Xml.Schema/internal/index.d.ts +150 -4
- package/System.Xml.Serialization/internal/index.d.ts +120 -8
- package/System.Xml.XPath/internal/index.d.ts +14 -6
- package/System.Xml.Xsl/internal/index.d.ts +16 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +89 -2
- package/__internal/extensions/index.d.ts +2143 -1955
- package/package.json +2 -2
|
@@ -203,6 +203,8 @@ export type SampleActivity_1<T> = (options: ActivityCreationOptions_1<T>) => Act
|
|
|
203
203
|
|
|
204
204
|
|
|
205
205
|
export interface Activity_Enumerator_1$instance<T> {
|
|
206
|
+
readonly __tsonic_type_System_Diagnostics_Activity_Enumerator_1: never;
|
|
207
|
+
|
|
206
208
|
readonly Current: T;
|
|
207
209
|
GetEnumerator(): Activity_Enumerator_1<T>;
|
|
208
210
|
MoveNext(): boolean;
|
|
@@ -217,6 +219,8 @@ export const Activity_Enumerator_1: {
|
|
|
217
219
|
export type Activity_Enumerator_1<T> = Activity_Enumerator_1$instance<T>;
|
|
218
220
|
|
|
219
221
|
export interface ActivityChangedEventArgs$instance {
|
|
222
|
+
readonly __tsonic_type_System_Diagnostics_ActivityChangedEventArgs: never;
|
|
223
|
+
|
|
220
224
|
get Current(): Activity | undefined;
|
|
221
225
|
set Current(value: Activity | undefined);
|
|
222
226
|
get Previous(): Activity | undefined;
|
|
@@ -232,6 +236,8 @@ export const ActivityChangedEventArgs: {
|
|
|
232
236
|
export type ActivityChangedEventArgs = ActivityChangedEventArgs$instance;
|
|
233
237
|
|
|
234
238
|
export interface ActivityContext$instance {
|
|
239
|
+
readonly __tsonic_type_System_Diagnostics_ActivityContext: never;
|
|
240
|
+
|
|
235
241
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
236
242
|
|
|
237
243
|
readonly IsRemote: boolean;
|
|
@@ -264,6 +270,8 @@ export type ActivityContext = ActivityContext$instance & __ActivityContext$views
|
|
|
264
270
|
|
|
265
271
|
|
|
266
272
|
export interface ActivityCreationOptions_1$instance<T> {
|
|
273
|
+
readonly __tsonic_type_System_Diagnostics_ActivityCreationOptions_1: never;
|
|
274
|
+
|
|
267
275
|
readonly Kind: ActivityKind;
|
|
268
276
|
readonly Links: IEnumerable_1<ActivityLink> | undefined;
|
|
269
277
|
readonly Name: string;
|
|
@@ -285,6 +293,8 @@ export const ActivityCreationOptions_1: {
|
|
|
285
293
|
export type ActivityCreationOptions_1<T> = ActivityCreationOptions_1$instance<T>;
|
|
286
294
|
|
|
287
295
|
export interface ActivityEvent$instance {
|
|
296
|
+
readonly __tsonic_type_System_Diagnostics_ActivityEvent: never;
|
|
297
|
+
|
|
288
298
|
readonly Name: string;
|
|
289
299
|
readonly Tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
290
300
|
readonly Timestamp: DateTimeOffset;
|
|
@@ -301,6 +311,8 @@ export const ActivityEvent: {
|
|
|
301
311
|
export type ActivityEvent = ActivityEvent$instance;
|
|
302
312
|
|
|
303
313
|
export interface ActivityLink$instance {
|
|
314
|
+
readonly __tsonic_type_System_Diagnostics_ActivityLink: never;
|
|
315
|
+
|
|
304
316
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
305
317
|
|
|
306
318
|
readonly Context: ActivityContext;
|
|
@@ -328,6 +340,8 @@ export type ActivityLink = ActivityLink$instance & __ActivityLink$views;
|
|
|
328
340
|
|
|
329
341
|
|
|
330
342
|
export interface ActivitySpanId$instance {
|
|
343
|
+
readonly __tsonic_type_System_Diagnostics_ActivitySpanId: never;
|
|
344
|
+
|
|
331
345
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
332
346
|
|
|
333
347
|
CopyTo(destination: Span_1<System_Internal.Byte>): void;
|
|
@@ -359,6 +373,8 @@ export type ActivitySpanId = ActivitySpanId$instance & __ActivitySpanId$views;
|
|
|
359
373
|
|
|
360
374
|
|
|
361
375
|
export interface ActivityTagsCollection_Enumerator$instance extends IDisposable {
|
|
376
|
+
readonly __tsonic_type_System_Diagnostics_ActivityTagsCollection_Enumerator: never;
|
|
377
|
+
|
|
362
378
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
363
379
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
364
380
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -384,6 +400,8 @@ export type ActivityTagsCollection_Enumerator = ActivityTagsCollection_Enumerato
|
|
|
384
400
|
|
|
385
401
|
|
|
386
402
|
export interface ActivityTraceId$instance {
|
|
403
|
+
readonly __tsonic_type_System_Diagnostics_ActivityTraceId: never;
|
|
404
|
+
|
|
387
405
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
388
406
|
|
|
389
407
|
CopyTo(destination: Span_1<System_Internal.Byte>): void;
|
|
@@ -415,6 +433,8 @@ export type ActivityTraceId = ActivityTraceId$instance & __ActivityTraceId$views
|
|
|
415
433
|
|
|
416
434
|
|
|
417
435
|
export interface Debug_AssertInterpolatedStringHandler$instance {
|
|
436
|
+
readonly __tsonic_type_System_Diagnostics_Debug_AssertInterpolatedStringHandler: never;
|
|
437
|
+
|
|
418
438
|
AppendFormatted<T>(value: T): void;
|
|
419
439
|
AppendFormatted<T>(value: T, format: string): void;
|
|
420
440
|
AppendFormatted<T>(value: T, alignment: int): void;
|
|
@@ -436,6 +456,8 @@ export const Debug_AssertInterpolatedStringHandler: {
|
|
|
436
456
|
export type Debug_AssertInterpolatedStringHandler = Debug_AssertInterpolatedStringHandler$instance;
|
|
437
457
|
|
|
438
458
|
export interface Debug_WriteIfInterpolatedStringHandler$instance {
|
|
459
|
+
readonly __tsonic_type_System_Diagnostics_Debug_WriteIfInterpolatedStringHandler: never;
|
|
460
|
+
|
|
439
461
|
AppendFormatted<T>(value: T): void;
|
|
440
462
|
AppendFormatted<T>(value: T, format: string): void;
|
|
441
463
|
AppendFormatted<T>(value: T, alignment: int): void;
|
|
@@ -457,6 +479,8 @@ export const Debug_WriteIfInterpolatedStringHandler: {
|
|
|
457
479
|
export type Debug_WriteIfInterpolatedStringHandler = Debug_WriteIfInterpolatedStringHandler$instance;
|
|
458
480
|
|
|
459
481
|
export interface TagList$instance {
|
|
482
|
+
readonly __tsonic_type_System_Diagnostics_TagList: never;
|
|
483
|
+
|
|
460
484
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
461
485
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
462
486
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -466,7 +490,6 @@ export interface TagList$instance {
|
|
|
466
490
|
|
|
467
491
|
readonly Count: int;
|
|
468
492
|
readonly IsReadOnly: boolean;
|
|
469
|
-
[index: number]: KeyValuePair_2<System_Internal.String, unknown>;
|
|
470
493
|
Add(key: string, value: unknown): void;
|
|
471
494
|
Add(tag: KeyValuePair_2<System_Internal.String, unknown>): void;
|
|
472
495
|
Clear(): void;
|
|
@@ -494,10 +517,12 @@ export interface __TagList$views {
|
|
|
494
517
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
495
518
|
}
|
|
496
519
|
|
|
497
|
-
export type TagList = TagList$instance & __TagList$views;
|
|
520
|
+
export type TagList = TagList$instance & __TagList$views & { [index: number]: KeyValuePair_2<System_Internal.String, unknown>; };
|
|
498
521
|
|
|
499
522
|
|
|
500
523
|
export interface TagList_Enumerator$instance extends IDisposable {
|
|
524
|
+
readonly __tsonic_type_System_Diagnostics_TagList_Enumerator: never;
|
|
525
|
+
|
|
501
526
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
502
527
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
503
528
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -523,6 +548,8 @@ export type TagList_Enumerator = TagList_Enumerator$instance & __TagList_Enumera
|
|
|
523
548
|
|
|
524
549
|
|
|
525
550
|
export interface Activity$instance {
|
|
551
|
+
readonly __tsonic_type_System_Diagnostics_Activity: never;
|
|
552
|
+
|
|
526
553
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
527
554
|
|
|
528
555
|
ActivityTraceFlags: ActivityTraceFlags;
|
|
@@ -601,7 +628,9 @@ export interface __Activity$views {
|
|
|
601
628
|
export type Activity = Activity$instance & __Activity$views;
|
|
602
629
|
|
|
603
630
|
|
|
604
|
-
export interface ActivityListener$instance {
|
|
631
|
+
export interface ActivityListener$instance extends System_Internal.IDisposable$instance {
|
|
632
|
+
readonly __tsonic_type_System_Diagnostics_ActivityListener: never;
|
|
633
|
+
|
|
605
634
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
606
635
|
|
|
607
636
|
get ActivityStarted(): Action_1<Activity> | undefined;
|
|
@@ -629,12 +658,12 @@ export interface __ActivityListener$views {
|
|
|
629
658
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
630
659
|
}
|
|
631
660
|
|
|
632
|
-
export interface ActivityListener$instance extends System_Internal.IDisposable$instance {}
|
|
633
|
-
|
|
634
661
|
export type ActivityListener = ActivityListener$instance & __ActivityListener$views;
|
|
635
662
|
|
|
636
663
|
|
|
637
|
-
export interface ActivitySource$instance {
|
|
664
|
+
export interface ActivitySource$instance extends System_Internal.IDisposable$instance {
|
|
665
|
+
readonly __tsonic_type_System_Diagnostics_ActivitySource: never;
|
|
666
|
+
|
|
638
667
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
639
668
|
|
|
640
669
|
readonly Name: string;
|
|
@@ -666,12 +695,12 @@ export interface __ActivitySource$views {
|
|
|
666
695
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
667
696
|
}
|
|
668
697
|
|
|
669
|
-
export interface ActivitySource$instance extends System_Internal.IDisposable$instance {}
|
|
670
|
-
|
|
671
698
|
export type ActivitySource = ActivitySource$instance & __ActivitySource$views;
|
|
672
699
|
|
|
673
700
|
|
|
674
701
|
export interface ActivitySourceOptions$instance {
|
|
702
|
+
readonly __tsonic_type_System_Diagnostics_ActivitySourceOptions: never;
|
|
703
|
+
|
|
675
704
|
Name: string;
|
|
676
705
|
get Tags(): IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> | undefined;
|
|
677
706
|
set Tags(value: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> | undefined);
|
|
@@ -690,6 +719,8 @@ export const ActivitySourceOptions: {
|
|
|
690
719
|
export type ActivitySourceOptions = ActivitySourceOptions$instance;
|
|
691
720
|
|
|
692
721
|
export interface ActivityTagsCollection$instance {
|
|
722
|
+
readonly __tsonic_type_System_Diagnostics_ActivityTagsCollection: never;
|
|
723
|
+
|
|
693
724
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
694
725
|
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
695
726
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -697,7 +728,6 @@ export interface ActivityTagsCollection$instance {
|
|
|
697
728
|
|
|
698
729
|
readonly Count: int;
|
|
699
730
|
readonly IsReadOnly: boolean;
|
|
700
|
-
[key: string]: unknown | undefined;
|
|
701
731
|
readonly Keys: ICollection_1<System_Internal.String>;
|
|
702
732
|
readonly Values: ICollection_1<unknown | undefined>;
|
|
703
733
|
Add(key: string, value: unknown): void;
|
|
@@ -726,10 +756,12 @@ export interface __ActivityTagsCollection$views {
|
|
|
726
756
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
727
757
|
}
|
|
728
758
|
|
|
729
|
-
export type ActivityTagsCollection = ActivityTagsCollection$instance & __ActivityTagsCollection$views;
|
|
759
|
+
export type ActivityTagsCollection = ActivityTagsCollection$instance & __ActivityTagsCollection$views & { [key: string]: unknown | undefined; };
|
|
730
760
|
|
|
731
761
|
|
|
732
762
|
export interface BooleanSwitch$instance extends Switch {
|
|
763
|
+
readonly __tsonic_type_System_Diagnostics_BooleanSwitch: never;
|
|
764
|
+
|
|
733
765
|
Enabled: boolean;
|
|
734
766
|
OnValueChanged(): void;
|
|
735
767
|
}
|
|
@@ -744,6 +776,8 @@ export const BooleanSwitch: {
|
|
|
744
776
|
export type BooleanSwitch = BooleanSwitch$instance;
|
|
745
777
|
|
|
746
778
|
export interface ConditionalAttribute$instance extends Attribute {
|
|
779
|
+
readonly __tsonic_type_System_Diagnostics_ConditionalAttribute: never;
|
|
780
|
+
|
|
747
781
|
readonly ConditionString: string;
|
|
748
782
|
}
|
|
749
783
|
|
|
@@ -756,6 +790,8 @@ export const ConditionalAttribute: {
|
|
|
756
790
|
export type ConditionalAttribute = ConditionalAttribute$instance;
|
|
757
791
|
|
|
758
792
|
export interface ConsoleTraceListener$instance extends TextWriterTraceListener$instance {
|
|
793
|
+
readonly __tsonic_type_System_Diagnostics_ConsoleTraceListener: never;
|
|
794
|
+
|
|
759
795
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
760
796
|
|
|
761
797
|
Close(): void;
|
|
@@ -778,6 +814,8 @@ export type ConsoleTraceListener = ConsoleTraceListener$instance & __ConsoleTrac
|
|
|
778
814
|
|
|
779
815
|
|
|
780
816
|
export interface CorrelationManager$instance {
|
|
817
|
+
readonly __tsonic_type_System_Diagnostics_CorrelationManager: never;
|
|
818
|
+
|
|
781
819
|
ActivityId: Guid;
|
|
782
820
|
readonly LogicalOperationStack: Stack;
|
|
783
821
|
StartLogicalOperation(): void;
|
|
@@ -793,6 +831,8 @@ export const CorrelationManager: {
|
|
|
793
831
|
export type CorrelationManager = CorrelationManager$instance;
|
|
794
832
|
|
|
795
833
|
export interface DataReceivedEventArgs$instance extends EventArgs {
|
|
834
|
+
readonly __tsonic_type_System_Diagnostics_DataReceivedEventArgs: never;
|
|
835
|
+
|
|
796
836
|
readonly Data: string | undefined;
|
|
797
837
|
}
|
|
798
838
|
|
|
@@ -804,6 +844,8 @@ export const DataReceivedEventArgs: {
|
|
|
804
844
|
export type DataReceivedEventArgs = DataReceivedEventArgs$instance;
|
|
805
845
|
|
|
806
846
|
export interface DebuggableAttribute$instance extends Attribute {
|
|
847
|
+
readonly __tsonic_type_System_Diagnostics_DebuggableAttribute: never;
|
|
848
|
+
|
|
807
849
|
readonly DebuggingFlags: DebuggableAttribute_DebuggingModes;
|
|
808
850
|
readonly IsJITOptimizerDisabled: boolean;
|
|
809
851
|
readonly IsJITTrackingEnabled: boolean;
|
|
@@ -819,6 +861,8 @@ export const DebuggableAttribute: {
|
|
|
819
861
|
export type DebuggableAttribute = DebuggableAttribute$instance;
|
|
820
862
|
|
|
821
863
|
export interface DebuggerBrowsableAttribute$instance extends Attribute {
|
|
864
|
+
readonly __tsonic_type_System_Diagnostics_DebuggerBrowsableAttribute: never;
|
|
865
|
+
|
|
822
866
|
readonly State: DebuggerBrowsableState;
|
|
823
867
|
}
|
|
824
868
|
|
|
@@ -831,6 +875,8 @@ export const DebuggerBrowsableAttribute: {
|
|
|
831
875
|
export type DebuggerBrowsableAttribute = DebuggerBrowsableAttribute$instance;
|
|
832
876
|
|
|
833
877
|
export interface DebuggerDisableUserUnhandledExceptionsAttribute$instance extends Attribute {
|
|
878
|
+
readonly __tsonic_type_System_Diagnostics_DebuggerDisableUserUnhandledExceptionsAttribute: never;
|
|
879
|
+
|
|
834
880
|
}
|
|
835
881
|
|
|
836
882
|
|
|
@@ -842,6 +888,8 @@ export const DebuggerDisableUserUnhandledExceptionsAttribute: {
|
|
|
842
888
|
export type DebuggerDisableUserUnhandledExceptionsAttribute = DebuggerDisableUserUnhandledExceptionsAttribute$instance;
|
|
843
889
|
|
|
844
890
|
export interface DebuggerDisplayAttribute$instance extends Attribute {
|
|
891
|
+
readonly __tsonic_type_System_Diagnostics_DebuggerDisplayAttribute: never;
|
|
892
|
+
|
|
845
893
|
get Name(): string | undefined;
|
|
846
894
|
set Name(value: string | undefined);
|
|
847
895
|
get Target(): Type | undefined;
|
|
@@ -862,6 +910,8 @@ export const DebuggerDisplayAttribute: {
|
|
|
862
910
|
export type DebuggerDisplayAttribute = DebuggerDisplayAttribute$instance;
|
|
863
911
|
|
|
864
912
|
export interface DebuggerHiddenAttribute$instance extends Attribute {
|
|
913
|
+
readonly __tsonic_type_System_Diagnostics_DebuggerHiddenAttribute: never;
|
|
914
|
+
|
|
865
915
|
}
|
|
866
916
|
|
|
867
917
|
|
|
@@ -873,6 +923,8 @@ export const DebuggerHiddenAttribute: {
|
|
|
873
923
|
export type DebuggerHiddenAttribute = DebuggerHiddenAttribute$instance;
|
|
874
924
|
|
|
875
925
|
export interface DebuggerNonUserCodeAttribute$instance extends Attribute {
|
|
926
|
+
readonly __tsonic_type_System_Diagnostics_DebuggerNonUserCodeAttribute: never;
|
|
927
|
+
|
|
876
928
|
}
|
|
877
929
|
|
|
878
930
|
|
|
@@ -884,6 +936,8 @@ export const DebuggerNonUserCodeAttribute: {
|
|
|
884
936
|
export type DebuggerNonUserCodeAttribute = DebuggerNonUserCodeAttribute$instance;
|
|
885
937
|
|
|
886
938
|
export interface DebuggerStepperBoundaryAttribute$instance extends Attribute {
|
|
939
|
+
readonly __tsonic_type_System_Diagnostics_DebuggerStepperBoundaryAttribute: never;
|
|
940
|
+
|
|
887
941
|
}
|
|
888
942
|
|
|
889
943
|
|
|
@@ -895,6 +949,8 @@ export const DebuggerStepperBoundaryAttribute: {
|
|
|
895
949
|
export type DebuggerStepperBoundaryAttribute = DebuggerStepperBoundaryAttribute$instance;
|
|
896
950
|
|
|
897
951
|
export interface DebuggerStepThroughAttribute$instance extends Attribute {
|
|
952
|
+
readonly __tsonic_type_System_Diagnostics_DebuggerStepThroughAttribute: never;
|
|
953
|
+
|
|
898
954
|
}
|
|
899
955
|
|
|
900
956
|
|
|
@@ -906,6 +962,8 @@ export const DebuggerStepThroughAttribute: {
|
|
|
906
962
|
export type DebuggerStepThroughAttribute = DebuggerStepThroughAttribute$instance;
|
|
907
963
|
|
|
908
964
|
export interface DebuggerTypeProxyAttribute$instance extends Attribute {
|
|
965
|
+
readonly __tsonic_type_System_Diagnostics_DebuggerTypeProxyAttribute: never;
|
|
966
|
+
|
|
909
967
|
readonly ProxyTypeName: string;
|
|
910
968
|
get Target(): Type | undefined;
|
|
911
969
|
set Target(value: Type | undefined);
|
|
@@ -923,6 +981,8 @@ export const DebuggerTypeProxyAttribute: {
|
|
|
923
981
|
export type DebuggerTypeProxyAttribute = DebuggerTypeProxyAttribute$instance;
|
|
924
982
|
|
|
925
983
|
export interface DebuggerVisualizerAttribute$instance extends Attribute {
|
|
984
|
+
readonly __tsonic_type_System_Diagnostics_DebuggerVisualizerAttribute: never;
|
|
985
|
+
|
|
926
986
|
get Description(): string | undefined;
|
|
927
987
|
set Description(value: string | undefined);
|
|
928
988
|
get Target(): Type | undefined;
|
|
@@ -947,6 +1007,8 @@ export const DebuggerVisualizerAttribute: {
|
|
|
947
1007
|
export type DebuggerVisualizerAttribute = DebuggerVisualizerAttribute$instance;
|
|
948
1008
|
|
|
949
1009
|
export interface DebugProvider$instance {
|
|
1010
|
+
readonly __tsonic_type_System_Diagnostics_DebugProvider: never;
|
|
1011
|
+
|
|
950
1012
|
Fail(message: string, detailMessage: string): void;
|
|
951
1013
|
OnIndentLevelChanged(indentLevel: int): void;
|
|
952
1014
|
OnIndentSizeChanged(indentSize: int): void;
|
|
@@ -965,6 +1027,8 @@ export const DebugProvider: {
|
|
|
965
1027
|
export type DebugProvider = DebugProvider$instance;
|
|
966
1028
|
|
|
967
1029
|
export interface DefaultTraceListener$instance extends TraceListener$instance {
|
|
1030
|
+
readonly __tsonic_type_System_Diagnostics_DefaultTraceListener: never;
|
|
1031
|
+
|
|
968
1032
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
969
1033
|
|
|
970
1034
|
AssertUiEnabled: boolean;
|
|
@@ -998,6 +1062,8 @@ export type DefaultTraceListener = DefaultTraceListener$instance & __DefaultTrac
|
|
|
998
1062
|
|
|
999
1063
|
|
|
1000
1064
|
export interface DelimitedListTraceListener$instance extends TextWriterTraceListener$instance {
|
|
1065
|
+
readonly __tsonic_type_System_Diagnostics_DelimitedListTraceListener: never;
|
|
1066
|
+
|
|
1001
1067
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1002
1068
|
|
|
1003
1069
|
Delimiter: string;
|
|
@@ -1029,7 +1095,9 @@ export interface __DelimitedListTraceListener$views {
|
|
|
1029
1095
|
export type DelimitedListTraceListener = DelimitedListTraceListener$instance & __DelimitedListTraceListener$views;
|
|
1030
1096
|
|
|
1031
1097
|
|
|
1032
|
-
export interface DiagnosticListener$instance extends DiagnosticSource {
|
|
1098
|
+
export interface DiagnosticListener$instance extends DiagnosticSource, System_Internal.IDisposable$instance {
|
|
1099
|
+
readonly __tsonic_type_System_Diagnostics_DiagnosticListener: never;
|
|
1100
|
+
|
|
1033
1101
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1034
1102
|
readonly __tsonic_iface_System_IObservable_1: never;
|
|
1035
1103
|
|
|
@@ -1060,12 +1128,12 @@ export interface __DiagnosticListener$views {
|
|
|
1060
1128
|
As_IObservable_1(): System_Internal.IObservable_1$instance<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
1061
1129
|
}
|
|
1062
1130
|
|
|
1063
|
-
export interface DiagnosticListener$instance extends System_Internal.IDisposable$instance {}
|
|
1064
|
-
|
|
1065
1131
|
export type DiagnosticListener = DiagnosticListener$instance & __DiagnosticListener$views;
|
|
1066
1132
|
|
|
1067
1133
|
|
|
1068
1134
|
export interface DiagnosticMethodInfo$instance {
|
|
1135
|
+
readonly __tsonic_type_System_Diagnostics_DiagnosticMethodInfo: never;
|
|
1136
|
+
|
|
1069
1137
|
readonly DeclaringAssemblyName: string | undefined;
|
|
1070
1138
|
readonly DeclaringTypeName: string | undefined;
|
|
1071
1139
|
readonly Name: string;
|
|
@@ -1081,6 +1149,8 @@ export const DiagnosticMethodInfo: {
|
|
|
1081
1149
|
export type DiagnosticMethodInfo = DiagnosticMethodInfo$instance;
|
|
1082
1150
|
|
|
1083
1151
|
export interface DiagnosticSource$instance {
|
|
1152
|
+
readonly __tsonic_type_System_Diagnostics_DiagnosticSource: never;
|
|
1153
|
+
|
|
1084
1154
|
IsEnabled(name: string): boolean;
|
|
1085
1155
|
IsEnabled(name: string, arg1: unknown, arg2?: unknown): boolean;
|
|
1086
1156
|
OnActivityExport(activity: Activity, payload: unknown): void;
|
|
@@ -1101,6 +1171,8 @@ export const DiagnosticSource: (abstract new() => DiagnosticSource) & {
|
|
|
1101
1171
|
export type DiagnosticSource = DiagnosticSource$instance;
|
|
1102
1172
|
|
|
1103
1173
|
export interface DistributedContextPropagator$instance {
|
|
1174
|
+
readonly __tsonic_type_System_Diagnostics_DistributedContextPropagator: never;
|
|
1175
|
+
|
|
1104
1176
|
readonly Fields: IReadOnlyCollection_1<System_Internal.String>;
|
|
1105
1177
|
ExtractBaggage(carrier: unknown, getter: DistributedContextPropagator_PropagatorGetterCallback): IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>> | undefined;
|
|
1106
1178
|
ExtractTraceIdAndState(carrier: unknown, getter: DistributedContextPropagator_PropagatorGetterCallback, traceId: string, traceState: string): void;
|
|
@@ -1121,6 +1193,8 @@ export const DistributedContextPropagator: (abstract new() => DistributedContext
|
|
|
1121
1193
|
export type DistributedContextPropagator = DistributedContextPropagator$instance;
|
|
1122
1194
|
|
|
1123
1195
|
export interface EventTypeFilter$instance extends TraceFilter {
|
|
1196
|
+
readonly __tsonic_type_System_Diagnostics_EventTypeFilter: never;
|
|
1197
|
+
|
|
1124
1198
|
EventType: SourceLevels;
|
|
1125
1199
|
ShouldTrace(cache: TraceEventCache, source: string, eventType: TraceEventType, id: int, formatOrMessage: string, args: unknown[], data1: unknown, data: unknown[]): boolean;
|
|
1126
1200
|
}
|
|
@@ -1134,6 +1208,8 @@ export const EventTypeFilter: {
|
|
|
1134
1208
|
export type EventTypeFilter = EventTypeFilter$instance;
|
|
1135
1209
|
|
|
1136
1210
|
export interface FileVersionInfo$instance {
|
|
1211
|
+
readonly __tsonic_type_System_Diagnostics_FileVersionInfo: never;
|
|
1212
|
+
|
|
1137
1213
|
readonly Comments: string | undefined;
|
|
1138
1214
|
readonly CompanyName: string | undefined;
|
|
1139
1215
|
readonly FileBuildPart: int;
|
|
@@ -1173,6 +1249,8 @@ export const FileVersionInfo: {
|
|
|
1173
1249
|
export type FileVersionInfo = FileVersionInfo$instance;
|
|
1174
1250
|
|
|
1175
1251
|
export interface InitializingSwitchEventArgs$instance extends EventArgs {
|
|
1252
|
+
readonly __tsonic_type_System_Diagnostics_InitializingSwitchEventArgs: never;
|
|
1253
|
+
|
|
1176
1254
|
readonly Switch: Switch;
|
|
1177
1255
|
}
|
|
1178
1256
|
|
|
@@ -1185,6 +1263,8 @@ export const InitializingSwitchEventArgs: {
|
|
|
1185
1263
|
export type InitializingSwitchEventArgs = InitializingSwitchEventArgs$instance;
|
|
1186
1264
|
|
|
1187
1265
|
export interface InitializingTraceSourceEventArgs$instance extends EventArgs {
|
|
1266
|
+
readonly __tsonic_type_System_Diagnostics_InitializingTraceSourceEventArgs: never;
|
|
1267
|
+
|
|
1188
1268
|
readonly TraceSource: TraceSource;
|
|
1189
1269
|
WasInitialized: boolean;
|
|
1190
1270
|
}
|
|
@@ -1198,6 +1278,8 @@ export const InitializingTraceSourceEventArgs: {
|
|
|
1198
1278
|
export type InitializingTraceSourceEventArgs = InitializingTraceSourceEventArgs$instance;
|
|
1199
1279
|
|
|
1200
1280
|
export interface MonitoringDescriptionAttribute$instance extends DescriptionAttribute {
|
|
1281
|
+
readonly __tsonic_type_System_Diagnostics_MonitoringDescriptionAttribute: never;
|
|
1282
|
+
|
|
1201
1283
|
readonly Description: string;
|
|
1202
1284
|
}
|
|
1203
1285
|
|
|
@@ -1210,6 +1292,8 @@ export const MonitoringDescriptionAttribute: {
|
|
|
1210
1292
|
export type MonitoringDescriptionAttribute = MonitoringDescriptionAttribute$instance;
|
|
1211
1293
|
|
|
1212
1294
|
export interface Process$instance extends Component {
|
|
1295
|
+
readonly __tsonic_type_System_Diagnostics_Process: never;
|
|
1296
|
+
|
|
1213
1297
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
1214
1298
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1215
1299
|
|
|
@@ -1316,6 +1400,8 @@ export type Process = Process$instance & __Process$views;
|
|
|
1316
1400
|
|
|
1317
1401
|
|
|
1318
1402
|
export interface ProcessModule$instance extends Component {
|
|
1403
|
+
readonly __tsonic_type_System_Diagnostics_ProcessModule: never;
|
|
1404
|
+
|
|
1319
1405
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
1320
1406
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1321
1407
|
|
|
@@ -1344,10 +1430,11 @@ export type ProcessModule = ProcessModule$instance & __ProcessModule$views;
|
|
|
1344
1430
|
|
|
1345
1431
|
|
|
1346
1432
|
export interface ProcessModuleCollection$instance extends ReadOnlyCollectionBase {
|
|
1433
|
+
readonly __tsonic_type_System_Diagnostics_ProcessModuleCollection: never;
|
|
1434
|
+
|
|
1347
1435
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1348
1436
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1349
1437
|
|
|
1350
|
-
readonly [index: number]: ProcessModule;
|
|
1351
1438
|
Contains(module: ProcessModule): boolean;
|
|
1352
1439
|
CopyTo(array: ClrArray, index: int): void;
|
|
1353
1440
|
GetEnumerator(): IEnumerator;
|
|
@@ -1365,10 +1452,12 @@ export interface __ProcessModuleCollection$views {
|
|
|
1365
1452
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1366
1453
|
}
|
|
1367
1454
|
|
|
1368
|
-
export type ProcessModuleCollection = ProcessModuleCollection$instance & __ProcessModuleCollection$views;
|
|
1455
|
+
export type ProcessModuleCollection = ProcessModuleCollection$instance & __ProcessModuleCollection$views & { readonly [index: number]: ProcessModule; };
|
|
1369
1456
|
|
|
1370
1457
|
|
|
1371
1458
|
export interface ProcessStartInfo$instance {
|
|
1459
|
+
readonly __tsonic_type_System_Diagnostics_ProcessStartInfo: never;
|
|
1460
|
+
|
|
1372
1461
|
readonly ArgumentList: Collection_1<System_Internal.String>;
|
|
1373
1462
|
Arguments: string;
|
|
1374
1463
|
CreateNewProcessGroup: boolean;
|
|
@@ -1414,6 +1503,8 @@ export const ProcessStartInfo: {
|
|
|
1414
1503
|
export type ProcessStartInfo = ProcessStartInfo$instance;
|
|
1415
1504
|
|
|
1416
1505
|
export interface ProcessThread$instance extends Component {
|
|
1506
|
+
readonly __tsonic_type_System_Diagnostics_ProcessThread: never;
|
|
1507
|
+
|
|
1417
1508
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
1418
1509
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1419
1510
|
|
|
@@ -1450,10 +1541,11 @@ export type ProcessThread = ProcessThread$instance & __ProcessThread$views;
|
|
|
1450
1541
|
|
|
1451
1542
|
|
|
1452
1543
|
export interface ProcessThreadCollection$instance extends ReadOnlyCollectionBase {
|
|
1544
|
+
readonly __tsonic_type_System_Diagnostics_ProcessThreadCollection: never;
|
|
1545
|
+
|
|
1453
1546
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1454
1547
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1455
1548
|
|
|
1456
|
-
readonly [index: number]: ProcessThread;
|
|
1457
1549
|
Add(thread: ProcessThread): int;
|
|
1458
1550
|
Contains(thread: ProcessThread): boolean;
|
|
1459
1551
|
CopyTo(array: ClrArray, index: int): void;
|
|
@@ -1474,10 +1566,12 @@ export interface __ProcessThreadCollection$views {
|
|
|
1474
1566
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1475
1567
|
}
|
|
1476
1568
|
|
|
1477
|
-
export type ProcessThreadCollection = ProcessThreadCollection$instance & __ProcessThreadCollection$views;
|
|
1569
|
+
export type ProcessThreadCollection = ProcessThreadCollection$instance & __ProcessThreadCollection$views & { readonly [index: number]: ProcessThread; };
|
|
1478
1570
|
|
|
1479
1571
|
|
|
1480
1572
|
export interface SourceFilter$instance extends TraceFilter {
|
|
1573
|
+
readonly __tsonic_type_System_Diagnostics_SourceFilter: never;
|
|
1574
|
+
|
|
1481
1575
|
Source: string;
|
|
1482
1576
|
ShouldTrace(cache: TraceEventCache, source: string, eventType: TraceEventType, id: int, formatOrMessage: string, args: unknown[], data1: unknown, data: unknown[]): boolean;
|
|
1483
1577
|
}
|
|
@@ -1491,6 +1585,8 @@ export const SourceFilter: {
|
|
|
1491
1585
|
export type SourceFilter = SourceFilter$instance;
|
|
1492
1586
|
|
|
1493
1587
|
export interface SourceSwitch$instance extends Switch {
|
|
1588
|
+
readonly __tsonic_type_System_Diagnostics_SourceSwitch: never;
|
|
1589
|
+
|
|
1494
1590
|
Level: SourceLevels;
|
|
1495
1591
|
OnValueChanged(): void;
|
|
1496
1592
|
ShouldTrace(eventType: TraceEventType): boolean;
|
|
@@ -1506,6 +1602,8 @@ export const SourceSwitch: {
|
|
|
1506
1602
|
export type SourceSwitch = SourceSwitch$instance;
|
|
1507
1603
|
|
|
1508
1604
|
export interface StackFrame$instance {
|
|
1605
|
+
readonly __tsonic_type_System_Diagnostics_StackFrame: never;
|
|
1606
|
+
|
|
1509
1607
|
GetFileColumnNumber(): int;
|
|
1510
1608
|
GetFileLineNumber(): int;
|
|
1511
1609
|
GetFileName(): string | undefined;
|
|
@@ -1530,6 +1628,8 @@ export const StackFrame: {
|
|
|
1530
1628
|
export type StackFrame = StackFrame$instance;
|
|
1531
1629
|
|
|
1532
1630
|
export interface StackTrace$instance {
|
|
1631
|
+
readonly __tsonic_type_System_Diagnostics_StackTrace: never;
|
|
1632
|
+
|
|
1533
1633
|
readonly FrameCount: int;
|
|
1534
1634
|
GetFrame(index: int): StackFrame | undefined;
|
|
1535
1635
|
GetFrames(): StackFrame[];
|
|
@@ -1555,6 +1655,8 @@ export const StackTrace: {
|
|
|
1555
1655
|
export type StackTrace = StackTrace$instance;
|
|
1556
1656
|
|
|
1557
1657
|
export interface StackTraceHiddenAttribute$instance extends Attribute {
|
|
1658
|
+
readonly __tsonic_type_System_Diagnostics_StackTraceHiddenAttribute: never;
|
|
1659
|
+
|
|
1558
1660
|
}
|
|
1559
1661
|
|
|
1560
1662
|
|
|
@@ -1566,6 +1668,8 @@ export const StackTraceHiddenAttribute: {
|
|
|
1566
1668
|
export type StackTraceHiddenAttribute = StackTraceHiddenAttribute$instance;
|
|
1567
1669
|
|
|
1568
1670
|
export interface Stopwatch$instance {
|
|
1671
|
+
readonly __tsonic_type_System_Diagnostics_Stopwatch: never;
|
|
1672
|
+
|
|
1569
1673
|
readonly Elapsed: TimeSpan;
|
|
1570
1674
|
readonly ElapsedMilliseconds: long;
|
|
1571
1675
|
readonly ElapsedTicks: long;
|
|
@@ -1592,6 +1696,8 @@ export const Stopwatch: {
|
|
|
1592
1696
|
export type Stopwatch = Stopwatch$instance;
|
|
1593
1697
|
|
|
1594
1698
|
export interface Switch$instance {
|
|
1699
|
+
readonly __tsonic_type_System_Diagnostics_Switch: never;
|
|
1700
|
+
|
|
1595
1701
|
readonly Attributes: StringDictionary;
|
|
1596
1702
|
readonly DefaultValue: string;
|
|
1597
1703
|
readonly Description: string;
|
|
@@ -1611,6 +1717,8 @@ export const Switch: (abstract new(displayName: string, description: string) =>
|
|
|
1611
1717
|
export type Switch = Switch$instance;
|
|
1612
1718
|
|
|
1613
1719
|
export interface SwitchAttribute$instance extends Attribute {
|
|
1720
|
+
readonly __tsonic_type_System_Diagnostics_SwitchAttribute: never;
|
|
1721
|
+
|
|
1614
1722
|
get SwitchDescription(): string | undefined;
|
|
1615
1723
|
set SwitchDescription(value: string | undefined);
|
|
1616
1724
|
SwitchName: string;
|
|
@@ -1627,6 +1735,8 @@ export const SwitchAttribute: {
|
|
|
1627
1735
|
export type SwitchAttribute = SwitchAttribute$instance;
|
|
1628
1736
|
|
|
1629
1737
|
export interface SwitchLevelAttribute$instance extends Attribute {
|
|
1738
|
+
readonly __tsonic_type_System_Diagnostics_SwitchLevelAttribute: never;
|
|
1739
|
+
|
|
1630
1740
|
SwitchLevelType: Type;
|
|
1631
1741
|
}
|
|
1632
1742
|
|
|
@@ -1639,6 +1749,8 @@ export const SwitchLevelAttribute: {
|
|
|
1639
1749
|
export type SwitchLevelAttribute = SwitchLevelAttribute$instance;
|
|
1640
1750
|
|
|
1641
1751
|
export interface TextWriterTraceListener$instance extends TraceListener$instance {
|
|
1752
|
+
readonly __tsonic_type_System_Diagnostics_TextWriterTraceListener: never;
|
|
1753
|
+
|
|
1642
1754
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1643
1755
|
|
|
1644
1756
|
get Writer(): TextWriter | undefined;
|
|
@@ -1677,6 +1789,8 @@ export type TextWriterTraceListener = TextWriterTraceListener$instance & __TextW
|
|
|
1677
1789
|
|
|
1678
1790
|
|
|
1679
1791
|
export interface Trace$instance {
|
|
1792
|
+
readonly __tsonic_type_System_Diagnostics_Trace: never;
|
|
1793
|
+
|
|
1680
1794
|
}
|
|
1681
1795
|
|
|
1682
1796
|
|
|
@@ -1725,6 +1839,8 @@ export const Trace: {
|
|
|
1725
1839
|
export type Trace = Trace$instance;
|
|
1726
1840
|
|
|
1727
1841
|
export interface TraceEventCache$instance {
|
|
1842
|
+
readonly __tsonic_type_System_Diagnostics_TraceEventCache: never;
|
|
1843
|
+
|
|
1728
1844
|
readonly Callstack: string;
|
|
1729
1845
|
readonly DateTime: DateTime;
|
|
1730
1846
|
readonly LogicalOperationStack: Stack;
|
|
@@ -1742,6 +1858,8 @@ export const TraceEventCache: {
|
|
|
1742
1858
|
export type TraceEventCache = TraceEventCache$instance;
|
|
1743
1859
|
|
|
1744
1860
|
export interface TraceFilter$instance {
|
|
1861
|
+
readonly __tsonic_type_System_Diagnostics_TraceFilter: never;
|
|
1862
|
+
|
|
1745
1863
|
ShouldTrace(cache: TraceEventCache, source: string, eventType: TraceEventType, id: int, formatOrMessage: string, args: unknown[], data1: unknown, data: unknown[]): boolean;
|
|
1746
1864
|
}
|
|
1747
1865
|
|
|
@@ -1753,6 +1871,8 @@ export const TraceFilter: (abstract new() => TraceFilter) & {
|
|
|
1753
1871
|
export type TraceFilter = TraceFilter$instance;
|
|
1754
1872
|
|
|
1755
1873
|
export interface TraceListener$instance extends MarshalByRefObject {
|
|
1874
|
+
readonly __tsonic_type_System_Diagnostics_TraceListener: never;
|
|
1875
|
+
|
|
1756
1876
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1757
1877
|
|
|
1758
1878
|
readonly Attributes: StringDictionary;
|
|
@@ -1800,6 +1920,8 @@ export type TraceListener = TraceListener$instance & __TraceListener$views;
|
|
|
1800
1920
|
|
|
1801
1921
|
|
|
1802
1922
|
export interface TraceListenerCollection$instance {
|
|
1923
|
+
readonly __tsonic_type_System_Diagnostics_TraceListenerCollection: never;
|
|
1924
|
+
|
|
1803
1925
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1804
1926
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1805
1927
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
@@ -1837,6 +1959,8 @@ export type TraceListenerCollection = TraceListenerCollection$instance & __Trace
|
|
|
1837
1959
|
|
|
1838
1960
|
|
|
1839
1961
|
export interface TraceSource$instance {
|
|
1962
|
+
readonly __tsonic_type_System_Diagnostics_TraceSource: never;
|
|
1963
|
+
|
|
1840
1964
|
readonly Attributes: StringDictionary;
|
|
1841
1965
|
readonly DefaultLevel: SourceLevels;
|
|
1842
1966
|
readonly Listeners: TraceListenerCollection;
|
|
@@ -1865,6 +1989,8 @@ export const TraceSource: {
|
|
|
1865
1989
|
export type TraceSource = TraceSource$instance;
|
|
1866
1990
|
|
|
1867
1991
|
export interface TraceSwitch$instance extends Switch {
|
|
1992
|
+
readonly __tsonic_type_System_Diagnostics_TraceSwitch: never;
|
|
1993
|
+
|
|
1868
1994
|
Level: TraceLevel;
|
|
1869
1995
|
readonly TraceError: boolean;
|
|
1870
1996
|
readonly TraceInfo: boolean;
|
|
@@ -1884,6 +2010,8 @@ export const TraceSwitch: {
|
|
|
1884
2010
|
export type TraceSwitch = TraceSwitch$instance;
|
|
1885
2011
|
|
|
1886
2012
|
export interface UnreachableException$instance extends Exception {
|
|
2013
|
+
readonly __tsonic_type_System_Diagnostics_UnreachableException: never;
|
|
2014
|
+
|
|
1887
2015
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1888
2016
|
|
|
1889
2017
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1905,6 +2033,8 @@ export type UnreachableException = UnreachableException$instance & __Unreachable
|
|
|
1905
2033
|
|
|
1906
2034
|
|
|
1907
2035
|
export interface XmlWriterTraceListener$instance extends TextWriterTraceListener$instance {
|
|
2036
|
+
readonly __tsonic_type_System_Diagnostics_XmlWriterTraceListener: never;
|
|
2037
|
+
|
|
1908
2038
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1909
2039
|
|
|
1910
2040
|
Close(): void;
|