@tsonic/microsoft-extensions 10.0.3 → 10.0.7
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.Extensions.Caching.Distributed/internal/index.d.ts +27 -19
- package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +29 -21
- package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +54 -31
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +141 -70
- package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +17 -11
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +13 -7
- package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +25 -8
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +24 -7
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +16 -9
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +21 -13
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +6 -2
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +29 -10
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +171 -114
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +18 -18
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +51 -31
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +31 -19
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +3 -1
- package/Microsoft.Extensions.FileProviders/internal/index.d.ts +65 -38
- package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +16 -12
- package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +9 -7
- package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +15 -11
- package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +36 -15
- package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +23 -13
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +16 -6
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +24 -10
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +30 -20
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +47 -15
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +4 -2
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +84 -39
- package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +22 -13
- package/Microsoft.Extensions.Http/internal/index.d.ts +18 -10
- package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +21 -9
- package/Microsoft.Extensions.Internal/internal/index.d.ts +9 -5
- package/Microsoft.Extensions.Localization/internal/index.d.ts +48 -19
- package/Microsoft.Extensions.Logging/internal/index.d.ts +108 -66
- package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +41 -22
- package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +10 -2
- package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +34 -10
- package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +8 -5
- package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +13 -7
- package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +14 -7
- package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +9 -6
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +33 -7
- package/Microsoft.Extensions.Options/internal/index.d.ts +257 -128
- package/Microsoft.Extensions.Primitives/internal/index.d.ts +68 -22
- package/Microsoft.Extensions.Primitives.d.ts +3 -0
- package/Microsoft.Extensions.Validation/internal/index.d.ts +41 -21
- package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +5 -3
- package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +10 -4
- package/System.Diagnostics/internal/index.d.ts +37 -10
- package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +146 -70
- package/System.Net.Http/internal/index.d.ts +7 -3
- package/System.Security.Cryptography/internal/index.d.ts +16 -5
- package/System.Security.Cryptography.Pkcs/internal/index.d.ts +162 -69
- package/System.Security.Cryptography.Xml/internal/index.d.ts +115 -16
- package/__internal/extensions/index.d.ts +633 -487
- package/package.json +3 -3
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
|
-
import type {
|
|
10
|
-
import type { CultureInfo } from "@tsonic/dotnet/System.Globalization.js";
|
|
11
|
-
import type { SeekOrigin } from "@tsonic/dotnet/System.IO.js";
|
|
12
|
-
import * as
|
|
13
|
-
import type {
|
|
14
|
-
import
|
|
15
|
-
import type {
|
|
16
|
-
import
|
|
17
|
-
import type {
|
|
9
|
+
import type { IEnumerable_1, IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
10
|
+
import type { CultureInfo } from "@tsonic/dotnet/System.Globalization/internal/index.js";
|
|
11
|
+
import type { SeekOrigin } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
12
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
13
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
14
|
+
import type { SecurityIdentifier } from "@tsonic/dotnet/System.Security.Principal/internal/index.js";
|
|
15
|
+
import type { SecureString } from "@tsonic/dotnet/System.Security/internal/index.js";
|
|
16
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
17
|
+
import type { Boolean as ClrBoolean, Byte, DateTime, Enum, EventArgs, EventHandler_1, Exception, Guid, IComparable, IConvertible, IDisposable, IFormattable, Int16, Int32, Int64, ISpanFormattable, Nullable_1, Object as ClrObject, String as ClrString, TimeSpan, Uri, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
18
18
|
|
|
19
19
|
export enum EventLogIsolation {
|
|
20
20
|
Application = 0,
|
|
@@ -97,6 +97,8 @@ export enum StandardEventTask {
|
|
|
97
97
|
|
|
98
98
|
|
|
99
99
|
export interface EventBookmark$instance {
|
|
100
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventBookmark: never;
|
|
101
|
+
|
|
100
102
|
readonly BookmarkXml: string;
|
|
101
103
|
}
|
|
102
104
|
|
|
@@ -109,6 +111,8 @@ export const EventBookmark: {
|
|
|
109
111
|
export type EventBookmark = EventBookmark$instance;
|
|
110
112
|
|
|
111
113
|
export interface EventKeyword$instance {
|
|
114
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventKeyword: never;
|
|
115
|
+
|
|
112
116
|
readonly DisplayName: string;
|
|
113
117
|
readonly Name: string;
|
|
114
118
|
readonly Value: long;
|
|
@@ -122,6 +126,8 @@ export const EventKeyword: {
|
|
|
122
126
|
export type EventKeyword = EventKeyword$instance;
|
|
123
127
|
|
|
124
128
|
export interface EventLevel$instance {
|
|
129
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLevel: never;
|
|
130
|
+
|
|
125
131
|
readonly DisplayName: string;
|
|
126
132
|
readonly Name: string;
|
|
127
133
|
readonly Value: int;
|
|
@@ -135,6 +141,10 @@ export const EventLevel: {
|
|
|
135
141
|
export type EventLevel = EventLevel$instance;
|
|
136
142
|
|
|
137
143
|
export interface EventLogConfiguration$instance {
|
|
144
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogConfiguration: never;
|
|
145
|
+
|
|
146
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
147
|
+
|
|
138
148
|
readonly IsClassicLog: boolean;
|
|
139
149
|
IsEnabled: boolean;
|
|
140
150
|
LogFilePath: string;
|
|
@@ -144,14 +154,14 @@ export interface EventLogConfiguration$instance {
|
|
|
144
154
|
readonly LogType: EventLogType;
|
|
145
155
|
MaximumSizeInBytes: long;
|
|
146
156
|
readonly OwningProviderName: string;
|
|
147
|
-
readonly ProviderBufferSize:
|
|
148
|
-
readonly ProviderControlGuid:
|
|
149
|
-
ProviderKeywords:
|
|
150
|
-
readonly ProviderLatency:
|
|
151
|
-
ProviderLevel:
|
|
152
|
-
readonly ProviderMaximumNumberOfBuffers:
|
|
153
|
-
readonly ProviderMinimumNumberOfBuffers:
|
|
154
|
-
readonly ProviderNames:
|
|
157
|
+
readonly ProviderBufferSize: Nullable_1<System_Internal.Int32>;
|
|
158
|
+
readonly ProviderControlGuid: Nullable_1<Guid>;
|
|
159
|
+
ProviderKeywords: Nullable_1<System_Internal.Int64>;
|
|
160
|
+
readonly ProviderLatency: Nullable_1<System_Internal.Int32>;
|
|
161
|
+
ProviderLevel: Nullable_1<System_Internal.Int32>;
|
|
162
|
+
readonly ProviderMaximumNumberOfBuffers: Nullable_1<System_Internal.Int32>;
|
|
163
|
+
readonly ProviderMinimumNumberOfBuffers: Nullable_1<System_Internal.Int32>;
|
|
164
|
+
readonly ProviderNames: IEnumerable_1<System_Internal.String>;
|
|
155
165
|
SecurityDescriptor: string;
|
|
156
166
|
Dispose(): void;
|
|
157
167
|
Dispose(disposing: boolean): void;
|
|
@@ -168,6 +178,10 @@ export const EventLogConfiguration: {
|
|
|
168
178
|
export type EventLogConfiguration = EventLogConfiguration$instance;
|
|
169
179
|
|
|
170
180
|
export interface EventLogException$instance extends Exception {
|
|
181
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogException: never;
|
|
182
|
+
|
|
183
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
184
|
+
|
|
171
185
|
readonly Message: string;
|
|
172
186
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
173
187
|
}
|
|
@@ -183,14 +197,16 @@ export const EventLogException: {
|
|
|
183
197
|
export type EventLogException = EventLogException$instance;
|
|
184
198
|
|
|
185
199
|
export interface EventLogInformation$instance {
|
|
186
|
-
readonly
|
|
187
|
-
|
|
188
|
-
readonly
|
|
189
|
-
readonly
|
|
190
|
-
readonly
|
|
191
|
-
readonly
|
|
192
|
-
readonly
|
|
193
|
-
readonly
|
|
200
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogInformation: never;
|
|
201
|
+
|
|
202
|
+
readonly Attributes: Nullable_1<System_Internal.Int32>;
|
|
203
|
+
readonly CreationTime: Nullable_1<DateTime>;
|
|
204
|
+
readonly FileSize: Nullable_1<System_Internal.Int64>;
|
|
205
|
+
readonly IsLogFull: Nullable_1<System_Internal.Boolean>;
|
|
206
|
+
readonly LastAccessTime: Nullable_1<DateTime>;
|
|
207
|
+
readonly LastWriteTime: Nullable_1<DateTime>;
|
|
208
|
+
readonly OldestRecordNumber: Nullable_1<System_Internal.Int64>;
|
|
209
|
+
readonly RecordCount: Nullable_1<System_Internal.Int64>;
|
|
194
210
|
}
|
|
195
211
|
|
|
196
212
|
|
|
@@ -201,6 +217,10 @@ export const EventLogInformation: {
|
|
|
201
217
|
export type EventLogInformation = EventLogInformation$instance;
|
|
202
218
|
|
|
203
219
|
export interface EventLogInvalidDataException$instance extends EventLogException {
|
|
220
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogInvalidDataException: never;
|
|
221
|
+
|
|
222
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
223
|
+
|
|
204
224
|
}
|
|
205
225
|
|
|
206
226
|
|
|
@@ -214,6 +234,8 @@ export const EventLogInvalidDataException: {
|
|
|
214
234
|
export type EventLogInvalidDataException = EventLogInvalidDataException$instance;
|
|
215
235
|
|
|
216
236
|
export interface EventLogLink$instance {
|
|
237
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogLink: never;
|
|
238
|
+
|
|
217
239
|
readonly DisplayName: string;
|
|
218
240
|
readonly IsImported: boolean;
|
|
219
241
|
readonly LogName: string;
|
|
@@ -227,6 +249,10 @@ export const EventLogLink: {
|
|
|
227
249
|
export type EventLogLink = EventLogLink$instance;
|
|
228
250
|
|
|
229
251
|
export interface EventLogNotFoundException$instance extends EventLogException {
|
|
252
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogNotFoundException: never;
|
|
253
|
+
|
|
254
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
255
|
+
|
|
230
256
|
}
|
|
231
257
|
|
|
232
258
|
|
|
@@ -240,19 +266,27 @@ export const EventLogNotFoundException: {
|
|
|
240
266
|
export type EventLogNotFoundException = EventLogNotFoundException$instance;
|
|
241
267
|
|
|
242
268
|
export interface EventLogPropertySelector$instance {
|
|
269
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogPropertySelector: never;
|
|
270
|
+
|
|
271
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
272
|
+
|
|
243
273
|
Dispose(): void;
|
|
244
274
|
Dispose(disposing: boolean): void;
|
|
245
275
|
}
|
|
246
276
|
|
|
247
277
|
|
|
248
278
|
export const EventLogPropertySelector: {
|
|
249
|
-
new(propertyQueries:
|
|
279
|
+
new(propertyQueries: IEnumerable_1<System_Internal.String>): EventLogPropertySelector;
|
|
250
280
|
};
|
|
251
281
|
|
|
252
282
|
|
|
253
283
|
export type EventLogPropertySelector = EventLogPropertySelector$instance;
|
|
254
284
|
|
|
255
285
|
export interface EventLogProviderDisabledException$instance extends EventLogException {
|
|
286
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogProviderDisabledException: never;
|
|
287
|
+
|
|
288
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
289
|
+
|
|
256
290
|
}
|
|
257
291
|
|
|
258
292
|
|
|
@@ -266,6 +300,8 @@ export const EventLogProviderDisabledException: {
|
|
|
266
300
|
export type EventLogProviderDisabledException = EventLogProviderDisabledException$instance;
|
|
267
301
|
|
|
268
302
|
export interface EventLogQuery$instance {
|
|
303
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogQuery: never;
|
|
304
|
+
|
|
269
305
|
ReverseDirection: boolean;
|
|
270
306
|
Session: EventLogSession;
|
|
271
307
|
TolerateQueryErrors: boolean;
|
|
@@ -281,8 +317,12 @@ export const EventLogQuery: {
|
|
|
281
317
|
export type EventLogQuery = EventLogQuery$instance;
|
|
282
318
|
|
|
283
319
|
export interface EventLogReader$instance {
|
|
320
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogReader: never;
|
|
321
|
+
|
|
322
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
323
|
+
|
|
284
324
|
BatchSize: int;
|
|
285
|
-
readonly LogStatus:
|
|
325
|
+
readonly LogStatus: IList_1<EventLogStatus>;
|
|
286
326
|
CancelReading(): void;
|
|
287
327
|
Dispose(): void;
|
|
288
328
|
Dispose(disposing: boolean): void;
|
|
@@ -305,6 +345,10 @@ export const EventLogReader: {
|
|
|
305
345
|
export type EventLogReader = EventLogReader$instance;
|
|
306
346
|
|
|
307
347
|
export interface EventLogReadingException$instance extends EventLogException {
|
|
348
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogReadingException: never;
|
|
349
|
+
|
|
350
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
351
|
+
|
|
308
352
|
}
|
|
309
353
|
|
|
310
354
|
|
|
@@ -318,37 +362,41 @@ export const EventLogReadingException: {
|
|
|
318
362
|
export type EventLogReadingException = EventLogReadingException$instance;
|
|
319
363
|
|
|
320
364
|
export interface EventLogRecord$instance extends EventRecord {
|
|
321
|
-
readonly
|
|
365
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogRecord: never;
|
|
366
|
+
|
|
367
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
368
|
+
|
|
369
|
+
readonly ActivityId: Nullable_1<Guid>;
|
|
322
370
|
readonly Bookmark: EventBookmark;
|
|
323
371
|
readonly ContainerLog: string;
|
|
324
372
|
readonly Id: int;
|
|
325
|
-
readonly Keywords:
|
|
326
|
-
readonly KeywordsDisplayNames:
|
|
327
|
-
readonly Level:
|
|
373
|
+
readonly Keywords: Nullable_1<System_Internal.Int64>;
|
|
374
|
+
readonly KeywordsDisplayNames: IEnumerable_1<System_Internal.String>;
|
|
375
|
+
readonly Level: Nullable_1<System_Internal.Byte>;
|
|
328
376
|
readonly LevelDisplayName: string;
|
|
329
377
|
readonly LogName: string;
|
|
330
378
|
readonly MachineName: string;
|
|
331
|
-
readonly MatchedQueryIds:
|
|
332
|
-
readonly Opcode:
|
|
379
|
+
readonly MatchedQueryIds: IEnumerable_1<System_Internal.Int32>;
|
|
380
|
+
readonly Opcode: Nullable_1<System_Internal.Int16>;
|
|
333
381
|
readonly OpcodeDisplayName: string;
|
|
334
|
-
readonly ProcessId:
|
|
335
|
-
readonly Properties:
|
|
336
|
-
readonly ProviderId:
|
|
382
|
+
readonly ProcessId: Nullable_1<System_Internal.Int32>;
|
|
383
|
+
readonly Properties: IList_1<EventProperty>;
|
|
384
|
+
readonly ProviderId: Nullable_1<Guid>;
|
|
337
385
|
readonly ProviderName: string;
|
|
338
|
-
readonly Qualifiers:
|
|
339
|
-
readonly RecordId:
|
|
340
|
-
readonly RelatedActivityId:
|
|
341
|
-
readonly Task:
|
|
386
|
+
readonly Qualifiers: Nullable_1<System_Internal.Int32>;
|
|
387
|
+
readonly RecordId: Nullable_1<System_Internal.Int64>;
|
|
388
|
+
readonly RelatedActivityId: Nullable_1<Guid>;
|
|
389
|
+
readonly Task: Nullable_1<System_Internal.Int32>;
|
|
342
390
|
readonly TaskDisplayName: string;
|
|
343
|
-
readonly ThreadId:
|
|
344
|
-
readonly TimeCreated:
|
|
391
|
+
readonly ThreadId: Nullable_1<System_Internal.Int32>;
|
|
392
|
+
readonly TimeCreated: Nullable_1<DateTime>;
|
|
345
393
|
readonly UserId: SecurityIdentifier;
|
|
346
|
-
readonly Version:
|
|
394
|
+
readonly Version: Nullable_1<System_Internal.Byte>;
|
|
347
395
|
Dispose(disposing: boolean): void;
|
|
348
396
|
Dispose(): void;
|
|
349
397
|
FormatDescription(): string;
|
|
350
|
-
FormatDescription(values:
|
|
351
|
-
GetPropertyValues(propertySelector: EventLogPropertySelector):
|
|
398
|
+
FormatDescription(values: IEnumerable_1<unknown>): string;
|
|
399
|
+
GetPropertyValues(propertySelector: EventLogPropertySelector): IList_1<unknown>;
|
|
352
400
|
ToXml(): string;
|
|
353
401
|
}
|
|
354
402
|
|
|
@@ -360,6 +408,10 @@ export const EventLogRecord: {
|
|
|
360
408
|
export type EventLogRecord = EventLogRecord$instance;
|
|
361
409
|
|
|
362
410
|
export interface EventLogSession$instance {
|
|
411
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogSession: never;
|
|
412
|
+
|
|
413
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
414
|
+
|
|
363
415
|
CancelCurrentOperations(): void;
|
|
364
416
|
ClearLog(logName: string): void;
|
|
365
417
|
ClearLog(logName: string, backupPath: string): void;
|
|
@@ -370,8 +422,8 @@ export interface EventLogSession$instance {
|
|
|
370
422
|
ExportLogAndMessages(path: string, pathType: PathType, query: string, targetFilePath: string): void;
|
|
371
423
|
ExportLogAndMessages(path: string, pathType: PathType, query: string, targetFilePath: string, tolerateQueryErrors: boolean, targetCultureInfo: CultureInfo): void;
|
|
372
424
|
GetLogInformation(logName: string, pathType: PathType): EventLogInformation;
|
|
373
|
-
GetLogNames():
|
|
374
|
-
GetProviderNames():
|
|
425
|
+
GetLogNames(): IEnumerable_1<System_Internal.String>;
|
|
426
|
+
GetProviderNames(): IEnumerable_1<System_Internal.String>;
|
|
375
427
|
}
|
|
376
428
|
|
|
377
429
|
|
|
@@ -386,6 +438,8 @@ export const EventLogSession: {
|
|
|
386
438
|
export type EventLogSession = EventLogSession$instance;
|
|
387
439
|
|
|
388
440
|
export interface EventLogStatus$instance {
|
|
441
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogStatus: never;
|
|
442
|
+
|
|
389
443
|
readonly LogName: string;
|
|
390
444
|
readonly StatusCode: int;
|
|
391
445
|
}
|
|
@@ -398,6 +452,10 @@ export const EventLogStatus: {
|
|
|
398
452
|
export type EventLogStatus = EventLogStatus$instance;
|
|
399
453
|
|
|
400
454
|
export interface EventLogWatcher$instance {
|
|
455
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogWatcher: never;
|
|
456
|
+
|
|
457
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
458
|
+
|
|
401
459
|
Enabled: boolean;
|
|
402
460
|
Dispose(): void;
|
|
403
461
|
Dispose(disposing: boolean): void;
|
|
@@ -415,9 +473,11 @@ export const EventLogWatcher: {
|
|
|
415
473
|
export type EventLogWatcher = EventLogWatcher$instance;
|
|
416
474
|
|
|
417
475
|
export interface EventMetadata$instance {
|
|
476
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventMetadata: never;
|
|
477
|
+
|
|
418
478
|
readonly Description: string;
|
|
419
479
|
readonly Id: long;
|
|
420
|
-
readonly Keywords:
|
|
480
|
+
readonly Keywords: IEnumerable_1<EventKeyword>;
|
|
421
481
|
readonly Level: EventLevel;
|
|
422
482
|
readonly LogLink: EventLogLink;
|
|
423
483
|
readonly Opcode: EventOpcode;
|
|
@@ -434,6 +494,8 @@ export const EventMetadata: {
|
|
|
434
494
|
export type EventMetadata = EventMetadata$instance;
|
|
435
495
|
|
|
436
496
|
export interface EventOpcode$instance {
|
|
497
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventOpcode: never;
|
|
498
|
+
|
|
437
499
|
readonly DisplayName: string;
|
|
438
500
|
readonly Name: string;
|
|
439
501
|
readonly Value: int;
|
|
@@ -447,6 +509,8 @@ export const EventOpcode: {
|
|
|
447
509
|
export type EventOpcode = EventOpcode$instance;
|
|
448
510
|
|
|
449
511
|
export interface EventProperty$instance {
|
|
512
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventProperty: never;
|
|
513
|
+
|
|
450
514
|
readonly Value: unknown;
|
|
451
515
|
}
|
|
452
516
|
|
|
@@ -458,34 +522,38 @@ export const EventProperty: {
|
|
|
458
522
|
export type EventProperty = EventProperty$instance;
|
|
459
523
|
|
|
460
524
|
export interface EventRecord$instance {
|
|
461
|
-
readonly
|
|
525
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventRecord: never;
|
|
526
|
+
|
|
527
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
528
|
+
|
|
529
|
+
readonly ActivityId: Nullable_1<Guid>;
|
|
462
530
|
readonly Bookmark: EventBookmark;
|
|
463
531
|
readonly Id: int;
|
|
464
|
-
readonly Keywords:
|
|
465
|
-
readonly KeywordsDisplayNames:
|
|
466
|
-
readonly Level:
|
|
532
|
+
readonly Keywords: Nullable_1<System_Internal.Int64>;
|
|
533
|
+
readonly KeywordsDisplayNames: IEnumerable_1<System_Internal.String>;
|
|
534
|
+
readonly Level: Nullable_1<System_Internal.Byte>;
|
|
467
535
|
readonly LevelDisplayName: string;
|
|
468
536
|
readonly LogName: string;
|
|
469
537
|
readonly MachineName: string;
|
|
470
|
-
readonly Opcode:
|
|
538
|
+
readonly Opcode: Nullable_1<System_Internal.Int16>;
|
|
471
539
|
readonly OpcodeDisplayName: string;
|
|
472
|
-
readonly ProcessId:
|
|
473
|
-
readonly Properties:
|
|
474
|
-
readonly ProviderId:
|
|
540
|
+
readonly ProcessId: Nullable_1<System_Internal.Int32>;
|
|
541
|
+
readonly Properties: IList_1<EventProperty>;
|
|
542
|
+
readonly ProviderId: Nullable_1<Guid>;
|
|
475
543
|
readonly ProviderName: string;
|
|
476
|
-
readonly Qualifiers:
|
|
477
|
-
readonly RecordId:
|
|
478
|
-
readonly RelatedActivityId:
|
|
479
|
-
readonly Task:
|
|
544
|
+
readonly Qualifiers: Nullable_1<System_Internal.Int32>;
|
|
545
|
+
readonly RecordId: Nullable_1<System_Internal.Int64>;
|
|
546
|
+
readonly RelatedActivityId: Nullable_1<Guid>;
|
|
547
|
+
readonly Task: Nullable_1<System_Internal.Int32>;
|
|
480
548
|
readonly TaskDisplayName: string;
|
|
481
|
-
readonly ThreadId:
|
|
482
|
-
readonly TimeCreated:
|
|
549
|
+
readonly ThreadId: Nullable_1<System_Internal.Int32>;
|
|
550
|
+
readonly TimeCreated: Nullable_1<DateTime>;
|
|
483
551
|
readonly UserId: SecurityIdentifier;
|
|
484
|
-
readonly Version:
|
|
552
|
+
readonly Version: Nullable_1<System_Internal.Byte>;
|
|
485
553
|
Dispose(): void;
|
|
486
554
|
Dispose(disposing: boolean): void;
|
|
487
555
|
FormatDescription(): string;
|
|
488
|
-
FormatDescription(values:
|
|
556
|
+
FormatDescription(values: IEnumerable_1<unknown>): string;
|
|
489
557
|
ToXml(): string;
|
|
490
558
|
}
|
|
491
559
|
|
|
@@ -497,6 +565,8 @@ export const EventRecord: (abstract new() => EventRecord) & {
|
|
|
497
565
|
export type EventRecord = EventRecord$instance;
|
|
498
566
|
|
|
499
567
|
export interface EventRecordWrittenEventArgs$instance extends EventArgs {
|
|
568
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventRecordWrittenEventArgs: never;
|
|
569
|
+
|
|
500
570
|
readonly EventException: Exception;
|
|
501
571
|
readonly EventRecord: EventRecord;
|
|
502
572
|
}
|
|
@@ -509,6 +579,8 @@ export const EventRecordWrittenEventArgs: {
|
|
|
509
579
|
export type EventRecordWrittenEventArgs = EventRecordWrittenEventArgs$instance;
|
|
510
580
|
|
|
511
581
|
export interface EventTask$instance {
|
|
582
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventTask: never;
|
|
583
|
+
|
|
512
584
|
readonly DisplayName: string;
|
|
513
585
|
readonly EventGuid: Guid;
|
|
514
586
|
readonly Name: string;
|
|
@@ -523,19 +595,23 @@ export const EventTask: {
|
|
|
523
595
|
export type EventTask = EventTask$instance;
|
|
524
596
|
|
|
525
597
|
export interface ProviderMetadata$instance {
|
|
598
|
+
readonly __tsonic_type_System_Diagnostics_Eventing_Reader_ProviderMetadata: never;
|
|
599
|
+
|
|
600
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
601
|
+
|
|
526
602
|
readonly DisplayName: string;
|
|
527
|
-
readonly Events:
|
|
603
|
+
readonly Events: IEnumerable_1<EventMetadata>;
|
|
528
604
|
readonly HelpLink: Uri;
|
|
529
605
|
readonly Id: Guid;
|
|
530
|
-
readonly Keywords:
|
|
531
|
-
readonly Levels:
|
|
532
|
-
readonly LogLinks:
|
|
606
|
+
readonly Keywords: IList_1<EventKeyword>;
|
|
607
|
+
readonly Levels: IList_1<EventLevel>;
|
|
608
|
+
readonly LogLinks: IList_1<EventLogLink>;
|
|
533
609
|
readonly MessageFilePath: string;
|
|
534
610
|
readonly Name: string;
|
|
535
|
-
readonly Opcodes:
|
|
611
|
+
readonly Opcodes: IList_1<EventOpcode>;
|
|
536
612
|
readonly ParameterFilePath: string;
|
|
537
613
|
readonly ResourceFilePath: string;
|
|
538
|
-
readonly Tasks:
|
|
614
|
+
readonly Tasks: IList_1<EventTask>;
|
|
539
615
|
Dispose(): void;
|
|
540
616
|
Dispose(disposing: boolean): void;
|
|
541
617
|
}
|
|
@@ -6,11 +6,13 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import type {
|
|
9
|
+
import type { HttpClient, HttpMessageHandler } from "@tsonic/dotnet/System.Net.Http/internal/index.js";
|
|
10
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
11
|
+
import type { Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
|
|
12
12
|
|
|
13
13
|
export interface IHttpClientFactory$instance {
|
|
14
|
+
readonly __tsonic_iface_System_Net_Http_IHttpClientFactory: never;
|
|
15
|
+
|
|
14
16
|
CreateClient(name: string): HttpClient;
|
|
15
17
|
}
|
|
16
18
|
|
|
@@ -18,6 +20,8 @@ export interface IHttpClientFactory$instance {
|
|
|
18
20
|
export type IHttpClientFactory = IHttpClientFactory$instance;
|
|
19
21
|
|
|
20
22
|
export interface IHttpMessageHandlerFactory$instance {
|
|
23
|
+
readonly __tsonic_iface_System_Net_Http_IHttpMessageHandlerFactory: never;
|
|
24
|
+
|
|
21
25
|
CreateHandler(name: string): HttpMessageHandler;
|
|
22
26
|
}
|
|
23
27
|
|
|
@@ -6,13 +6,15 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
|
-
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
|
|
10
|
-
import type { ICollection, IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections.js";
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import type {
|
|
9
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
10
|
+
import type { ICollection, IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
11
|
+
import type { AsnEncodedData, AsnEncodedDataCollection, Oid } from "@tsonic/dotnet/System.Security.Cryptography/internal/index.js";
|
|
12
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
13
|
+
import type { Boolean as ClrBoolean, Int32, Object as ClrObject, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
14
14
|
|
|
15
15
|
export interface CryptographicAttributeObject$instance {
|
|
16
|
+
readonly __tsonic_type_System_Security_Cryptography_CryptographicAttributeObject: never;
|
|
17
|
+
|
|
16
18
|
readonly Oid: Oid;
|
|
17
19
|
readonly Values: AsnEncodedDataCollection;
|
|
18
20
|
}
|
|
@@ -27,6 +29,11 @@ export const CryptographicAttributeObject: {
|
|
|
27
29
|
export type CryptographicAttributeObject = CryptographicAttributeObject$instance;
|
|
28
30
|
|
|
29
31
|
export interface CryptographicAttributeObjectCollection$instance {
|
|
32
|
+
readonly __tsonic_type_System_Security_Cryptography_CryptographicAttributeObjectCollection: never;
|
|
33
|
+
|
|
34
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
35
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
36
|
+
|
|
30
37
|
readonly Count: int;
|
|
31
38
|
readonly IsSynchronized: boolean;
|
|
32
39
|
readonly [index: number]: CryptographicAttributeObject;
|
|
@@ -48,6 +55,10 @@ export const CryptographicAttributeObjectCollection: {
|
|
|
48
55
|
export type CryptographicAttributeObjectCollection = CryptographicAttributeObjectCollection$instance;
|
|
49
56
|
|
|
50
57
|
export interface CryptographicAttributeObjectEnumerator$instance {
|
|
58
|
+
readonly __tsonic_type_System_Security_Cryptography_CryptographicAttributeObjectEnumerator: never;
|
|
59
|
+
|
|
60
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
61
|
+
|
|
51
62
|
readonly Current: CryptographicAttributeObject;
|
|
52
63
|
MoveNext(): boolean;
|
|
53
64
|
Reset(): void;
|