@tsonic/dotnet 0.8.2 → 0.8.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 +18 -18
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -1
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.Win32/internal/index.d.ts +10 -10
- package/System/internal/index.d.ts +964 -950
- package/System.Buffers/internal/index.d.ts +2 -2
- package/System.Buffers.d.ts +3 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +10 -10
- package/System.Collections/internal/index.d.ts +30 -24
- package/System.Collections.Concurrent/internal/index.d.ts +10 -10
- package/System.Collections.Frozen/bindings.json +20 -20
- package/System.Collections.Frozen/internal/index.d.ts +6 -6
- package/System.Collections.Frozen/internal/metadata.json +10 -10
- package/System.Collections.Frozen.d.ts +3 -0
- package/System.Collections.Generic/bindings.json +20 -44
- package/System.Collections.Generic/internal/index.d.ts +54 -54
- package/System.Collections.Generic/internal/metadata.json +10 -26
- package/System.Collections.Generic.d.ts +3 -0
- package/System.Collections.Immutable/internal/index.d.ts +88 -88
- package/System.Collections.Immutable.d.ts +3 -0
- package/System.Collections.ObjectModel/internal/index.d.ts +15 -15
- package/System.Collections.Specialized/internal/index.d.ts +53 -49
- package/System.ComponentModel/internal/index.d.ts +388 -376
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +55 -45
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +3 -2
- package/System.ComponentModel.Design/internal/index.d.ts +36 -36
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +20 -20
- package/System.Data/internal/index.d.ts +171 -163
- package/System.Data.Common/internal/index.d.ts +36 -28
- package/System.Data.Common.d.ts +3 -0
- package/System.Data.SqlTypes/internal/index.d.ts +23 -23
- package/System.Data.d.ts +3 -0
- package/System.Diagnostics/internal/index.d.ts +250 -228
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +37 -23
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics/internal/index.d.ts +34 -29
- package/System.Diagnostics.Metrics.d.ts +3 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
- package/System.Diagnostics.Tracing/internal/index.d.ts +26 -24
- package/System.Diagnostics.d.ts +3 -0
- package/System.Drawing/internal/index.d.ts +76 -76
- package/System.Dynamic/internal/index.d.ts +26 -26
- package/System.Formats.Asn1/internal/index.d.ts +4 -4
- package/System.Formats.Tar/internal/index.d.ts +5 -4
- package/System.Globalization/internal/index.d.ts +22 -20
- package/System.Globalization.d.ts +3 -0
- package/System.IO/internal/index.d.ts +106 -103
- package/System.IO.Compression/internal/index.d.ts +24 -24
- package/System.IO.Compression.d.ts +3 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -5
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -9
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +8 -8
- package/System.IO.Pipelines/internal/index.d.ts +5 -5
- package/System.IO.Pipelines.d.ts +3 -0
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- package/System.IO.Pipes.d.ts +3 -0
- package/System.IO.d.ts +3 -0
- package/System.Linq/internal/index.d.ts +207 -207
- package/System.Linq.Expressions/internal/index.d.ts +160 -160
- package/System.Linq.d.ts +3 -0
- package/System.Net/internal/index.d.ts +157 -131
- package/System.Net.Cache/internal/index.d.ts +2 -2
- package/System.Net.Http/internal/index.d.ts +69 -53
- package/System.Net.Http.Headers/internal/index.d.ts +62 -45
- package/System.Net.Http.Json/internal/index.d.ts +38 -38
- package/System.Net.Http.Json.d.ts +3 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
- package/System.Net.Mail/internal/index.d.ts +80 -70
- package/System.Net.Mime/internal/index.d.ts +4 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +23 -23
- package/System.Net.Quic/internal/index.d.ts +4 -3
- package/System.Net.Security/internal/index.d.ts +65 -49
- package/System.Net.ServerSentEvents/internal/index.d.ts +3 -2
- package/System.Net.Sockets/internal/index.d.ts +49 -42
- package/System.Net.Sockets.d.ts +3 -0
- package/System.Net.WebSockets/internal/index.d.ts +35 -29
- package/System.Numerics/bindings.json +96 -72
- package/System.Numerics/internal/index.d.ts +93 -91
- package/System.Numerics/internal/metadata.json +64 -48
- package/System.Numerics.d.ts +3 -0
- package/System.Reflection/internal/index.d.ts +129 -126
- package/System.Reflection.Emit/internal/index.d.ts +105 -105
- package/System.Reflection.Metadata/internal/index.d.ts +15 -15
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -4
- package/System.Reflection.Metadata.Ecma335.d.ts +3 -0
- package/System.Reflection.Metadata.d.ts +3 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Reflection.d.ts +3 -0
- package/System.Resources/internal/index.d.ts +20 -19
- package/System.Runtime/internal/index.d.ts +6 -5
- package/System.Runtime.CompilerServices/internal/index.d.ts +30 -28
- package/System.Runtime.InteropServices/internal/index.d.ts +85 -83
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +20 -20
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +28 -26
- package/System.Runtime.InteropServices.d.ts +3 -0
- package/System.Runtime.Intrinsics.d.ts +3 -0
- package/System.Runtime.Loader/internal/index.d.ts +2 -2
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization/internal/index.d.ts +66 -54
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +4 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization.Json/internal/index.d.ts +22 -21
- package/System.Runtime.Serialization.Json.d.ts +3 -0
- package/System.Runtime.Serialization.d.ts +3 -0
- package/System.Runtime.Versioning/internal/index.d.ts +12 -9
- package/System.Security/internal/index.d.ts +62 -52
- package/System.Security.AccessControl/internal/index.d.ts +29 -25
- package/System.Security.Authentication/internal/index.d.ts +4 -4
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +8 -8
- package/System.Security.Claims/internal/index.d.ts +21 -15
- package/System.Security.Cryptography/bindings.json +4212 -4212
- package/System.Security.Cryptography/internal/index.d.ts +155 -141
- package/System.Security.Cryptography.X509Certificates/bindings.json +768 -768
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +83 -82
- package/System.Security.Cryptography.X509Certificates.d.ts +3 -0
- package/System.Security.Permissions/internal/index.d.ts +2 -2
- package/System.Security.Principal/internal/index.d.ts +3 -3
- package/System.Text/internal/index.d.ts +48 -46
- package/System.Text.Json/internal/index.d.ts +87 -81
- package/System.Text.Json.Nodes/internal/index.d.ts +41 -41
- package/System.Text.Json.Schema/internal/index.d.ts +4 -3
- package/System.Text.Json.Schema.d.ts +3 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +5 -4
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +55 -30
- package/System.Text.Json.Serialization.Metadata.d.ts +3 -0
- package/System.Text.Json.d.ts +3 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +5 -5
- package/System.Text.Unicode/internal/index.d.ts +4 -4
- package/System.Text.d.ts +3 -0
- package/System.Threading/internal/index.d.ts +86 -85
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +82 -82
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +25 -26
- package/System.Threading.Tasks.Dataflow.d.ts +3 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -4
- package/System.Threading.Tasks.d.ts +3 -0
- package/System.Threading.d.ts +3 -0
- package/System.Timers/internal/index.d.ts +5 -3
- package/System.Transactions/internal/index.d.ts +18 -16
- package/System.Web/internal/index.d.ts +30 -30
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/internal/index.d.ts +162 -161
- package/System.Xml.Linq/internal/index.d.ts +38 -37
- package/System.Xml.Linq.d.ts +3 -0
- package/System.Xml.Resolvers/internal/index.d.ts +5 -5
- package/System.Xml.Schema/internal/index.d.ts +133 -88
- package/System.Xml.Schema.d.ts +3 -0
- package/System.Xml.Serialization/internal/index.d.ts +138 -117
- package/System.Xml.XPath/internal/index.d.ts +12 -12
- package/System.Xml.XPath.d.ts +3 -0
- package/System.Xml.Xsl/internal/index.d.ts +34 -34
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +16 -16
- package/System.d.ts +3 -0
- package/__internal/extensions/index.d.ts +2516 -2196
- package/package.json +2 -2
|
@@ -190,10 +190,10 @@ export enum TraceOptions {
|
|
|
190
190
|
export type DataReceivedEventHandler = (sender: unknown, e: DataReceivedEventArgs) => void;
|
|
191
191
|
|
|
192
192
|
|
|
193
|
-
export type DistributedContextPropagator_PropagatorGetterCallback = (carrier: unknown, fieldName: string, fieldValue: string, fieldValues: IEnumerable_1<System_Internal.String>
|
|
193
|
+
export type DistributedContextPropagator_PropagatorGetterCallback = (carrier: unknown, fieldName: string, fieldValue: string, fieldValues: IEnumerable_1<System_Internal.String>) => void;
|
|
194
194
|
|
|
195
195
|
|
|
196
|
-
export type DistributedContextPropagator_PropagatorSetterCallback = (carrier: unknown
|
|
196
|
+
export type DistributedContextPropagator_PropagatorSetterCallback = (carrier: unknown, fieldName: string, fieldValue: string) => void;
|
|
197
197
|
|
|
198
198
|
|
|
199
199
|
export type ExceptionRecorder = (activity: Activity, exception: Exception, tags: TagList) => void;
|
|
@@ -218,7 +218,8 @@ export type Activity_Enumerator_1<T> = Activity_Enumerator_1$instance<T>;
|
|
|
218
218
|
|
|
219
219
|
export interface ActivityChangedEventArgs$instance {
|
|
220
220
|
current: Activity;
|
|
221
|
-
previous: Activity | undefined;
|
|
221
|
+
get previous(): Activity | undefined;
|
|
222
|
+
set previous(value: Activity);
|
|
222
223
|
}
|
|
223
224
|
|
|
224
225
|
|
|
@@ -236,16 +237,16 @@ export interface ActivityContext$instance {
|
|
|
236
237
|
readonly traceId: ActivityTraceId;
|
|
237
238
|
readonly traceState: string | undefined;
|
|
238
239
|
equals(value: ActivityContext): boolean;
|
|
239
|
-
equals(obj: unknown
|
|
240
|
+
equals(obj: unknown): boolean;
|
|
240
241
|
getHashCode(): int;
|
|
241
242
|
}
|
|
242
243
|
|
|
243
244
|
|
|
244
245
|
export const ActivityContext: {
|
|
245
|
-
new(traceId: ActivityTraceId, spanId: ActivitySpanId, traceFlags: ActivityTraceFlags, traceState: string
|
|
246
|
-
parse(traceParent: string
|
|
247
|
-
tryParse(traceParent: string
|
|
248
|
-
tryParse(traceParent: string
|
|
246
|
+
new(traceId: ActivityTraceId, spanId: ActivitySpanId, traceFlags: ActivityTraceFlags, traceState: string, isRemote: boolean): ActivityContext;
|
|
247
|
+
parse(traceParent: string, traceState: string): ActivityContext;
|
|
248
|
+
tryParse(traceParent: string, traceState: string, isRemote: boolean, context: ActivityContext): boolean;
|
|
249
|
+
tryParse(traceParent: string, traceState: string, context: ActivityContext): boolean;
|
|
249
250
|
};
|
|
250
251
|
|
|
251
252
|
|
|
@@ -268,7 +269,8 @@ export interface ActivityCreationOptions_1$instance<T> {
|
|
|
268
269
|
readonly source: ActivitySource;
|
|
269
270
|
readonly tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
270
271
|
readonly traceId: ActivityTraceId;
|
|
271
|
-
traceState: string | undefined;
|
|
272
|
+
get traceState(): string | undefined;
|
|
273
|
+
set traceState(value: string);
|
|
272
274
|
}
|
|
273
275
|
|
|
274
276
|
|
|
@@ -289,7 +291,7 @@ export interface ActivityEvent$instance {
|
|
|
289
291
|
|
|
290
292
|
export const ActivityEvent: {
|
|
291
293
|
new(name: string): ActivityEvent;
|
|
292
|
-
new(name: string, timestamp: DateTimeOffset, tags: ActivityTagsCollection
|
|
294
|
+
new(name: string, timestamp: DateTimeOffset, tags: ActivityTagsCollection): ActivityEvent;
|
|
293
295
|
};
|
|
294
296
|
|
|
295
297
|
|
|
@@ -326,7 +328,7 @@ export interface ActivitySpanId$instance {
|
|
|
326
328
|
equals(obj: unknown): boolean;
|
|
327
329
|
getHashCode(): int;
|
|
328
330
|
toHexString(): string;
|
|
329
|
-
toString(): string
|
|
331
|
+
toString(): string;
|
|
330
332
|
}
|
|
331
333
|
|
|
332
334
|
|
|
@@ -376,7 +378,7 @@ export interface ActivityTraceId$instance {
|
|
|
376
378
|
equals(obj: unknown): boolean;
|
|
377
379
|
getHashCode(): int;
|
|
378
380
|
toHexString(): string;
|
|
379
|
-
toString(): string
|
|
381
|
+
toString(): string;
|
|
380
382
|
}
|
|
381
383
|
|
|
382
384
|
|
|
@@ -400,16 +402,16 @@ export type ActivityTraceId = ActivityTraceId$instance & __ActivityTraceId$views
|
|
|
400
402
|
|
|
401
403
|
|
|
402
404
|
export interface Debug_AssertInterpolatedStringHandler$instance {
|
|
403
|
-
appendFormatted<T>(value: T
|
|
404
|
-
appendFormatted<T>(value: T, format: string
|
|
405
|
-
appendFormatted<T>(value: T
|
|
406
|
-
appendFormatted<T>(value: T, alignment: int, format: string
|
|
405
|
+
appendFormatted<T>(value: T): void;
|
|
406
|
+
appendFormatted<T>(value: T, format: string): void;
|
|
407
|
+
appendFormatted<T>(value: T, alignment: int): void;
|
|
408
|
+
appendFormatted<T>(value: T, alignment: int, format: string): void;
|
|
407
409
|
appendFormatted(value: ReadOnlySpan_1<System_Internal.Char>): void;
|
|
408
|
-
appendFormatted(value: ReadOnlySpan_1<System_Internal.Char>, alignment?: int, format?: string
|
|
409
|
-
appendFormatted(value: string
|
|
410
|
-
appendFormatted(value: string
|
|
411
|
-
appendFormatted(value: unknown
|
|
412
|
-
appendLiteral(value: string
|
|
410
|
+
appendFormatted(value: ReadOnlySpan_1<System_Internal.Char>, alignment?: int, format?: string): void;
|
|
411
|
+
appendFormatted(value: string): void;
|
|
412
|
+
appendFormatted(value: string, alignment?: int, format?: string): void;
|
|
413
|
+
appendFormatted(value: unknown, alignment?: int, format?: string): void;
|
|
414
|
+
appendLiteral(value: string): void;
|
|
413
415
|
}
|
|
414
416
|
|
|
415
417
|
|
|
@@ -421,16 +423,16 @@ export const Debug_AssertInterpolatedStringHandler: {
|
|
|
421
423
|
export type Debug_AssertInterpolatedStringHandler = Debug_AssertInterpolatedStringHandler$instance;
|
|
422
424
|
|
|
423
425
|
export interface Debug_WriteIfInterpolatedStringHandler$instance {
|
|
424
|
-
appendFormatted<T>(value: T
|
|
425
|
-
appendFormatted<T>(value: T, format: string
|
|
426
|
-
appendFormatted<T>(value: T
|
|
427
|
-
appendFormatted<T>(value: T, alignment: int, format: string
|
|
426
|
+
appendFormatted<T>(value: T): void;
|
|
427
|
+
appendFormatted<T>(value: T, format: string): void;
|
|
428
|
+
appendFormatted<T>(value: T, alignment: int): void;
|
|
429
|
+
appendFormatted<T>(value: T, alignment: int, format: string): void;
|
|
428
430
|
appendFormatted(value: ReadOnlySpan_1<System_Internal.Char>): void;
|
|
429
|
-
appendFormatted(value: ReadOnlySpan_1<System_Internal.Char>, alignment?: int, format?: string
|
|
430
|
-
appendFormatted(value: string
|
|
431
|
-
appendFormatted(value: string
|
|
432
|
-
appendFormatted(value: unknown
|
|
433
|
-
appendLiteral(value: string
|
|
431
|
+
appendFormatted(value: ReadOnlySpan_1<System_Internal.Char>, alignment?: int, format?: string): void;
|
|
432
|
+
appendFormatted(value: string): void;
|
|
433
|
+
appendFormatted(value: string, alignment?: int, format?: string): void;
|
|
434
|
+
appendFormatted(value: unknown, alignment?: int, format?: string): void;
|
|
435
|
+
appendLiteral(value: string): void;
|
|
434
436
|
}
|
|
435
437
|
|
|
436
438
|
|
|
@@ -445,7 +447,7 @@ export interface TagList$instance {
|
|
|
445
447
|
readonly count: int;
|
|
446
448
|
readonly isReadOnly: boolean;
|
|
447
449
|
item: KeyValuePair_2<System_Internal.String, unknown>;
|
|
448
|
-
add(key: string, value: unknown
|
|
450
|
+
add(key: string, value: unknown): void;
|
|
449
451
|
add(tag: KeyValuePair_2<System_Internal.String, unknown>): void;
|
|
450
452
|
clear(): void;
|
|
451
453
|
contains(item: KeyValuePair_2<System_Internal.String, unknown>): boolean;
|
|
@@ -524,13 +526,14 @@ export interface Activity$instance {
|
|
|
524
526
|
readonly tagObjects: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
525
527
|
readonly tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>;
|
|
526
528
|
readonly traceId: ActivityTraceId;
|
|
527
|
-
traceStateString: string | undefined;
|
|
528
|
-
|
|
529
|
+
get traceStateString(): string | undefined;
|
|
530
|
+
set traceStateString(value: string);
|
|
531
|
+
addBaggage(key: string, value: string): Activity;
|
|
529
532
|
addEvent(e: ActivityEvent): Activity;
|
|
530
533
|
addException(exception: Exception, tags?: TagList, timestamp?: DateTimeOffset): Activity;
|
|
531
534
|
addLink(link: ActivityLink): Activity;
|
|
532
|
-
addTag(key: string, value: string
|
|
533
|
-
addTag(key: string, value: unknown
|
|
535
|
+
addTag(key: string, value: string): Activity;
|
|
536
|
+
addTag(key: string, value: unknown): Activity;
|
|
534
537
|
dispose(): void;
|
|
535
538
|
enumerateEvents(): Activity_Enumerator_1<ActivityEvent>;
|
|
536
539
|
enumerateLinks(): Activity_Enumerator_1<ActivityLink>;
|
|
@@ -538,15 +541,15 @@ export interface Activity$instance {
|
|
|
538
541
|
getBaggageItem(key: string): string | undefined;
|
|
539
542
|
getCustomProperty(propertyName: string): unknown | undefined;
|
|
540
543
|
getTagItem(key: string): unknown | undefined;
|
|
541
|
-
setBaggage(key: string, value: string
|
|
542
|
-
setCustomProperty(propertyName: string, propertyValue: unknown
|
|
544
|
+
setBaggage(key: string, value: string): Activity;
|
|
545
|
+
setCustomProperty(propertyName: string, propertyValue: unknown): void;
|
|
543
546
|
setEndTime(endTimeUtc: DateTime): Activity;
|
|
544
547
|
setIdFormat(format: ActivityIdFormat): Activity;
|
|
545
548
|
setParentId(parentId: string): Activity;
|
|
546
549
|
setParentId(traceId: ActivityTraceId, spanId: ActivitySpanId, activityTraceFlags?: ActivityTraceFlags): Activity;
|
|
547
550
|
setStartTime(startTimeUtc: DateTime): Activity;
|
|
548
|
-
setStatus(code: ActivityStatusCode, description?: string
|
|
549
|
-
setTag(key: string, value: unknown
|
|
551
|
+
setStatus(code: ActivityStatusCode, description?: string): Activity;
|
|
552
|
+
setTag(key: string, value: unknown): Activity;
|
|
550
553
|
start(): Activity;
|
|
551
554
|
stop(): void;
|
|
552
555
|
}
|
|
@@ -555,8 +558,10 @@ export interface Activity$instance {
|
|
|
555
558
|
export const Activity: {
|
|
556
559
|
new(operationName: string): Activity;
|
|
557
560
|
forceDefaultIdFormat: boolean;
|
|
558
|
-
current: Activity | undefined;
|
|
559
|
-
|
|
561
|
+
get current(): Activity | undefined;
|
|
562
|
+
set current(value: Activity);
|
|
563
|
+
get traceIdGenerator(): Func_1<ActivityTraceId> | undefined;
|
|
564
|
+
set traceIdGenerator(value: Func_1<ActivityTraceId>);
|
|
560
565
|
defaultIdFormat: ActivityIdFormat;
|
|
561
566
|
};
|
|
562
567
|
|
|
@@ -571,12 +576,18 @@ export type Activity = Activity$instance & __Activity$views;
|
|
|
571
576
|
|
|
572
577
|
|
|
573
578
|
export interface ActivityListener$instance {
|
|
574
|
-
activityStarted: Action_1<Activity> | undefined;
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
579
|
+
get activityStarted(): Action_1<Activity> | undefined;
|
|
580
|
+
set activityStarted(value: Action_1<Activity>);
|
|
581
|
+
get activityStopped(): Action_1<Activity> | undefined;
|
|
582
|
+
set activityStopped(value: Action_1<Activity>);
|
|
583
|
+
get exceptionRecorder(): ExceptionRecorder | undefined;
|
|
584
|
+
set exceptionRecorder(value: ExceptionRecorder);
|
|
585
|
+
get sample(): SampleActivity_1<ActivityContext> | undefined;
|
|
586
|
+
set sample(value: SampleActivity_1<ActivityContext>);
|
|
587
|
+
get sampleUsingParentId(): SampleActivity_1<System_Internal.String> | undefined;
|
|
588
|
+
set sampleUsingParentId(value: SampleActivity_1<System_Internal.String>);
|
|
589
|
+
get shouldListenTo(): Func_2<ActivitySource, System_Internal.Boolean> | undefined;
|
|
590
|
+
set shouldListenTo(value: Func_2<ActivitySource, System_Internal.Boolean>);
|
|
580
591
|
dispose(): void;
|
|
581
592
|
}
|
|
582
593
|
|
|
@@ -601,21 +612,21 @@ export interface ActivitySource$instance {
|
|
|
601
612
|
readonly telemetrySchemaUrl: string | undefined;
|
|
602
613
|
readonly version: string;
|
|
603
614
|
createActivity(name: string, kind: ActivityKind): Activity | undefined;
|
|
604
|
-
createActivity(name: string, kind: ActivityKind, parentContext: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown
|
|
605
|
-
createActivity(name: string, kind: ActivityKind, parentId: string, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown
|
|
615
|
+
createActivity(name: string, kind: ActivityKind, parentContext: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>, links?: IEnumerable_1<ActivityLink>, idFormat?: ActivityIdFormat): Activity | undefined;
|
|
616
|
+
createActivity(name: string, kind: ActivityKind, parentId: string, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>, links?: IEnumerable_1<ActivityLink>, idFormat?: ActivityIdFormat): Activity | undefined;
|
|
606
617
|
dispose(): void;
|
|
607
618
|
hasListeners(): boolean;
|
|
608
619
|
startActivity(name?: string, kind?: ActivityKind): Activity | undefined;
|
|
609
|
-
startActivity(name: string, kind: ActivityKind, parentContext: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown
|
|
610
|
-
startActivity(name: string, kind: ActivityKind, parentId: string, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown
|
|
611
|
-
startActivity(kind: ActivityKind, parentContext?: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown
|
|
620
|
+
startActivity(name: string, kind: ActivityKind, parentContext: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>, links?: IEnumerable_1<ActivityLink>, startTime?: DateTimeOffset): Activity | undefined;
|
|
621
|
+
startActivity(name: string, kind: ActivityKind, parentId: string, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>, links?: IEnumerable_1<ActivityLink>, startTime?: DateTimeOffset): Activity | undefined;
|
|
622
|
+
startActivity(kind: ActivityKind, parentContext?: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>, links?: IEnumerable_1<ActivityLink>, startTime?: DateTimeOffset, name?: string): Activity | undefined;
|
|
612
623
|
}
|
|
613
624
|
|
|
614
625
|
|
|
615
626
|
export const ActivitySource: {
|
|
616
627
|
new(name: string): ActivitySource;
|
|
617
|
-
new(name: string, version: string
|
|
618
|
-
new(name: string, version: string
|
|
628
|
+
new(name: string, version: string): ActivitySource;
|
|
629
|
+
new(name: string, version: string, tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>): ActivitySource;
|
|
619
630
|
new(options: ActivitySourceOptions): ActivitySource;
|
|
620
631
|
addActivityListener(listener: ActivityListener): void;
|
|
621
632
|
};
|
|
@@ -633,13 +644,14 @@ export type ActivitySource = ActivitySource$instance & __ActivitySource$views;
|
|
|
633
644
|
export interface ActivitySourceOptions$instance {
|
|
634
645
|
name: string;
|
|
635
646
|
tags: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
636
|
-
telemetrySchemaUrl: string | undefined;
|
|
647
|
+
get telemetrySchemaUrl(): string | undefined;
|
|
648
|
+
set telemetrySchemaUrl(value: string);
|
|
637
649
|
version: string;
|
|
638
650
|
}
|
|
639
651
|
|
|
640
652
|
|
|
641
653
|
export const ActivitySourceOptions: {
|
|
642
|
-
new(name: string
|
|
654
|
+
new(name: string): ActivitySourceOptions;
|
|
643
655
|
};
|
|
644
656
|
|
|
645
657
|
|
|
@@ -651,7 +663,7 @@ export interface ActivityTagsCollection$instance {
|
|
|
651
663
|
item: unknown;
|
|
652
664
|
readonly keys: ICollection_1<System_Internal.String>;
|
|
653
665
|
readonly values: ICollection_1<unknown | undefined>;
|
|
654
|
-
add(key: string, value: unknown
|
|
666
|
+
add(key: string, value: unknown): void;
|
|
655
667
|
add(item: KeyValuePair_2<System_Internal.String, unknown>): void;
|
|
656
668
|
clear(): void;
|
|
657
669
|
contains(item: KeyValuePair_2<System_Internal.String, unknown>): boolean;
|
|
@@ -660,7 +672,7 @@ export interface ActivityTagsCollection$instance {
|
|
|
660
672
|
getEnumerator(): ActivityTagsCollection_Enumerator;
|
|
661
673
|
remove(key: string): boolean;
|
|
662
674
|
remove(item: KeyValuePair_2<System_Internal.String, unknown>): boolean;
|
|
663
|
-
tryGetValue(key: string, value: unknown
|
|
675
|
+
tryGetValue(key: string, value: unknown): boolean;
|
|
664
676
|
}
|
|
665
677
|
|
|
666
678
|
|
|
@@ -686,8 +698,8 @@ export interface BooleanSwitch$instance extends Switch {
|
|
|
686
698
|
|
|
687
699
|
|
|
688
700
|
export const BooleanSwitch: {
|
|
689
|
-
new(displayName: string, description: string
|
|
690
|
-
new(displayName: string, description: string
|
|
701
|
+
new(displayName: string, description: string): BooleanSwitch;
|
|
702
|
+
new(displayName: string, description: string, defaultSwitchValue: string): BooleanSwitch;
|
|
691
703
|
};
|
|
692
704
|
|
|
693
705
|
|
|
@@ -793,14 +805,15 @@ export type DebuggerDisableUserUnhandledExceptionsAttribute = DebuggerDisableUse
|
|
|
793
805
|
export interface DebuggerDisplayAttribute$instance extends Attribute {
|
|
794
806
|
name: string;
|
|
795
807
|
target: Type;
|
|
796
|
-
targetTypeName: string | undefined;
|
|
808
|
+
get targetTypeName(): string | undefined;
|
|
809
|
+
set targetTypeName(value: string);
|
|
797
810
|
type_: string;
|
|
798
811
|
readonly value: string;
|
|
799
812
|
}
|
|
800
813
|
|
|
801
814
|
|
|
802
815
|
export const DebuggerDisplayAttribute: {
|
|
803
|
-
new(value: string
|
|
816
|
+
new(value: string): DebuggerDisplayAttribute;
|
|
804
817
|
};
|
|
805
818
|
|
|
806
819
|
|
|
@@ -853,13 +866,14 @@ export type DebuggerStepThroughAttribute = DebuggerStepThroughAttribute$instance
|
|
|
853
866
|
export interface DebuggerTypeProxyAttribute$instance extends Attribute {
|
|
854
867
|
readonly proxyTypeName: string;
|
|
855
868
|
target: Type;
|
|
856
|
-
targetTypeName: string | undefined;
|
|
869
|
+
get targetTypeName(): string | undefined;
|
|
870
|
+
set targetTypeName(value: string);
|
|
857
871
|
}
|
|
858
872
|
|
|
859
873
|
|
|
860
874
|
export const DebuggerTypeProxyAttribute: {
|
|
861
|
-
new(type_: Type
|
|
862
|
-
new(typeName: string
|
|
875
|
+
new(type_: Type): DebuggerTypeProxyAttribute;
|
|
876
|
+
new(typeName: string): DebuggerTypeProxyAttribute;
|
|
863
877
|
};
|
|
864
878
|
|
|
865
879
|
|
|
@@ -868,37 +882,38 @@ export type DebuggerTypeProxyAttribute = DebuggerTypeProxyAttribute$instance;
|
|
|
868
882
|
export interface DebuggerVisualizerAttribute$instance extends Attribute {
|
|
869
883
|
description: string;
|
|
870
884
|
target: Type;
|
|
871
|
-
targetTypeName: string | undefined;
|
|
885
|
+
get targetTypeName(): string | undefined;
|
|
886
|
+
set targetTypeName(value: string);
|
|
872
887
|
readonly visualizerObjectSourceTypeName: string | undefined;
|
|
873
888
|
readonly visualizerTypeName: string;
|
|
874
889
|
}
|
|
875
890
|
|
|
876
891
|
|
|
877
892
|
export const DebuggerVisualizerAttribute: {
|
|
878
|
-
new(visualizerTypeName: string
|
|
879
|
-
new(visualizerTypeName: string
|
|
880
|
-
new(visualizerTypeName: string
|
|
881
|
-
new(visualizer: Type
|
|
882
|
-
new(visualizer: Type
|
|
883
|
-
new(visualizer: Type
|
|
893
|
+
new(visualizerTypeName: string): DebuggerVisualizerAttribute;
|
|
894
|
+
new(visualizerTypeName: string, visualizerObjectSourceTypeName: string): DebuggerVisualizerAttribute;
|
|
895
|
+
new(visualizerTypeName: string, visualizerObjectSource: Type): DebuggerVisualizerAttribute;
|
|
896
|
+
new(visualizer: Type): DebuggerVisualizerAttribute;
|
|
897
|
+
new(visualizer: Type, visualizerObjectSource: Type): DebuggerVisualizerAttribute;
|
|
898
|
+
new(visualizer: Type, visualizerObjectSourceTypeName: string): DebuggerVisualizerAttribute;
|
|
884
899
|
};
|
|
885
900
|
|
|
886
901
|
|
|
887
902
|
export type DebuggerVisualizerAttribute = DebuggerVisualizerAttribute$instance;
|
|
888
903
|
|
|
889
904
|
export interface DebugProvider$instance {
|
|
890
|
-
fail(message: string
|
|
905
|
+
fail(message: string, detailMessage: string): void;
|
|
891
906
|
onIndentLevelChanged(indentLevel: int): void;
|
|
892
907
|
onIndentSizeChanged(indentSize: int): void;
|
|
893
|
-
write(message: string
|
|
894
|
-
writeLine(message: string
|
|
908
|
+
write(message: string): void;
|
|
909
|
+
writeLine(message: string): void;
|
|
895
910
|
}
|
|
896
911
|
|
|
897
912
|
|
|
898
913
|
export const DebugProvider: {
|
|
899
914
|
new(): DebugProvider;
|
|
900
|
-
failCore(stackTrace: string
|
|
901
|
-
writeCore(message: string
|
|
915
|
+
failCore(stackTrace: string, message: string, detailMessage: string, errorSource: string): void;
|
|
916
|
+
writeCore(message: string): void;
|
|
902
917
|
};
|
|
903
918
|
|
|
904
919
|
|
|
@@ -906,18 +921,19 @@ export type DebugProvider = DebugProvider$instance;
|
|
|
906
921
|
|
|
907
922
|
export interface DefaultTraceListener$instance extends TraceListener$instance {
|
|
908
923
|
assertUiEnabled: boolean;
|
|
909
|
-
logFileName: string | undefined;
|
|
924
|
+
get logFileName(): string | undefined;
|
|
925
|
+
set logFileName(value: string);
|
|
910
926
|
dispose(): void;
|
|
911
|
-
fail(message: string
|
|
912
|
-
fail(message: string
|
|
913
|
-
write(message: string
|
|
914
|
-
write(o: unknown
|
|
915
|
-
write(message: string
|
|
916
|
-
write(o: unknown
|
|
917
|
-
writeLine(message: string
|
|
918
|
-
writeLine(o: unknown
|
|
919
|
-
writeLine(message: string
|
|
920
|
-
writeLine(o: unknown
|
|
927
|
+
fail(message: string): void;
|
|
928
|
+
fail(message: string, detailMessage: string): void;
|
|
929
|
+
write(message: string): void;
|
|
930
|
+
write(o: unknown): void;
|
|
931
|
+
write(message: string, category: string): void;
|
|
932
|
+
write(o: unknown, category: string): void;
|
|
933
|
+
writeLine(message: string): void;
|
|
934
|
+
writeLine(o: unknown): void;
|
|
935
|
+
writeLine(message: string, category: string): void;
|
|
936
|
+
writeLine(o: unknown, category: string): void;
|
|
921
937
|
}
|
|
922
938
|
|
|
923
939
|
|
|
@@ -940,15 +956,15 @@ export interface DelimitedListTraceListener$instance extends TextWriterTraceList
|
|
|
940
956
|
traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, ...data: unknown[]): void;
|
|
941
957
|
traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, format: string, ...args: unknown[]): void;
|
|
942
958
|
traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, message: string): void;
|
|
943
|
-
traceEvent(eventCache: TraceEventCache
|
|
959
|
+
traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int): void;
|
|
944
960
|
}
|
|
945
961
|
|
|
946
962
|
|
|
947
963
|
export const DelimitedListTraceListener: {
|
|
948
964
|
new(stream: Stream): DelimitedListTraceListener;
|
|
949
|
-
new(stream: Stream, name: string
|
|
965
|
+
new(stream: Stream, name: string): DelimitedListTraceListener;
|
|
950
966
|
new(writer: TextWriter): DelimitedListTraceListener;
|
|
951
|
-
new(writer: TextWriter, name: string
|
|
967
|
+
new(writer: TextWriter, name: string): DelimitedListTraceListener;
|
|
952
968
|
new(fileName: string): DelimitedListTraceListener;
|
|
953
969
|
new(fileName: string, name: string): DelimitedListTraceListener;
|
|
954
970
|
};
|
|
@@ -966,14 +982,14 @@ export interface DiagnosticListener$instance extends DiagnosticSource {
|
|
|
966
982
|
dispose(): void;
|
|
967
983
|
isEnabled(name: string): boolean;
|
|
968
984
|
isEnabled(name: string, arg1: unknown, arg2?: unknown): boolean;
|
|
969
|
-
onActivityExport(activity: Activity, payload: unknown
|
|
970
|
-
onActivityImport(activity: Activity, payload: unknown
|
|
971
|
-
subscribe(observer: IObserver_1<KeyValuePair_2<System_Internal.String, unknown>>, isEnabled: Func_4<System_Internal.String, unknown
|
|
972
|
-
subscribe(observer: IObserver_1<KeyValuePair_2<System_Internal.String, unknown>>, isEnabled: Predicate_1<System_Internal.String>
|
|
973
|
-
subscribe(observer: IObserver_1<KeyValuePair_2<System_Internal.String, unknown>>, isEnabled: Func_4<System_Internal.String, unknown
|
|
985
|
+
onActivityExport(activity: Activity, payload: unknown): void;
|
|
986
|
+
onActivityImport(activity: Activity, payload: unknown): void;
|
|
987
|
+
subscribe(observer: IObserver_1<KeyValuePair_2<System_Internal.String, unknown>>, isEnabled: Func_4<System_Internal.String, unknown, unknown, System_Internal.Boolean>, onActivityImport?: Action_2<Activity, unknown>, onActivityExport?: Action_2<Activity, unknown>): IDisposable;
|
|
988
|
+
subscribe(observer: IObserver_1<KeyValuePair_2<System_Internal.String, unknown>>, isEnabled: Predicate_1<System_Internal.String>): IDisposable;
|
|
989
|
+
subscribe(observer: IObserver_1<KeyValuePair_2<System_Internal.String, unknown>>, isEnabled: Func_4<System_Internal.String, unknown, unknown, System_Internal.Boolean>): IDisposable;
|
|
974
990
|
subscribe(observer: IObserver_1<KeyValuePair_2<System_Internal.String, unknown>>): IDisposable;
|
|
975
991
|
toString(): string;
|
|
976
|
-
write(name: string, value: unknown
|
|
992
|
+
write(name: string, value: unknown): void;
|
|
977
993
|
write<T>(name: string, value: T): void;
|
|
978
994
|
}
|
|
979
995
|
|
|
@@ -1013,13 +1029,13 @@ export type DiagnosticMethodInfo = DiagnosticMethodInfo$instance;
|
|
|
1013
1029
|
export interface DiagnosticSource$instance {
|
|
1014
1030
|
isEnabled(name: string): boolean;
|
|
1015
1031
|
isEnabled(name: string, arg1: unknown, arg2?: unknown): boolean;
|
|
1016
|
-
onActivityExport(activity: Activity, payload: unknown
|
|
1017
|
-
onActivityImport(activity: Activity, payload: unknown
|
|
1018
|
-
startActivity(activity: Activity, args: unknown
|
|
1032
|
+
onActivityExport(activity: Activity, payload: unknown): void;
|
|
1033
|
+
onActivityImport(activity: Activity, payload: unknown): void;
|
|
1034
|
+
startActivity(activity: Activity, args: unknown): Activity;
|
|
1019
1035
|
startActivity<T>(activity: Activity, args: T): Activity;
|
|
1020
|
-
stopActivity(activity: Activity, args: unknown
|
|
1036
|
+
stopActivity(activity: Activity, args: unknown): void;
|
|
1021
1037
|
stopActivity<T>(activity: Activity, args: T): void;
|
|
1022
|
-
write(name: string, value: unknown
|
|
1038
|
+
write(name: string, value: unknown): void;
|
|
1023
1039
|
write<T>(name: string, value: T): void;
|
|
1024
1040
|
}
|
|
1025
1041
|
|
|
@@ -1091,13 +1107,13 @@ export interface FileVersionInfo$instance {
|
|
|
1091
1107
|
readonly productPrivatePart: int;
|
|
1092
1108
|
readonly productVersion: string | undefined;
|
|
1093
1109
|
readonly specialBuild: string | undefined;
|
|
1094
|
-
toString(): string
|
|
1110
|
+
toString(): string;
|
|
1095
1111
|
}
|
|
1096
1112
|
|
|
1097
1113
|
|
|
1098
1114
|
export const FileVersionInfo: {
|
|
1099
1115
|
new(): FileVersionInfo;
|
|
1100
|
-
getVersionInfo(fileName: string
|
|
1116
|
+
getVersionInfo(fileName: string): FileVersionInfo;
|
|
1101
1117
|
};
|
|
1102
1118
|
|
|
1103
1119
|
|
|
@@ -1183,7 +1199,8 @@ export interface Process$instance extends Component {
|
|
|
1183
1199
|
readonly standardOutput: StreamReader;
|
|
1184
1200
|
startInfo: ProcessStartInfo;
|
|
1185
1201
|
readonly startTime: DateTime;
|
|
1186
|
-
synchronizingObject: ISynchronizeInvoke | undefined;
|
|
1202
|
+
get synchronizingObject(): ISynchronizeInvoke | undefined;
|
|
1203
|
+
set synchronizingObject(value: ISynchronizeInvoke);
|
|
1187
1204
|
readonly threads: ProcessThreadCollection;
|
|
1188
1205
|
readonly totalProcessorTime: TimeSpan;
|
|
1189
1206
|
readonly userProcessorTime: TimeSpan;
|
|
@@ -1221,8 +1238,8 @@ export const Process: {
|
|
|
1221
1238
|
getProcessById(processId: int): Process;
|
|
1222
1239
|
getProcesses(): Process[];
|
|
1223
1240
|
getProcesses(machineName: string): Process[];
|
|
1224
|
-
getProcessesByName(processName: string
|
|
1225
|
-
getProcessesByName(processName: string
|
|
1241
|
+
getProcessesByName(processName: string, machineName: string): Process[];
|
|
1242
|
+
getProcessesByName(processName: string): Process[];
|
|
1226
1243
|
leaveDebugMode(): void;
|
|
1227
1244
|
start(startInfo: ProcessStartInfo): Process | undefined;
|
|
1228
1245
|
start(fileName: string, arguments: IEnumerable_1<System_Internal.String>): Process;
|
|
@@ -1307,13 +1324,17 @@ export interface ProcessStartInfo$instance {
|
|
|
1307
1324
|
fileName: string;
|
|
1308
1325
|
loadUserProfile: boolean;
|
|
1309
1326
|
password: SecureString;
|
|
1310
|
-
passwordInClearText: string | undefined;
|
|
1327
|
+
get passwordInClearText(): string | undefined;
|
|
1328
|
+
set passwordInClearText(value: string);
|
|
1311
1329
|
redirectStandardError: boolean;
|
|
1312
1330
|
redirectStandardInput: boolean;
|
|
1313
1331
|
redirectStandardOutput: boolean;
|
|
1314
|
-
standardErrorEncoding: Encoding | undefined;
|
|
1315
|
-
|
|
1316
|
-
|
|
1332
|
+
get standardErrorEncoding(): Encoding | undefined;
|
|
1333
|
+
set standardErrorEncoding(value: Encoding);
|
|
1334
|
+
get standardInputEncoding(): Encoding | undefined;
|
|
1335
|
+
set standardInputEncoding(value: Encoding);
|
|
1336
|
+
get standardOutputEncoding(): Encoding | undefined;
|
|
1337
|
+
set standardOutputEncoding(value: Encoding);
|
|
1317
1338
|
useCredentialsForNetworkingOnly: boolean;
|
|
1318
1339
|
userName: string;
|
|
1319
1340
|
useShellExecute: boolean;
|
|
@@ -1430,7 +1451,7 @@ export interface StackFrame$instance {
|
|
|
1430
1451
|
getILOffset(): int;
|
|
1431
1452
|
getMethod(): MethodBase | undefined;
|
|
1432
1453
|
getNativeOffset(): int;
|
|
1433
|
-
toString(): string
|
|
1454
|
+
toString(): string;
|
|
1434
1455
|
}
|
|
1435
1456
|
|
|
1436
1457
|
|
|
@@ -1439,8 +1460,8 @@ export const StackFrame: {
|
|
|
1439
1460
|
new(needFileInfo: boolean): StackFrame;
|
|
1440
1461
|
new(skipFrames: int): StackFrame;
|
|
1441
1462
|
new(skipFrames: int, needFileInfo: boolean): StackFrame;
|
|
1442
|
-
new(fileName: string
|
|
1443
|
-
new(fileName: string
|
|
1463
|
+
new(fileName: string, lineNumber: int): StackFrame;
|
|
1464
|
+
new(fileName: string, lineNumber: int, colNumber: int): StackFrame;
|
|
1444
1465
|
readonly OFFSET_UNKNOWN: int;
|
|
1445
1466
|
};
|
|
1446
1467
|
|
|
@@ -1449,7 +1470,7 @@ export type StackFrame = StackFrame$instance;
|
|
|
1449
1470
|
|
|
1450
1471
|
export interface StackTrace$instance {
|
|
1451
1472
|
readonly frameCount: int;
|
|
1452
|
-
getFrame(index: int): StackFrame;
|
|
1473
|
+
getFrame(index: int): StackFrame | undefined;
|
|
1453
1474
|
getFrames(): StackFrame[];
|
|
1454
1475
|
toString(): string;
|
|
1455
1476
|
}
|
|
@@ -1526,7 +1547,8 @@ export const Switch: {
|
|
|
1526
1547
|
export type Switch = Switch$instance;
|
|
1527
1548
|
|
|
1528
1549
|
export interface SwitchAttribute$instance extends Attribute {
|
|
1529
|
-
switchDescription: string | undefined;
|
|
1550
|
+
get switchDescription(): string | undefined;
|
|
1551
|
+
set switchDescription(value: string);
|
|
1530
1552
|
switchName: string;
|
|
1531
1553
|
switchType: Type;
|
|
1532
1554
|
}
|
|
@@ -1557,25 +1579,25 @@ export interface TextWriterTraceListener$instance extends TraceListener$instance
|
|
|
1557
1579
|
close(): void;
|
|
1558
1580
|
dispose(): void;
|
|
1559
1581
|
flush(): void;
|
|
1560
|
-
write(message: string
|
|
1561
|
-
write(o: unknown
|
|
1562
|
-
write(message: string
|
|
1563
|
-
write(o: unknown
|
|
1564
|
-
writeLine(message: string
|
|
1565
|
-
writeLine(o: unknown
|
|
1566
|
-
writeLine(message: string
|
|
1567
|
-
writeLine(o: unknown
|
|
1582
|
+
write(message: string): void;
|
|
1583
|
+
write(o: unknown): void;
|
|
1584
|
+
write(message: string, category: string): void;
|
|
1585
|
+
write(o: unknown, category: string): void;
|
|
1586
|
+
writeLine(message: string): void;
|
|
1587
|
+
writeLine(o: unknown): void;
|
|
1588
|
+
writeLine(message: string, category: string): void;
|
|
1589
|
+
writeLine(o: unknown, category: string): void;
|
|
1568
1590
|
}
|
|
1569
1591
|
|
|
1570
1592
|
|
|
1571
1593
|
export const TextWriterTraceListener: {
|
|
1572
1594
|
new(): TextWriterTraceListener;
|
|
1573
|
-
new(stream: Stream
|
|
1574
|
-
new(stream: Stream
|
|
1575
|
-
new(writer: TextWriter
|
|
1576
|
-
new(writer: TextWriter
|
|
1577
|
-
new(fileName: string
|
|
1578
|
-
new(fileName: string
|
|
1595
|
+
new(stream: Stream): TextWriterTraceListener;
|
|
1596
|
+
new(stream: Stream, name: string): TextWriterTraceListener;
|
|
1597
|
+
new(writer: TextWriter): TextWriterTraceListener;
|
|
1598
|
+
new(writer: TextWriter, name: string): TextWriterTraceListener;
|
|
1599
|
+
new(fileName: string): TextWriterTraceListener;
|
|
1600
|
+
new(fileName: string, name: string): TextWriterTraceListener;
|
|
1579
1601
|
};
|
|
1580
1602
|
|
|
1581
1603
|
|
|
@@ -1598,38 +1620,38 @@ export const Trace: {
|
|
|
1598
1620
|
useGlobalLock: boolean;
|
|
1599
1621
|
indentLevel: int;
|
|
1600
1622
|
indentSize: int;
|
|
1601
|
-
assert(condition: boolean, message: string
|
|
1602
|
-
assert(condition: boolean, message?: string
|
|
1623
|
+
assert(condition: boolean, message: string, detailMessage: string): void;
|
|
1624
|
+
assert(condition: boolean, message?: string): void;
|
|
1603
1625
|
assert(condition: boolean): void;
|
|
1604
1626
|
close(): void;
|
|
1605
|
-
fail(message: string
|
|
1606
|
-
fail(message: string
|
|
1627
|
+
fail(message: string, detailMessage: string): void;
|
|
1628
|
+
fail(message: string): void;
|
|
1607
1629
|
flush(): void;
|
|
1608
1630
|
indent(): void;
|
|
1609
1631
|
refresh(): void;
|
|
1610
|
-
traceError(format: string
|
|
1611
|
-
traceError(message: string
|
|
1612
|
-
traceInformation(format: string
|
|
1613
|
-
traceInformation(message: string
|
|
1614
|
-
traceWarning(format: string
|
|
1615
|
-
traceWarning(message: string
|
|
1632
|
+
traceError(format: string, ...args: unknown[]): void;
|
|
1633
|
+
traceError(message: string): void;
|
|
1634
|
+
traceInformation(format: string, ...args: unknown[]): void;
|
|
1635
|
+
traceInformation(message: string): void;
|
|
1636
|
+
traceWarning(format: string, ...args: unknown[]): void;
|
|
1637
|
+
traceWarning(message: string): void;
|
|
1616
1638
|
unindent(): void;
|
|
1617
|
-
write(value: unknown
|
|
1618
|
-
write(value: unknown
|
|
1619
|
-
write(message: string
|
|
1620
|
-
write(message: string
|
|
1621
|
-
writeIf(condition: boolean, value: unknown
|
|
1622
|
-
writeIf(condition: boolean, value: unknown
|
|
1623
|
-
writeIf(condition: boolean, message: string
|
|
1624
|
-
writeIf(condition: boolean, message: string
|
|
1625
|
-
writeLine(value: unknown
|
|
1626
|
-
writeLine(value: unknown
|
|
1627
|
-
writeLine(message: string
|
|
1628
|
-
writeLine(message: string
|
|
1629
|
-
writeLineIf(condition: boolean, value: unknown
|
|
1630
|
-
writeLineIf(condition: boolean, value: unknown
|
|
1631
|
-
writeLineIf(condition: boolean, message: string
|
|
1632
|
-
writeLineIf(condition: boolean, message: string
|
|
1639
|
+
write(value: unknown, category: string): void;
|
|
1640
|
+
write(value: unknown): void;
|
|
1641
|
+
write(message: string, category: string): void;
|
|
1642
|
+
write(message: string): void;
|
|
1643
|
+
writeIf(condition: boolean, value: unknown, category: string): void;
|
|
1644
|
+
writeIf(condition: boolean, value: unknown): void;
|
|
1645
|
+
writeIf(condition: boolean, message: string, category: string): void;
|
|
1646
|
+
writeIf(condition: boolean, message: string): void;
|
|
1647
|
+
writeLine(value: unknown, category: string): void;
|
|
1648
|
+
writeLine(value: unknown): void;
|
|
1649
|
+
writeLine(message: string, category: string): void;
|
|
1650
|
+
writeLine(message: string): void;
|
|
1651
|
+
writeLineIf(condition: boolean, value: unknown, category: string): void;
|
|
1652
|
+
writeLineIf(condition: boolean, value: unknown): void;
|
|
1653
|
+
writeLineIf(condition: boolean, message: string, category: string): void;
|
|
1654
|
+
writeLineIf(condition: boolean, message: string): void;
|
|
1633
1655
|
};
|
|
1634
1656
|
|
|
1635
1657
|
|
|
@@ -1673,23 +1695,23 @@ export interface TraceListener$instance extends MarshalByRefObject {
|
|
|
1673
1695
|
traceOutputOptions: TraceOptions;
|
|
1674
1696
|
close(): void;
|
|
1675
1697
|
dispose(): void;
|
|
1676
|
-
fail(message: string
|
|
1677
|
-
fail(message: string
|
|
1698
|
+
fail(message: string): void;
|
|
1699
|
+
fail(message: string, detailMessage: string): void;
|
|
1678
1700
|
flush(): void;
|
|
1679
|
-
traceData(eventCache: TraceEventCache
|
|
1680
|
-
traceData(eventCache: TraceEventCache
|
|
1681
|
-
traceEvent(eventCache: TraceEventCache
|
|
1682
|
-
traceEvent(eventCache: TraceEventCache
|
|
1683
|
-
traceEvent(eventCache: TraceEventCache
|
|
1684
|
-
traceTransfer(eventCache: TraceEventCache
|
|
1685
|
-
write(message: string
|
|
1686
|
-
write(o: unknown
|
|
1687
|
-
write(message: string
|
|
1688
|
-
write(o: unknown
|
|
1689
|
-
writeLine(message: string
|
|
1690
|
-
writeLine(o: unknown
|
|
1691
|
-
writeLine(message: string
|
|
1692
|
-
writeLine(o: unknown
|
|
1701
|
+
traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data: unknown): void;
|
|
1702
|
+
traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, ...data: unknown[]): void;
|
|
1703
|
+
traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int): void;
|
|
1704
|
+
traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, message: string): void;
|
|
1705
|
+
traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, format: string, ...args: unknown[]): void;
|
|
1706
|
+
traceTransfer(eventCache: TraceEventCache, source: string, id: int, message: string, relatedActivityId: Guid): void;
|
|
1707
|
+
write(message: string): void;
|
|
1708
|
+
write(o: unknown): void;
|
|
1709
|
+
write(message: string, category: string): void;
|
|
1710
|
+
write(o: unknown, category: string): void;
|
|
1711
|
+
writeLine(message: string): void;
|
|
1712
|
+
writeLine(o: unknown): void;
|
|
1713
|
+
writeLine(message: string, category: string): void;
|
|
1714
|
+
writeLine(o: unknown, category: string): void;
|
|
1693
1715
|
}
|
|
1694
1716
|
|
|
1695
1717
|
|
|
@@ -1777,22 +1799,22 @@ export interface TraceSwitch$instance extends Switch {
|
|
|
1777
1799
|
|
|
1778
1800
|
|
|
1779
1801
|
export const TraceSwitch: {
|
|
1780
|
-
new(displayName: string, description: string
|
|
1781
|
-
new(displayName: string, description: string
|
|
1802
|
+
new(displayName: string, description: string): TraceSwitch;
|
|
1803
|
+
new(displayName: string, description: string, defaultSwitchValue: string): TraceSwitch;
|
|
1782
1804
|
};
|
|
1783
1805
|
|
|
1784
1806
|
|
|
1785
1807
|
export type TraceSwitch = TraceSwitch$instance;
|
|
1786
1808
|
|
|
1787
1809
|
export interface UnreachableException$instance extends Exception {
|
|
1788
|
-
getObjectData(info: SerializationInfo
|
|
1810
|
+
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1789
1811
|
}
|
|
1790
1812
|
|
|
1791
1813
|
|
|
1792
1814
|
export const UnreachableException: {
|
|
1793
1815
|
new(): UnreachableException;
|
|
1794
|
-
new(message: string
|
|
1795
|
-
new(message: string
|
|
1816
|
+
new(message: string): UnreachableException;
|
|
1817
|
+
new(message: string, innerException: Exception): UnreachableException;
|
|
1796
1818
|
};
|
|
1797
1819
|
|
|
1798
1820
|
|
|
@@ -1806,32 +1828,32 @@ export type UnreachableException = UnreachableException$instance & __Unreachable
|
|
|
1806
1828
|
export interface XmlWriterTraceListener$instance extends TextWriterTraceListener$instance {
|
|
1807
1829
|
close(): void;
|
|
1808
1830
|
dispose(): void;
|
|
1809
|
-
fail(message: string
|
|
1810
|
-
fail(message: string
|
|
1811
|
-
traceData(eventCache: TraceEventCache
|
|
1812
|
-
traceData(eventCache: TraceEventCache
|
|
1813
|
-
traceEvent(eventCache: TraceEventCache
|
|
1814
|
-
traceEvent(eventCache: TraceEventCache
|
|
1815
|
-
traceEvent(eventCache: TraceEventCache
|
|
1816
|
-
traceTransfer(eventCache: TraceEventCache
|
|
1817
|
-
write(message: string
|
|
1818
|
-
write(o: unknown
|
|
1819
|
-
write(message: string
|
|
1820
|
-
write(o: unknown
|
|
1821
|
-
writeLine(message: string
|
|
1822
|
-
writeLine(o: unknown
|
|
1823
|
-
writeLine(message: string
|
|
1824
|
-
writeLine(o: unknown
|
|
1831
|
+
fail(message: string, detailMessage: string): void;
|
|
1832
|
+
fail(message: string): void;
|
|
1833
|
+
traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data: unknown): void;
|
|
1834
|
+
traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, ...data: unknown[]): void;
|
|
1835
|
+
traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, format: string, ...args: unknown[]): void;
|
|
1836
|
+
traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, message: string): void;
|
|
1837
|
+
traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int): void;
|
|
1838
|
+
traceTransfer(eventCache: TraceEventCache, source: string, id: int, message: string, relatedActivityId: Guid): void;
|
|
1839
|
+
write(message: string): void;
|
|
1840
|
+
write(o: unknown): void;
|
|
1841
|
+
write(message: string, category: string): void;
|
|
1842
|
+
write(o: unknown, category: string): void;
|
|
1843
|
+
writeLine(message: string): void;
|
|
1844
|
+
writeLine(o: unknown): void;
|
|
1845
|
+
writeLine(message: string, category: string): void;
|
|
1846
|
+
writeLine(o: unknown, category: string): void;
|
|
1825
1847
|
}
|
|
1826
1848
|
|
|
1827
1849
|
|
|
1828
1850
|
export const XmlWriterTraceListener: {
|
|
1829
|
-
new(stream: Stream
|
|
1830
|
-
new(stream: Stream
|
|
1831
|
-
new(writer: TextWriter
|
|
1832
|
-
new(writer: TextWriter
|
|
1833
|
-
new(filename: string
|
|
1834
|
-
new(filename: string
|
|
1851
|
+
new(stream: Stream): XmlWriterTraceListener;
|
|
1852
|
+
new(stream: Stream, name: string): XmlWriterTraceListener;
|
|
1853
|
+
new(writer: TextWriter): XmlWriterTraceListener;
|
|
1854
|
+
new(writer: TextWriter, name: string): XmlWriterTraceListener;
|
|
1855
|
+
new(filename: string): XmlWriterTraceListener;
|
|
1856
|
+
new(filename: string, name: string): XmlWriterTraceListener;
|
|
1835
1857
|
};
|
|
1836
1858
|
|
|
1837
1859
|
|
|
@@ -1848,40 +1870,40 @@ export abstract class Debug$instance {
|
|
|
1848
1870
|
static indentSize: int;
|
|
1849
1871
|
static assert(condition: boolean, message: Debug_AssertInterpolatedStringHandler, detailMessage: Debug_AssertInterpolatedStringHandler): void;
|
|
1850
1872
|
static assert(condition: boolean, message: Debug_AssertInterpolatedStringHandler): void;
|
|
1851
|
-
static assert(condition: boolean, message: string
|
|
1852
|
-
static assert(condition: boolean, message: string
|
|
1853
|
-
static assert(condition: boolean, message?: string
|
|
1873
|
+
static assert(condition: boolean, message: string, detailMessageFormat: string, ...args: unknown[]): void;
|
|
1874
|
+
static assert(condition: boolean, message: string, detailMessage: string): void;
|
|
1875
|
+
static assert(condition: boolean, message?: string): void;
|
|
1854
1876
|
static assert(condition: boolean): void;
|
|
1855
1877
|
static close(): void;
|
|
1856
|
-
static fail(message: string
|
|
1857
|
-
static fail(message: string
|
|
1878
|
+
static fail(message: string, detailMessage: string): void;
|
|
1879
|
+
static fail(message: string): void;
|
|
1858
1880
|
static flush(): void;
|
|
1859
1881
|
static indent(): void;
|
|
1860
|
-
static print(format: string
|
|
1861
|
-
static print(message: string
|
|
1862
|
-
static setProvider(provider: DebugProvider
|
|
1882
|
+
static print(format: string, ...args: unknown[]): void;
|
|
1883
|
+
static print(message: string): void;
|
|
1884
|
+
static setProvider(provider: DebugProvider): DebugProvider;
|
|
1863
1885
|
static unindent(): void;
|
|
1864
|
-
static write(value: unknown
|
|
1865
|
-
static write(value: unknown
|
|
1866
|
-
static write(message: string
|
|
1867
|
-
static write(message: string
|
|
1868
|
-
static writeIf(condition: boolean, message: Debug_WriteIfInterpolatedStringHandler, category: string
|
|
1886
|
+
static write(value: unknown, category: string): void;
|
|
1887
|
+
static write(value: unknown): void;
|
|
1888
|
+
static write(message: string, category: string): void;
|
|
1889
|
+
static write(message: string): void;
|
|
1890
|
+
static writeIf(condition: boolean, message: Debug_WriteIfInterpolatedStringHandler, category: string): void;
|
|
1869
1891
|
static writeIf(condition: boolean, message: Debug_WriteIfInterpolatedStringHandler): void;
|
|
1870
|
-
static writeIf(condition: boolean, value: unknown
|
|
1871
|
-
static writeIf(condition: boolean, value: unknown
|
|
1872
|
-
static writeIf(condition: boolean, message: string
|
|
1873
|
-
static writeIf(condition: boolean, message: string
|
|
1874
|
-
static writeLine(value: unknown
|
|
1875
|
-
static writeLine(value: unknown
|
|
1876
|
-
static writeLine(format: string
|
|
1877
|
-
static writeLine(message: string
|
|
1878
|
-
static writeLine(message: string
|
|
1879
|
-
static writeLineIf(condition: boolean, message: Debug_WriteIfInterpolatedStringHandler, category: string
|
|
1892
|
+
static writeIf(condition: boolean, value: unknown, category: string): void;
|
|
1893
|
+
static writeIf(condition: boolean, value: unknown): void;
|
|
1894
|
+
static writeIf(condition: boolean, message: string, category: string): void;
|
|
1895
|
+
static writeIf(condition: boolean, message: string): void;
|
|
1896
|
+
static writeLine(value: unknown, category: string): void;
|
|
1897
|
+
static writeLine(value: unknown): void;
|
|
1898
|
+
static writeLine(format: string, ...args: unknown[]): void;
|
|
1899
|
+
static writeLine(message: string, category: string): void;
|
|
1900
|
+
static writeLine(message: string): void;
|
|
1901
|
+
static writeLineIf(condition: boolean, message: Debug_WriteIfInterpolatedStringHandler, category: string): void;
|
|
1880
1902
|
static writeLineIf(condition: boolean, message: Debug_WriteIfInterpolatedStringHandler): void;
|
|
1881
|
-
static writeLineIf(condition: boolean, value: unknown
|
|
1882
|
-
static writeLineIf(condition: boolean, value: unknown
|
|
1883
|
-
static writeLineIf(condition: boolean, message: string
|
|
1884
|
-
static writeLineIf(condition: boolean, message: string
|
|
1903
|
+
static writeLineIf(condition: boolean, value: unknown, category: string): void;
|
|
1904
|
+
static writeLineIf(condition: boolean, value: unknown): void;
|
|
1905
|
+
static writeLineIf(condition: boolean, message: string, category: string): void;
|
|
1906
|
+
static writeLineIf(condition: boolean, message: string): void;
|
|
1885
1907
|
}
|
|
1886
1908
|
|
|
1887
1909
|
|
|
@@ -1891,10 +1913,10 @@ export abstract class Debugger$instance {
|
|
|
1891
1913
|
static readonly defaultCategory: string | undefined;
|
|
1892
1914
|
static readonly isAttached: boolean;
|
|
1893
1915
|
static break_(): void;
|
|
1894
|
-
static breakForUserUnhandledException(exception: Exception
|
|
1916
|
+
static breakForUserUnhandledException(exception: Exception): void;
|
|
1895
1917
|
static isLogging(): boolean;
|
|
1896
1918
|
static launch(): boolean;
|
|
1897
|
-
static log(level: int, category: string
|
|
1919
|
+
static log(level: int, category: string, message: string): void;
|
|
1898
1920
|
static notifyOfCrossThreadDependency(): void;
|
|
1899
1921
|
}
|
|
1900
1922
|
|