@tsonic/dotnet 10.0.5 → 10.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +6 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +58 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -0
- package/Microsoft.Win32/internal/index.d.ts +3 -3
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +447 -196
- package/System.Buffers/internal/index.d.ts +24 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +4 -0
- package/System.Collections/internal/index.d.ts +37 -26
- package/System.Collections.Concurrent/internal/index.d.ts +17 -3
- package/System.Collections.Frozen/internal/index.d.ts +12 -0
- package/System.Collections.Generic/internal/index.d.ts +126 -43
- package/System.Collections.Immutable/internal/index.d.ts +51 -14
- package/System.Collections.ObjectModel/internal/index.d.ts +22 -10
- package/System.Collections.Specialized/internal/index.d.ts +33 -12
- package/System.ComponentModel/internal/index.d.ts +275 -33
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +73 -3
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
- package/System.ComponentModel.Design/internal/index.d.ts +49 -7
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +22 -0
- package/System.Data/internal/index.d.ts +111 -21
- package/System.Data.Common/internal/index.d.ts +67 -36
- package/System.Data.SqlTypes/internal/index.d.ts +59 -52
- package/System.Diagnostics/internal/index.d.ts +147 -17
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
- package/System.Diagnostics.Contracts/internal/index.d.ts +26 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +31 -3
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +8 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +40 -6
- package/System.Drawing/internal/index.d.ts +24 -0
- package/System.Dynamic/internal/index.d.ts +38 -6
- package/System.Formats.Asn1/internal/index.d.ts +13 -3
- package/System.Formats.Tar/internal/index.d.ts +20 -6
- package/System.Globalization/internal/index.d.ts +64 -18
- package/System.IO/internal/index.d.ts +74 -18
- package/System.IO.Compression/internal/index.d.ts +25 -9
- package/System.IO.Enumeration/internal/index.d.ts +6 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -3
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -0
- package/System.IO.Pipelines/internal/index.d.ts +19 -3
- package/System.IO.Pipes/internal/index.d.ts +16 -0
- package/System.Linq/internal/index.d.ts +17 -3
- package/System.Linq.Expressions/internal/index.d.ts +86 -18
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
- package/System.Net/internal/index.d.ts +112 -23
- package/System.Net.Cache/internal/index.d.ts +4 -0
- package/System.Net.Http/internal/index.d.ts +50 -0
- package/System.Net.Http.Headers/internal/index.d.ts +79 -62
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +31 -9
- package/System.Net.Mime/internal/index.d.ts +4 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +67 -10
- package/System.Net.Quic/internal/index.d.ts +22 -6
- package/System.Net.Security/internal/index.d.ts +27 -3
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
- package/System.Net.Sockets/internal/index.d.ts +38 -6
- package/System.Net.WebSockets/internal/index.d.ts +23 -3
- package/System.Numerics/internal/index.d.ts +29 -16
- package/System.Reflection/internal/index.d.ts +135 -32
- package/System.Reflection.Emit/internal/index.d.ts +45 -9
- package/System.Reflection.Metadata/internal/index.d.ts +324 -10
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +76 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +37 -3
- package/System.Resources/internal/index.d.ts +16 -0
- package/System.Runtime/internal/index.d.ts +12 -6
- package/System.Runtime.CompilerServices/internal/index.d.ts +278 -39
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +6 -0
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices/internal/index.d.ts +175 -15
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +40 -0
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +55 -3
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +57 -12
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -0
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +8 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +13 -17
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +40 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -0
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +148 -0
- package/System.Runtime.Loader/internal/index.d.ts +7 -3
- package/System.Runtime.Remoting/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +75 -9
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +26 -0
- package/System.Security/internal/index.d.ts +28 -6
- package/System.Security.AccessControl/internal/index.d.ts +98 -8
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +9 -3
- package/System.Security.Claims/internal/index.d.ts +8 -6
- package/System.Security.Cryptography/internal/index.d.ts +299 -44
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +72 -14
- package/System.Security.Permissions/internal/index.d.ts +6 -0
- package/System.Security.Policy/internal/index.d.ts +4 -0
- package/System.Security.Principal/internal/index.d.ts +21 -8
- package/System.Text/internal/index.d.ts +70 -11
- package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
- package/System.Text.Json/internal/index.d.ts +33 -8
- package/System.Text.Json.Nodes/internal/index.d.ts +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +54 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +23 -3
- package/System.Text.RegularExpressions/internal/index.d.ts +35 -7
- package/System.Text.Unicode/internal/index.d.ts +4 -0
- package/System.Threading/internal/index.d.ts +108 -24
- package/System.Threading.Channels/internal/index.d.ts +18 -0
- package/System.Threading.Tasks/internal/index.d.ts +49 -13
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +2 -0
- package/System.Timers/internal/index.d.ts +7 -3
- package/System.Transactions/internal/index.d.ts +37 -15
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Markup/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +107 -20
- package/System.Xml.Linq/internal/index.d.ts +42 -18
- package/System.Xml.Resolvers/internal/index.d.ts +2 -0
- package/System.Xml.Schema/internal/index.d.ts +150 -4
- package/System.Xml.Serialization/internal/index.d.ts +120 -8
- package/System.Xml.XPath/internal/index.d.ts +14 -6
- package/System.Xml.Xsl/internal/index.d.ts +16 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +89 -2
- package/__internal/extensions/index.d.ts +2143 -1955
- package/package.json +2 -2
|
@@ -44,6 +44,8 @@ export enum DynamicallyAccessedMemberTypes {
|
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
export interface AllowNullAttribute$instance extends Attribute {
|
|
47
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_AllowNullAttribute: never;
|
|
48
|
+
|
|
47
49
|
}
|
|
48
50
|
|
|
49
51
|
|
|
@@ -55,6 +57,8 @@ export const AllowNullAttribute: {
|
|
|
55
57
|
export type AllowNullAttribute = AllowNullAttribute$instance;
|
|
56
58
|
|
|
57
59
|
export interface ConstantExpectedAttribute$instance extends Attribute {
|
|
60
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_ConstantExpectedAttribute: never;
|
|
61
|
+
|
|
58
62
|
get Max(): unknown | undefined;
|
|
59
63
|
set Max(value: unknown | undefined);
|
|
60
64
|
get Min(): unknown | undefined;
|
|
@@ -70,6 +74,8 @@ export const ConstantExpectedAttribute: {
|
|
|
70
74
|
export type ConstantExpectedAttribute = ConstantExpectedAttribute$instance;
|
|
71
75
|
|
|
72
76
|
export interface DisallowNullAttribute$instance extends Attribute {
|
|
77
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_DisallowNullAttribute: never;
|
|
78
|
+
|
|
73
79
|
}
|
|
74
80
|
|
|
75
81
|
|
|
@@ -81,6 +87,8 @@ export const DisallowNullAttribute: {
|
|
|
81
87
|
export type DisallowNullAttribute = DisallowNullAttribute$instance;
|
|
82
88
|
|
|
83
89
|
export interface DoesNotReturnAttribute$instance extends Attribute {
|
|
90
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_DoesNotReturnAttribute: never;
|
|
91
|
+
|
|
84
92
|
}
|
|
85
93
|
|
|
86
94
|
|
|
@@ -92,6 +100,8 @@ export const DoesNotReturnAttribute: {
|
|
|
92
100
|
export type DoesNotReturnAttribute = DoesNotReturnAttribute$instance;
|
|
93
101
|
|
|
94
102
|
export interface DoesNotReturnIfAttribute$instance extends Attribute {
|
|
103
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_DoesNotReturnIfAttribute: never;
|
|
104
|
+
|
|
95
105
|
readonly ParameterValue: boolean;
|
|
96
106
|
}
|
|
97
107
|
|
|
@@ -104,6 +114,8 @@ export const DoesNotReturnIfAttribute: {
|
|
|
104
114
|
export type DoesNotReturnIfAttribute = DoesNotReturnIfAttribute$instance;
|
|
105
115
|
|
|
106
116
|
export interface DynamicallyAccessedMembersAttribute$instance extends Attribute {
|
|
117
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_DynamicallyAccessedMembersAttribute: never;
|
|
118
|
+
|
|
107
119
|
readonly MemberTypes: DynamicallyAccessedMemberTypes;
|
|
108
120
|
}
|
|
109
121
|
|
|
@@ -116,6 +128,8 @@ export const DynamicallyAccessedMembersAttribute: {
|
|
|
116
128
|
export type DynamicallyAccessedMembersAttribute = DynamicallyAccessedMembersAttribute$instance;
|
|
117
129
|
|
|
118
130
|
export interface DynamicDependencyAttribute$instance extends Attribute {
|
|
131
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_DynamicDependencyAttribute: never;
|
|
132
|
+
|
|
119
133
|
readonly AssemblyName: string | undefined;
|
|
120
134
|
get Condition(): string | undefined;
|
|
121
135
|
set Condition(value: string | undefined);
|
|
@@ -138,6 +152,8 @@ export const DynamicDependencyAttribute: {
|
|
|
138
152
|
export type DynamicDependencyAttribute = DynamicDependencyAttribute$instance;
|
|
139
153
|
|
|
140
154
|
export interface ExcludeFromCodeCoverageAttribute$instance extends Attribute {
|
|
155
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_ExcludeFromCodeCoverageAttribute: never;
|
|
156
|
+
|
|
141
157
|
get Justification(): string | undefined;
|
|
142
158
|
set Justification(value: string | undefined);
|
|
143
159
|
}
|
|
@@ -151,6 +167,8 @@ export const ExcludeFromCodeCoverageAttribute: {
|
|
|
151
167
|
export type ExcludeFromCodeCoverageAttribute = ExcludeFromCodeCoverageAttribute$instance;
|
|
152
168
|
|
|
153
169
|
export interface ExperimentalAttribute$instance extends Attribute {
|
|
170
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_ExperimentalAttribute: never;
|
|
171
|
+
|
|
154
172
|
readonly DiagnosticId: string;
|
|
155
173
|
get Message(): string | undefined;
|
|
156
174
|
set Message(value: string | undefined);
|
|
@@ -167,6 +185,8 @@ export const ExperimentalAttribute: {
|
|
|
167
185
|
export type ExperimentalAttribute = ExperimentalAttribute$instance;
|
|
168
186
|
|
|
169
187
|
export interface FeatureGuardAttribute$instance extends Attribute {
|
|
188
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_FeatureGuardAttribute: never;
|
|
189
|
+
|
|
170
190
|
readonly FeatureType: Type;
|
|
171
191
|
}
|
|
172
192
|
|
|
@@ -179,6 +199,8 @@ export const FeatureGuardAttribute: {
|
|
|
179
199
|
export type FeatureGuardAttribute = FeatureGuardAttribute$instance;
|
|
180
200
|
|
|
181
201
|
export interface FeatureSwitchDefinitionAttribute$instance extends Attribute {
|
|
202
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_FeatureSwitchDefinitionAttribute: never;
|
|
203
|
+
|
|
182
204
|
readonly SwitchName: string;
|
|
183
205
|
}
|
|
184
206
|
|
|
@@ -191,6 +213,8 @@ export const FeatureSwitchDefinitionAttribute: {
|
|
|
191
213
|
export type FeatureSwitchDefinitionAttribute = FeatureSwitchDefinitionAttribute$instance;
|
|
192
214
|
|
|
193
215
|
export interface MaybeNullAttribute$instance extends Attribute {
|
|
216
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_MaybeNullAttribute: never;
|
|
217
|
+
|
|
194
218
|
}
|
|
195
219
|
|
|
196
220
|
|
|
@@ -202,6 +226,8 @@ export const MaybeNullAttribute: {
|
|
|
202
226
|
export type MaybeNullAttribute = MaybeNullAttribute$instance;
|
|
203
227
|
|
|
204
228
|
export interface MaybeNullWhenAttribute$instance extends Attribute {
|
|
229
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_MaybeNullWhenAttribute: never;
|
|
230
|
+
|
|
205
231
|
readonly ReturnValue: boolean;
|
|
206
232
|
}
|
|
207
233
|
|
|
@@ -214,6 +240,8 @@ export const MaybeNullWhenAttribute: {
|
|
|
214
240
|
export type MaybeNullWhenAttribute = MaybeNullWhenAttribute$instance;
|
|
215
241
|
|
|
216
242
|
export interface MemberNotNullAttribute$instance extends Attribute {
|
|
243
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_MemberNotNullAttribute: never;
|
|
244
|
+
|
|
217
245
|
readonly Members: string[];
|
|
218
246
|
}
|
|
219
247
|
|
|
@@ -227,6 +255,8 @@ export const MemberNotNullAttribute: {
|
|
|
227
255
|
export type MemberNotNullAttribute = MemberNotNullAttribute$instance;
|
|
228
256
|
|
|
229
257
|
export interface MemberNotNullWhenAttribute$instance extends Attribute {
|
|
258
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_MemberNotNullWhenAttribute: never;
|
|
259
|
+
|
|
230
260
|
readonly Members: string[];
|
|
231
261
|
readonly ReturnValue: boolean;
|
|
232
262
|
}
|
|
@@ -241,6 +271,8 @@ export const MemberNotNullWhenAttribute: {
|
|
|
241
271
|
export type MemberNotNullWhenAttribute = MemberNotNullWhenAttribute$instance;
|
|
242
272
|
|
|
243
273
|
export interface NotNullAttribute$instance extends Attribute {
|
|
274
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_NotNullAttribute: never;
|
|
275
|
+
|
|
244
276
|
}
|
|
245
277
|
|
|
246
278
|
|
|
@@ -252,6 +284,8 @@ export const NotNullAttribute: {
|
|
|
252
284
|
export type NotNullAttribute = NotNullAttribute$instance;
|
|
253
285
|
|
|
254
286
|
export interface NotNullIfNotNullAttribute$instance extends Attribute {
|
|
287
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_NotNullIfNotNullAttribute: never;
|
|
288
|
+
|
|
255
289
|
readonly ParameterName: string;
|
|
256
290
|
}
|
|
257
291
|
|
|
@@ -264,6 +298,8 @@ export const NotNullIfNotNullAttribute: {
|
|
|
264
298
|
export type NotNullIfNotNullAttribute = NotNullIfNotNullAttribute$instance;
|
|
265
299
|
|
|
266
300
|
export interface NotNullWhenAttribute$instance extends Attribute {
|
|
301
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_NotNullWhenAttribute: never;
|
|
302
|
+
|
|
267
303
|
readonly ReturnValue: boolean;
|
|
268
304
|
}
|
|
269
305
|
|
|
@@ -276,6 +312,8 @@ export const NotNullWhenAttribute: {
|
|
|
276
312
|
export type NotNullWhenAttribute = NotNullWhenAttribute$instance;
|
|
277
313
|
|
|
278
314
|
export interface RequiresAssemblyFilesAttribute$instance extends Attribute {
|
|
315
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_RequiresAssemblyFilesAttribute: never;
|
|
316
|
+
|
|
279
317
|
readonly Message: string | undefined;
|
|
280
318
|
get Url(): string | undefined;
|
|
281
319
|
set Url(value: string | undefined);
|
|
@@ -291,6 +329,8 @@ export const RequiresAssemblyFilesAttribute: {
|
|
|
291
329
|
export type RequiresAssemblyFilesAttribute = RequiresAssemblyFilesAttribute$instance;
|
|
292
330
|
|
|
293
331
|
export interface RequiresDynamicCodeAttribute$instance extends Attribute {
|
|
332
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_RequiresDynamicCodeAttribute: never;
|
|
333
|
+
|
|
294
334
|
ExcludeStatics: boolean;
|
|
295
335
|
readonly Message: string;
|
|
296
336
|
get Url(): string | undefined;
|
|
@@ -306,6 +346,8 @@ export const RequiresDynamicCodeAttribute: {
|
|
|
306
346
|
export type RequiresDynamicCodeAttribute = RequiresDynamicCodeAttribute$instance;
|
|
307
347
|
|
|
308
348
|
export interface RequiresUnreferencedCodeAttribute$instance extends Attribute {
|
|
349
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_RequiresUnreferencedCodeAttribute: never;
|
|
350
|
+
|
|
309
351
|
ExcludeStatics: boolean;
|
|
310
352
|
readonly Message: string;
|
|
311
353
|
get Url(): string | undefined;
|
|
@@ -321,6 +363,8 @@ export const RequiresUnreferencedCodeAttribute: {
|
|
|
321
363
|
export type RequiresUnreferencedCodeAttribute = RequiresUnreferencedCodeAttribute$instance;
|
|
322
364
|
|
|
323
365
|
export interface SetsRequiredMembersAttribute$instance extends Attribute {
|
|
366
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_SetsRequiredMembersAttribute: never;
|
|
367
|
+
|
|
324
368
|
}
|
|
325
369
|
|
|
326
370
|
|
|
@@ -332,6 +376,8 @@ export const SetsRequiredMembersAttribute: {
|
|
|
332
376
|
export type SetsRequiredMembersAttribute = SetsRequiredMembersAttribute$instance;
|
|
333
377
|
|
|
334
378
|
export interface StringSyntaxAttribute$instance extends Attribute {
|
|
379
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_StringSyntaxAttribute: never;
|
|
380
|
+
|
|
335
381
|
readonly Arguments: (unknown | undefined)[];
|
|
336
382
|
readonly Syntax: string;
|
|
337
383
|
}
|
|
@@ -358,6 +404,8 @@ export const StringSyntaxAttribute: {
|
|
|
358
404
|
export type StringSyntaxAttribute = StringSyntaxAttribute$instance;
|
|
359
405
|
|
|
360
406
|
export interface SuppressMessageAttribute$instance extends Attribute {
|
|
407
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_SuppressMessageAttribute: never;
|
|
408
|
+
|
|
361
409
|
readonly Category: string;
|
|
362
410
|
readonly CheckId: string;
|
|
363
411
|
get Justification(): string | undefined;
|
|
@@ -379,6 +427,8 @@ export const SuppressMessageAttribute: {
|
|
|
379
427
|
export type SuppressMessageAttribute = SuppressMessageAttribute$instance;
|
|
380
428
|
|
|
381
429
|
export interface UnconditionalSuppressMessageAttribute$instance extends Attribute {
|
|
430
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_UnconditionalSuppressMessageAttribute: never;
|
|
431
|
+
|
|
382
432
|
readonly Category: string;
|
|
383
433
|
readonly CheckId: string;
|
|
384
434
|
get Justification(): string | undefined;
|
|
@@ -400,6 +450,8 @@ export const UnconditionalSuppressMessageAttribute: {
|
|
|
400
450
|
export type UnconditionalSuppressMessageAttribute = UnconditionalSuppressMessageAttribute$instance;
|
|
401
451
|
|
|
402
452
|
export interface UnscopedRefAttribute$instance extends Attribute {
|
|
453
|
+
readonly __tsonic_type_System_Diagnostics_CodeAnalysis_UnscopedRefAttribute: never;
|
|
454
|
+
|
|
403
455
|
}
|
|
404
456
|
|
|
405
457
|
|
|
@@ -28,6 +28,8 @@ export enum ContractFailureKind {
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
export interface ContractAbbreviatorAttribute$instance extends Attribute {
|
|
31
|
+
readonly __tsonic_type_System_Diagnostics_Contracts_ContractAbbreviatorAttribute: never;
|
|
32
|
+
|
|
31
33
|
}
|
|
32
34
|
|
|
33
35
|
|
|
@@ -39,6 +41,8 @@ export const ContractAbbreviatorAttribute: {
|
|
|
39
41
|
export type ContractAbbreviatorAttribute = ContractAbbreviatorAttribute$instance;
|
|
40
42
|
|
|
41
43
|
export interface ContractArgumentValidatorAttribute$instance extends Attribute {
|
|
44
|
+
readonly __tsonic_type_System_Diagnostics_Contracts_ContractArgumentValidatorAttribute: never;
|
|
45
|
+
|
|
42
46
|
}
|
|
43
47
|
|
|
44
48
|
|
|
@@ -50,6 +54,8 @@ export const ContractArgumentValidatorAttribute: {
|
|
|
50
54
|
export type ContractArgumentValidatorAttribute = ContractArgumentValidatorAttribute$instance;
|
|
51
55
|
|
|
52
56
|
export interface ContractClassAttribute$instance extends Attribute {
|
|
57
|
+
readonly __tsonic_type_System_Diagnostics_Contracts_ContractClassAttribute: never;
|
|
58
|
+
|
|
53
59
|
readonly TypeContainingContracts: Type;
|
|
54
60
|
}
|
|
55
61
|
|
|
@@ -62,6 +68,8 @@ export const ContractClassAttribute: {
|
|
|
62
68
|
export type ContractClassAttribute = ContractClassAttribute$instance;
|
|
63
69
|
|
|
64
70
|
export interface ContractClassForAttribute$instance extends Attribute {
|
|
71
|
+
readonly __tsonic_type_System_Diagnostics_Contracts_ContractClassForAttribute: never;
|
|
72
|
+
|
|
65
73
|
readonly TypeContractsAreFor: Type;
|
|
66
74
|
}
|
|
67
75
|
|
|
@@ -74,6 +82,8 @@ export const ContractClassForAttribute: {
|
|
|
74
82
|
export type ContractClassForAttribute = ContractClassForAttribute$instance;
|
|
75
83
|
|
|
76
84
|
export interface ContractException$instance extends Exception {
|
|
85
|
+
readonly __tsonic_type_System_Diagnostics_Contracts_ContractException: never;
|
|
86
|
+
|
|
77
87
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
78
88
|
|
|
79
89
|
readonly Condition: string | undefined;
|
|
@@ -97,6 +107,8 @@ export type ContractException = ContractException$instance & __ContractException
|
|
|
97
107
|
|
|
98
108
|
|
|
99
109
|
export interface ContractFailedEventArgs$instance extends EventArgs {
|
|
110
|
+
readonly __tsonic_type_System_Diagnostics_Contracts_ContractFailedEventArgs: never;
|
|
111
|
+
|
|
100
112
|
readonly Condition: string | undefined;
|
|
101
113
|
readonly FailureKind: ContractFailureKind;
|
|
102
114
|
readonly Handled: boolean;
|
|
@@ -116,6 +128,8 @@ export const ContractFailedEventArgs: {
|
|
|
116
128
|
export type ContractFailedEventArgs = ContractFailedEventArgs$instance;
|
|
117
129
|
|
|
118
130
|
export interface ContractInvariantMethodAttribute$instance extends Attribute {
|
|
131
|
+
readonly __tsonic_type_System_Diagnostics_Contracts_ContractInvariantMethodAttribute: never;
|
|
132
|
+
|
|
119
133
|
}
|
|
120
134
|
|
|
121
135
|
|
|
@@ -127,6 +141,8 @@ export const ContractInvariantMethodAttribute: {
|
|
|
127
141
|
export type ContractInvariantMethodAttribute = ContractInvariantMethodAttribute$instance;
|
|
128
142
|
|
|
129
143
|
export interface ContractOptionAttribute$instance extends Attribute {
|
|
144
|
+
readonly __tsonic_type_System_Diagnostics_Contracts_ContractOptionAttribute: never;
|
|
145
|
+
|
|
130
146
|
readonly Category: string;
|
|
131
147
|
readonly Enabled: boolean;
|
|
132
148
|
readonly Setting: string;
|
|
@@ -143,6 +159,8 @@ export const ContractOptionAttribute: {
|
|
|
143
159
|
export type ContractOptionAttribute = ContractOptionAttribute$instance;
|
|
144
160
|
|
|
145
161
|
export interface ContractPublicPropertyNameAttribute$instance extends Attribute {
|
|
162
|
+
readonly __tsonic_type_System_Diagnostics_Contracts_ContractPublicPropertyNameAttribute: never;
|
|
163
|
+
|
|
146
164
|
readonly Name: string;
|
|
147
165
|
}
|
|
148
166
|
|
|
@@ -155,6 +173,8 @@ export const ContractPublicPropertyNameAttribute: {
|
|
|
155
173
|
export type ContractPublicPropertyNameAttribute = ContractPublicPropertyNameAttribute$instance;
|
|
156
174
|
|
|
157
175
|
export interface ContractReferenceAssemblyAttribute$instance extends Attribute {
|
|
176
|
+
readonly __tsonic_type_System_Diagnostics_Contracts_ContractReferenceAssemblyAttribute: never;
|
|
177
|
+
|
|
158
178
|
}
|
|
159
179
|
|
|
160
180
|
|
|
@@ -166,6 +186,8 @@ export const ContractReferenceAssemblyAttribute: {
|
|
|
166
186
|
export type ContractReferenceAssemblyAttribute = ContractReferenceAssemblyAttribute$instance;
|
|
167
187
|
|
|
168
188
|
export interface ContractRuntimeIgnoredAttribute$instance extends Attribute {
|
|
189
|
+
readonly __tsonic_type_System_Diagnostics_Contracts_ContractRuntimeIgnoredAttribute: never;
|
|
190
|
+
|
|
169
191
|
}
|
|
170
192
|
|
|
171
193
|
|
|
@@ -177,6 +199,8 @@ export const ContractRuntimeIgnoredAttribute: {
|
|
|
177
199
|
export type ContractRuntimeIgnoredAttribute = ContractRuntimeIgnoredAttribute$instance;
|
|
178
200
|
|
|
179
201
|
export interface ContractVerificationAttribute$instance extends Attribute {
|
|
202
|
+
readonly __tsonic_type_System_Diagnostics_Contracts_ContractVerificationAttribute: never;
|
|
203
|
+
|
|
180
204
|
readonly Value: boolean;
|
|
181
205
|
}
|
|
182
206
|
|
|
@@ -189,6 +213,8 @@ export const ContractVerificationAttribute: {
|
|
|
189
213
|
export type ContractVerificationAttribute = ContractVerificationAttribute$instance;
|
|
190
214
|
|
|
191
215
|
export interface PureAttribute$instance extends Attribute {
|
|
216
|
+
readonly __tsonic_type_System_Diagnostics_Contracts_PureAttribute: never;
|
|
217
|
+
|
|
192
218
|
}
|
|
193
219
|
|
|
194
220
|
|
|
@@ -33,6 +33,8 @@ export interface IMeterFactory$instance extends System_Internal.IDisposable$inst
|
|
|
33
33
|
export type IMeterFactory = IMeterFactory$instance;
|
|
34
34
|
|
|
35
35
|
export interface Measurement_1$instance<T extends unknown> {
|
|
36
|
+
readonly __tsonic_type_System_Diagnostics_Metrics_Measurement_1: never;
|
|
37
|
+
|
|
36
38
|
readonly Tags: ReadOnlySpan_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
37
39
|
readonly Value: T;
|
|
38
40
|
}
|
|
@@ -50,6 +52,8 @@ export const Measurement_1: {
|
|
|
50
52
|
export type Measurement_1<T> = Measurement_1$instance<T>;
|
|
51
53
|
|
|
52
54
|
export interface Counter_1$instance<T extends unknown> extends Instrument_1<T> {
|
|
55
|
+
readonly __tsonic_type_System_Diagnostics_Metrics_Counter_1: never;
|
|
56
|
+
|
|
53
57
|
Add(delta: T): void;
|
|
54
58
|
Add(delta: T, tag: KeyValuePair_2<System_Internal.String, unknown>): void;
|
|
55
59
|
Add(delta: T, tag1: KeyValuePair_2<System_Internal.String, unknown>, tag2: KeyValuePair_2<System_Internal.String, unknown>): void;
|
|
@@ -67,6 +71,8 @@ export const Counter_1: {
|
|
|
67
71
|
export type Counter_1<T> = Counter_1$instance<T>;
|
|
68
72
|
|
|
69
73
|
export interface Gauge_1$instance<T extends unknown> extends Instrument_1<T> {
|
|
74
|
+
readonly __tsonic_type_System_Diagnostics_Metrics_Gauge_1: never;
|
|
75
|
+
|
|
70
76
|
Record(value: T): void;
|
|
71
77
|
Record(value: T, tag: KeyValuePair_2<System_Internal.String, unknown>): void;
|
|
72
78
|
Record(value: T, tag1: KeyValuePair_2<System_Internal.String, unknown>, tag2: KeyValuePair_2<System_Internal.String, unknown>): void;
|
|
@@ -84,6 +90,8 @@ export const Gauge_1: {
|
|
|
84
90
|
export type Gauge_1<T> = Gauge_1$instance<T>;
|
|
85
91
|
|
|
86
92
|
export interface Histogram_1$instance<T extends unknown> extends Instrument_1<T> {
|
|
93
|
+
readonly __tsonic_type_System_Diagnostics_Metrics_Histogram_1: never;
|
|
94
|
+
|
|
87
95
|
Record(value: T): void;
|
|
88
96
|
Record(value: T, tag: KeyValuePair_2<System_Internal.String, unknown>): void;
|
|
89
97
|
Record(value: T, tag1: KeyValuePair_2<System_Internal.String, unknown>, tag2: KeyValuePair_2<System_Internal.String, unknown>): void;
|
|
@@ -101,6 +109,8 @@ export const Histogram_1: {
|
|
|
101
109
|
export type Histogram_1<T> = Histogram_1$instance<T>;
|
|
102
110
|
|
|
103
111
|
export interface Instrument$instance {
|
|
112
|
+
readonly __tsonic_type_System_Diagnostics_Metrics_Instrument: never;
|
|
113
|
+
|
|
104
114
|
readonly Description: string | undefined;
|
|
105
115
|
readonly Enabled: boolean;
|
|
106
116
|
readonly IsObservable: boolean;
|
|
@@ -118,6 +128,8 @@ export const Instrument: (abstract new(meter: Meter, name: string) => Instrument
|
|
|
118
128
|
export type Instrument = Instrument$instance;
|
|
119
129
|
|
|
120
130
|
export interface Instrument_1$instance<T extends unknown> extends Instrument {
|
|
131
|
+
readonly __tsonic_type_System_Diagnostics_Metrics_Instrument_1: never;
|
|
132
|
+
|
|
121
133
|
readonly Advice: InstrumentAdvice_1<T> | undefined;
|
|
122
134
|
}
|
|
123
135
|
|
|
@@ -129,6 +141,8 @@ export const Instrument_1: (abstract new<T extends unknown>(meter: Meter, name:
|
|
|
129
141
|
export type Instrument_1<T> = Instrument_1$instance<T>;
|
|
130
142
|
|
|
131
143
|
export interface InstrumentAdvice_1$instance<T extends unknown> {
|
|
144
|
+
readonly __tsonic_type_System_Diagnostics_Metrics_InstrumentAdvice_1: never;
|
|
145
|
+
|
|
132
146
|
get HistogramBucketBoundaries(): IReadOnlyList_1<T> | undefined;
|
|
133
147
|
set HistogramBucketBoundaries(value: IReadOnlyList_1<T> | undefined);
|
|
134
148
|
}
|
|
@@ -142,6 +156,8 @@ export const InstrumentAdvice_1: {
|
|
|
142
156
|
export type InstrumentAdvice_1<T> = InstrumentAdvice_1$instance<T>;
|
|
143
157
|
|
|
144
158
|
export interface Meter$instance {
|
|
159
|
+
readonly __tsonic_type_System_Diagnostics_Metrics_Meter: never;
|
|
160
|
+
|
|
145
161
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
146
162
|
|
|
147
163
|
Name: string;
|
|
@@ -189,7 +205,9 @@ export interface __Meter$views {
|
|
|
189
205
|
export type Meter = Meter$instance & __Meter$views;
|
|
190
206
|
|
|
191
207
|
|
|
192
|
-
export interface MeterListener$instance {
|
|
208
|
+
export interface MeterListener$instance extends System_Internal.IDisposable$instance {
|
|
209
|
+
readonly __tsonic_type_System_Diagnostics_Metrics_MeterListener: never;
|
|
210
|
+
|
|
193
211
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
194
212
|
|
|
195
213
|
get InstrumentPublished(): Action_2<Instrument, MeterListener> | undefined;
|
|
@@ -214,12 +232,12 @@ export interface __MeterListener$views {
|
|
|
214
232
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
215
233
|
}
|
|
216
234
|
|
|
217
|
-
export interface MeterListener$instance extends System_Internal.IDisposable$instance {}
|
|
218
|
-
|
|
219
235
|
export type MeterListener = MeterListener$instance & __MeterListener$views;
|
|
220
236
|
|
|
221
237
|
|
|
222
238
|
export interface MeterOptions$instance {
|
|
239
|
+
readonly __tsonic_type_System_Diagnostics_Metrics_MeterOptions: never;
|
|
240
|
+
|
|
223
241
|
Name: string;
|
|
224
242
|
get Scope(): unknown | undefined;
|
|
225
243
|
set Scope(value: unknown | undefined);
|
|
@@ -240,6 +258,8 @@ export const MeterOptions: {
|
|
|
240
258
|
export type MeterOptions = MeterOptions$instance;
|
|
241
259
|
|
|
242
260
|
export interface ObservableCounter_1$instance<T extends unknown> extends ObservableInstrument_1<T> {
|
|
261
|
+
readonly __tsonic_type_System_Diagnostics_Metrics_ObservableCounter_1: never;
|
|
262
|
+
|
|
243
263
|
Observe(): IEnumerable_1<Measurement_1<T>>;
|
|
244
264
|
}
|
|
245
265
|
|
|
@@ -251,6 +271,8 @@ export const ObservableCounter_1: {
|
|
|
251
271
|
export type ObservableCounter_1<T> = ObservableCounter_1$instance<T>;
|
|
252
272
|
|
|
253
273
|
export interface ObservableGauge_1$instance<T extends unknown> extends ObservableInstrument_1<T> {
|
|
274
|
+
readonly __tsonic_type_System_Diagnostics_Metrics_ObservableGauge_1: never;
|
|
275
|
+
|
|
254
276
|
Observe(): IEnumerable_1<Measurement_1<T>>;
|
|
255
277
|
}
|
|
256
278
|
|
|
@@ -262,6 +284,8 @@ export const ObservableGauge_1: {
|
|
|
262
284
|
export type ObservableGauge_1<T> = ObservableGauge_1$instance<T>;
|
|
263
285
|
|
|
264
286
|
export interface ObservableInstrument_1$instance<T extends unknown> extends Instrument {
|
|
287
|
+
readonly __tsonic_type_System_Diagnostics_Metrics_ObservableInstrument_1: never;
|
|
288
|
+
|
|
265
289
|
readonly IsObservable: boolean;
|
|
266
290
|
Observe(): IEnumerable_1<Measurement_1<T>>;
|
|
267
291
|
}
|
|
@@ -274,6 +298,8 @@ export const ObservableInstrument_1: (abstract new<T extends unknown>(meter: Met
|
|
|
274
298
|
export type ObservableInstrument_1<T> = ObservableInstrument_1$instance<T>;
|
|
275
299
|
|
|
276
300
|
export interface ObservableUpDownCounter_1$instance<T extends unknown> extends ObservableInstrument_1<T> {
|
|
301
|
+
readonly __tsonic_type_System_Diagnostics_Metrics_ObservableUpDownCounter_1: never;
|
|
302
|
+
|
|
277
303
|
Observe(): IEnumerable_1<Measurement_1<T>>;
|
|
278
304
|
}
|
|
279
305
|
|
|
@@ -285,6 +311,8 @@ export const ObservableUpDownCounter_1: {
|
|
|
285
311
|
export type ObservableUpDownCounter_1<T> = ObservableUpDownCounter_1$instance<T>;
|
|
286
312
|
|
|
287
313
|
export interface UpDownCounter_1$instance<T extends unknown> extends Instrument_1<T> {
|
|
314
|
+
readonly __tsonic_type_System_Diagnostics_Metrics_UpDownCounter_1: never;
|
|
315
|
+
|
|
288
316
|
Add(delta: T): void;
|
|
289
317
|
Add(delta: T, tag: KeyValuePair_2<System_Internal.String, unknown>): void;
|
|
290
318
|
Add(delta: T, tag1: KeyValuePair_2<System_Internal.String, unknown>, tag2: KeyValuePair_2<System_Internal.String, unknown>): void;
|
|
@@ -174,6 +174,8 @@ export interface ISymbolWriter$instance {
|
|
|
174
174
|
export type ISymbolWriter = ISymbolWriter$instance;
|
|
175
175
|
|
|
176
176
|
export interface SymbolToken$instance {
|
|
177
|
+
readonly __tsonic_type_System_Diagnostics_SymbolStore_SymbolToken: never;
|
|
178
|
+
|
|
177
179
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
178
180
|
|
|
179
181
|
Equals(obj: unknown): boolean;
|
|
@@ -199,6 +201,8 @@ export type SymbolToken = SymbolToken$instance & __SymbolToken$views;
|
|
|
199
201
|
|
|
200
202
|
|
|
201
203
|
export interface SymDocumentType$instance {
|
|
204
|
+
readonly __tsonic_type_System_Diagnostics_SymbolStore_SymDocumentType: never;
|
|
205
|
+
|
|
202
206
|
}
|
|
203
207
|
|
|
204
208
|
|
|
@@ -211,6 +215,8 @@ export const SymDocumentType: {
|
|
|
211
215
|
export type SymDocumentType = SymDocumentType$instance;
|
|
212
216
|
|
|
213
217
|
export interface SymLanguageType$instance {
|
|
218
|
+
readonly __tsonic_type_System_Diagnostics_SymbolStore_SymLanguageType: never;
|
|
219
|
+
|
|
214
220
|
}
|
|
215
221
|
|
|
216
222
|
|
|
@@ -233,6 +239,8 @@ export const SymLanguageType: {
|
|
|
233
239
|
export type SymLanguageType = SymLanguageType$instance;
|
|
234
240
|
|
|
235
241
|
export interface SymLanguageVendor$instance {
|
|
242
|
+
readonly __tsonic_type_System_Diagnostics_SymbolStore_SymLanguageVendor: never;
|
|
243
|
+
|
|
236
244
|
}
|
|
237
245
|
|
|
238
246
|
|
|
@@ -126,6 +126,8 @@ export enum EventTask {
|
|
|
126
126
|
|
|
127
127
|
|
|
128
128
|
export interface EventSource_EventSourcePrimitive$instance {
|
|
129
|
+
readonly __tsonic_type_System_Diagnostics_Tracing_EventSource_EventSourcePrimitive: never;
|
|
130
|
+
|
|
129
131
|
}
|
|
130
132
|
|
|
131
133
|
|
|
@@ -137,6 +139,8 @@ export const EventSource_EventSourcePrimitive: {
|
|
|
137
139
|
export type EventSource_EventSourcePrimitive = EventSource_EventSourcePrimitive$instance;
|
|
138
140
|
|
|
139
141
|
export interface EventSourceOptions$instance {
|
|
142
|
+
readonly __tsonic_type_System_Diagnostics_Tracing_EventSourceOptions: never;
|
|
143
|
+
|
|
140
144
|
ActivityOptions: EventActivityOptions;
|
|
141
145
|
Keywords: EventKeywords;
|
|
142
146
|
Level: EventLevel;
|
|
@@ -152,7 +156,9 @@ export const EventSourceOptions: {
|
|
|
152
156
|
|
|
153
157
|
export type EventSourceOptions = EventSourceOptions$instance;
|
|
154
158
|
|
|
155
|
-
export interface DiagnosticCounter$instance {
|
|
159
|
+
export interface DiagnosticCounter$instance extends System_Internal.IDisposable$instance {
|
|
160
|
+
readonly __tsonic_type_System_Diagnostics_Tracing_DiagnosticCounter: never;
|
|
161
|
+
|
|
156
162
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
157
163
|
|
|
158
164
|
DisplayName: string;
|
|
@@ -172,12 +178,12 @@ export interface __DiagnosticCounter$views {
|
|
|
172
178
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
173
179
|
}
|
|
174
180
|
|
|
175
|
-
export interface DiagnosticCounter$instance extends System_Internal.IDisposable$instance {}
|
|
176
|
-
|
|
177
181
|
export type DiagnosticCounter = DiagnosticCounter$instance & __DiagnosticCounter$views;
|
|
178
182
|
|
|
179
183
|
|
|
180
184
|
export interface EventAttribute$instance extends Attribute {
|
|
185
|
+
readonly __tsonic_type_System_Diagnostics_Tracing_EventAttribute: never;
|
|
186
|
+
|
|
181
187
|
ActivityOptions: EventActivityOptions;
|
|
182
188
|
Channel: EventChannel;
|
|
183
189
|
readonly EventId: int;
|
|
@@ -200,6 +206,8 @@ export const EventAttribute: {
|
|
|
200
206
|
export type EventAttribute = EventAttribute$instance;
|
|
201
207
|
|
|
202
208
|
export interface EventCommandEventArgs$instance extends EventArgs {
|
|
209
|
+
readonly __tsonic_type_System_Diagnostics_Tracing_EventCommandEventArgs: never;
|
|
210
|
+
|
|
203
211
|
get Arguments(): IDictionary_2<System_Internal.String, string | undefined> | undefined;
|
|
204
212
|
set Arguments(value: IDictionary_2<System_Internal.String, string | undefined> | undefined);
|
|
205
213
|
Command: EventCommand;
|
|
@@ -215,6 +223,8 @@ export const EventCommandEventArgs: {
|
|
|
215
223
|
export type EventCommandEventArgs = EventCommandEventArgs$instance;
|
|
216
224
|
|
|
217
225
|
export interface EventCounter$instance extends DiagnosticCounter$instance {
|
|
226
|
+
readonly __tsonic_type_System_Diagnostics_Tracing_EventCounter: never;
|
|
227
|
+
|
|
218
228
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
219
229
|
|
|
220
230
|
Dispose(): void;
|
|
@@ -237,6 +247,8 @@ export type EventCounter = EventCounter$instance & __EventCounter$views;
|
|
|
237
247
|
|
|
238
248
|
|
|
239
249
|
export interface EventDataAttribute$instance extends Attribute {
|
|
250
|
+
readonly __tsonic_type_System_Diagnostics_Tracing_EventDataAttribute: never;
|
|
251
|
+
|
|
240
252
|
get Name(): string | undefined;
|
|
241
253
|
set Name(value: string | undefined);
|
|
242
254
|
}
|
|
@@ -250,6 +262,8 @@ export const EventDataAttribute: {
|
|
|
250
262
|
export type EventDataAttribute = EventDataAttribute$instance;
|
|
251
263
|
|
|
252
264
|
export interface EventFieldAttribute$instance extends Attribute {
|
|
265
|
+
readonly __tsonic_type_System_Diagnostics_Tracing_EventFieldAttribute: never;
|
|
266
|
+
|
|
253
267
|
Format: EventFieldFormat;
|
|
254
268
|
Tags: EventFieldTags;
|
|
255
269
|
}
|
|
@@ -263,6 +277,8 @@ export const EventFieldAttribute: {
|
|
|
263
277
|
export type EventFieldAttribute = EventFieldAttribute$instance;
|
|
264
278
|
|
|
265
279
|
export interface EventIgnoreAttribute$instance extends Attribute {
|
|
280
|
+
readonly __tsonic_type_System_Diagnostics_Tracing_EventIgnoreAttribute: never;
|
|
281
|
+
|
|
266
282
|
}
|
|
267
283
|
|
|
268
284
|
|
|
@@ -273,7 +289,9 @@ export const EventIgnoreAttribute: {
|
|
|
273
289
|
|
|
274
290
|
export type EventIgnoreAttribute = EventIgnoreAttribute$instance;
|
|
275
291
|
|
|
276
|
-
export interface EventListener$instance {
|
|
292
|
+
export interface EventListener$instance extends System_Internal.IDisposable$instance {
|
|
293
|
+
readonly __tsonic_type_System_Diagnostics_Tracing_EventListener: never;
|
|
294
|
+
|
|
277
295
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
278
296
|
|
|
279
297
|
DisableEvents(eventSource: EventSource): void;
|
|
@@ -295,12 +313,12 @@ export interface __EventListener$views {
|
|
|
295
313
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
296
314
|
}
|
|
297
315
|
|
|
298
|
-
export interface EventListener$instance extends System_Internal.IDisposable$instance {}
|
|
299
|
-
|
|
300
316
|
export type EventListener = EventListener$instance & __EventListener$views;
|
|
301
317
|
|
|
302
318
|
|
|
303
319
|
export interface EventSource$instance {
|
|
320
|
+
readonly __tsonic_type_System_Diagnostics_Tracing_EventSource: never;
|
|
321
|
+
|
|
304
322
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
305
323
|
|
|
306
324
|
readonly ConstructionException: Exception | undefined;
|
|
@@ -349,6 +367,8 @@ export type EventSource = EventSource$instance & __EventSource$views;
|
|
|
349
367
|
|
|
350
368
|
|
|
351
369
|
export interface EventSourceAttribute$instance extends Attribute {
|
|
370
|
+
readonly __tsonic_type_System_Diagnostics_Tracing_EventSourceAttribute: never;
|
|
371
|
+
|
|
352
372
|
get Guid(): string | undefined;
|
|
353
373
|
set Guid(value: string | undefined);
|
|
354
374
|
get LocalizationResources(): string | undefined;
|
|
@@ -366,6 +386,8 @@ export const EventSourceAttribute: {
|
|
|
366
386
|
export type EventSourceAttribute = EventSourceAttribute$instance;
|
|
367
387
|
|
|
368
388
|
export interface EventSourceCreatedEventArgs$instance extends EventArgs {
|
|
389
|
+
readonly __tsonic_type_System_Diagnostics_Tracing_EventSourceCreatedEventArgs: never;
|
|
390
|
+
|
|
369
391
|
get EventSource(): EventSource | undefined;
|
|
370
392
|
set EventSource(value: EventSource | undefined);
|
|
371
393
|
}
|
|
@@ -379,6 +401,8 @@ export const EventSourceCreatedEventArgs: {
|
|
|
379
401
|
export type EventSourceCreatedEventArgs = EventSourceCreatedEventArgs$instance;
|
|
380
402
|
|
|
381
403
|
export interface EventSourceException$instance extends Exception {
|
|
404
|
+
readonly __tsonic_type_System_Diagnostics_Tracing_EventSourceException: never;
|
|
405
|
+
|
|
382
406
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
383
407
|
|
|
384
408
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -400,6 +424,8 @@ export type EventSourceException = EventSourceException$instance & __EventSource
|
|
|
400
424
|
|
|
401
425
|
|
|
402
426
|
export interface EventWrittenEventArgs$instance extends EventArgs {
|
|
427
|
+
readonly __tsonic_type_System_Diagnostics_Tracing_EventWrittenEventArgs: never;
|
|
428
|
+
|
|
403
429
|
readonly ActivityId: Guid;
|
|
404
430
|
readonly Channel: EventChannel;
|
|
405
431
|
readonly EventId: int;
|
|
@@ -431,6 +457,8 @@ export const EventWrittenEventArgs: {
|
|
|
431
457
|
export type EventWrittenEventArgs = EventWrittenEventArgs$instance;
|
|
432
458
|
|
|
433
459
|
export interface IncrementingEventCounter$instance extends DiagnosticCounter$instance {
|
|
460
|
+
readonly __tsonic_type_System_Diagnostics_Tracing_IncrementingEventCounter: never;
|
|
461
|
+
|
|
434
462
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
435
463
|
|
|
436
464
|
DisplayRateTimeScale: TimeSpan;
|
|
@@ -453,6 +481,8 @@ export type IncrementingEventCounter = IncrementingEventCounter$instance & __Inc
|
|
|
453
481
|
|
|
454
482
|
|
|
455
483
|
export interface IncrementingPollingCounter$instance extends DiagnosticCounter$instance {
|
|
484
|
+
readonly __tsonic_type_System_Diagnostics_Tracing_IncrementingPollingCounter: never;
|
|
485
|
+
|
|
456
486
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
457
487
|
|
|
458
488
|
DisplayRateTimeScale: TimeSpan;
|
|
@@ -474,6 +504,8 @@ export type IncrementingPollingCounter = IncrementingPollingCounter$instance & _
|
|
|
474
504
|
|
|
475
505
|
|
|
476
506
|
export interface NonEventAttribute$instance extends Attribute {
|
|
507
|
+
readonly __tsonic_type_System_Diagnostics_Tracing_NonEventAttribute: never;
|
|
508
|
+
|
|
477
509
|
}
|
|
478
510
|
|
|
479
511
|
|
|
@@ -485,6 +517,8 @@ export const NonEventAttribute: {
|
|
|
485
517
|
export type NonEventAttribute = NonEventAttribute$instance;
|
|
486
518
|
|
|
487
519
|
export interface PollingCounter$instance extends DiagnosticCounter$instance {
|
|
520
|
+
readonly __tsonic_type_System_Diagnostics_Tracing_PollingCounter: never;
|
|
521
|
+
|
|
488
522
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
489
523
|
|
|
490
524
|
Dispose(): void;
|