@tsonic/dotnet 10.0.2 → 10.0.4
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 +0 -3
- package/Microsoft.VisualBasic/internal/index.d.ts +1 -11
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +0 -22
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -9
- package/Microsoft.Win32/internal/index.d.ts +0 -1
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +53 -127
- package/System/internal/index.d.ts +87 -200
- package/System.Buffers/internal/index.d.ts +10 -23
- package/System.CodeDom.Compiler/internal/index.d.ts +6 -10
- package/System.Collections/internal/index.d.ts +41 -57
- package/System.Collections.Concurrent/internal/index.d.ts +4 -10
- package/System.Collections.Generic/internal/index.d.ts +15 -37
- package/System.Collections.Immutable/internal/index.d.ts +7 -20
- package/System.Collections.ObjectModel/internal/index.d.ts +25 -48
- package/System.Collections.Specialized/internal/index.d.ts +15 -30
- package/System.ComponentModel/internal/index.d.ts +126 -216
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +80 -161
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +4 -3
- package/System.ComponentModel.Design/internal/index.d.ts +26 -53
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -29
- package/System.Data/internal/index.d.ts +110 -188
- package/System.Data.Common/internal/index.d.ts +155 -238
- package/System.Data.SqlTypes/internal/index.d.ts +6 -7
- package/System.Diagnostics/internal/index.d.ts +105 -169
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +24 -21
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -2
- package/System.Diagnostics.Metrics/internal/index.d.ts +31 -66
- package/System.Diagnostics.Tracing/internal/index.d.ts +26 -35
- package/System.Dynamic/internal/index.d.ts +15 -29
- package/System.Formats.Asn1/internal/index.d.ts +0 -1
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Globalization/internal/index.d.ts +17 -51
- package/System.IO/internal/index.d.ts +47 -123
- package/System.IO.Compression/internal/index.d.ts +11 -33
- package/System.IO.Enumeration/internal/index.d.ts +11 -16
- package/System.IO.IsolatedStorage/internal/index.d.ts +6 -17
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -21
- package/System.IO.Pipelines/internal/index.d.ts +7 -18
- package/System.IO.Pipes/internal/index.d.ts +24 -50
- package/System.Linq/internal/index.d.ts +0 -4
- package/System.Linq.Expressions/internal/index.d.ts +108 -257
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -1
- package/System.Net/internal/index.d.ts +133 -184
- package/System.Net.Http/internal/index.d.ts +128 -201
- package/System.Net.Http.Headers/internal/index.d.ts +37 -40
- package/System.Net.Http.Json/internal/index.d.ts +8 -13
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -3
- package/System.Net.Mail/internal/index.d.ts +49 -105
- package/System.Net.Mime/internal/index.d.ts +4 -3
- package/System.Net.NetworkInformation/internal/index.d.ts +29 -60
- package/System.Net.Quic/internal/index.d.ts +5 -11
- package/System.Net.Security/internal/index.d.ts +30 -42
- package/System.Net.ServerSentEvents/internal/index.d.ts +1 -2
- package/System.Net.Sockets/internal/index.d.ts +33 -56
- package/System.Net.WebSockets/internal/index.d.ts +16 -23
- package/System.Numerics/internal/index.d.ts +5 -5
- package/System.Reflection/internal/index.d.ts +66 -102
- package/System.Reflection.Emit/internal/index.d.ts +104 -177
- package/System.Reflection.Metadata/internal/index.d.ts +11 -21
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +0 -1
- package/System.Reflection.PortableExecutable/internal/index.d.ts +12 -30
- package/System.Resources/internal/index.d.ts +8 -20
- package/System.Runtime/internal/index.d.ts +5 -8
- package/System.Runtime.CompilerServices/internal/index.d.ts +15 -21
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -8
- package/System.Runtime.ExceptionServices/internal/index.d.ts +0 -1
- package/System.Runtime.InteropServices/internal/index.d.ts +29 -62
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -22
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +14 -23
- package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -2
- package/System.Runtime.Loader/internal/index.d.ts +5 -11
- package/System.Runtime.Serialization/internal/index.d.ts +62 -65
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -10
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -2
- package/System.Runtime.Serialization.Json/internal/index.d.ts +6 -4
- package/System.Runtime.Versioning/internal/index.d.ts +6 -6
- package/System.Security/internal/index.d.ts +22 -25
- package/System.Security.AccessControl/internal/index.d.ts +51 -89
- package/System.Security.Authentication/internal/index.d.ts +0 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -10
- package/System.Security.Claims/internal/index.d.ts +19 -38
- package/System.Security.Cryptography/internal/index.d.ts +492 -903
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +19 -48
- package/System.Security.Permissions/internal/index.d.ts +2 -4
- package/System.Security.Policy/internal/index.d.ts +3 -4
- package/System.Security.Principal/internal/index.d.ts +11 -17
- package/System.Text/internal/index.d.ts +11 -23
- package/System.Text.Encodings.Web/internal/index.d.ts +4 -8
- package/System.Text.Json/internal/index.d.ts +10 -12
- package/System.Text.Json.Nodes/internal/index.d.ts +4 -3
- package/System.Text.Json.Schema/internal/index.d.ts +1 -1
- package/System.Text.Json.Serialization/internal/index.d.ts +19 -27
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +36 -34
- package/System.Text.RegularExpressions/internal/index.d.ts +11 -31
- package/System.Threading/internal/index.d.ts +36 -106
- package/System.Threading.Channels/internal/index.d.ts +7 -12
- package/System.Threading.Tasks/internal/index.d.ts +18 -29
- package/System.Timers/internal/index.d.ts +4 -8
- package/System.Transactions/internal/index.d.ts +3 -14
- package/System.Xml/internal/index.d.ts +104 -167
- package/System.Xml.Linq/internal/index.d.ts +17 -13
- package/System.Xml.Schema/internal/index.d.ts +117 -112
- package/System.Xml.Serialization/internal/index.d.ts +92 -100
- package/System.Xml.XPath/internal/index.d.ts +5 -9
- package/System.Xml.Xsl/internal/index.d.ts +4 -9
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +11 -29
- package/package.json +1 -1
|
@@ -217,9 +217,10 @@ export const Activity_Enumerator_1: {
|
|
|
217
217
|
export type Activity_Enumerator_1<T> = Activity_Enumerator_1$instance<T>;
|
|
218
218
|
|
|
219
219
|
export interface ActivityChangedEventArgs$instance {
|
|
220
|
-
Current: Activity;
|
|
220
|
+
get Current(): Activity | undefined;
|
|
221
|
+
set Current(value: Activity | undefined);
|
|
221
222
|
get Previous(): Activity | undefined;
|
|
222
|
-
set Previous(value: Activity);
|
|
223
|
+
set Previous(value: Activity | undefined);
|
|
223
224
|
}
|
|
224
225
|
|
|
225
226
|
|
|
@@ -262,15 +263,15 @@ export type ActivityContext = ActivityContext$instance & __ActivityContext$views
|
|
|
262
263
|
|
|
263
264
|
export interface ActivityCreationOptions_1$instance<T> {
|
|
264
265
|
readonly Kind: ActivityKind;
|
|
265
|
-
readonly Links: IEnumerable_1<ActivityLink
|
|
266
|
+
readonly Links: IEnumerable_1<ActivityLink> | undefined;
|
|
266
267
|
readonly Name: string;
|
|
267
268
|
readonly Parent: T;
|
|
268
269
|
readonly SamplingTags: ActivityTagsCollection;
|
|
269
270
|
readonly Source: ActivitySource;
|
|
270
|
-
readonly Tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown
|
|
271
|
+
readonly Tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> | undefined;
|
|
271
272
|
readonly TraceId: ActivityTraceId;
|
|
272
273
|
get TraceState(): string | undefined;
|
|
273
|
-
set TraceState(value: string);
|
|
274
|
+
set TraceState(value: string | undefined);
|
|
274
275
|
}
|
|
275
276
|
|
|
276
277
|
|
|
@@ -299,7 +300,7 @@ export type ActivityEvent = ActivityEvent$instance;
|
|
|
299
300
|
|
|
300
301
|
export interface ActivityLink$instance {
|
|
301
302
|
readonly Context: ActivityContext;
|
|
302
|
-
readonly Tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown
|
|
303
|
+
readonly Tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> | undefined;
|
|
303
304
|
EnumerateTagObjects(): Activity_Enumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
304
305
|
Equals(obj: unknown): boolean;
|
|
305
306
|
Equals(value: ActivityLink): boolean;
|
|
@@ -446,7 +447,7 @@ export type Debug_WriteIfInterpolatedStringHandler = Debug_WriteIfInterpolatedSt
|
|
|
446
447
|
export interface TagList$instance {
|
|
447
448
|
readonly Count: int;
|
|
448
449
|
readonly IsReadOnly: boolean;
|
|
449
|
-
|
|
450
|
+
[index: number]: KeyValuePair_2<System_Internal.String, unknown>;
|
|
450
451
|
Add(key: string, value: unknown): void;
|
|
451
452
|
Add(tag: KeyValuePair_2<System_Internal.String, unknown>): void;
|
|
452
453
|
Clear(): void;
|
|
@@ -498,12 +499,7 @@ export interface __TagList_Enumerator$views {
|
|
|
498
499
|
export type TagList_Enumerator = TagList_Enumerator$instance & __TagList_Enumerator$views;
|
|
499
500
|
|
|
500
501
|
|
|
501
|
-
export
|
|
502
|
-
protected Dispose(disposing: boolean): void;
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
export interface Activity$instance extends Activity$protected {
|
|
502
|
+
export interface Activity$instance {
|
|
507
503
|
ActivityTraceFlags: ActivityTraceFlags;
|
|
508
504
|
readonly Baggage: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>;
|
|
509
505
|
readonly Context: ActivityContext;
|
|
@@ -511,14 +507,15 @@ export interface Activity$instance extends Activity$protected {
|
|
|
511
507
|
Duration: TimeSpan;
|
|
512
508
|
readonly Events: IEnumerable_1<ActivityEvent>;
|
|
513
509
|
HasRemoteParent: boolean;
|
|
514
|
-
readonly Id: string;
|
|
510
|
+
readonly Id: string | undefined;
|
|
515
511
|
IdFormat: ActivityIdFormat;
|
|
516
512
|
IsAllDataRequested: boolean;
|
|
517
513
|
IsStopped: boolean;
|
|
518
514
|
Kind: ActivityKind;
|
|
519
515
|
readonly Links: IEnumerable_1<ActivityLink>;
|
|
520
516
|
readonly OperationName: string;
|
|
521
|
-
Parent: Activity;
|
|
517
|
+
get Parent(): Activity | undefined;
|
|
518
|
+
set Parent(value: Activity | undefined);
|
|
522
519
|
readonly ParentId: string | undefined;
|
|
523
520
|
readonly ParentSpanId: ActivitySpanId;
|
|
524
521
|
readonly Recorded: boolean;
|
|
@@ -527,12 +524,12 @@ export interface Activity$instance extends Activity$protected {
|
|
|
527
524
|
readonly SpanId: ActivitySpanId;
|
|
528
525
|
StartTimeUtc: DateTime;
|
|
529
526
|
readonly Status: ActivityStatusCode;
|
|
530
|
-
readonly StatusDescription: string;
|
|
527
|
+
readonly StatusDescription: string | undefined;
|
|
531
528
|
readonly TagObjects: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
532
529
|
readonly Tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>;
|
|
533
530
|
readonly TraceId: ActivityTraceId;
|
|
534
531
|
get TraceStateString(): string | undefined;
|
|
535
|
-
set TraceStateString(value: string);
|
|
532
|
+
set TraceStateString(value: string | undefined);
|
|
536
533
|
AddBaggage(key: string, value: string): Activity;
|
|
537
534
|
AddEvent(e: ActivityEvent): Activity;
|
|
538
535
|
AddException(exception: Exception, tags?: TagList, timestamp?: DateTimeOffset): Activity;
|
|
@@ -540,6 +537,7 @@ export interface Activity$instance extends Activity$protected {
|
|
|
540
537
|
AddTag(key: string, value: string): Activity;
|
|
541
538
|
AddTag(key: string, value: unknown): Activity;
|
|
542
539
|
Dispose(): void;
|
|
540
|
+
Dispose(disposing: boolean): void;
|
|
543
541
|
EnumerateEvents(): Activity_Enumerator_1<ActivityEvent>;
|
|
544
542
|
EnumerateLinks(): Activity_Enumerator_1<ActivityLink>;
|
|
545
543
|
EnumerateTagObjects(): Activity_Enumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
@@ -564,9 +562,9 @@ export const Activity: {
|
|
|
564
562
|
new(operationName: string): Activity;
|
|
565
563
|
ForceDefaultIdFormat: boolean;
|
|
566
564
|
get Current(): Activity | undefined;
|
|
567
|
-
set Current(value: Activity);
|
|
565
|
+
set Current(value: Activity | undefined);
|
|
568
566
|
get TraceIdGenerator(): Func_1<ActivityTraceId> | undefined;
|
|
569
|
-
set TraceIdGenerator(value: Func_1<ActivityTraceId>);
|
|
567
|
+
set TraceIdGenerator(value: Func_1<ActivityTraceId> | undefined);
|
|
570
568
|
DefaultIdFormat: ActivityIdFormat;
|
|
571
569
|
};
|
|
572
570
|
|
|
@@ -580,17 +578,17 @@ export type Activity = Activity$instance & __Activity$views;
|
|
|
580
578
|
|
|
581
579
|
export interface ActivityListener$instance {
|
|
582
580
|
get ActivityStarted(): Action_1<Activity> | undefined;
|
|
583
|
-
set ActivityStarted(value: Action_1<Activity>);
|
|
581
|
+
set ActivityStarted(value: Action_1<Activity> | undefined);
|
|
584
582
|
get ActivityStopped(): Action_1<Activity> | undefined;
|
|
585
|
-
set ActivityStopped(value: Action_1<Activity>);
|
|
583
|
+
set ActivityStopped(value: Action_1<Activity> | undefined);
|
|
586
584
|
get ExceptionRecorder(): ExceptionRecorder | undefined;
|
|
587
|
-
set ExceptionRecorder(value: ExceptionRecorder);
|
|
585
|
+
set ExceptionRecorder(value: ExceptionRecorder | undefined);
|
|
588
586
|
get Sample(): SampleActivity_1<ActivityContext> | undefined;
|
|
589
|
-
set Sample(value: SampleActivity_1<ActivityContext>);
|
|
587
|
+
set Sample(value: SampleActivity_1<ActivityContext> | undefined);
|
|
590
588
|
get SampleUsingParentId(): SampleActivity_1<System_Internal.String> | undefined;
|
|
591
|
-
set SampleUsingParentId(value: SampleActivity_1<System_Internal.String>);
|
|
589
|
+
set SampleUsingParentId(value: SampleActivity_1<System_Internal.String> | undefined);
|
|
592
590
|
get ShouldListenTo(): Func_2<ActivitySource, System_Internal.Boolean> | undefined;
|
|
593
|
-
set ShouldListenTo(value: Func_2<ActivitySource, System_Internal.Boolean>);
|
|
591
|
+
set ShouldListenTo(value: Func_2<ActivitySource, System_Internal.Boolean> | undefined);
|
|
594
592
|
Dispose(): void;
|
|
595
593
|
}
|
|
596
594
|
|
|
@@ -611,9 +609,9 @@ export type ActivityListener = ActivityListener$instance & __ActivityListener$vi
|
|
|
611
609
|
|
|
612
610
|
export interface ActivitySource$instance {
|
|
613
611
|
readonly Name: string;
|
|
614
|
-
readonly Tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown
|
|
612
|
+
readonly Tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> | undefined;
|
|
615
613
|
readonly TelemetrySchemaUrl: string | undefined;
|
|
616
|
-
readonly Version: string;
|
|
614
|
+
readonly Version: string | undefined;
|
|
617
615
|
CreateActivity(name: string, kind: ActivityKind): Activity | undefined;
|
|
618
616
|
CreateActivity(name: string, kind: ActivityKind, parentContext: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>, links?: IEnumerable_1<ActivityLink>, idFormat?: ActivityIdFormat): Activity | undefined;
|
|
619
617
|
CreateActivity(name: string, kind: ActivityKind, parentId: string, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>, links?: IEnumerable_1<ActivityLink>, idFormat?: ActivityIdFormat): Activity | undefined;
|
|
@@ -646,10 +644,12 @@ export type ActivitySource = ActivitySource$instance & __ActivitySource$views;
|
|
|
646
644
|
|
|
647
645
|
export interface ActivitySourceOptions$instance {
|
|
648
646
|
Name: string;
|
|
649
|
-
Tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown
|
|
647
|
+
get Tags(): IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> | undefined;
|
|
648
|
+
set Tags(value: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> | undefined);
|
|
650
649
|
get TelemetrySchemaUrl(): string | undefined;
|
|
651
|
-
set TelemetrySchemaUrl(value: string);
|
|
652
|
-
Version: string;
|
|
650
|
+
set TelemetrySchemaUrl(value: string | undefined);
|
|
651
|
+
get Version(): string | undefined;
|
|
652
|
+
set Version(value: string | undefined);
|
|
653
653
|
}
|
|
654
654
|
|
|
655
655
|
|
|
@@ -663,7 +663,7 @@ export type ActivitySourceOptions = ActivitySourceOptions$instance;
|
|
|
663
663
|
export interface ActivityTagsCollection$instance {
|
|
664
664
|
readonly Count: int;
|
|
665
665
|
readonly IsReadOnly: boolean;
|
|
666
|
-
|
|
666
|
+
[key: string]: unknown | undefined;
|
|
667
667
|
readonly Keys: ICollection_1<System_Internal.String>;
|
|
668
668
|
readonly Values: ICollection_1<unknown | undefined>;
|
|
669
669
|
Add(key: string, value: unknown): void;
|
|
@@ -695,13 +695,9 @@ export interface __ActivityTagsCollection$views {
|
|
|
695
695
|
export type ActivityTagsCollection = ActivityTagsCollection$instance & __ActivityTagsCollection$views;
|
|
696
696
|
|
|
697
697
|
|
|
698
|
-
export
|
|
699
|
-
protected OnValueChanged(): void;
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
export interface BooleanSwitch$instance extends BooleanSwitch$protected, Switch {
|
|
698
|
+
export interface BooleanSwitch$instance extends Switch {
|
|
704
699
|
Enabled: boolean;
|
|
700
|
+
OnValueChanged(): void;
|
|
705
701
|
}
|
|
706
702
|
|
|
707
703
|
|
|
@@ -725,14 +721,10 @@ export const ConditionalAttribute: {
|
|
|
725
721
|
|
|
726
722
|
export type ConditionalAttribute = ConditionalAttribute$instance;
|
|
727
723
|
|
|
728
|
-
export
|
|
729
|
-
protected Dispose(disposing: boolean): void;
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
export interface ConsoleTraceListener$instance extends ConsoleTraceListener$protected, TextWriterTraceListener$instance {
|
|
724
|
+
export interface ConsoleTraceListener$instance extends TextWriterTraceListener$instance {
|
|
734
725
|
Close(): void;
|
|
735
|
-
|
|
726
|
+
Dispose(disposing: boolean): void;
|
|
727
|
+
Dispose(): void;
|
|
736
728
|
}
|
|
737
729
|
|
|
738
730
|
|
|
@@ -759,19 +751,17 @@ export interface CorrelationManager$instance {
|
|
|
759
751
|
|
|
760
752
|
|
|
761
753
|
export const CorrelationManager: {
|
|
762
|
-
new(): CorrelationManager;
|
|
763
754
|
};
|
|
764
755
|
|
|
765
756
|
|
|
766
757
|
export type CorrelationManager = CorrelationManager$instance;
|
|
767
758
|
|
|
768
759
|
export interface DataReceivedEventArgs$instance extends EventArgs {
|
|
769
|
-
readonly Data: string;
|
|
760
|
+
readonly Data: string | undefined;
|
|
770
761
|
}
|
|
771
762
|
|
|
772
763
|
|
|
773
764
|
export const DataReceivedEventArgs: {
|
|
774
|
-
new(): DataReceivedEventArgs;
|
|
775
765
|
};
|
|
776
766
|
|
|
777
767
|
|
|
@@ -816,11 +806,14 @@ export const DebuggerDisableUserUnhandledExceptionsAttribute: {
|
|
|
816
806
|
export type DebuggerDisableUserUnhandledExceptionsAttribute = DebuggerDisableUserUnhandledExceptionsAttribute$instance;
|
|
817
807
|
|
|
818
808
|
export interface DebuggerDisplayAttribute$instance extends Attribute {
|
|
819
|
-
Name: string;
|
|
820
|
-
|
|
809
|
+
get Name(): string | undefined;
|
|
810
|
+
set Name(value: string | undefined);
|
|
811
|
+
get Target(): Type | undefined;
|
|
812
|
+
set Target(value: Type | undefined);
|
|
821
813
|
get TargetTypeName(): string | undefined;
|
|
822
|
-
set TargetTypeName(value: string);
|
|
823
|
-
Type: string;
|
|
814
|
+
set TargetTypeName(value: string | undefined);
|
|
815
|
+
get Type(): string | undefined;
|
|
816
|
+
set Type(value: string | undefined);
|
|
824
817
|
readonly Value: string;
|
|
825
818
|
}
|
|
826
819
|
|
|
@@ -878,9 +871,10 @@ export type DebuggerStepThroughAttribute = DebuggerStepThroughAttribute$instance
|
|
|
878
871
|
|
|
879
872
|
export interface DebuggerTypeProxyAttribute$instance extends Attribute {
|
|
880
873
|
readonly ProxyTypeName: string;
|
|
881
|
-
Target: Type;
|
|
874
|
+
get Target(): Type | undefined;
|
|
875
|
+
set Target(value: Type | undefined);
|
|
882
876
|
get TargetTypeName(): string | undefined;
|
|
883
|
-
set TargetTypeName(value: string);
|
|
877
|
+
set TargetTypeName(value: string | undefined);
|
|
884
878
|
}
|
|
885
879
|
|
|
886
880
|
|
|
@@ -893,10 +887,12 @@ export const DebuggerTypeProxyAttribute: {
|
|
|
893
887
|
export type DebuggerTypeProxyAttribute = DebuggerTypeProxyAttribute$instance;
|
|
894
888
|
|
|
895
889
|
export interface DebuggerVisualizerAttribute$instance extends Attribute {
|
|
896
|
-
Description: string;
|
|
897
|
-
|
|
890
|
+
get Description(): string | undefined;
|
|
891
|
+
set Description(value: string | undefined);
|
|
892
|
+
get Target(): Type | undefined;
|
|
893
|
+
set Target(value: Type | undefined);
|
|
898
894
|
get TargetTypeName(): string | undefined;
|
|
899
|
-
set TargetTypeName(value: string);
|
|
895
|
+
set TargetTypeName(value: string | undefined);
|
|
900
896
|
readonly VisualizerObjectSourceTypeName: string | undefined;
|
|
901
897
|
readonly VisualizerTypeName: string;
|
|
902
898
|
}
|
|
@@ -932,16 +928,12 @@ export const DebugProvider: {
|
|
|
932
928
|
|
|
933
929
|
export type DebugProvider = DebugProvider$instance;
|
|
934
930
|
|
|
935
|
-
export
|
|
936
|
-
protected Dispose2(disposing: boolean): void;
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
export interface DefaultTraceListener$instance extends DefaultTraceListener$protected, TraceListener$instance {
|
|
931
|
+
export interface DefaultTraceListener$instance extends TraceListener$instance {
|
|
941
932
|
AssertUiEnabled: boolean;
|
|
942
933
|
get LogFileName(): string | undefined;
|
|
943
|
-
set LogFileName(value: string);
|
|
934
|
+
set LogFileName(value: string | undefined);
|
|
944
935
|
Dispose(): void;
|
|
936
|
+
Dispose(disposing: boolean): void;
|
|
945
937
|
Fail(message: string): void;
|
|
946
938
|
Fail(message: string, detailMessage: string): void;
|
|
947
939
|
Write(message: string): void;
|
|
@@ -967,15 +959,11 @@ export interface __DefaultTraceListener$views {
|
|
|
967
959
|
export type DefaultTraceListener = DefaultTraceListener$instance & __DefaultTraceListener$views;
|
|
968
960
|
|
|
969
961
|
|
|
970
|
-
export
|
|
971
|
-
protected Dispose(disposing: boolean): void;
|
|
972
|
-
protected GetSupportedAttributes(): string[];
|
|
973
|
-
}
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
export interface DelimitedListTraceListener$instance extends DelimitedListTraceListener$protected, TextWriterTraceListener$instance {
|
|
962
|
+
export interface DelimitedListTraceListener$instance extends TextWriterTraceListener$instance {
|
|
977
963
|
Delimiter: string;
|
|
978
|
-
|
|
964
|
+
Dispose(disposing: boolean): void;
|
|
965
|
+
Dispose(): void;
|
|
966
|
+
GetSupportedAttributes(): string[];
|
|
979
967
|
TraceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data: unknown): void;
|
|
980
968
|
TraceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, ...data: unknown[]): void;
|
|
981
969
|
TraceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, format: string, ...args: unknown[]): void;
|
|
@@ -1042,7 +1030,6 @@ export interface DiagnosticMethodInfo$instance {
|
|
|
1042
1030
|
|
|
1043
1031
|
|
|
1044
1032
|
export const DiagnosticMethodInfo: {
|
|
1045
|
-
new(): DiagnosticMethodInfo;
|
|
1046
1033
|
Create(delegate: Function): DiagnosticMethodInfo | undefined;
|
|
1047
1034
|
Create(frame: StackFrame): DiagnosticMethodInfo | undefined;
|
|
1048
1035
|
};
|
|
@@ -1064,8 +1051,7 @@ export interface DiagnosticSource$instance {
|
|
|
1064
1051
|
}
|
|
1065
1052
|
|
|
1066
1053
|
|
|
1067
|
-
export const DiagnosticSource: {
|
|
1068
|
-
new(): DiagnosticSource;
|
|
1054
|
+
export const DiagnosticSource: (abstract new() => DiagnosticSource) & {
|
|
1069
1055
|
};
|
|
1070
1056
|
|
|
1071
1057
|
|
|
@@ -1079,8 +1065,7 @@ export interface DistributedContextPropagator$instance {
|
|
|
1079
1065
|
}
|
|
1080
1066
|
|
|
1081
1067
|
|
|
1082
|
-
export const DistributedContextPropagator: {
|
|
1083
|
-
new(): DistributedContextPropagator;
|
|
1068
|
+
export const DistributedContextPropagator: (abstract new() => DistributedContextPropagator) & {
|
|
1084
1069
|
Current: DistributedContextPropagator;
|
|
1085
1070
|
CreateDefaultPropagator(): DistributedContextPropagator;
|
|
1086
1071
|
CreateNoOutputPropagator(): DistributedContextPropagator;
|
|
@@ -1138,7 +1123,6 @@ export interface FileVersionInfo$instance {
|
|
|
1138
1123
|
|
|
1139
1124
|
|
|
1140
1125
|
export const FileVersionInfo: {
|
|
1141
|
-
new(): FileVersionInfo;
|
|
1142
1126
|
GetVersionInfo(fileName: string): FileVersionInfo;
|
|
1143
1127
|
};
|
|
1144
1128
|
|
|
@@ -1182,12 +1166,7 @@ export const MonitoringDescriptionAttribute: {
|
|
|
1182
1166
|
|
|
1183
1167
|
export type MonitoringDescriptionAttribute = MonitoringDescriptionAttribute$instance;
|
|
1184
1168
|
|
|
1185
|
-
export
|
|
1186
|
-
protected Dispose2(disposing: boolean): void;
|
|
1187
|
-
}
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
export interface Process$instance extends Process$protected, Component {
|
|
1169
|
+
export interface Process$instance extends Component {
|
|
1191
1170
|
readonly BasePriority: int;
|
|
1192
1171
|
EnableRaisingEvents: boolean;
|
|
1193
1172
|
readonly ExitCode: int;
|
|
@@ -1231,7 +1210,7 @@ export interface Process$instance extends Process$protected, Component {
|
|
|
1231
1210
|
StartInfo: ProcessStartInfo;
|
|
1232
1211
|
readonly StartTime: DateTime;
|
|
1233
1212
|
get SynchronizingObject(): ISynchronizeInvoke | undefined;
|
|
1234
|
-
set SynchronizingObject(value: ISynchronizeInvoke);
|
|
1213
|
+
set SynchronizingObject(value: ISynchronizeInvoke | undefined);
|
|
1235
1214
|
readonly Threads: ProcessThreadCollection;
|
|
1236
1215
|
readonly TotalProcessorTime: TimeSpan;
|
|
1237
1216
|
readonly UserProcessorTime: TimeSpan;
|
|
@@ -1245,6 +1224,7 @@ export interface Process$instance extends Process$protected, Component {
|
|
|
1245
1224
|
CancelOutputRead(): void;
|
|
1246
1225
|
Close(): void;
|
|
1247
1226
|
CloseMainWindow(): boolean;
|
|
1227
|
+
Dispose(disposing: boolean): void;
|
|
1248
1228
|
Dispose(): void;
|
|
1249
1229
|
Kill(): void;
|
|
1250
1230
|
Kill(entireProcessTree: boolean): void;
|
|
@@ -1289,12 +1269,7 @@ export interface __Process$views {
|
|
|
1289
1269
|
export type Process = Process$instance & __Process$views;
|
|
1290
1270
|
|
|
1291
1271
|
|
|
1292
|
-
export
|
|
1293
|
-
protected Dispose2(disposing: boolean): void;
|
|
1294
|
-
}
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
export interface ProcessModule$instance extends ProcessModule$protected, Component {
|
|
1272
|
+
export interface ProcessModule$instance extends Component {
|
|
1298
1273
|
BaseAddress: nint;
|
|
1299
1274
|
EntryPointAddress: nint;
|
|
1300
1275
|
readonly FileName: string;
|
|
@@ -1302,12 +1277,12 @@ export interface ProcessModule$instance extends ProcessModule$protected, Compone
|
|
|
1302
1277
|
ModuleMemorySize: int;
|
|
1303
1278
|
readonly ModuleName: string;
|
|
1304
1279
|
Dispose(): void;
|
|
1280
|
+
Dispose(disposing: boolean): void;
|
|
1305
1281
|
ToString(): string;
|
|
1306
1282
|
}
|
|
1307
1283
|
|
|
1308
1284
|
|
|
1309
1285
|
export const ProcessModule: {
|
|
1310
|
-
new(): ProcessModule;
|
|
1311
1286
|
};
|
|
1312
1287
|
|
|
1313
1288
|
|
|
@@ -1320,7 +1295,7 @@ export type ProcessModule = ProcessModule$instance & __ProcessModule$views;
|
|
|
1320
1295
|
|
|
1321
1296
|
|
|
1322
1297
|
export interface ProcessModuleCollection$instance extends ReadOnlyCollectionBase {
|
|
1323
|
-
readonly
|
|
1298
|
+
readonly [index: number]: ProcessModule;
|
|
1324
1299
|
Contains(module: ProcessModule): boolean;
|
|
1325
1300
|
CopyTo(array: ClrArray, index: int): void;
|
|
1326
1301
|
GetEnumerator(): IEnumerator;
|
|
@@ -1329,7 +1304,6 @@ export interface ProcessModuleCollection$instance extends ReadOnlyCollectionBase
|
|
|
1329
1304
|
|
|
1330
1305
|
|
|
1331
1306
|
export const ProcessModuleCollection: {
|
|
1332
|
-
new(): ProcessModuleCollection;
|
|
1333
1307
|
new(processModules: ProcessModule[]): ProcessModuleCollection;
|
|
1334
1308
|
};
|
|
1335
1309
|
|
|
@@ -1356,18 +1330,19 @@ export interface ProcessStartInfo$instance {
|
|
|
1356
1330
|
ErrorDialogParentHandle: nint;
|
|
1357
1331
|
FileName: string;
|
|
1358
1332
|
LoadUserProfile: boolean;
|
|
1359
|
-
Password: SecureString;
|
|
1333
|
+
get Password(): SecureString | undefined;
|
|
1334
|
+
set Password(value: SecureString | undefined);
|
|
1360
1335
|
get PasswordInClearText(): string | undefined;
|
|
1361
|
-
set PasswordInClearText(value: string);
|
|
1336
|
+
set PasswordInClearText(value: string | undefined);
|
|
1362
1337
|
RedirectStandardError: boolean;
|
|
1363
1338
|
RedirectStandardInput: boolean;
|
|
1364
1339
|
RedirectStandardOutput: boolean;
|
|
1365
1340
|
get StandardErrorEncoding(): Encoding | undefined;
|
|
1366
|
-
set StandardErrorEncoding(value: Encoding);
|
|
1341
|
+
set StandardErrorEncoding(value: Encoding | undefined);
|
|
1367
1342
|
get StandardInputEncoding(): Encoding | undefined;
|
|
1368
|
-
set StandardInputEncoding(value: Encoding);
|
|
1343
|
+
set StandardInputEncoding(value: Encoding | undefined);
|
|
1369
1344
|
get StandardOutputEncoding(): Encoding | undefined;
|
|
1370
|
-
set StandardOutputEncoding(value: Encoding);
|
|
1345
|
+
set StandardOutputEncoding(value: Encoding | undefined);
|
|
1371
1346
|
UseCredentialsForNetworkingOnly: boolean;
|
|
1372
1347
|
UserName: string;
|
|
1373
1348
|
UseShellExecute: boolean;
|
|
@@ -1388,12 +1363,7 @@ export const ProcessStartInfo: {
|
|
|
1388
1363
|
|
|
1389
1364
|
export type ProcessStartInfo = ProcessStartInfo$instance;
|
|
1390
1365
|
|
|
1391
|
-
export
|
|
1392
|
-
protected Dispose2(disposing: boolean): void;
|
|
1393
|
-
}
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
export interface ProcessThread$instance extends ProcessThread$protected, Component {
|
|
1366
|
+
export interface ProcessThread$instance extends Component {
|
|
1397
1367
|
readonly BasePriority: int;
|
|
1398
1368
|
readonly CurrentPriority: int;
|
|
1399
1369
|
readonly Id: int;
|
|
@@ -1409,12 +1379,12 @@ export interface ProcessThread$instance extends ProcessThread$protected, Compone
|
|
|
1409
1379
|
readonly UserProcessorTime: TimeSpan;
|
|
1410
1380
|
readonly WaitReason: ThreadWaitReason;
|
|
1411
1381
|
Dispose(): void;
|
|
1382
|
+
Dispose(disposing: boolean): void;
|
|
1412
1383
|
ResetIdealProcessor(): void;
|
|
1413
1384
|
}
|
|
1414
1385
|
|
|
1415
1386
|
|
|
1416
1387
|
export const ProcessThread: {
|
|
1417
|
-
new(): ProcessThread;
|
|
1418
1388
|
};
|
|
1419
1389
|
|
|
1420
1390
|
|
|
@@ -1427,7 +1397,7 @@ export type ProcessThread = ProcessThread$instance & __ProcessThread$views;
|
|
|
1427
1397
|
|
|
1428
1398
|
|
|
1429
1399
|
export interface ProcessThreadCollection$instance extends ReadOnlyCollectionBase {
|
|
1430
|
-
readonly
|
|
1400
|
+
readonly [index: number]: ProcessThread;
|
|
1431
1401
|
Add(thread: ProcessThread): int;
|
|
1432
1402
|
Contains(thread: ProcessThread): boolean;
|
|
1433
1403
|
CopyTo(array: ClrArray, index: int): void;
|
|
@@ -1439,7 +1409,6 @@ export interface ProcessThreadCollection$instance extends ReadOnlyCollectionBase
|
|
|
1439
1409
|
|
|
1440
1410
|
|
|
1441
1411
|
export const ProcessThreadCollection: {
|
|
1442
|
-
new(): ProcessThreadCollection;
|
|
1443
1412
|
new(processThreads: ProcessThread[]): ProcessThreadCollection;
|
|
1444
1413
|
};
|
|
1445
1414
|
|
|
@@ -1467,13 +1436,9 @@ export const SourceFilter: {
|
|
|
1467
1436
|
|
|
1468
1437
|
export type SourceFilter = SourceFilter$instance;
|
|
1469
1438
|
|
|
1470
|
-
export
|
|
1471
|
-
protected OnValueChanged(): void;
|
|
1472
|
-
}
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
export interface SourceSwitch$instance extends SourceSwitch$protected, Switch {
|
|
1439
|
+
export interface SourceSwitch$instance extends Switch {
|
|
1476
1440
|
Level: SourceLevels;
|
|
1441
|
+
OnValueChanged(): void;
|
|
1477
1442
|
ShouldTrace(eventType: TraceEventType): boolean;
|
|
1478
1443
|
}
|
|
1479
1444
|
|
|
@@ -1572,26 +1537,20 @@ export const Stopwatch: {
|
|
|
1572
1537
|
|
|
1573
1538
|
export type Stopwatch = Stopwatch$instance;
|
|
1574
1539
|
|
|
1575
|
-
export
|
|
1576
|
-
protected GetSupportedAttributes(): string[] | undefined;
|
|
1577
|
-
protected OnSwitchSettingChanged(): void;
|
|
1578
|
-
protected OnValueChanged(): void;
|
|
1579
|
-
}
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
export interface Switch$instance extends Switch$protected {
|
|
1540
|
+
export interface Switch$instance {
|
|
1583
1541
|
readonly Attributes: StringDictionary;
|
|
1584
1542
|
readonly DefaultValue: string;
|
|
1585
1543
|
readonly Description: string;
|
|
1586
1544
|
readonly DisplayName: string;
|
|
1587
1545
|
Value: string;
|
|
1546
|
+
GetSupportedAttributes(): string[] | undefined;
|
|
1547
|
+
OnSwitchSettingChanged(): void;
|
|
1548
|
+
OnValueChanged(): void;
|
|
1588
1549
|
Refresh(): void;
|
|
1589
1550
|
}
|
|
1590
1551
|
|
|
1591
1552
|
|
|
1592
|
-
export const Switch: {
|
|
1593
|
-
new(displayName: string, description: string): Switch;
|
|
1594
|
-
new(displayName: string, description: string, defaultSwitchValue: string): Switch;
|
|
1553
|
+
export const Switch: (abstract new(displayName: string, description: string) => Switch) & (abstract new(displayName: string, description: string, defaultSwitchValue: string) => Switch) & {
|
|
1595
1554
|
};
|
|
1596
1555
|
|
|
1597
1556
|
|
|
@@ -1599,7 +1558,7 @@ export type Switch = Switch$instance;
|
|
|
1599
1558
|
|
|
1600
1559
|
export interface SwitchAttribute$instance extends Attribute {
|
|
1601
1560
|
get SwitchDescription(): string | undefined;
|
|
1602
|
-
set SwitchDescription(value: string);
|
|
1561
|
+
set SwitchDescription(value: string | undefined);
|
|
1603
1562
|
SwitchName: string;
|
|
1604
1563
|
SwitchType: Type;
|
|
1605
1564
|
}
|
|
@@ -1625,14 +1584,11 @@ export const SwitchLevelAttribute: {
|
|
|
1625
1584
|
|
|
1626
1585
|
export type SwitchLevelAttribute = SwitchLevelAttribute$instance;
|
|
1627
1586
|
|
|
1628
|
-
export
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
export interface TextWriterTraceListener$instance extends TextWriterTraceListener$protected, TraceListener$instance {
|
|
1634
|
-
Writer: TextWriter;
|
|
1587
|
+
export interface TextWriterTraceListener$instance extends TraceListener$instance {
|
|
1588
|
+
get Writer(): TextWriter | undefined;
|
|
1589
|
+
set Writer(value: TextWriter | undefined);
|
|
1635
1590
|
Close(): void;
|
|
1591
|
+
Dispose(disposing: boolean): void;
|
|
1636
1592
|
Dispose(): void;
|
|
1637
1593
|
Flush(): void;
|
|
1638
1594
|
Write(message: string): void;
|
|
@@ -1669,7 +1625,6 @@ export interface Trace$instance {
|
|
|
1669
1625
|
|
|
1670
1626
|
|
|
1671
1627
|
export const Trace: {
|
|
1672
|
-
new(): Trace;
|
|
1673
1628
|
readonly CorrelationManager: CorrelationManager;
|
|
1674
1629
|
readonly Listeners: TraceListenerCollection;
|
|
1675
1630
|
AutoFlush: boolean;
|
|
@@ -1735,23 +1690,16 @@ export interface TraceFilter$instance {
|
|
|
1735
1690
|
}
|
|
1736
1691
|
|
|
1737
1692
|
|
|
1738
|
-
export const TraceFilter: {
|
|
1739
|
-
new(): TraceFilter;
|
|
1693
|
+
export const TraceFilter: (abstract new() => TraceFilter) & {
|
|
1740
1694
|
};
|
|
1741
1695
|
|
|
1742
1696
|
|
|
1743
1697
|
export type TraceFilter = TraceFilter$instance;
|
|
1744
1698
|
|
|
1745
|
-
export
|
|
1746
|
-
protected Dispose(disposing: boolean): void;
|
|
1747
|
-
protected GetSupportedAttributes(): string[] | undefined;
|
|
1748
|
-
protected WriteIndent(): void;
|
|
1749
|
-
}
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
export interface TraceListener$instance extends TraceListener$protected, MarshalByRefObject {
|
|
1699
|
+
export interface TraceListener$instance extends MarshalByRefObject {
|
|
1753
1700
|
readonly Attributes: StringDictionary;
|
|
1754
|
-
Filter: TraceFilter;
|
|
1701
|
+
get Filter(): TraceFilter | undefined;
|
|
1702
|
+
set Filter(value: TraceFilter | undefined);
|
|
1755
1703
|
IndentLevel: int;
|
|
1756
1704
|
IndentSize: int;
|
|
1757
1705
|
readonly IsThreadSafe: boolean;
|
|
@@ -1759,9 +1707,11 @@ export interface TraceListener$instance extends TraceListener$protected, Marshal
|
|
|
1759
1707
|
TraceOutputOptions: TraceOptions;
|
|
1760
1708
|
Close(): void;
|
|
1761
1709
|
Dispose(): void;
|
|
1710
|
+
Dispose(disposing: boolean): void;
|
|
1762
1711
|
Fail(message: string): void;
|
|
1763
1712
|
Fail(message: string, detailMessage: string): void;
|
|
1764
1713
|
Flush(): void;
|
|
1714
|
+
GetSupportedAttributes(): string[] | undefined;
|
|
1765
1715
|
TraceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data: unknown): void;
|
|
1766
1716
|
TraceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, ...data: unknown[]): void;
|
|
1767
1717
|
TraceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int): void;
|
|
@@ -1772,6 +1722,7 @@ export interface TraceListener$instance extends TraceListener$protected, Marshal
|
|
|
1772
1722
|
Write(o: unknown): void;
|
|
1773
1723
|
Write(message: string, category: string): void;
|
|
1774
1724
|
Write(o: unknown, category: string): void;
|
|
1725
|
+
WriteIndent(): void;
|
|
1775
1726
|
WriteLine(message: string): void;
|
|
1776
1727
|
WriteLine(o: unknown): void;
|
|
1777
1728
|
WriteLine(message: string, category: string): void;
|
|
@@ -1779,9 +1730,7 @@ export interface TraceListener$instance extends TraceListener$protected, Marshal
|
|
|
1779
1730
|
}
|
|
1780
1731
|
|
|
1781
1732
|
|
|
1782
|
-
export const TraceListener: {
|
|
1783
|
-
new(): TraceListener;
|
|
1784
|
-
new(name: string): TraceListener;
|
|
1733
|
+
export const TraceListener: (abstract new() => TraceListener) & (abstract new(name: string) => TraceListener) & {
|
|
1785
1734
|
};
|
|
1786
1735
|
|
|
1787
1736
|
|
|
@@ -1801,7 +1750,7 @@ export interface TraceListenerCollection$instance {
|
|
|
1801
1750
|
Contains(listener: TraceListener): boolean;
|
|
1802
1751
|
CopyTo(listeners: TraceListener[], index: int): void;
|
|
1803
1752
|
get_Item(i: int): TraceListener;
|
|
1804
|
-
get_Item(name: string): TraceListener;
|
|
1753
|
+
get_Item(name: string): TraceListener | undefined;
|
|
1805
1754
|
GetEnumerator(): IEnumerator;
|
|
1806
1755
|
IndexOf(listener: TraceListener): int;
|
|
1807
1756
|
Insert(index: int, listener: TraceListener): void;
|
|
@@ -1813,7 +1762,6 @@ export interface TraceListenerCollection$instance {
|
|
|
1813
1762
|
|
|
1814
1763
|
|
|
1815
1764
|
export const TraceListenerCollection: {
|
|
1816
|
-
new(): TraceListenerCollection;
|
|
1817
1765
|
};
|
|
1818
1766
|
|
|
1819
1767
|
|
|
@@ -1826,12 +1774,7 @@ export interface __TraceListenerCollection$views {
|
|
|
1826
1774
|
export type TraceListenerCollection = TraceListenerCollection$instance & __TraceListenerCollection$views;
|
|
1827
1775
|
|
|
1828
1776
|
|
|
1829
|
-
export
|
|
1830
|
-
protected GetSupportedAttributes(): string[] | undefined;
|
|
1831
|
-
}
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
export interface TraceSource$instance extends TraceSource$protected {
|
|
1777
|
+
export interface TraceSource$instance {
|
|
1835
1778
|
readonly Attributes: StringDictionary;
|
|
1836
1779
|
readonly DefaultLevel: SourceLevels;
|
|
1837
1780
|
readonly Listeners: TraceListenerCollection;
|
|
@@ -1839,6 +1782,7 @@ export interface TraceSource$instance extends TraceSource$protected {
|
|
|
1839
1782
|
Switch: SourceSwitch;
|
|
1840
1783
|
Close(): void;
|
|
1841
1784
|
Flush(): void;
|
|
1785
|
+
GetSupportedAttributes(): string[] | undefined;
|
|
1842
1786
|
TraceData(eventType: TraceEventType, id: int, data: unknown): void;
|
|
1843
1787
|
TraceData(eventType: TraceEventType, id: int, ...data: unknown[]): void;
|
|
1844
1788
|
TraceEvent(eventType: TraceEventType, id: int): void;
|
|
@@ -1858,18 +1802,14 @@ export const TraceSource: {
|
|
|
1858
1802
|
|
|
1859
1803
|
export type TraceSource = TraceSource$instance;
|
|
1860
1804
|
|
|
1861
|
-
export
|
|
1862
|
-
protected OnSwitchSettingChanged(): void;
|
|
1863
|
-
protected OnValueChanged(): void;
|
|
1864
|
-
}
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
export interface TraceSwitch$instance extends TraceSwitch$protected, Switch {
|
|
1805
|
+
export interface TraceSwitch$instance extends Switch {
|
|
1868
1806
|
Level: TraceLevel;
|
|
1869
1807
|
readonly TraceError: boolean;
|
|
1870
1808
|
readonly TraceInfo: boolean;
|
|
1871
1809
|
readonly TraceVerbose: boolean;
|
|
1872
1810
|
readonly TraceWarning: boolean;
|
|
1811
|
+
OnSwitchSettingChanged(): void;
|
|
1812
|
+
OnValueChanged(): void;
|
|
1873
1813
|
}
|
|
1874
1814
|
|
|
1875
1815
|
|
|
@@ -1900,14 +1840,10 @@ export interface __UnreachableException$views {
|
|
|
1900
1840
|
export type UnreachableException = UnreachableException$instance & __UnreachableException$views;
|
|
1901
1841
|
|
|
1902
1842
|
|
|
1903
|
-
export
|
|
1904
|
-
protected Dispose(disposing: boolean): void;
|
|
1905
|
-
}
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
export interface XmlWriterTraceListener$instance extends XmlWriterTraceListener$protected, TextWriterTraceListener$instance {
|
|
1843
|
+
export interface XmlWriterTraceListener$instance extends TextWriterTraceListener$instance {
|
|
1909
1844
|
Close(): void;
|
|
1910
|
-
|
|
1845
|
+
Dispose(disposing: boolean): void;
|
|
1846
|
+
Dispose(): void;
|
|
1911
1847
|
Fail(message: string, detailMessage: string): void;
|
|
1912
1848
|
Fail(message: string): void;
|
|
1913
1849
|
TraceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data: unknown): void;
|