@tsonic/dotnet 10.0.2 → 10.0.3
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 +83 -196
- 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 +38 -54
- package/System.Collections.Concurrent/internal/index.d.ts +4 -10
- package/System.Collections.Generic/internal/index.d.ts +10 -32
- package/System.Collections.Immutable/internal/index.d.ts +0 -13
- package/System.Collections.ObjectModel/internal/index.d.ts +23 -46
- package/System.Collections.Specialized/internal/index.d.ts +15 -29
- package/System.ComponentModel/internal/index.d.ts +121 -211
- 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 +25 -52
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -29
- package/System.Data/internal/index.d.ts +108 -186
- package/System.Data.Common/internal/index.d.ts +153 -236
- package/System.Data.SqlTypes/internal/index.d.ts +3 -4
- package/System.Diagnostics/internal/index.d.ts +103 -166
- 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 +132 -183
- package/System.Net.Http/internal/index.d.ts +128 -201
- package/System.Net.Http.Headers/internal/index.d.ts +36 -39
- 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 +24 -55
- 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.Reflection/internal/index.d.ts +65 -101
- package/System.Reflection.Emit/internal/index.d.ts +104 -177
- package/System.Reflection.Metadata/internal/index.d.ts +9 -19
- 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 +13 -18
- 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.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 +48 -86
- 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 +491 -902
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +17 -46
- 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 +10 -16
- package/System.Text/internal/index.d.ts +10 -22
- package/System.Text.Encodings.Web/internal/index.d.ts +4 -8
- package/System.Text.Json/internal/index.d.ts +9 -11
- 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 +9 -29
- 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 +14 -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 +103 -166
- package/System.Xml.Linq/internal/index.d.ts +17 -13
- package/System.Xml.Schema/internal/index.d.ts +116 -111
- package/System.Xml.Serialization/internal/index.d.ts +88 -96
- 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 +10 -28
- 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;
|
|
@@ -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,8 @@ export type ActivitySourceOptions = ActivitySourceOptions$instance;
|
|
|
663
663
|
export interface ActivityTagsCollection$instance {
|
|
664
664
|
readonly Count: int;
|
|
665
665
|
readonly IsReadOnly: boolean;
|
|
666
|
-
Item: unknown;
|
|
666
|
+
get Item(): unknown | undefined;
|
|
667
|
+
set Item(value: unknown | undefined);
|
|
667
668
|
readonly Keys: ICollection_1<System_Internal.String>;
|
|
668
669
|
readonly Values: ICollection_1<unknown | undefined>;
|
|
669
670
|
Add(key: string, value: unknown): void;
|
|
@@ -695,13 +696,9 @@ export interface __ActivityTagsCollection$views {
|
|
|
695
696
|
export type ActivityTagsCollection = ActivityTagsCollection$instance & __ActivityTagsCollection$views;
|
|
696
697
|
|
|
697
698
|
|
|
698
|
-
export
|
|
699
|
-
protected OnValueChanged(): void;
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
export interface BooleanSwitch$instance extends BooleanSwitch$protected, Switch {
|
|
699
|
+
export interface BooleanSwitch$instance extends Switch {
|
|
704
700
|
Enabled: boolean;
|
|
701
|
+
OnValueChanged(): void;
|
|
705
702
|
}
|
|
706
703
|
|
|
707
704
|
|
|
@@ -725,14 +722,10 @@ export const ConditionalAttribute: {
|
|
|
725
722
|
|
|
726
723
|
export type ConditionalAttribute = ConditionalAttribute$instance;
|
|
727
724
|
|
|
728
|
-
export
|
|
729
|
-
protected Dispose(disposing: boolean): void;
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
export interface ConsoleTraceListener$instance extends ConsoleTraceListener$protected, TextWriterTraceListener$instance {
|
|
725
|
+
export interface ConsoleTraceListener$instance extends TextWriterTraceListener$instance {
|
|
734
726
|
Close(): void;
|
|
735
|
-
|
|
727
|
+
Dispose(disposing: boolean): void;
|
|
728
|
+
Dispose(): void;
|
|
736
729
|
}
|
|
737
730
|
|
|
738
731
|
|
|
@@ -759,19 +752,17 @@ export interface CorrelationManager$instance {
|
|
|
759
752
|
|
|
760
753
|
|
|
761
754
|
export const CorrelationManager: {
|
|
762
|
-
new(): CorrelationManager;
|
|
763
755
|
};
|
|
764
756
|
|
|
765
757
|
|
|
766
758
|
export type CorrelationManager = CorrelationManager$instance;
|
|
767
759
|
|
|
768
760
|
export interface DataReceivedEventArgs$instance extends EventArgs {
|
|
769
|
-
readonly Data: string;
|
|
761
|
+
readonly Data: string | undefined;
|
|
770
762
|
}
|
|
771
763
|
|
|
772
764
|
|
|
773
765
|
export const DataReceivedEventArgs: {
|
|
774
|
-
new(): DataReceivedEventArgs;
|
|
775
766
|
};
|
|
776
767
|
|
|
777
768
|
|
|
@@ -816,11 +807,14 @@ export const DebuggerDisableUserUnhandledExceptionsAttribute: {
|
|
|
816
807
|
export type DebuggerDisableUserUnhandledExceptionsAttribute = DebuggerDisableUserUnhandledExceptionsAttribute$instance;
|
|
817
808
|
|
|
818
809
|
export interface DebuggerDisplayAttribute$instance extends Attribute {
|
|
819
|
-
Name: string;
|
|
820
|
-
|
|
810
|
+
get Name(): string | undefined;
|
|
811
|
+
set Name(value: string | undefined);
|
|
812
|
+
get Target(): Type | undefined;
|
|
813
|
+
set Target(value: Type | undefined);
|
|
821
814
|
get TargetTypeName(): string | undefined;
|
|
822
|
-
set TargetTypeName(value: string);
|
|
823
|
-
Type: string;
|
|
815
|
+
set TargetTypeName(value: string | undefined);
|
|
816
|
+
get Type(): string | undefined;
|
|
817
|
+
set Type(value: string | undefined);
|
|
824
818
|
readonly Value: string;
|
|
825
819
|
}
|
|
826
820
|
|
|
@@ -878,9 +872,10 @@ export type DebuggerStepThroughAttribute = DebuggerStepThroughAttribute$instance
|
|
|
878
872
|
|
|
879
873
|
export interface DebuggerTypeProxyAttribute$instance extends Attribute {
|
|
880
874
|
readonly ProxyTypeName: string;
|
|
881
|
-
Target: Type;
|
|
875
|
+
get Target(): Type | undefined;
|
|
876
|
+
set Target(value: Type | undefined);
|
|
882
877
|
get TargetTypeName(): string | undefined;
|
|
883
|
-
set TargetTypeName(value: string);
|
|
878
|
+
set TargetTypeName(value: string | undefined);
|
|
884
879
|
}
|
|
885
880
|
|
|
886
881
|
|
|
@@ -893,10 +888,12 @@ export const DebuggerTypeProxyAttribute: {
|
|
|
893
888
|
export type DebuggerTypeProxyAttribute = DebuggerTypeProxyAttribute$instance;
|
|
894
889
|
|
|
895
890
|
export interface DebuggerVisualizerAttribute$instance extends Attribute {
|
|
896
|
-
Description: string;
|
|
897
|
-
|
|
891
|
+
get Description(): string | undefined;
|
|
892
|
+
set Description(value: string | undefined);
|
|
893
|
+
get Target(): Type | undefined;
|
|
894
|
+
set Target(value: Type | undefined);
|
|
898
895
|
get TargetTypeName(): string | undefined;
|
|
899
|
-
set TargetTypeName(value: string);
|
|
896
|
+
set TargetTypeName(value: string | undefined);
|
|
900
897
|
readonly VisualizerObjectSourceTypeName: string | undefined;
|
|
901
898
|
readonly VisualizerTypeName: string;
|
|
902
899
|
}
|
|
@@ -932,16 +929,12 @@ export const DebugProvider: {
|
|
|
932
929
|
|
|
933
930
|
export type DebugProvider = DebugProvider$instance;
|
|
934
931
|
|
|
935
|
-
export
|
|
936
|
-
protected Dispose2(disposing: boolean): void;
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
export interface DefaultTraceListener$instance extends DefaultTraceListener$protected, TraceListener$instance {
|
|
932
|
+
export interface DefaultTraceListener$instance extends TraceListener$instance {
|
|
941
933
|
AssertUiEnabled: boolean;
|
|
942
934
|
get LogFileName(): string | undefined;
|
|
943
|
-
set LogFileName(value: string);
|
|
935
|
+
set LogFileName(value: string | undefined);
|
|
944
936
|
Dispose(): void;
|
|
937
|
+
Dispose(disposing: boolean): void;
|
|
945
938
|
Fail(message: string): void;
|
|
946
939
|
Fail(message: string, detailMessage: string): void;
|
|
947
940
|
Write(message: string): void;
|
|
@@ -967,15 +960,11 @@ export interface __DefaultTraceListener$views {
|
|
|
967
960
|
export type DefaultTraceListener = DefaultTraceListener$instance & __DefaultTraceListener$views;
|
|
968
961
|
|
|
969
962
|
|
|
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 {
|
|
963
|
+
export interface DelimitedListTraceListener$instance extends TextWriterTraceListener$instance {
|
|
977
964
|
Delimiter: string;
|
|
978
|
-
|
|
965
|
+
Dispose(disposing: boolean): void;
|
|
966
|
+
Dispose(): void;
|
|
967
|
+
GetSupportedAttributes(): string[];
|
|
979
968
|
TraceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data: unknown): void;
|
|
980
969
|
TraceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, ...data: unknown[]): void;
|
|
981
970
|
TraceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, format: string, ...args: unknown[]): void;
|
|
@@ -1042,7 +1031,6 @@ export interface DiagnosticMethodInfo$instance {
|
|
|
1042
1031
|
|
|
1043
1032
|
|
|
1044
1033
|
export const DiagnosticMethodInfo: {
|
|
1045
|
-
new(): DiagnosticMethodInfo;
|
|
1046
1034
|
Create(delegate: Function): DiagnosticMethodInfo | undefined;
|
|
1047
1035
|
Create(frame: StackFrame): DiagnosticMethodInfo | undefined;
|
|
1048
1036
|
};
|
|
@@ -1064,8 +1052,7 @@ export interface DiagnosticSource$instance {
|
|
|
1064
1052
|
}
|
|
1065
1053
|
|
|
1066
1054
|
|
|
1067
|
-
export const DiagnosticSource: {
|
|
1068
|
-
new(): DiagnosticSource;
|
|
1055
|
+
export const DiagnosticSource: (abstract new() => DiagnosticSource) & {
|
|
1069
1056
|
};
|
|
1070
1057
|
|
|
1071
1058
|
|
|
@@ -1079,8 +1066,7 @@ export interface DistributedContextPropagator$instance {
|
|
|
1079
1066
|
}
|
|
1080
1067
|
|
|
1081
1068
|
|
|
1082
|
-
export const DistributedContextPropagator: {
|
|
1083
|
-
new(): DistributedContextPropagator;
|
|
1069
|
+
export const DistributedContextPropagator: (abstract new() => DistributedContextPropagator) & {
|
|
1084
1070
|
Current: DistributedContextPropagator;
|
|
1085
1071
|
CreateDefaultPropagator(): DistributedContextPropagator;
|
|
1086
1072
|
CreateNoOutputPropagator(): DistributedContextPropagator;
|
|
@@ -1138,7 +1124,6 @@ export interface FileVersionInfo$instance {
|
|
|
1138
1124
|
|
|
1139
1125
|
|
|
1140
1126
|
export const FileVersionInfo: {
|
|
1141
|
-
new(): FileVersionInfo;
|
|
1142
1127
|
GetVersionInfo(fileName: string): FileVersionInfo;
|
|
1143
1128
|
};
|
|
1144
1129
|
|
|
@@ -1182,12 +1167,7 @@ export const MonitoringDescriptionAttribute: {
|
|
|
1182
1167
|
|
|
1183
1168
|
export type MonitoringDescriptionAttribute = MonitoringDescriptionAttribute$instance;
|
|
1184
1169
|
|
|
1185
|
-
export
|
|
1186
|
-
protected Dispose2(disposing: boolean): void;
|
|
1187
|
-
}
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
export interface Process$instance extends Process$protected, Component {
|
|
1170
|
+
export interface Process$instance extends Component {
|
|
1191
1171
|
readonly BasePriority: int;
|
|
1192
1172
|
EnableRaisingEvents: boolean;
|
|
1193
1173
|
readonly ExitCode: int;
|
|
@@ -1231,7 +1211,7 @@ export interface Process$instance extends Process$protected, Component {
|
|
|
1231
1211
|
StartInfo: ProcessStartInfo;
|
|
1232
1212
|
readonly StartTime: DateTime;
|
|
1233
1213
|
get SynchronizingObject(): ISynchronizeInvoke | undefined;
|
|
1234
|
-
set SynchronizingObject(value: ISynchronizeInvoke);
|
|
1214
|
+
set SynchronizingObject(value: ISynchronizeInvoke | undefined);
|
|
1235
1215
|
readonly Threads: ProcessThreadCollection;
|
|
1236
1216
|
readonly TotalProcessorTime: TimeSpan;
|
|
1237
1217
|
readonly UserProcessorTime: TimeSpan;
|
|
@@ -1245,6 +1225,7 @@ export interface Process$instance extends Process$protected, Component {
|
|
|
1245
1225
|
CancelOutputRead(): void;
|
|
1246
1226
|
Close(): void;
|
|
1247
1227
|
CloseMainWindow(): boolean;
|
|
1228
|
+
Dispose(disposing: boolean): void;
|
|
1248
1229
|
Dispose(): void;
|
|
1249
1230
|
Kill(): void;
|
|
1250
1231
|
Kill(entireProcessTree: boolean): void;
|
|
@@ -1289,12 +1270,7 @@ export interface __Process$views {
|
|
|
1289
1270
|
export type Process = Process$instance & __Process$views;
|
|
1290
1271
|
|
|
1291
1272
|
|
|
1292
|
-
export
|
|
1293
|
-
protected Dispose2(disposing: boolean): void;
|
|
1294
|
-
}
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
export interface ProcessModule$instance extends ProcessModule$protected, Component {
|
|
1273
|
+
export interface ProcessModule$instance extends Component {
|
|
1298
1274
|
BaseAddress: nint;
|
|
1299
1275
|
EntryPointAddress: nint;
|
|
1300
1276
|
readonly FileName: string;
|
|
@@ -1302,12 +1278,12 @@ export interface ProcessModule$instance extends ProcessModule$protected, Compone
|
|
|
1302
1278
|
ModuleMemorySize: int;
|
|
1303
1279
|
readonly ModuleName: string;
|
|
1304
1280
|
Dispose(): void;
|
|
1281
|
+
Dispose(disposing: boolean): void;
|
|
1305
1282
|
ToString(): string;
|
|
1306
1283
|
}
|
|
1307
1284
|
|
|
1308
1285
|
|
|
1309
1286
|
export const ProcessModule: {
|
|
1310
|
-
new(): ProcessModule;
|
|
1311
1287
|
};
|
|
1312
1288
|
|
|
1313
1289
|
|
|
@@ -1329,7 +1305,6 @@ export interface ProcessModuleCollection$instance extends ReadOnlyCollectionBase
|
|
|
1329
1305
|
|
|
1330
1306
|
|
|
1331
1307
|
export const ProcessModuleCollection: {
|
|
1332
|
-
new(): ProcessModuleCollection;
|
|
1333
1308
|
new(processModules: ProcessModule[]): ProcessModuleCollection;
|
|
1334
1309
|
};
|
|
1335
1310
|
|
|
@@ -1356,18 +1331,19 @@ export interface ProcessStartInfo$instance {
|
|
|
1356
1331
|
ErrorDialogParentHandle: nint;
|
|
1357
1332
|
FileName: string;
|
|
1358
1333
|
LoadUserProfile: boolean;
|
|
1359
|
-
Password: SecureString;
|
|
1334
|
+
get Password(): SecureString | undefined;
|
|
1335
|
+
set Password(value: SecureString | undefined);
|
|
1360
1336
|
get PasswordInClearText(): string | undefined;
|
|
1361
|
-
set PasswordInClearText(value: string);
|
|
1337
|
+
set PasswordInClearText(value: string | undefined);
|
|
1362
1338
|
RedirectStandardError: boolean;
|
|
1363
1339
|
RedirectStandardInput: boolean;
|
|
1364
1340
|
RedirectStandardOutput: boolean;
|
|
1365
1341
|
get StandardErrorEncoding(): Encoding | undefined;
|
|
1366
|
-
set StandardErrorEncoding(value: Encoding);
|
|
1342
|
+
set StandardErrorEncoding(value: Encoding | undefined);
|
|
1367
1343
|
get StandardInputEncoding(): Encoding | undefined;
|
|
1368
|
-
set StandardInputEncoding(value: Encoding);
|
|
1344
|
+
set StandardInputEncoding(value: Encoding | undefined);
|
|
1369
1345
|
get StandardOutputEncoding(): Encoding | undefined;
|
|
1370
|
-
set StandardOutputEncoding(value: Encoding);
|
|
1346
|
+
set StandardOutputEncoding(value: Encoding | undefined);
|
|
1371
1347
|
UseCredentialsForNetworkingOnly: boolean;
|
|
1372
1348
|
UserName: string;
|
|
1373
1349
|
UseShellExecute: boolean;
|
|
@@ -1388,12 +1364,7 @@ export const ProcessStartInfo: {
|
|
|
1388
1364
|
|
|
1389
1365
|
export type ProcessStartInfo = ProcessStartInfo$instance;
|
|
1390
1366
|
|
|
1391
|
-
export
|
|
1392
|
-
protected Dispose2(disposing: boolean): void;
|
|
1393
|
-
}
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
export interface ProcessThread$instance extends ProcessThread$protected, Component {
|
|
1367
|
+
export interface ProcessThread$instance extends Component {
|
|
1397
1368
|
readonly BasePriority: int;
|
|
1398
1369
|
readonly CurrentPriority: int;
|
|
1399
1370
|
readonly Id: int;
|
|
@@ -1409,12 +1380,12 @@ export interface ProcessThread$instance extends ProcessThread$protected, Compone
|
|
|
1409
1380
|
readonly UserProcessorTime: TimeSpan;
|
|
1410
1381
|
readonly WaitReason: ThreadWaitReason;
|
|
1411
1382
|
Dispose(): void;
|
|
1383
|
+
Dispose(disposing: boolean): void;
|
|
1412
1384
|
ResetIdealProcessor(): void;
|
|
1413
1385
|
}
|
|
1414
1386
|
|
|
1415
1387
|
|
|
1416
1388
|
export const ProcessThread: {
|
|
1417
|
-
new(): ProcessThread;
|
|
1418
1389
|
};
|
|
1419
1390
|
|
|
1420
1391
|
|
|
@@ -1439,7 +1410,6 @@ export interface ProcessThreadCollection$instance extends ReadOnlyCollectionBase
|
|
|
1439
1410
|
|
|
1440
1411
|
|
|
1441
1412
|
export const ProcessThreadCollection: {
|
|
1442
|
-
new(): ProcessThreadCollection;
|
|
1443
1413
|
new(processThreads: ProcessThread[]): ProcessThreadCollection;
|
|
1444
1414
|
};
|
|
1445
1415
|
|
|
@@ -1467,13 +1437,9 @@ export const SourceFilter: {
|
|
|
1467
1437
|
|
|
1468
1438
|
export type SourceFilter = SourceFilter$instance;
|
|
1469
1439
|
|
|
1470
|
-
export
|
|
1471
|
-
protected OnValueChanged(): void;
|
|
1472
|
-
}
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
export interface SourceSwitch$instance extends SourceSwitch$protected, Switch {
|
|
1440
|
+
export interface SourceSwitch$instance extends Switch {
|
|
1476
1441
|
Level: SourceLevels;
|
|
1442
|
+
OnValueChanged(): void;
|
|
1477
1443
|
ShouldTrace(eventType: TraceEventType): boolean;
|
|
1478
1444
|
}
|
|
1479
1445
|
|
|
@@ -1572,26 +1538,20 @@ export const Stopwatch: {
|
|
|
1572
1538
|
|
|
1573
1539
|
export type Stopwatch = Stopwatch$instance;
|
|
1574
1540
|
|
|
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 {
|
|
1541
|
+
export interface Switch$instance {
|
|
1583
1542
|
readonly Attributes: StringDictionary;
|
|
1584
1543
|
readonly DefaultValue: string;
|
|
1585
1544
|
readonly Description: string;
|
|
1586
1545
|
readonly DisplayName: string;
|
|
1587
1546
|
Value: string;
|
|
1547
|
+
GetSupportedAttributes(): string[] | undefined;
|
|
1548
|
+
OnSwitchSettingChanged(): void;
|
|
1549
|
+
OnValueChanged(): void;
|
|
1588
1550
|
Refresh(): void;
|
|
1589
1551
|
}
|
|
1590
1552
|
|
|
1591
1553
|
|
|
1592
|
-
export const Switch: {
|
|
1593
|
-
new(displayName: string, description: string): Switch;
|
|
1594
|
-
new(displayName: string, description: string, defaultSwitchValue: string): Switch;
|
|
1554
|
+
export const Switch: (abstract new(displayName: string, description: string) => Switch) & (abstract new(displayName: string, description: string, defaultSwitchValue: string) => Switch) & {
|
|
1595
1555
|
};
|
|
1596
1556
|
|
|
1597
1557
|
|
|
@@ -1599,7 +1559,7 @@ export type Switch = Switch$instance;
|
|
|
1599
1559
|
|
|
1600
1560
|
export interface SwitchAttribute$instance extends Attribute {
|
|
1601
1561
|
get SwitchDescription(): string | undefined;
|
|
1602
|
-
set SwitchDescription(value: string);
|
|
1562
|
+
set SwitchDescription(value: string | undefined);
|
|
1603
1563
|
SwitchName: string;
|
|
1604
1564
|
SwitchType: Type;
|
|
1605
1565
|
}
|
|
@@ -1625,14 +1585,11 @@ export const SwitchLevelAttribute: {
|
|
|
1625
1585
|
|
|
1626
1586
|
export type SwitchLevelAttribute = SwitchLevelAttribute$instance;
|
|
1627
1587
|
|
|
1628
|
-
export
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
export interface TextWriterTraceListener$instance extends TextWriterTraceListener$protected, TraceListener$instance {
|
|
1634
|
-
Writer: TextWriter;
|
|
1588
|
+
export interface TextWriterTraceListener$instance extends TraceListener$instance {
|
|
1589
|
+
get Writer(): TextWriter | undefined;
|
|
1590
|
+
set Writer(value: TextWriter | undefined);
|
|
1635
1591
|
Close(): void;
|
|
1592
|
+
Dispose(disposing: boolean): void;
|
|
1636
1593
|
Dispose(): void;
|
|
1637
1594
|
Flush(): void;
|
|
1638
1595
|
Write(message: string): void;
|
|
@@ -1669,7 +1626,6 @@ export interface Trace$instance {
|
|
|
1669
1626
|
|
|
1670
1627
|
|
|
1671
1628
|
export const Trace: {
|
|
1672
|
-
new(): Trace;
|
|
1673
1629
|
readonly CorrelationManager: CorrelationManager;
|
|
1674
1630
|
readonly Listeners: TraceListenerCollection;
|
|
1675
1631
|
AutoFlush: boolean;
|
|
@@ -1735,23 +1691,16 @@ export interface TraceFilter$instance {
|
|
|
1735
1691
|
}
|
|
1736
1692
|
|
|
1737
1693
|
|
|
1738
|
-
export const TraceFilter: {
|
|
1739
|
-
new(): TraceFilter;
|
|
1694
|
+
export const TraceFilter: (abstract new() => TraceFilter) & {
|
|
1740
1695
|
};
|
|
1741
1696
|
|
|
1742
1697
|
|
|
1743
1698
|
export type TraceFilter = TraceFilter$instance;
|
|
1744
1699
|
|
|
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 {
|
|
1700
|
+
export interface TraceListener$instance extends MarshalByRefObject {
|
|
1753
1701
|
readonly Attributes: StringDictionary;
|
|
1754
|
-
Filter: TraceFilter;
|
|
1702
|
+
get Filter(): TraceFilter | undefined;
|
|
1703
|
+
set Filter(value: TraceFilter | undefined);
|
|
1755
1704
|
IndentLevel: int;
|
|
1756
1705
|
IndentSize: int;
|
|
1757
1706
|
readonly IsThreadSafe: boolean;
|
|
@@ -1759,9 +1708,11 @@ export interface TraceListener$instance extends TraceListener$protected, Marshal
|
|
|
1759
1708
|
TraceOutputOptions: TraceOptions;
|
|
1760
1709
|
Close(): void;
|
|
1761
1710
|
Dispose(): void;
|
|
1711
|
+
Dispose(disposing: boolean): void;
|
|
1762
1712
|
Fail(message: string): void;
|
|
1763
1713
|
Fail(message: string, detailMessage: string): void;
|
|
1764
1714
|
Flush(): void;
|
|
1715
|
+
GetSupportedAttributes(): string[] | undefined;
|
|
1765
1716
|
TraceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data: unknown): void;
|
|
1766
1717
|
TraceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, ...data: unknown[]): void;
|
|
1767
1718
|
TraceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int): void;
|
|
@@ -1772,6 +1723,7 @@ export interface TraceListener$instance extends TraceListener$protected, Marshal
|
|
|
1772
1723
|
Write(o: unknown): void;
|
|
1773
1724
|
Write(message: string, category: string): void;
|
|
1774
1725
|
Write(o: unknown, category: string): void;
|
|
1726
|
+
WriteIndent(): void;
|
|
1775
1727
|
WriteLine(message: string): void;
|
|
1776
1728
|
WriteLine(o: unknown): void;
|
|
1777
1729
|
WriteLine(message: string, category: string): void;
|
|
@@ -1779,9 +1731,7 @@ export interface TraceListener$instance extends TraceListener$protected, Marshal
|
|
|
1779
1731
|
}
|
|
1780
1732
|
|
|
1781
1733
|
|
|
1782
|
-
export const TraceListener: {
|
|
1783
|
-
new(): TraceListener;
|
|
1784
|
-
new(name: string): TraceListener;
|
|
1734
|
+
export const TraceListener: (abstract new() => TraceListener) & (abstract new(name: string) => TraceListener) & {
|
|
1785
1735
|
};
|
|
1786
1736
|
|
|
1787
1737
|
|
|
@@ -1801,7 +1751,7 @@ export interface TraceListenerCollection$instance {
|
|
|
1801
1751
|
Contains(listener: TraceListener): boolean;
|
|
1802
1752
|
CopyTo(listeners: TraceListener[], index: int): void;
|
|
1803
1753
|
get_Item(i: int): TraceListener;
|
|
1804
|
-
get_Item(name: string): TraceListener;
|
|
1754
|
+
get_Item(name: string): TraceListener | undefined;
|
|
1805
1755
|
GetEnumerator(): IEnumerator;
|
|
1806
1756
|
IndexOf(listener: TraceListener): int;
|
|
1807
1757
|
Insert(index: int, listener: TraceListener): void;
|
|
@@ -1813,7 +1763,6 @@ export interface TraceListenerCollection$instance {
|
|
|
1813
1763
|
|
|
1814
1764
|
|
|
1815
1765
|
export const TraceListenerCollection: {
|
|
1816
|
-
new(): TraceListenerCollection;
|
|
1817
1766
|
};
|
|
1818
1767
|
|
|
1819
1768
|
|
|
@@ -1826,12 +1775,7 @@ export interface __TraceListenerCollection$views {
|
|
|
1826
1775
|
export type TraceListenerCollection = TraceListenerCollection$instance & __TraceListenerCollection$views;
|
|
1827
1776
|
|
|
1828
1777
|
|
|
1829
|
-
export
|
|
1830
|
-
protected GetSupportedAttributes(): string[] | undefined;
|
|
1831
|
-
}
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
export interface TraceSource$instance extends TraceSource$protected {
|
|
1778
|
+
export interface TraceSource$instance {
|
|
1835
1779
|
readonly Attributes: StringDictionary;
|
|
1836
1780
|
readonly DefaultLevel: SourceLevels;
|
|
1837
1781
|
readonly Listeners: TraceListenerCollection;
|
|
@@ -1839,6 +1783,7 @@ export interface TraceSource$instance extends TraceSource$protected {
|
|
|
1839
1783
|
Switch: SourceSwitch;
|
|
1840
1784
|
Close(): void;
|
|
1841
1785
|
Flush(): void;
|
|
1786
|
+
GetSupportedAttributes(): string[] | undefined;
|
|
1842
1787
|
TraceData(eventType: TraceEventType, id: int, data: unknown): void;
|
|
1843
1788
|
TraceData(eventType: TraceEventType, id: int, ...data: unknown[]): void;
|
|
1844
1789
|
TraceEvent(eventType: TraceEventType, id: int): void;
|
|
@@ -1858,18 +1803,14 @@ export const TraceSource: {
|
|
|
1858
1803
|
|
|
1859
1804
|
export type TraceSource = TraceSource$instance;
|
|
1860
1805
|
|
|
1861
|
-
export
|
|
1862
|
-
protected OnSwitchSettingChanged(): void;
|
|
1863
|
-
protected OnValueChanged(): void;
|
|
1864
|
-
}
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
export interface TraceSwitch$instance extends TraceSwitch$protected, Switch {
|
|
1806
|
+
export interface TraceSwitch$instance extends Switch {
|
|
1868
1807
|
Level: TraceLevel;
|
|
1869
1808
|
readonly TraceError: boolean;
|
|
1870
1809
|
readonly TraceInfo: boolean;
|
|
1871
1810
|
readonly TraceVerbose: boolean;
|
|
1872
1811
|
readonly TraceWarning: boolean;
|
|
1812
|
+
OnSwitchSettingChanged(): void;
|
|
1813
|
+
OnValueChanged(): void;
|
|
1873
1814
|
}
|
|
1874
1815
|
|
|
1875
1816
|
|
|
@@ -1900,14 +1841,10 @@ export interface __UnreachableException$views {
|
|
|
1900
1841
|
export type UnreachableException = UnreachableException$instance & __UnreachableException$views;
|
|
1901
1842
|
|
|
1902
1843
|
|
|
1903
|
-
export
|
|
1904
|
-
protected Dispose(disposing: boolean): void;
|
|
1905
|
-
}
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
export interface XmlWriterTraceListener$instance extends XmlWriterTraceListener$protected, TextWriterTraceListener$instance {
|
|
1844
|
+
export interface XmlWriterTraceListener$instance extends TextWriterTraceListener$instance {
|
|
1909
1845
|
Close(): void;
|
|
1910
|
-
|
|
1846
|
+
Dispose(disposing: boolean): void;
|
|
1847
|
+
Dispose(): void;
|
|
1911
1848
|
Fail(message: string, detailMessage: string): void;
|
|
1912
1849
|
Fail(message: string): void;
|
|
1913
1850
|
TraceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data: unknown): void;
|