@tsonic/dotnet 0.5.2 → 0.6.0
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/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -57,7 +57,7 @@ export type CLROf<T> =
|
|
|
57
57
|
export enum ActivityIdFormat {
|
|
58
58
|
unknown_ = 0,
|
|
59
59
|
hierarchical = 1,
|
|
60
|
-
|
|
60
|
+
W3C = 2
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
|
|
@@ -237,16 +237,16 @@ export class ActivityContext$instance {
|
|
|
237
237
|
readonly traceId: ActivityTraceId;
|
|
238
238
|
readonly traceState: string;
|
|
239
239
|
equals(value: ActivityContext): boolean;
|
|
240
|
-
equals(obj:
|
|
240
|
+
equals(obj: unknown): boolean;
|
|
241
241
|
getHashCode(): int;
|
|
242
|
-
static
|
|
243
|
-
static
|
|
244
|
-
static
|
|
242
|
+
static parse(traceParent: string, traceState: string): ActivityContext;
|
|
243
|
+
static tryParse(traceParent: string, traceState: string, isRemote: boolean, context: { value: ref<ActivityContext> }): boolean;
|
|
244
|
+
static tryParse(traceParent: string, traceState: string, context: { value: ref<ActivityContext> }): boolean;
|
|
245
245
|
}
|
|
246
246
|
|
|
247
247
|
|
|
248
248
|
export interface __ActivityContext$views {
|
|
249
|
-
|
|
249
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ActivityContext>;
|
|
250
250
|
|
|
251
251
|
// Structural method bridges for numeric interface constraints
|
|
252
252
|
Equals(other: ActivityContext): boolean;
|
|
@@ -262,7 +262,7 @@ export class ActivityCreationOptions_1$instance<T> {
|
|
|
262
262
|
readonly parent: T;
|
|
263
263
|
readonly samplingTags: ActivityTagsCollection;
|
|
264
264
|
readonly source: ActivitySource;
|
|
265
|
-
readonly tags: IEnumerable_1<KeyValuePair_2<CLROf<string>,
|
|
265
|
+
readonly tags: IEnumerable_1<KeyValuePair_2<CLROf<string>, unknown>>;
|
|
266
266
|
readonly traceId: ActivityTraceId;
|
|
267
267
|
traceState: string;
|
|
268
268
|
}
|
|
@@ -274,9 +274,9 @@ export class ActivityEvent$instance {
|
|
|
274
274
|
constructor(name: string);
|
|
275
275
|
constructor(name: string, timestamp: DateTimeOffset, tags: ActivityTagsCollection);
|
|
276
276
|
readonly name: string;
|
|
277
|
-
readonly tags: IEnumerable_1<KeyValuePair_2<CLROf<string>,
|
|
277
|
+
readonly tags: IEnumerable_1<KeyValuePair_2<CLROf<string>, unknown>>;
|
|
278
278
|
readonly timestamp: DateTimeOffset;
|
|
279
|
-
enumerateTagObjects(): Activity_Enumerator_1<KeyValuePair_2<CLROf<string>,
|
|
279
|
+
enumerateTagObjects(): Activity_Enumerator_1<KeyValuePair_2<CLROf<string>, unknown>>;
|
|
280
280
|
}
|
|
281
281
|
|
|
282
282
|
|
|
@@ -285,16 +285,16 @@ export type ActivityEvent = ActivityEvent$instance;
|
|
|
285
285
|
export class ActivityLink$instance {
|
|
286
286
|
constructor(context: ActivityContext, tags: ActivityTagsCollection);
|
|
287
287
|
readonly context: ActivityContext;
|
|
288
|
-
readonly tags: IEnumerable_1<KeyValuePair_2<CLROf<string>,
|
|
289
|
-
enumerateTagObjects(): Activity_Enumerator_1<KeyValuePair_2<CLROf<string>,
|
|
290
|
-
equals(obj:
|
|
288
|
+
readonly tags: IEnumerable_1<KeyValuePair_2<CLROf<string>, unknown>>;
|
|
289
|
+
enumerateTagObjects(): Activity_Enumerator_1<KeyValuePair_2<CLROf<string>, unknown>>;
|
|
290
|
+
equals(obj: unknown): boolean;
|
|
291
291
|
equals(value: ActivityLink): boolean;
|
|
292
292
|
getHashCode(): int;
|
|
293
293
|
}
|
|
294
294
|
|
|
295
295
|
|
|
296
296
|
export interface __ActivityLink$views {
|
|
297
|
-
|
|
297
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ActivityLink>;
|
|
298
298
|
|
|
299
299
|
// Structural method bridges for numeric interface constraints
|
|
300
300
|
Equals(other: ActivityLink): boolean;
|
|
@@ -306,19 +306,19 @@ export type ActivityLink = ActivityLink$instance & __ActivityLink$views;
|
|
|
306
306
|
export class ActivitySpanId$instance {
|
|
307
307
|
copyTo(destination: Span_1<CLROf<byte>>): void;
|
|
308
308
|
equals(spanId: ActivitySpanId): boolean;
|
|
309
|
-
equals(obj:
|
|
309
|
+
equals(obj: unknown): boolean;
|
|
310
310
|
getHashCode(): int;
|
|
311
311
|
toHexString(): string;
|
|
312
312
|
toString(): string;
|
|
313
|
-
static
|
|
314
|
-
static
|
|
315
|
-
static
|
|
316
|
-
static
|
|
313
|
+
static createFromBytes(idData: ReadOnlySpan_1<CLROf<byte>>): ActivitySpanId;
|
|
314
|
+
static createFromString(idData: ReadOnlySpan_1<CLROf<char>>): ActivitySpanId;
|
|
315
|
+
static createFromUtf8String(idData: ReadOnlySpan_1<CLROf<byte>>): ActivitySpanId;
|
|
316
|
+
static createRandom(): ActivitySpanId;
|
|
317
317
|
}
|
|
318
318
|
|
|
319
319
|
|
|
320
320
|
export interface __ActivitySpanId$views {
|
|
321
|
-
|
|
321
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ActivitySpanId>;
|
|
322
322
|
|
|
323
323
|
// Structural method bridges for numeric interface constraints
|
|
324
324
|
Equals(other: ActivitySpanId): boolean;
|
|
@@ -327,16 +327,16 @@ export interface __ActivitySpanId$views {
|
|
|
327
327
|
export type ActivitySpanId = ActivitySpanId$instance & __ActivitySpanId$views;
|
|
328
328
|
|
|
329
329
|
|
|
330
|
-
export class ActivityTagsCollection_Enumerator$instance {
|
|
331
|
-
readonly current: KeyValuePair_2<CLROf<string>,
|
|
330
|
+
export class ActivityTagsCollection_Enumerator$instance implements IDisposable {
|
|
331
|
+
readonly current: KeyValuePair_2<CLROf<string>, unknown>;
|
|
332
332
|
dispose(): void;
|
|
333
333
|
moveNext(): boolean;
|
|
334
334
|
}
|
|
335
335
|
|
|
336
336
|
|
|
337
337
|
export interface __ActivityTagsCollection_Enumerator$views {
|
|
338
|
-
|
|
339
|
-
|
|
338
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<KeyValuePair_2<CLROf<string>, unknown>>;
|
|
339
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
340
340
|
}
|
|
341
341
|
|
|
342
342
|
export type ActivityTagsCollection_Enumerator = ActivityTagsCollection_Enumerator$instance & __ActivityTagsCollection_Enumerator$views;
|
|
@@ -345,19 +345,19 @@ export type ActivityTagsCollection_Enumerator = ActivityTagsCollection_Enumerato
|
|
|
345
345
|
export class ActivityTraceId$instance {
|
|
346
346
|
copyTo(destination: Span_1<CLROf<byte>>): void;
|
|
347
347
|
equals(traceId: ActivityTraceId): boolean;
|
|
348
|
-
equals(obj:
|
|
348
|
+
equals(obj: unknown): boolean;
|
|
349
349
|
getHashCode(): int;
|
|
350
350
|
toHexString(): string;
|
|
351
351
|
toString(): string;
|
|
352
|
-
static
|
|
353
|
-
static
|
|
354
|
-
static
|
|
355
|
-
static
|
|
352
|
+
static createFromBytes(idData: ReadOnlySpan_1<CLROf<byte>>): ActivityTraceId;
|
|
353
|
+
static createFromString(idData: ReadOnlySpan_1<CLROf<char>>): ActivityTraceId;
|
|
354
|
+
static createFromUtf8String(idData: ReadOnlySpan_1<CLROf<byte>>): ActivityTraceId;
|
|
355
|
+
static createRandom(): ActivityTraceId;
|
|
356
356
|
}
|
|
357
357
|
|
|
358
358
|
|
|
359
359
|
export interface __ActivityTraceId$views {
|
|
360
|
-
|
|
360
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ActivityTraceId>;
|
|
361
361
|
|
|
362
362
|
// Structural method bridges for numeric interface constraints
|
|
363
363
|
Equals(other: ActivityTraceId): boolean;
|
|
@@ -372,11 +372,11 @@ export class Debug_AssertInterpolatedStringHandler$instance {
|
|
|
372
372
|
appendFormatted<T>(value: T, format: string): void;
|
|
373
373
|
appendFormatted<T>(value: T, alignment: int): void;
|
|
374
374
|
appendFormatted<T>(value: T, alignment: int, format: string): void;
|
|
375
|
-
appendFormatted(value: ReadOnlySpan_1<CLROf<
|
|
376
|
-
appendFormatted(value: ReadOnlySpan_1<CLROf<
|
|
375
|
+
appendFormatted(value: ReadOnlySpan_1<CLROf<char>>): void;
|
|
376
|
+
appendFormatted(value: ReadOnlySpan_1<CLROf<char>>, alignment?: int, format?: string): void;
|
|
377
377
|
appendFormatted(value: string): void;
|
|
378
378
|
appendFormatted(value: string, alignment?: int, format?: string): void;
|
|
379
|
-
appendFormatted(value:
|
|
379
|
+
appendFormatted(value: unknown, alignment?: int, format?: string): void;
|
|
380
380
|
appendLiteral(value: string): void;
|
|
381
381
|
}
|
|
382
382
|
|
|
@@ -389,11 +389,11 @@ export class Debug_WriteIfInterpolatedStringHandler$instance {
|
|
|
389
389
|
appendFormatted<T>(value: T, format: string): void;
|
|
390
390
|
appendFormatted<T>(value: T, alignment: int): void;
|
|
391
391
|
appendFormatted<T>(value: T, alignment: int, format: string): void;
|
|
392
|
-
appendFormatted(value: ReadOnlySpan_1<CLROf<
|
|
393
|
-
appendFormatted(value: ReadOnlySpan_1<CLROf<
|
|
392
|
+
appendFormatted(value: ReadOnlySpan_1<CLROf<char>>): void;
|
|
393
|
+
appendFormatted(value: ReadOnlySpan_1<CLROf<char>>, alignment?: int, format?: string): void;
|
|
394
394
|
appendFormatted(value: string): void;
|
|
395
395
|
appendFormatted(value: string, alignment?: int, format?: string): void;
|
|
396
|
-
appendFormatted(value:
|
|
396
|
+
appendFormatted(value: unknown, alignment?: int, format?: string): void;
|
|
397
397
|
appendLiteral(value: string): void;
|
|
398
398
|
}
|
|
399
399
|
|
|
@@ -401,37 +401,37 @@ export class Debug_WriteIfInterpolatedStringHandler$instance {
|
|
|
401
401
|
export type Debug_WriteIfInterpolatedStringHandler = Debug_WriteIfInterpolatedStringHandler$instance;
|
|
402
402
|
|
|
403
403
|
export class TagList$instance {
|
|
404
|
-
constructor(tagList: ReadOnlySpan_1<KeyValuePair_2<CLROf<string>,
|
|
404
|
+
constructor(tagList: ReadOnlySpan_1<KeyValuePair_2<CLROf<string>, unknown>>);
|
|
405
405
|
readonly count: int;
|
|
406
406
|
readonly isReadOnly: boolean;
|
|
407
|
-
item: KeyValuePair_2<CLROf<string>,
|
|
408
|
-
add(key: string, value:
|
|
409
|
-
add(tag: KeyValuePair_2<CLROf<string>,
|
|
407
|
+
item: KeyValuePair_2<CLROf<string>, unknown>;
|
|
408
|
+
add(key: string, value: unknown): void;
|
|
409
|
+
add(tag: KeyValuePair_2<CLROf<string>, unknown>): void;
|
|
410
410
|
clear(): void;
|
|
411
|
-
contains(item: KeyValuePair_2<CLROf<string>,
|
|
412
|
-
copyTo(tags: Span_1<KeyValuePair_2<CLROf<string>,
|
|
413
|
-
copyTo(array: KeyValuePair_2<CLROf<string>,
|
|
414
|
-
getEnumerator(): IEnumerator_1<KeyValuePair_2<CLROf<string>,
|
|
415
|
-
indexOf(item: KeyValuePair_2<CLROf<string>,
|
|
416
|
-
insert(index: int, item: KeyValuePair_2<CLROf<string>,
|
|
417
|
-
remove(item: KeyValuePair_2<CLROf<string>,
|
|
411
|
+
contains(item: KeyValuePair_2<CLROf<string>, unknown>): boolean;
|
|
412
|
+
copyTo(tags: Span_1<KeyValuePair_2<CLROf<string>, unknown>>): void;
|
|
413
|
+
copyTo(array: KeyValuePair_2<CLROf<string>, unknown>[], arrayIndex: int): void;
|
|
414
|
+
getEnumerator(): IEnumerator_1<KeyValuePair_2<CLROf<string>, unknown>>;
|
|
415
|
+
indexOf(item: KeyValuePair_2<CLROf<string>, unknown>): int;
|
|
416
|
+
insert(index: int, item: KeyValuePair_2<CLROf<string>, unknown>): void;
|
|
417
|
+
remove(item: KeyValuePair_2<CLROf<string>, unknown>): boolean;
|
|
418
418
|
removeAt(index: int): void;
|
|
419
419
|
}
|
|
420
420
|
|
|
421
421
|
|
|
422
422
|
export interface __TagList$views {
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
423
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<CLROf<string>, unknown>>;
|
|
424
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<CLROf<string>, unknown>>;
|
|
425
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<KeyValuePair_2<CLROf<string>, unknown>>;
|
|
426
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<KeyValuePair_2<CLROf<string>, unknown>>;
|
|
427
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
428
428
|
}
|
|
429
429
|
|
|
430
430
|
export type TagList = TagList$instance & __TagList$views;
|
|
431
431
|
|
|
432
432
|
|
|
433
|
-
export class TagList_Enumerator$instance {
|
|
434
|
-
readonly current: KeyValuePair_2<CLROf<string>,
|
|
433
|
+
export class TagList_Enumerator$instance implements IDisposable {
|
|
434
|
+
readonly current: KeyValuePair_2<CLROf<string>, unknown>;
|
|
435
435
|
dispose(): void;
|
|
436
436
|
moveNext(): boolean;
|
|
437
437
|
reset(): void;
|
|
@@ -439,8 +439,8 @@ export class TagList_Enumerator$instance {
|
|
|
439
439
|
|
|
440
440
|
|
|
441
441
|
export interface __TagList_Enumerator$views {
|
|
442
|
-
|
|
443
|
-
|
|
442
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<KeyValuePair_2<CLROf<string>, unknown>>;
|
|
443
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
444
444
|
}
|
|
445
445
|
|
|
446
446
|
export type TagList_Enumerator = TagList_Enumerator$instance & __TagList_Enumerator$views;
|
|
@@ -472,7 +472,7 @@ export class Activity$instance {
|
|
|
472
472
|
readonly startTimeUtc: DateTime;
|
|
473
473
|
readonly status: ActivityStatusCode;
|
|
474
474
|
readonly statusDescription: string;
|
|
475
|
-
readonly tagObjects: IEnumerable_1<KeyValuePair_2<CLROf<string>,
|
|
475
|
+
readonly tagObjects: IEnumerable_1<KeyValuePair_2<CLROf<string>, unknown>>;
|
|
476
476
|
readonly tags: IEnumerable_1<KeyValuePair_2<CLROf<string>, CLROf<string>>>;
|
|
477
477
|
readonly traceId: ActivityTraceId;
|
|
478
478
|
traceStateString: string;
|
|
@@ -481,36 +481,38 @@ export class Activity$instance {
|
|
|
481
481
|
addException(exception: Exception, tags?: { value: ref<TagList> }, timestamp?: DateTimeOffset): Activity;
|
|
482
482
|
addLink(link: ActivityLink): Activity;
|
|
483
483
|
addTag(key: string, value: string): Activity;
|
|
484
|
-
addTag(key: string, value:
|
|
484
|
+
addTag(key: string, value: unknown): Activity;
|
|
485
485
|
dispose(): void;
|
|
486
486
|
enumerateEvents(): Activity_Enumerator_1<ActivityEvent>;
|
|
487
487
|
enumerateLinks(): Activity_Enumerator_1<ActivityLink>;
|
|
488
|
-
enumerateTagObjects(): Activity_Enumerator_1<KeyValuePair_2<CLROf<string>,
|
|
488
|
+
enumerateTagObjects(): Activity_Enumerator_1<KeyValuePair_2<CLROf<string>, unknown>>;
|
|
489
489
|
getBaggageItem(key: string): string;
|
|
490
|
-
getCustomProperty(propertyName: string):
|
|
491
|
-
getTagItem(key: string):
|
|
490
|
+
getCustomProperty(propertyName: string): unknown;
|
|
491
|
+
getTagItem(key: string): unknown;
|
|
492
492
|
setBaggage(key: string, value: string): Activity;
|
|
493
|
-
setCustomProperty(propertyName: string, propertyValue:
|
|
493
|
+
setCustomProperty(propertyName: string, propertyValue: unknown): void;
|
|
494
494
|
setEndTime(endTimeUtc: DateTime): Activity;
|
|
495
495
|
setIdFormat(format: ActivityIdFormat): Activity;
|
|
496
496
|
setParentId(parentId: string): Activity;
|
|
497
497
|
setParentId(traceId: ActivityTraceId, spanId: ActivitySpanId, activityTraceFlags?: ActivityTraceFlags): Activity;
|
|
498
498
|
setStartTime(startTimeUtc: DateTime): Activity;
|
|
499
499
|
setStatus(code: ActivityStatusCode, description?: string): Activity;
|
|
500
|
-
setTag(key: string, value:
|
|
500
|
+
setTag(key: string, value: unknown): Activity;
|
|
501
501
|
start(): Activity;
|
|
502
502
|
stop(): void;
|
|
503
|
-
static
|
|
504
|
-
static
|
|
505
|
-
static
|
|
506
|
-
static
|
|
503
|
+
static forceDefaultIdFormat: boolean;
|
|
504
|
+
static current: Activity;
|
|
505
|
+
static traceIdGenerator: Func_1<ActivityTraceId>;
|
|
506
|
+
static defaultIdFormat: ActivityIdFormat;
|
|
507
507
|
}
|
|
508
508
|
|
|
509
509
|
|
|
510
510
|
export interface __Activity$views {
|
|
511
|
-
|
|
511
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
512
512
|
}
|
|
513
513
|
|
|
514
|
+
export interface Activity$instance extends System_Internal.IDisposable$instance {}
|
|
515
|
+
|
|
514
516
|
export type Activity = Activity$instance & __Activity$views;
|
|
515
517
|
|
|
516
518
|
|
|
@@ -527,45 +529,49 @@ export class ActivityListener$instance {
|
|
|
527
529
|
|
|
528
530
|
|
|
529
531
|
export interface __ActivityListener$views {
|
|
530
|
-
|
|
532
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
531
533
|
}
|
|
532
534
|
|
|
535
|
+
export interface ActivityListener$instance extends System_Internal.IDisposable$instance {}
|
|
536
|
+
|
|
533
537
|
export type ActivityListener = ActivityListener$instance & __ActivityListener$views;
|
|
534
538
|
|
|
535
539
|
|
|
536
540
|
export class ActivitySource$instance {
|
|
537
541
|
constructor(name: string);
|
|
538
542
|
constructor(name: string, version: string);
|
|
539
|
-
constructor(name: string, version: string, tags: IEnumerable_1<KeyValuePair_2<CLROf<string>,
|
|
543
|
+
constructor(name: string, version: string, tags: IEnumerable_1<KeyValuePair_2<CLROf<string>, unknown>>);
|
|
540
544
|
constructor(options: ActivitySourceOptions);
|
|
541
545
|
readonly name: string;
|
|
542
|
-
readonly tags: IEnumerable_1<KeyValuePair_2<CLROf<string>,
|
|
546
|
+
readonly tags: IEnumerable_1<KeyValuePair_2<CLROf<string>, unknown>>;
|
|
543
547
|
readonly telemetrySchemaUrl: string;
|
|
544
548
|
readonly version: string;
|
|
545
549
|
createActivity(name: string, kind: ActivityKind): Activity;
|
|
546
|
-
createActivity(name: string, kind: ActivityKind, parentContext: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<CLROf<string>,
|
|
547
|
-
createActivity(name: string, kind: ActivityKind, parentId: string, tags?: IEnumerable_1<KeyValuePair_2<CLROf<string>,
|
|
550
|
+
createActivity(name: string, kind: ActivityKind, parentContext: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<CLROf<string>, unknown>>, links?: IEnumerable_1<ActivityLink>, idFormat?: ActivityIdFormat): Activity;
|
|
551
|
+
createActivity(name: string, kind: ActivityKind, parentId: string, tags?: IEnumerable_1<KeyValuePair_2<CLROf<string>, unknown>>, links?: IEnumerable_1<ActivityLink>, idFormat?: ActivityIdFormat): Activity;
|
|
548
552
|
dispose(): void;
|
|
549
553
|
hasListeners(): boolean;
|
|
550
554
|
startActivity(name?: string, kind?: ActivityKind): Activity;
|
|
551
|
-
startActivity(name: string, kind: ActivityKind, parentContext: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<CLROf<string>,
|
|
552
|
-
startActivity(name: string, kind: ActivityKind, parentId: string, tags?: IEnumerable_1<KeyValuePair_2<CLROf<string>,
|
|
553
|
-
startActivity(kind: ActivityKind, parentContext?: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<CLROf<string>,
|
|
554
|
-
static
|
|
555
|
+
startActivity(name: string, kind: ActivityKind, parentContext: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<CLROf<string>, unknown>>, links?: IEnumerable_1<ActivityLink>, startTime?: DateTimeOffset): Activity;
|
|
556
|
+
startActivity(name: string, kind: ActivityKind, parentId: string, tags?: IEnumerable_1<KeyValuePair_2<CLROf<string>, unknown>>, links?: IEnumerable_1<ActivityLink>, startTime?: DateTimeOffset): Activity;
|
|
557
|
+
startActivity(kind: ActivityKind, parentContext?: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<CLROf<string>, unknown>>, links?: IEnumerable_1<ActivityLink>, startTime?: DateTimeOffset, name?: string): Activity;
|
|
558
|
+
static addActivityListener(listener: ActivityListener): void;
|
|
555
559
|
}
|
|
556
560
|
|
|
557
561
|
|
|
558
562
|
export interface __ActivitySource$views {
|
|
559
|
-
|
|
563
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
560
564
|
}
|
|
561
565
|
|
|
566
|
+
export interface ActivitySource$instance extends System_Internal.IDisposable$instance {}
|
|
567
|
+
|
|
562
568
|
export type ActivitySource = ActivitySource$instance & __ActivitySource$views;
|
|
563
569
|
|
|
564
570
|
|
|
565
571
|
export class ActivitySourceOptions$instance {
|
|
566
572
|
constructor(name: string);
|
|
567
573
|
name: string;
|
|
568
|
-
tags: IEnumerable_1<KeyValuePair_2<CLROf<string>,
|
|
574
|
+
tags: IEnumerable_1<KeyValuePair_2<CLROf<string>, unknown>>;
|
|
569
575
|
telemetrySchemaUrl: string;
|
|
570
576
|
version: string;
|
|
571
577
|
}
|
|
@@ -575,30 +581,30 @@ export type ActivitySourceOptions = ActivitySourceOptions$instance;
|
|
|
575
581
|
|
|
576
582
|
export class ActivityTagsCollection$instance {
|
|
577
583
|
constructor();
|
|
578
|
-
constructor(list: IEnumerable_1<KeyValuePair_2<CLROf<string>,
|
|
584
|
+
constructor(list: IEnumerable_1<KeyValuePair_2<CLROf<string>, unknown>>);
|
|
579
585
|
readonly count: int;
|
|
580
586
|
readonly isReadOnly: boolean;
|
|
581
|
-
item:
|
|
587
|
+
item: unknown;
|
|
582
588
|
readonly keys: ICollection_1<CLROf<string>>;
|
|
583
|
-
readonly values: ICollection_1<
|
|
584
|
-
add(key: string, value:
|
|
585
|
-
add(item: KeyValuePair_2<CLROf<string>,
|
|
589
|
+
readonly values: ICollection_1<unknown>;
|
|
590
|
+
add(key: string, value: unknown): void;
|
|
591
|
+
add(item: KeyValuePair_2<CLROf<string>, unknown>): void;
|
|
586
592
|
clear(): void;
|
|
587
|
-
contains(item: KeyValuePair_2<CLROf<string>,
|
|
593
|
+
contains(item: KeyValuePair_2<CLROf<string>, unknown>): boolean;
|
|
588
594
|
containsKey(key: string): boolean;
|
|
589
|
-
copyTo(array: KeyValuePair_2<CLROf<string>,
|
|
595
|
+
copyTo(array: KeyValuePair_2<CLROf<string>, unknown>[], arrayIndex: int): void;
|
|
590
596
|
getEnumerator(): ActivityTagsCollection_Enumerator;
|
|
591
597
|
remove(key: string): boolean;
|
|
592
|
-
remove(item: KeyValuePair_2<CLROf<string>,
|
|
593
|
-
tryGetValue(key: string, value: { value: ref<
|
|
598
|
+
remove(item: KeyValuePair_2<CLROf<string>, unknown>): boolean;
|
|
599
|
+
tryGetValue(key: string, value: { value: ref<unknown> }): boolean;
|
|
594
600
|
}
|
|
595
601
|
|
|
596
602
|
|
|
597
603
|
export interface __ActivityTagsCollection$views {
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
604
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<CLROf<string>, unknown>>;
|
|
605
|
+
As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<CLROf<string>, unknown>;
|
|
606
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<CLROf<string>, unknown>>;
|
|
607
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
602
608
|
}
|
|
603
609
|
|
|
604
610
|
export type ActivityTagsCollection = ActivityTagsCollection$instance & __ActivityTagsCollection$views;
|
|
@@ -630,7 +636,7 @@ export class ConsoleTraceListener$instance extends TextWriterTraceListener$insta
|
|
|
630
636
|
|
|
631
637
|
|
|
632
638
|
export interface __ConsoleTraceListener$views {
|
|
633
|
-
|
|
639
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
634
640
|
}
|
|
635
641
|
|
|
636
642
|
export type ConsoleTraceListener = ConsoleTraceListener$instance & __ConsoleTraceListener$views;
|
|
@@ -640,7 +646,7 @@ export class CorrelationManager$instance {
|
|
|
640
646
|
activityId: Guid;
|
|
641
647
|
readonly logicalOperationStack: Stack;
|
|
642
648
|
startLogicalOperation(): void;
|
|
643
|
-
startLogicalOperation(operationId:
|
|
649
|
+
startLogicalOperation(operationId: unknown): void;
|
|
644
650
|
stopLogicalOperation(): void;
|
|
645
651
|
}
|
|
646
652
|
|
|
@@ -655,18 +661,18 @@ export class DataReceivedEventArgs$instance extends System_Internal.EventArgs$in
|
|
|
655
661
|
export type DataReceivedEventArgs = DataReceivedEventArgs$instance;
|
|
656
662
|
|
|
657
663
|
export class DataReceivedEventHandler$instance extends Function {
|
|
658
|
-
constructor(object_:
|
|
659
|
-
beginInvoke(sender:
|
|
660
|
-
clone():
|
|
664
|
+
constructor(object_: unknown, method: nint);
|
|
665
|
+
beginInvoke(sender: unknown, e: DataReceivedEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
666
|
+
clone(): unknown;
|
|
661
667
|
endInvoke(result: IAsyncResult): void;
|
|
662
668
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
663
|
-
invoke(sender:
|
|
669
|
+
invoke(sender: unknown, e: DataReceivedEventArgs): void;
|
|
664
670
|
}
|
|
665
671
|
|
|
666
672
|
|
|
667
673
|
export interface __DataReceivedEventHandler$views {
|
|
668
|
-
|
|
669
|
-
|
|
674
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
675
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
670
676
|
}
|
|
671
677
|
|
|
672
678
|
export type DataReceivedEventHandler = DataReceivedEventHandler$instance & __DataReceivedEventHandler$views;
|
|
@@ -773,8 +779,8 @@ export class DebugProvider$instance {
|
|
|
773
779
|
onIndentSizeChanged(indentSize: int): void;
|
|
774
780
|
write(message: string): void;
|
|
775
781
|
writeLine(message: string): void;
|
|
776
|
-
static
|
|
777
|
-
static
|
|
782
|
+
static failCore(stackTrace: string, message: string, detailMessage: string, errorSource: string): void;
|
|
783
|
+
static writeCore(message: string): void;
|
|
778
784
|
}
|
|
779
785
|
|
|
780
786
|
|
|
@@ -788,18 +794,18 @@ export class DefaultTraceListener$instance extends TraceListener$instance {
|
|
|
788
794
|
fail(message: string): void;
|
|
789
795
|
fail(message: string, detailMessage: string): void;
|
|
790
796
|
write(message: string): void;
|
|
791
|
-
write(o:
|
|
797
|
+
write(o: unknown): void;
|
|
792
798
|
write(message: string, category: string): void;
|
|
793
|
-
write(o:
|
|
799
|
+
write(o: unknown, category: string): void;
|
|
794
800
|
writeLine(message: string): void;
|
|
795
|
-
writeLine(o:
|
|
801
|
+
writeLine(o: unknown): void;
|
|
796
802
|
writeLine(message: string, category: string): void;
|
|
797
|
-
writeLine(o:
|
|
803
|
+
writeLine(o: unknown, category: string): void;
|
|
798
804
|
}
|
|
799
805
|
|
|
800
806
|
|
|
801
807
|
export interface __DefaultTraceListener$views {
|
|
802
|
-
|
|
808
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
803
809
|
}
|
|
804
810
|
|
|
805
811
|
export type DefaultTraceListener = DefaultTraceListener$instance & __DefaultTraceListener$views;
|
|
@@ -814,16 +820,16 @@ export class DelimitedListTraceListener$instance extends TextWriterTraceListener
|
|
|
814
820
|
constructor(fileName: string, name: string);
|
|
815
821
|
delimiter: string;
|
|
816
822
|
dispose(): void;
|
|
817
|
-
traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data:
|
|
818
|
-
traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data:
|
|
819
|
-
traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, format: string, args:
|
|
823
|
+
traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data: unknown): void;
|
|
824
|
+
traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data: unknown[]): void;
|
|
825
|
+
traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, format: string, args: unknown[]): void;
|
|
820
826
|
traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, message: string): void;
|
|
821
827
|
traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int): void;
|
|
822
828
|
}
|
|
823
829
|
|
|
824
830
|
|
|
825
831
|
export interface __DelimitedListTraceListener$views {
|
|
826
|
-
|
|
832
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
827
833
|
}
|
|
828
834
|
|
|
829
835
|
export type DelimitedListTraceListener = DelimitedListTraceListener$instance & __DelimitedListTraceListener$views;
|
|
@@ -834,25 +840,27 @@ export class DiagnosticListener$instance extends DiagnosticSource$instance {
|
|
|
834
840
|
readonly name: string;
|
|
835
841
|
dispose(): void;
|
|
836
842
|
isEnabled(name: string): boolean;
|
|
837
|
-
isEnabled(name: string, arg1:
|
|
838
|
-
onActivityExport(activity: Activity, payload:
|
|
839
|
-
onActivityImport(activity: Activity, payload:
|
|
840
|
-
subscribe(observer: IObserver_1<KeyValuePair_2<CLROf<string>,
|
|
841
|
-
subscribe(observer: IObserver_1<KeyValuePair_2<CLROf<string>,
|
|
842
|
-
subscribe(observer: IObserver_1<KeyValuePair_2<CLROf<string>,
|
|
843
|
-
subscribe(observer: IObserver_1<KeyValuePair_2<CLROf<string>,
|
|
843
|
+
isEnabled(name: string, arg1: unknown, arg2?: unknown): boolean;
|
|
844
|
+
onActivityExport(activity: Activity, payload: unknown): void;
|
|
845
|
+
onActivityImport(activity: Activity, payload: unknown): void;
|
|
846
|
+
subscribe(observer: IObserver_1<KeyValuePair_2<CLROf<string>, unknown>>, isEnabled: Func_4<CLROf<string>, unknown, unknown, CLROf<boolean>>, onActivityImport?: Action_2<Activity, unknown>, onActivityExport?: Action_2<Activity, unknown>): IDisposable;
|
|
847
|
+
subscribe(observer: IObserver_1<KeyValuePair_2<CLROf<string>, unknown>>, isEnabled: Predicate_1<CLROf<string>>): IDisposable;
|
|
848
|
+
subscribe(observer: IObserver_1<KeyValuePair_2<CLROf<string>, unknown>>, isEnabled: Func_4<CLROf<string>, unknown, unknown, CLROf<boolean>>): IDisposable;
|
|
849
|
+
subscribe(observer: IObserver_1<KeyValuePair_2<CLROf<string>, unknown>>): IDisposable;
|
|
844
850
|
toString(): string;
|
|
845
|
-
write(name: string, value:
|
|
851
|
+
write(name: string, value: unknown): void;
|
|
846
852
|
write<T>(name: string, value: T): void;
|
|
847
|
-
static readonly
|
|
853
|
+
static readonly allListeners: IObservable_1<DiagnosticListener>;
|
|
848
854
|
}
|
|
849
855
|
|
|
850
856
|
|
|
851
857
|
export interface __DiagnosticListener$views {
|
|
852
|
-
|
|
853
|
-
|
|
858
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
859
|
+
As_IObservable_1(): System_Internal.IObservable_1$instance<KeyValuePair_2<CLROf<string>, unknown>>;
|
|
854
860
|
}
|
|
855
861
|
|
|
862
|
+
export interface DiagnosticListener$instance extends System_Internal.IDisposable$instance {}
|
|
863
|
+
|
|
856
864
|
export type DiagnosticListener = DiagnosticListener$instance & __DiagnosticListener$views;
|
|
857
865
|
|
|
858
866
|
|
|
@@ -860,8 +868,8 @@ export class DiagnosticMethodInfo$instance {
|
|
|
860
868
|
readonly declaringAssemblyName: string;
|
|
861
869
|
readonly declaringTypeName: string;
|
|
862
870
|
readonly name: string;
|
|
863
|
-
static
|
|
864
|
-
static
|
|
871
|
+
static create(delegate: Function): DiagnosticMethodInfo;
|
|
872
|
+
static create(frame: StackFrame): DiagnosticMethodInfo;
|
|
865
873
|
}
|
|
866
874
|
|
|
867
875
|
|
|
@@ -869,14 +877,14 @@ export type DiagnosticMethodInfo = DiagnosticMethodInfo$instance;
|
|
|
869
877
|
|
|
870
878
|
export abstract class DiagnosticSource$instance {
|
|
871
879
|
isEnabled(name: string): boolean;
|
|
872
|
-
isEnabled(name: string, arg1:
|
|
873
|
-
onActivityExport(activity: Activity, payload:
|
|
874
|
-
onActivityImport(activity: Activity, payload:
|
|
875
|
-
startActivity(activity: Activity, args:
|
|
880
|
+
isEnabled(name: string, arg1: unknown, arg2?: unknown): boolean;
|
|
881
|
+
onActivityExport(activity: Activity, payload: unknown): void;
|
|
882
|
+
onActivityImport(activity: Activity, payload: unknown): void;
|
|
883
|
+
startActivity(activity: Activity, args: unknown): Activity;
|
|
876
884
|
startActivity<T>(activity: Activity, args: T): Activity;
|
|
877
|
-
stopActivity(activity: Activity, args:
|
|
885
|
+
stopActivity(activity: Activity, args: unknown): void;
|
|
878
886
|
stopActivity<T>(activity: Activity, args: T): void;
|
|
879
|
-
write(name: string, value:
|
|
887
|
+
write(name: string, value: unknown): void;
|
|
880
888
|
write<T>(name: string, value: T): void;
|
|
881
889
|
}
|
|
882
890
|
|
|
@@ -885,51 +893,51 @@ export type DiagnosticSource = DiagnosticSource$instance;
|
|
|
885
893
|
|
|
886
894
|
export abstract class DistributedContextPropagator$instance {
|
|
887
895
|
readonly fields: IReadOnlyCollection_1<CLROf<string>>;
|
|
888
|
-
abstract extractBaggage(carrier:
|
|
889
|
-
abstract extractTraceIdAndState(carrier:
|
|
890
|
-
abstract inject(activity: Activity, carrier:
|
|
891
|
-
static
|
|
892
|
-
static
|
|
893
|
-
static
|
|
894
|
-
static
|
|
895
|
-
static
|
|
896
|
-
static
|
|
896
|
+
abstract extractBaggage(carrier: unknown, getter: DistributedContextPropagator_PropagatorGetterCallback): IEnumerable_1<KeyValuePair_2<CLROf<string>, CLROf<string>>>;
|
|
897
|
+
abstract extractTraceIdAndState(carrier: unknown, getter: DistributedContextPropagator_PropagatorGetterCallback, traceId: { value: ref<string> }, traceState: { value: ref<string> }): void;
|
|
898
|
+
abstract inject(activity: Activity, carrier: unknown, setter: DistributedContextPropagator_PropagatorSetterCallback): void;
|
|
899
|
+
static current: DistributedContextPropagator;
|
|
900
|
+
static createDefaultPropagator(): DistributedContextPropagator;
|
|
901
|
+
static createNoOutputPropagator(): DistributedContextPropagator;
|
|
902
|
+
static createPassThroughPropagator(): DistributedContextPropagator;
|
|
903
|
+
static createPreW3CPropagator(): DistributedContextPropagator;
|
|
904
|
+
static createW3CPropagator(): DistributedContextPropagator;
|
|
897
905
|
}
|
|
898
906
|
|
|
899
907
|
|
|
900
908
|
export type DistributedContextPropagator = DistributedContextPropagator$instance;
|
|
901
909
|
|
|
902
910
|
export class DistributedContextPropagator_PropagatorGetterCallback$instance extends Function {
|
|
903
|
-
constructor(object_:
|
|
904
|
-
beginInvoke(carrier:
|
|
905
|
-
clone():
|
|
911
|
+
constructor(object_: unknown, method: nint);
|
|
912
|
+
beginInvoke(carrier: unknown, fieldName: string, fieldValue: { value: ref<string> }, fieldValues: { value: ref<IEnumerable_1<CLROf<string>>> }, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
913
|
+
clone(): unknown;
|
|
906
914
|
endInvoke(fieldValue: { value: ref<string> }, fieldValues: { value: ref<IEnumerable_1<CLROf<string>>> }, result: IAsyncResult): void;
|
|
907
915
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
908
|
-
invoke(carrier:
|
|
916
|
+
invoke(carrier: unknown, fieldName: string, fieldValue: { value: ref<string> }, fieldValues: { value: ref<IEnumerable_1<CLROf<string>>> }): void;
|
|
909
917
|
}
|
|
910
918
|
|
|
911
919
|
|
|
912
920
|
export interface __DistributedContextPropagator_PropagatorGetterCallback$views {
|
|
913
|
-
|
|
914
|
-
|
|
921
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
922
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
915
923
|
}
|
|
916
924
|
|
|
917
925
|
export type DistributedContextPropagator_PropagatorGetterCallback = DistributedContextPropagator_PropagatorGetterCallback$instance & __DistributedContextPropagator_PropagatorGetterCallback$views;
|
|
918
926
|
|
|
919
927
|
|
|
920
928
|
export class DistributedContextPropagator_PropagatorSetterCallback$instance extends Function {
|
|
921
|
-
constructor(object_:
|
|
922
|
-
beginInvoke(carrier:
|
|
923
|
-
clone():
|
|
929
|
+
constructor(object_: unknown, method: nint);
|
|
930
|
+
beginInvoke(carrier: unknown, fieldName: string, fieldValue: string, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
931
|
+
clone(): unknown;
|
|
924
932
|
endInvoke(result: IAsyncResult): void;
|
|
925
933
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
926
|
-
invoke(carrier:
|
|
934
|
+
invoke(carrier: unknown, fieldName: string, fieldValue: string): void;
|
|
927
935
|
}
|
|
928
936
|
|
|
929
937
|
|
|
930
938
|
export interface __DistributedContextPropagator_PropagatorSetterCallback$views {
|
|
931
|
-
|
|
932
|
-
|
|
939
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
940
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
933
941
|
}
|
|
934
942
|
|
|
935
943
|
export type DistributedContextPropagator_PropagatorSetterCallback = DistributedContextPropagator_PropagatorSetterCallback$instance & __DistributedContextPropagator_PropagatorSetterCallback$views;
|
|
@@ -938,16 +946,16 @@ export type DistributedContextPropagator_PropagatorSetterCallback = DistributedC
|
|
|
938
946
|
export class EventTypeFilter$instance extends TraceFilter$instance {
|
|
939
947
|
constructor(level: SourceLevels);
|
|
940
948
|
eventType: SourceLevels;
|
|
941
|
-
shouldTrace(cache: TraceEventCache, source: string, eventType: TraceEventType, id: int, formatOrMessage: string, args:
|
|
949
|
+
shouldTrace(cache: TraceEventCache, source: string, eventType: TraceEventType, id: int, formatOrMessage: string, args: unknown[], data1: unknown, data: unknown[]): boolean;
|
|
942
950
|
}
|
|
943
951
|
|
|
944
952
|
|
|
945
953
|
export type EventTypeFilter = EventTypeFilter$instance;
|
|
946
954
|
|
|
947
955
|
export class ExceptionRecorder$instance extends Function {
|
|
948
|
-
constructor(object_:
|
|
949
|
-
beginInvoke(activity: Activity, exception: Exception, tags: { value: ref<TagList> }, callback: AsyncCallback, object_:
|
|
950
|
-
clone():
|
|
956
|
+
constructor(object_: unknown, method: nint);
|
|
957
|
+
beginInvoke(activity: Activity, exception: Exception, tags: { value: ref<TagList> }, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
958
|
+
clone(): unknown;
|
|
951
959
|
endInvoke(tags: { value: ref<TagList> }, result: IAsyncResult): void;
|
|
952
960
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
953
961
|
invoke(activity: Activity, exception: Exception, tags: { value: ref<TagList> }): void;
|
|
@@ -955,8 +963,8 @@ export class ExceptionRecorder$instance extends Function {
|
|
|
955
963
|
|
|
956
964
|
|
|
957
965
|
export interface __ExceptionRecorder$views {
|
|
958
|
-
|
|
959
|
-
|
|
966
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
967
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
960
968
|
}
|
|
961
969
|
|
|
962
970
|
export type ExceptionRecorder = ExceptionRecorder$instance & __ExceptionRecorder$views;
|
|
@@ -991,7 +999,7 @@ export class FileVersionInfo$instance {
|
|
|
991
999
|
readonly productVersion: string;
|
|
992
1000
|
readonly specialBuild: string;
|
|
993
1001
|
toString(): string;
|
|
994
|
-
static
|
|
1002
|
+
static getVersionInfo(fileName: string): FileVersionInfo;
|
|
995
1003
|
}
|
|
996
1004
|
|
|
997
1005
|
|
|
@@ -1093,29 +1101,31 @@ export class Process$instance extends System_ComponentModel_Internal.Component$i
|
|
|
1093
1101
|
waitForInputIdle(): boolean;
|
|
1094
1102
|
waitForInputIdle(milliseconds: int): boolean;
|
|
1095
1103
|
waitForInputIdle(timeout: TimeSpan): boolean;
|
|
1096
|
-
static
|
|
1097
|
-
static
|
|
1098
|
-
static
|
|
1099
|
-
static
|
|
1100
|
-
static
|
|
1101
|
-
static
|
|
1102
|
-
static
|
|
1103
|
-
static
|
|
1104
|
-
static
|
|
1105
|
-
static
|
|
1106
|
-
static
|
|
1107
|
-
static
|
|
1108
|
-
static
|
|
1109
|
-
static
|
|
1110
|
-
static
|
|
1104
|
+
static enterDebugMode(): void;
|
|
1105
|
+
static getCurrentProcess(): Process;
|
|
1106
|
+
static getProcessById(processId: int, machineName: string): Process;
|
|
1107
|
+
static getProcessById(processId: int): Process;
|
|
1108
|
+
static getProcesses(): Process[];
|
|
1109
|
+
static getProcesses(machineName: string): Process[];
|
|
1110
|
+
static getProcessesByName2(processName: string, machineName: string): Process[];
|
|
1111
|
+
static getProcessesByName2(processName: string): Process[];
|
|
1112
|
+
static leaveDebugMode(): void;
|
|
1113
|
+
static start4(startInfo: ProcessStartInfo): Process;
|
|
1114
|
+
static start4(fileName: string, arguments: IEnumerable_1<CLROf<string>>): Process;
|
|
1115
|
+
static start4(fileName: string, userName: string, password: SecureString, domain: string): Process;
|
|
1116
|
+
static start4(fileName: string, arguments: string, userName: string, password: SecureString, domain: string): Process;
|
|
1117
|
+
static start4(fileName: string, arguments: string): Process;
|
|
1118
|
+
static start4(fileName: string): Process;
|
|
1111
1119
|
}
|
|
1112
1120
|
|
|
1113
1121
|
|
|
1114
1122
|
export interface __Process$views {
|
|
1115
|
-
|
|
1116
|
-
|
|
1123
|
+
As_IComponent(): System_ComponentModel_Internal.IComponent$instance;
|
|
1124
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1117
1125
|
}
|
|
1118
1126
|
|
|
1127
|
+
export interface Process$instance extends System_ComponentModel_Internal.IComponent$instance {}
|
|
1128
|
+
|
|
1119
1129
|
export type Process = Process$instance & __Process$views;
|
|
1120
1130
|
|
|
1121
1131
|
|
|
@@ -1132,10 +1142,12 @@ export class ProcessModule$instance extends System_ComponentModel_Internal.Compo
|
|
|
1132
1142
|
|
|
1133
1143
|
|
|
1134
1144
|
export interface __ProcessModule$views {
|
|
1135
|
-
|
|
1136
|
-
|
|
1145
|
+
As_IComponent(): System_ComponentModel_Internal.IComponent$instance;
|
|
1146
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1137
1147
|
}
|
|
1138
1148
|
|
|
1149
|
+
export interface ProcessModule$instance extends System_ComponentModel_Internal.IComponent$instance {}
|
|
1150
|
+
|
|
1139
1151
|
export type ProcessModule = ProcessModule$instance & __ProcessModule$views;
|
|
1140
1152
|
|
|
1141
1153
|
|
|
@@ -1150,10 +1162,12 @@ export class ProcessModuleCollection$instance extends System_Collections_Interna
|
|
|
1150
1162
|
|
|
1151
1163
|
|
|
1152
1164
|
export interface __ProcessModuleCollection$views {
|
|
1153
|
-
|
|
1154
|
-
|
|
1165
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1166
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1155
1167
|
}
|
|
1156
1168
|
|
|
1169
|
+
export interface ProcessModuleCollection$instance extends System_Collections_Internal.ICollection$instance {}
|
|
1170
|
+
|
|
1157
1171
|
export type ProcessModuleCollection = ProcessModuleCollection$instance & __ProcessModuleCollection$views;
|
|
1158
1172
|
|
|
1159
1173
|
|
|
@@ -1214,10 +1228,12 @@ export class ProcessThread$instance extends System_ComponentModel_Internal.Compo
|
|
|
1214
1228
|
|
|
1215
1229
|
|
|
1216
1230
|
export interface __ProcessThread$views {
|
|
1217
|
-
|
|
1218
|
-
|
|
1231
|
+
As_IComponent(): System_ComponentModel_Internal.IComponent$instance;
|
|
1232
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1219
1233
|
}
|
|
1220
1234
|
|
|
1235
|
+
export interface ProcessThread$instance extends System_ComponentModel_Internal.IComponent$instance {}
|
|
1236
|
+
|
|
1221
1237
|
export type ProcessThread = ProcessThread$instance & __ProcessThread$views;
|
|
1222
1238
|
|
|
1223
1239
|
|
|
@@ -1235,17 +1251,19 @@ export class ProcessThreadCollection$instance extends System_Collections_Interna
|
|
|
1235
1251
|
|
|
1236
1252
|
|
|
1237
1253
|
export interface __ProcessThreadCollection$views {
|
|
1238
|
-
|
|
1239
|
-
|
|
1254
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1255
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1240
1256
|
}
|
|
1241
1257
|
|
|
1258
|
+
export interface ProcessThreadCollection$instance extends System_Collections_Internal.ICollection$instance {}
|
|
1259
|
+
|
|
1242
1260
|
export type ProcessThreadCollection = ProcessThreadCollection$instance & __ProcessThreadCollection$views;
|
|
1243
1261
|
|
|
1244
1262
|
|
|
1245
1263
|
export class SampleActivity_1$instance<T> extends Function {
|
|
1246
|
-
constructor(object_:
|
|
1247
|
-
beginInvoke(options: { value: ref<ActivityCreationOptions_1<T>> }, callback: AsyncCallback, object_:
|
|
1248
|
-
clone():
|
|
1264
|
+
constructor(object_: unknown, method: nint);
|
|
1265
|
+
beginInvoke(options: { value: ref<ActivityCreationOptions_1<T>> }, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
1266
|
+
clone(): unknown;
|
|
1249
1267
|
endInvoke(options: { value: ref<ActivityCreationOptions_1<T>> }, result: IAsyncResult): ActivitySamplingResult;
|
|
1250
1268
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1251
1269
|
invoke(options: { value: ref<ActivityCreationOptions_1<T>> }): ActivitySamplingResult;
|
|
@@ -1253,8 +1271,8 @@ export class SampleActivity_1$instance<T> extends Function {
|
|
|
1253
1271
|
|
|
1254
1272
|
|
|
1255
1273
|
export interface __SampleActivity_1$views<T> {
|
|
1256
|
-
|
|
1257
|
-
|
|
1274
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1275
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1258
1276
|
}
|
|
1259
1277
|
|
|
1260
1278
|
export type SampleActivity_1<T> = SampleActivity_1$instance<T> & __SampleActivity_1$views<T>;
|
|
@@ -1263,7 +1281,7 @@ export type SampleActivity_1<T> = SampleActivity_1$instance<T> & __SampleActivit
|
|
|
1263
1281
|
export class SourceFilter$instance extends TraceFilter$instance {
|
|
1264
1282
|
constructor(source: string);
|
|
1265
1283
|
source: string;
|
|
1266
|
-
shouldTrace(cache: TraceEventCache, source: string, eventType: TraceEventType, id: int, formatOrMessage: string, args:
|
|
1284
|
+
shouldTrace(cache: TraceEventCache, source: string, eventType: TraceEventType, id: int, formatOrMessage: string, args: unknown[], data1: unknown, data: unknown[]): boolean;
|
|
1267
1285
|
}
|
|
1268
1286
|
|
|
1269
1287
|
|
|
@@ -1340,10 +1358,10 @@ export class Stopwatch$instance {
|
|
|
1340
1358
|
toString(): string;
|
|
1341
1359
|
static readonly frequency: long;
|
|
1342
1360
|
static readonly isHighResolution: boolean;
|
|
1343
|
-
static
|
|
1344
|
-
static
|
|
1345
|
-
static
|
|
1346
|
-
static
|
|
1361
|
+
static getElapsedTime2(startingTimestamp: long, endingTimestamp: long): TimeSpan;
|
|
1362
|
+
static getElapsedTime2(startingTimestamp: long): TimeSpan;
|
|
1363
|
+
static getTimestamp(): long;
|
|
1364
|
+
static startNew(): Stopwatch;
|
|
1347
1365
|
}
|
|
1348
1366
|
|
|
1349
1367
|
|
|
@@ -1366,7 +1384,7 @@ export class SwitchAttribute$instance extends System_Internal.Attribute$instance
|
|
|
1366
1384
|
switchDescription: string;
|
|
1367
1385
|
switchName: string;
|
|
1368
1386
|
switchType: Type;
|
|
1369
|
-
static
|
|
1387
|
+
static getAll(assembly: Assembly): SwitchAttribute[];
|
|
1370
1388
|
}
|
|
1371
1389
|
|
|
1372
1390
|
|
|
@@ -1393,62 +1411,62 @@ export class TextWriterTraceListener$instance extends TraceListener$instance {
|
|
|
1393
1411
|
dispose(): void;
|
|
1394
1412
|
flush(): void;
|
|
1395
1413
|
write(message: string): void;
|
|
1396
|
-
write(o:
|
|
1414
|
+
write(o: unknown): void;
|
|
1397
1415
|
write(message: string, category: string): void;
|
|
1398
|
-
write(o:
|
|
1416
|
+
write(o: unknown, category: string): void;
|
|
1399
1417
|
writeLine(message: string): void;
|
|
1400
|
-
writeLine(o:
|
|
1418
|
+
writeLine(o: unknown): void;
|
|
1401
1419
|
writeLine(message: string, category: string): void;
|
|
1402
|
-
writeLine(o:
|
|
1420
|
+
writeLine(o: unknown, category: string): void;
|
|
1403
1421
|
}
|
|
1404
1422
|
|
|
1405
1423
|
|
|
1406
1424
|
export interface __TextWriterTraceListener$views {
|
|
1407
|
-
|
|
1425
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1408
1426
|
}
|
|
1409
1427
|
|
|
1410
1428
|
export type TextWriterTraceListener = TextWriterTraceListener$instance & __TextWriterTraceListener$views;
|
|
1411
1429
|
|
|
1412
1430
|
|
|
1413
1431
|
export class Trace$instance {
|
|
1414
|
-
static readonly
|
|
1415
|
-
static readonly
|
|
1416
|
-
static
|
|
1417
|
-
static
|
|
1418
|
-
static
|
|
1419
|
-
static
|
|
1420
|
-
static
|
|
1421
|
-
static
|
|
1422
|
-
static
|
|
1423
|
-
static
|
|
1424
|
-
static
|
|
1425
|
-
static
|
|
1426
|
-
static
|
|
1427
|
-
static
|
|
1428
|
-
static
|
|
1429
|
-
static
|
|
1430
|
-
static
|
|
1431
|
-
static
|
|
1432
|
-
static
|
|
1433
|
-
static
|
|
1434
|
-
static
|
|
1435
|
-
static
|
|
1436
|
-
static
|
|
1437
|
-
static
|
|
1438
|
-
static
|
|
1439
|
-
static
|
|
1440
|
-
static
|
|
1441
|
-
static
|
|
1442
|
-
static
|
|
1443
|
-
static
|
|
1444
|
-
static
|
|
1445
|
-
static
|
|
1446
|
-
static
|
|
1447
|
-
static
|
|
1448
|
-
static
|
|
1449
|
-
static
|
|
1450
|
-
static
|
|
1451
|
-
static
|
|
1432
|
+
static readonly correlationManager: CorrelationManager;
|
|
1433
|
+
static readonly listeners: TraceListenerCollection;
|
|
1434
|
+
static autoFlush: boolean;
|
|
1435
|
+
static useGlobalLock: boolean;
|
|
1436
|
+
static indentLevel: int;
|
|
1437
|
+
static indentSize: int;
|
|
1438
|
+
static assert3(condition: boolean, message: string, detailMessage: string): void;
|
|
1439
|
+
static assert3(condition: boolean, message?: string): void;
|
|
1440
|
+
static assert3(condition: boolean): void;
|
|
1441
|
+
static close(): void;
|
|
1442
|
+
static fail2(message: string, detailMessage: string): void;
|
|
1443
|
+
static fail2(message: string): void;
|
|
1444
|
+
static flush(): void;
|
|
1445
|
+
static indent(): void;
|
|
1446
|
+
static refresh(): void;
|
|
1447
|
+
static traceError2(format: string, args: unknown[]): void;
|
|
1448
|
+
static traceError2(message: string): void;
|
|
1449
|
+
static traceInformation2(format: string, args: unknown[]): void;
|
|
1450
|
+
static traceInformation2(message: string): void;
|
|
1451
|
+
static traceWarning2(format: string, args: unknown[]): void;
|
|
1452
|
+
static traceWarning2(message: string): void;
|
|
1453
|
+
static unindent(): void;
|
|
1454
|
+
static write4(value: unknown, category: string): void;
|
|
1455
|
+
static write4(value: unknown): void;
|
|
1456
|
+
static write4(message: string, category: string): void;
|
|
1457
|
+
static write4(message: string): void;
|
|
1458
|
+
static writeIf4(condition: boolean, value: unknown, category: string): void;
|
|
1459
|
+
static writeIf4(condition: boolean, value: unknown): void;
|
|
1460
|
+
static writeIf4(condition: boolean, message: string, category: string): void;
|
|
1461
|
+
static writeIf4(condition: boolean, message: string): void;
|
|
1462
|
+
static writeLine4(value: unknown, category: string): void;
|
|
1463
|
+
static writeLine4(value: unknown): void;
|
|
1464
|
+
static writeLine4(message: string, category: string): void;
|
|
1465
|
+
static writeLine4(message: string): void;
|
|
1466
|
+
static writeLineIf4(condition: boolean, value: unknown, category: string): void;
|
|
1467
|
+
static writeLineIf4(condition: boolean, value: unknown): void;
|
|
1468
|
+
static writeLineIf4(condition: boolean, message: string, category: string): void;
|
|
1469
|
+
static writeLineIf4(condition: boolean, message: string): void;
|
|
1452
1470
|
}
|
|
1453
1471
|
|
|
1454
1472
|
|
|
@@ -1468,7 +1486,7 @@ export class TraceEventCache$instance {
|
|
|
1468
1486
|
export type TraceEventCache = TraceEventCache$instance;
|
|
1469
1487
|
|
|
1470
1488
|
export abstract class TraceFilter$instance {
|
|
1471
|
-
abstract shouldTrace(cache: TraceEventCache, source: string, eventType: TraceEventType, id: int, formatOrMessage: string, args:
|
|
1489
|
+
abstract shouldTrace(cache: TraceEventCache, source: string, eventType: TraceEventType, id: int, formatOrMessage: string, args: unknown[], data1: unknown, data: unknown[]): boolean;
|
|
1472
1490
|
}
|
|
1473
1491
|
|
|
1474
1492
|
|
|
@@ -1487,27 +1505,29 @@ export abstract class TraceListener$instance extends System_Internal.MarshalByRe
|
|
|
1487
1505
|
fail(message: string): void;
|
|
1488
1506
|
fail(message: string, detailMessage: string): void;
|
|
1489
1507
|
flush(): void;
|
|
1490
|
-
traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data:
|
|
1491
|
-
traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data:
|
|
1508
|
+
traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data: unknown): void;
|
|
1509
|
+
traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data: unknown[]): void;
|
|
1492
1510
|
traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int): void;
|
|
1493
1511
|
traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, message: string): void;
|
|
1494
|
-
traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, format: string, args:
|
|
1512
|
+
traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, format: string, args: unknown[]): void;
|
|
1495
1513
|
traceTransfer(eventCache: TraceEventCache, source: string, id: int, message: string, relatedActivityId: Guid): void;
|
|
1496
1514
|
write(message: string): void;
|
|
1497
|
-
write(o:
|
|
1515
|
+
write(o: unknown): void;
|
|
1498
1516
|
write(message: string, category: string): void;
|
|
1499
|
-
write(o:
|
|
1517
|
+
write(o: unknown, category: string): void;
|
|
1500
1518
|
writeLine(message: string): void;
|
|
1501
|
-
writeLine(o:
|
|
1519
|
+
writeLine(o: unknown): void;
|
|
1502
1520
|
writeLine(message: string, category: string): void;
|
|
1503
|
-
writeLine(o:
|
|
1521
|
+
writeLine(o: unknown, category: string): void;
|
|
1504
1522
|
}
|
|
1505
1523
|
|
|
1506
1524
|
|
|
1507
1525
|
export interface __TraceListener$views {
|
|
1508
|
-
|
|
1526
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1509
1527
|
}
|
|
1510
1528
|
|
|
1529
|
+
export interface TraceListener$instance extends System_Internal.IDisposable$instance {}
|
|
1530
|
+
|
|
1511
1531
|
export type TraceListener = TraceListener$instance & __TraceListener$views;
|
|
1512
1532
|
|
|
1513
1533
|
|
|
@@ -1532,9 +1552,9 @@ export class TraceListenerCollection$instance {
|
|
|
1532
1552
|
|
|
1533
1553
|
|
|
1534
1554
|
export interface __TraceListenerCollection$views {
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1555
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1556
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1557
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
1538
1558
|
}
|
|
1539
1559
|
|
|
1540
1560
|
export type TraceListenerCollection = TraceListenerCollection$instance & __TraceListenerCollection$views;
|
|
@@ -1550,13 +1570,13 @@ export class TraceSource$instance {
|
|
|
1550
1570
|
switch_: SourceSwitch;
|
|
1551
1571
|
close(): void;
|
|
1552
1572
|
flush(): void;
|
|
1553
|
-
traceData(eventType: TraceEventType, id: int, data:
|
|
1554
|
-
traceData(eventType: TraceEventType, id: int, data:
|
|
1573
|
+
traceData(eventType: TraceEventType, id: int, data: unknown): void;
|
|
1574
|
+
traceData(eventType: TraceEventType, id: int, data: unknown[]): void;
|
|
1555
1575
|
traceEvent(eventType: TraceEventType, id: int): void;
|
|
1556
1576
|
traceEvent(eventType: TraceEventType, id: int, message: string): void;
|
|
1557
|
-
traceEvent(eventType: TraceEventType, id: int, format: string, args:
|
|
1577
|
+
traceEvent(eventType: TraceEventType, id: int, format: string, args: unknown[]): void;
|
|
1558
1578
|
traceInformation(message: string): void;
|
|
1559
|
-
traceInformation(format: string, args:
|
|
1579
|
+
traceInformation(format: string, args: unknown[]): void;
|
|
1560
1580
|
traceTransfer(id: int, message: string, relatedActivityId: Guid): void;
|
|
1561
1581
|
}
|
|
1562
1582
|
|
|
@@ -1585,7 +1605,7 @@ export class UnreachableException$instance extends System_Internal.Exception$ins
|
|
|
1585
1605
|
|
|
1586
1606
|
|
|
1587
1607
|
export interface __UnreachableException$views {
|
|
1588
|
-
|
|
1608
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1589
1609
|
}
|
|
1590
1610
|
|
|
1591
1611
|
export type UnreachableException = UnreachableException$instance & __UnreachableException$views;
|
|
@@ -1602,70 +1622,70 @@ export class XmlWriterTraceListener$instance extends TextWriterTraceListener$ins
|
|
|
1602
1622
|
dispose(): void;
|
|
1603
1623
|
fail(message: string, detailMessage: string): void;
|
|
1604
1624
|
fail(message: string): void;
|
|
1605
|
-
traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data:
|
|
1606
|
-
traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data:
|
|
1607
|
-
traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, format: string, args:
|
|
1625
|
+
traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data: unknown): void;
|
|
1626
|
+
traceData(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, data: unknown[]): void;
|
|
1627
|
+
traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, format: string, args: unknown[]): void;
|
|
1608
1628
|
traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int, message: string): void;
|
|
1609
1629
|
traceEvent(eventCache: TraceEventCache, source: string, eventType: TraceEventType, id: int): void;
|
|
1610
1630
|
traceTransfer(eventCache: TraceEventCache, source: string, id: int, message: string, relatedActivityId: Guid): void;
|
|
1611
1631
|
write(message: string): void;
|
|
1612
|
-
write(o:
|
|
1632
|
+
write(o: unknown): void;
|
|
1613
1633
|
write(message: string, category: string): void;
|
|
1614
|
-
write(o:
|
|
1634
|
+
write(o: unknown, category: string): void;
|
|
1615
1635
|
writeLine(message: string): void;
|
|
1616
|
-
writeLine(o:
|
|
1636
|
+
writeLine(o: unknown): void;
|
|
1617
1637
|
writeLine(message: string, category: string): void;
|
|
1618
|
-
writeLine(o:
|
|
1638
|
+
writeLine(o: unknown, category: string): void;
|
|
1619
1639
|
}
|
|
1620
1640
|
|
|
1621
1641
|
|
|
1622
1642
|
export interface __XmlWriterTraceListener$views {
|
|
1623
|
-
|
|
1643
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1624
1644
|
}
|
|
1625
1645
|
|
|
1626
1646
|
export type XmlWriterTraceListener = XmlWriterTraceListener$instance & __XmlWriterTraceListener$views;
|
|
1627
1647
|
|
|
1628
1648
|
|
|
1629
1649
|
export abstract class Debug$instance {
|
|
1630
|
-
static
|
|
1631
|
-
static
|
|
1632
|
-
static
|
|
1633
|
-
static
|
|
1634
|
-
static
|
|
1635
|
-
static
|
|
1636
|
-
static
|
|
1637
|
-
static
|
|
1638
|
-
static
|
|
1639
|
-
static
|
|
1640
|
-
static
|
|
1641
|
-
static
|
|
1642
|
-
static
|
|
1643
|
-
static
|
|
1644
|
-
static
|
|
1645
|
-
static
|
|
1646
|
-
static
|
|
1647
|
-
static
|
|
1648
|
-
static
|
|
1649
|
-
static
|
|
1650
|
-
static
|
|
1651
|
-
static
|
|
1652
|
-
static
|
|
1653
|
-
static
|
|
1654
|
-
static
|
|
1655
|
-
static
|
|
1656
|
-
static
|
|
1657
|
-
static
|
|
1658
|
-
static
|
|
1659
|
-
static
|
|
1660
|
-
static
|
|
1661
|
-
static
|
|
1662
|
-
static
|
|
1663
|
-
static
|
|
1664
|
-
static
|
|
1665
|
-
static
|
|
1666
|
-
static
|
|
1667
|
-
static
|
|
1668
|
-
static
|
|
1650
|
+
static autoFlush: boolean;
|
|
1651
|
+
static indentLevel: int;
|
|
1652
|
+
static indentSize: int;
|
|
1653
|
+
static assert5(condition: boolean, message: { value: ref<Debug_AssertInterpolatedStringHandler> }, detailMessage: { value: ref<Debug_AssertInterpolatedStringHandler> }): void;
|
|
1654
|
+
static assert5(condition: boolean, message: { value: ref<Debug_AssertInterpolatedStringHandler> }): void;
|
|
1655
|
+
static assert5(condition: boolean, message: string, detailMessageFormat: string, args: unknown[]): void;
|
|
1656
|
+
static assert5(condition: boolean, message: string, detailMessage: string): void;
|
|
1657
|
+
static assert5(condition: boolean, message?: string): void;
|
|
1658
|
+
static assert5(condition: boolean): void;
|
|
1659
|
+
static close(): void;
|
|
1660
|
+
static fail2(message: string, detailMessage: string): void;
|
|
1661
|
+
static fail2(message: string): void;
|
|
1662
|
+
static flush(): void;
|
|
1663
|
+
static indent(): void;
|
|
1664
|
+
static print2(format: string, args: unknown[]): void;
|
|
1665
|
+
static print2(message: string): void;
|
|
1666
|
+
static setProvider(provider: DebugProvider): DebugProvider;
|
|
1667
|
+
static unindent(): void;
|
|
1668
|
+
static write4(value: unknown, category: string): void;
|
|
1669
|
+
static write4(value: unknown): void;
|
|
1670
|
+
static write4(message: string, category: string): void;
|
|
1671
|
+
static write4(message: string): void;
|
|
1672
|
+
static writeIf5(condition: boolean, message: { value: ref<Debug_WriteIfInterpolatedStringHandler> }, category: string): void;
|
|
1673
|
+
static writeIf5(condition: boolean, message: { value: ref<Debug_WriteIfInterpolatedStringHandler> }): void;
|
|
1674
|
+
static writeIf5(condition: boolean, value: unknown, category: string): void;
|
|
1675
|
+
static writeIf5(condition: boolean, value: unknown): void;
|
|
1676
|
+
static writeIf5(condition: boolean, message: string, category: string): void;
|
|
1677
|
+
static writeIf5(condition: boolean, message: string): void;
|
|
1678
|
+
static writeLine3(value: unknown, category: string): void;
|
|
1679
|
+
static writeLine3(value: unknown): void;
|
|
1680
|
+
static writeLine3(format: string, args: unknown[]): void;
|
|
1681
|
+
static writeLine3(message: string, category: string): void;
|
|
1682
|
+
static writeLine3(message: string): void;
|
|
1683
|
+
static writeLineIf6(condition: boolean, message: { value: ref<Debug_WriteIfInterpolatedStringHandler> }, category: string): void;
|
|
1684
|
+
static writeLineIf6(condition: boolean, message: { value: ref<Debug_WriteIfInterpolatedStringHandler> }): void;
|
|
1685
|
+
static writeLineIf6(condition: boolean, value: unknown, category: string): void;
|
|
1686
|
+
static writeLineIf6(condition: boolean, value: unknown): void;
|
|
1687
|
+
static writeLineIf6(condition: boolean, message: string, category: string): void;
|
|
1688
|
+
static writeLineIf6(condition: boolean, message: string): void;
|
|
1669
1689
|
}
|
|
1670
1690
|
|
|
1671
1691
|
|
|
@@ -1673,25 +1693,25 @@ export type Debug = Debug$instance;
|
|
|
1673
1693
|
|
|
1674
1694
|
export abstract class Debugger$instance {
|
|
1675
1695
|
static readonly defaultCategory: string;
|
|
1676
|
-
static readonly
|
|
1677
|
-
static
|
|
1678
|
-
static
|
|
1679
|
-
static
|
|
1680
|
-
static
|
|
1681
|
-
static
|
|
1682
|
-
static
|
|
1696
|
+
static readonly isAttached: boolean;
|
|
1697
|
+
static break_(): void;
|
|
1698
|
+
static breakForUserUnhandledException(exception: Exception): void;
|
|
1699
|
+
static isLogging(): boolean;
|
|
1700
|
+
static launch(): boolean;
|
|
1701
|
+
static log(level: int, category: string, message: string): void;
|
|
1702
|
+
static notifyOfCrossThreadDependency(): void;
|
|
1683
1703
|
}
|
|
1684
1704
|
|
|
1685
1705
|
|
|
1686
1706
|
export type Debugger = Debugger$instance;
|
|
1687
1707
|
|
|
1688
1708
|
export abstract class StackFrameExtensions$instance {
|
|
1689
|
-
static
|
|
1690
|
-
static
|
|
1691
|
-
static
|
|
1692
|
-
static
|
|
1693
|
-
static
|
|
1694
|
-
static
|
|
1709
|
+
static getNativeImageBase(stackFrame: StackFrame): nint;
|
|
1710
|
+
static getNativeIP(stackFrame: StackFrame): nint;
|
|
1711
|
+
static hasILOffset(stackFrame: StackFrame): boolean;
|
|
1712
|
+
static hasMethod(stackFrame: StackFrame): boolean;
|
|
1713
|
+
static hasNativeImage(stackFrame: StackFrame): boolean;
|
|
1714
|
+
static hasSource(stackFrame: StackFrame): boolean;
|
|
1695
1715
|
}
|
|
1696
1716
|
|
|
1697
1717
|
|