@tsonic/microsoft-extensions 0.1.2 → 10.0.1
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/bindings.json +317 -543
- package/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +38 -38
- package/Microsoft.Extensions.Caching.Hybrid/bindings.json +146 -327
- package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +26 -26
- package/Microsoft.Extensions.Caching.Memory/bindings.json +581 -1255
- package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +88 -88
- package/Microsoft.Extensions.Configuration/bindings.json +1738 -3009
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +195 -195
- package/Microsoft.Extensions.Configuration.CommandLine/bindings.json +108 -199
- package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/bindings.json +109 -198
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Configuration.Ini/bindings.json +211 -511
- package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +15 -15
- package/Microsoft.Extensions.Configuration.Json/bindings.json +205 -500
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +14 -14
- package/Microsoft.Extensions.Configuration.KeyPerFile/bindings.json +145 -266
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +16 -16
- package/Microsoft.Extensions.Configuration.Memory/bindings.json +115 -210
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +10 -10
- package/Microsoft.Extensions.Configuration.UserSecrets/bindings.json +26 -50
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Configuration.Xml/bindings.json +225 -539
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +17 -17
- package/Microsoft.Extensions.DependencyInjection/bindings.json +1880 -3222
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +241 -241
- package/Microsoft.Extensions.DependencyInjection.Extensions/bindings.json +268 -477
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +43 -43
- package/Microsoft.Extensions.Diagnostics.HealthChecks/bindings.json +250 -568
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +37 -37
- package/Microsoft.Extensions.Diagnostics.Metrics/bindings.json +270 -494
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +44 -44
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/bindings.json +16 -15
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileProviders/bindings.json +519 -991
- package/Microsoft.Extensions.FileProviders/internal/index.d.ts +46 -46
- package/Microsoft.Extensions.FileProviders.Composite/bindings.json +26 -49
- package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileProviders.Embedded/bindings.json +89 -171
- package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.FileProviders.Internal/bindings.json +26 -58
- package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileProviders.Physical/bindings.json +296 -634
- package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +27 -27
- package/Microsoft.Extensions.FileSystemGlobbing/bindings.json +171 -355
- package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +23 -23
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/bindings.json +123 -280
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +15 -15
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/bindings.json +158 -268
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +20 -20
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/bindings.json +191 -384
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +17 -17
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/bindings.json +591 -1070
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +50 -50
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/bindings.json +20 -47
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Hosting/bindings.json +936 -1742
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +120 -120
- package/Microsoft.Extensions.Hosting.Internal/bindings.json +200 -386
- package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +13 -13
- package/Microsoft.Extensions.Http/bindings.json +93 -160
- package/Microsoft.Extensions.Http/internal/index.d.ts +12 -12
- package/Microsoft.Extensions.Http.Logging/bindings.json +83 -149
- package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Internal/bindings.json +32 -51
- package/Microsoft.Extensions.Internal/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Localization/bindings.json +294 -531
- package/Microsoft.Extensions.Localization/internal/index.d.ts +21 -21
- package/Microsoft.Extensions.Logging/bindings.json +1141 -2182
- package/Microsoft.Extensions.Logging/internal/index.d.ts +162 -162
- package/Microsoft.Extensions.Logging.Abstractions/bindings.json +285 -526
- package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +32 -32
- package/Microsoft.Extensions.Logging.Configuration/bindings.json +80 -110
- package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +5 -5
- package/Microsoft.Extensions.Logging.Console/bindings.json +350 -830
- package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +48 -48
- package/Microsoft.Extensions.Logging.Debug/bindings.json +29 -48
- package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Logging.EventLog/bindings.json +69 -147
- package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +11 -11
- package/Microsoft.Extensions.Logging.EventSource/bindings.json +46 -97
- package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +6 -6
- package/Microsoft.Extensions.Logging.TraceSource/bindings.json +29 -57
- package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.ObjectPool/bindings.json +319 -558
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +25 -25
- package/Microsoft.Extensions.Options/bindings.json +1780 -3480
- package/Microsoft.Extensions.Options/internal/index.d.ts +206 -206
- package/Microsoft.Extensions.Primitives/bindings.json +635 -1246
- package/Microsoft.Extensions.Primitives/internal/index.d.ts +91 -91
- package/Microsoft.Extensions.Validation/bindings.json +196 -336
- package/Microsoft.Extensions.Validation/internal/index.d.ts +21 -21
- package/Microsoft.Extensions.WebEncoders/bindings.json +14 -25
- package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.WebEncoders.Testing/bindings.json +144 -279
- package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +21 -21
- package/System.Diagnostics/bindings.json +560 -1240
- package/System.Diagnostics/internal/index.d.ts +94 -94
- package/System.Diagnostics.Eventing.Reader/bindings.json +1155 -2972
- package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +204 -204
- package/System.Net.Http/bindings.json +56 -60
- package/System.Net.Http/internal/index.d.ts +4 -4
- package/System.Security.Cryptography/bindings.json +101 -208
- package/System.Security.Cryptography/internal/index.d.ts +14 -14
- package/System.Security.Cryptography.Pkcs/bindings.json +1662 -4005
- package/System.Security.Cryptography.Pkcs/internal/index.d.ts +259 -259
- package/System.Security.Cryptography.Xml/bindings.json +1963 -5427
- package/System.Security.Cryptography.Xml/internal/index.d.ts +338 -338
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +426 -426
- package/package.json +3 -3
- package/Microsoft.Extensions.Caching.Distributed/internal/metadata.json +0 -835
- package/Microsoft.Extensions.Caching.Hybrid/internal/metadata.json +0 -476
- package/Microsoft.Extensions.Caching.Memory/internal/metadata.json +0 -1740
- package/Microsoft.Extensions.Configuration/internal/metadata.json +0 -4603
- package/Microsoft.Extensions.Configuration.CommandLine/internal/metadata.json +0 -295
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/metadata.json +0 -301
- package/Microsoft.Extensions.Configuration.Ini/internal/metadata.json +0 -568
- package/Microsoft.Extensions.Configuration.Json/internal/metadata.json +0 -552
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/metadata.json +0 -402
- package/Microsoft.Extensions.Configuration.Memory/internal/metadata.json +0 -312
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/metadata.json +0 -85
- package/Microsoft.Extensions.Configuration.Xml/internal/metadata.json +0 -611
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -4903
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/metadata.json +0 -713
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/metadata.json +0 -802
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/metadata.json +0 -785
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/metadata.json +0 -41
- package/Microsoft.Extensions.FileProviders/internal/metadata.json +0 -1423
- package/Microsoft.Extensions.FileProviders.Composite/internal/metadata.json +0 -79
- package/Microsoft.Extensions.FileProviders.Embedded/internal/metadata.json +0 -251
- package/Microsoft.Extensions.FileProviders.Internal/internal/metadata.json +0 -84
- package/Microsoft.Extensions.FileProviders.Physical/internal/metadata.json +0 -879
- package/Microsoft.Extensions.FileSystemGlobbing/internal/metadata.json +0 -511
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/metadata.json +0 -352
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/metadata.json +0 -443
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/metadata.json +0 -550
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/metadata.json +0 -1527
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/metadata.json +0 -68
- package/Microsoft.Extensions.Hosting/internal/metadata.json +0 -2577
- package/Microsoft.Extensions.Hosting.Internal/internal/metadata.json +0 -559
- package/Microsoft.Extensions.Http/internal/metadata.json +0 -266
- package/Microsoft.Extensions.Http.Logging/internal/metadata.json +0 -240
- package/Microsoft.Extensions.Internal/internal/metadata.json +0 -94
- package/Microsoft.Extensions.Localization/internal/metadata.json +0 -831
- package/Microsoft.Extensions.Logging/internal/metadata.json +0 -3222
- package/Microsoft.Extensions.Logging.Abstractions/internal/metadata.json +0 -782
- package/Microsoft.Extensions.Logging.Configuration/internal/metadata.json +0 -212
- package/Microsoft.Extensions.Logging.Console/internal/metadata.json +0 -1119
- package/Microsoft.Extensions.Logging.Debug/internal/metadata.json +0 -80
- package/Microsoft.Extensions.Logging.EventLog/internal/metadata.json +0 -206
- package/Microsoft.Extensions.Logging.EventSource/internal/metadata.json +0 -149
- package/Microsoft.Extensions.Logging.TraceSource/internal/metadata.json +0 -85
- package/Microsoft.Extensions.ObjectPool/internal/metadata.json +0 -867
- package/Microsoft.Extensions.Options/internal/metadata.json +0 -4965
- package/Microsoft.Extensions.Primitives/internal/metadata.json +0 -1830
- package/Microsoft.Extensions.Validation/internal/metadata.json +0 -577
- package/Microsoft.Extensions.WebEncoders/internal/metadata.json +0 -46
- package/Microsoft.Extensions.WebEncoders.Testing/internal/metadata.json +0 -431
- package/System.Diagnostics/internal/metadata.json +0 -1694
- package/System.Diagnostics.Eventing.Reader/internal/metadata.json +0 -3706
- package/System.Net.Http/internal/metadata.json +0 -141
- package/System.Security.Cryptography/internal/metadata.json +0 -302
- package/System.Security.Cryptography.Pkcs/internal/metadata.json +0 -5125
- package/System.Security.Cryptography.Xml/internal/metadata.json +0 -5727
|
@@ -17,87 +17,87 @@ import type { SecureString } from "@tsonic/dotnet/System.Security.js";
|
|
|
17
17
|
import type { SecurityIdentifier } from "@tsonic/dotnet/System.Security.Principal.js";
|
|
18
18
|
|
|
19
19
|
export enum EventLogIsolation {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
Application = 0,
|
|
21
|
+
System = 1,
|
|
22
|
+
Custom = 2
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
export enum EventLogMode {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
Circular = 0,
|
|
28
|
+
AutoBackup = 1,
|
|
29
|
+
Retain = 2
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
export enum EventLogType {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
34
|
+
Administrative = 0,
|
|
35
|
+
Operational = 1,
|
|
36
|
+
Analytical = 2,
|
|
37
|
+
Debug = 3
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
export enum PathType {
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
LogName = 1,
|
|
43
|
+
FilePath = 2
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
export enum SessionAuthentication {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
48
|
+
Default = 0,
|
|
49
|
+
Negotiate = 1,
|
|
50
|
+
Kerberos = 2,
|
|
51
|
+
Ntlm = 3
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
|
|
55
55
|
export enum StandardEventKeywords {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
56
|
+
None = 0,
|
|
57
|
+
ResponseTime = 281474976710656,
|
|
58
|
+
WdiContext = 562949953421312,
|
|
59
|
+
WdiDiagnostic = 1125899906842624,
|
|
60
|
+
Sqm = 2251799813685248,
|
|
61
|
+
AuditFailure = 4503599627370496,
|
|
62
|
+
CorrelationHint = 4503599627370496,
|
|
63
|
+
AuditSuccess = 9007199254740992,
|
|
64
|
+
CorrelationHint2 = 18014398509481984,
|
|
65
|
+
EventLogClassic = 36028797018963968
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
|
|
69
69
|
export enum StandardEventLevel {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
70
|
+
LogAlways = 0,
|
|
71
|
+
Critical = 1,
|
|
72
|
+
Error = 2,
|
|
73
|
+
Warning = 3,
|
|
74
|
+
Informational = 4,
|
|
75
|
+
Verbose = 5
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
|
|
79
79
|
export enum StandardEventOpcode {
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
80
|
+
Info = 0,
|
|
81
|
+
Start = 1,
|
|
82
|
+
Stop = 2,
|
|
83
|
+
DataCollectionStart = 3,
|
|
84
|
+
DataCollectionStop = 4,
|
|
85
|
+
Extension = 5,
|
|
86
|
+
Reply = 6,
|
|
87
|
+
Resume = 7,
|
|
88
|
+
Suspend = 8,
|
|
89
|
+
Send = 9,
|
|
90
|
+
Receive = 240
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
|
|
94
94
|
export enum StandardEventTask {
|
|
95
|
-
|
|
95
|
+
None = 0
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
|
|
99
99
|
export interface EventBookmark$instance {
|
|
100
|
-
readonly
|
|
100
|
+
readonly BookmarkXml: string;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
|
|
@@ -109,9 +109,9 @@ export const EventBookmark: {
|
|
|
109
109
|
export type EventBookmark = EventBookmark$instance;
|
|
110
110
|
|
|
111
111
|
export interface EventKeyword$instance {
|
|
112
|
-
readonly
|
|
113
|
-
readonly
|
|
114
|
-
readonly
|
|
112
|
+
readonly DisplayName: string;
|
|
113
|
+
readonly Name: string;
|
|
114
|
+
readonly Value: long;
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
|
|
@@ -123,9 +123,9 @@ export const EventKeyword: {
|
|
|
123
123
|
export type EventKeyword = EventKeyword$instance;
|
|
124
124
|
|
|
125
125
|
export interface EventLevel$instance {
|
|
126
|
-
readonly
|
|
127
|
-
readonly
|
|
128
|
-
readonly
|
|
126
|
+
readonly DisplayName: string;
|
|
127
|
+
readonly Name: string;
|
|
128
|
+
readonly Value: int;
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
|
|
@@ -137,26 +137,26 @@ export const EventLevel: {
|
|
|
137
137
|
export type EventLevel = EventLevel$instance;
|
|
138
138
|
|
|
139
139
|
export interface EventLogConfiguration$instance {
|
|
140
|
-
readonly
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
readonly
|
|
144
|
-
|
|
145
|
-
readonly
|
|
146
|
-
readonly
|
|
147
|
-
|
|
148
|
-
readonly
|
|
149
|
-
readonly
|
|
150
|
-
readonly
|
|
151
|
-
|
|
152
|
-
readonly
|
|
153
|
-
|
|
154
|
-
readonly
|
|
155
|
-
readonly
|
|
156
|
-
readonly
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
140
|
+
readonly IsClassicLog: boolean;
|
|
141
|
+
IsEnabled: boolean;
|
|
142
|
+
LogFilePath: string;
|
|
143
|
+
readonly LogIsolation: EventLogIsolation;
|
|
144
|
+
LogMode: EventLogMode;
|
|
145
|
+
readonly LogName: string | undefined;
|
|
146
|
+
readonly LogType: EventLogType;
|
|
147
|
+
MaximumSizeInBytes: long;
|
|
148
|
+
readonly OwningProviderName: string;
|
|
149
|
+
readonly ProviderBufferSize: Nullable<System_Internal.Int32>;
|
|
150
|
+
readonly ProviderControlGuid: Nullable<Guid>;
|
|
151
|
+
ProviderKeywords: Nullable<System_Internal.Int64>;
|
|
152
|
+
readonly ProviderLatency: Nullable<System_Internal.Int32>;
|
|
153
|
+
ProviderLevel: Nullable<System_Internal.Int32>;
|
|
154
|
+
readonly ProviderMaximumNumberOfBuffers: Nullable<System_Internal.Int32>;
|
|
155
|
+
readonly ProviderMinimumNumberOfBuffers: Nullable<System_Internal.Int32>;
|
|
156
|
+
readonly ProviderNames: IEnumerable<System_Internal.String>;
|
|
157
|
+
SecurityDescriptor: string;
|
|
158
|
+
Dispose(): void;
|
|
159
|
+
SaveChanges(): void;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
|
|
@@ -169,8 +169,8 @@ export const EventLogConfiguration: {
|
|
|
169
169
|
export type EventLogConfiguration = EventLogConfiguration$instance;
|
|
170
170
|
|
|
171
171
|
export interface EventLogException$instance extends Exception {
|
|
172
|
-
readonly
|
|
173
|
-
|
|
172
|
+
readonly Message: string;
|
|
173
|
+
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
|
|
@@ -184,14 +184,14 @@ export const EventLogException: {
|
|
|
184
184
|
export type EventLogException = EventLogException$instance;
|
|
185
185
|
|
|
186
186
|
export interface EventLogInformation$instance {
|
|
187
|
-
readonly
|
|
188
|
-
readonly
|
|
189
|
-
readonly
|
|
190
|
-
readonly
|
|
191
|
-
readonly
|
|
192
|
-
readonly
|
|
193
|
-
readonly
|
|
194
|
-
readonly
|
|
187
|
+
readonly Attributes: Nullable<System_Internal.Int32>;
|
|
188
|
+
readonly CreationTime: Nullable<DateTime>;
|
|
189
|
+
readonly FileSize: Nullable<System_Internal.Int64>;
|
|
190
|
+
readonly IsLogFull: Nullable<System_Internal.Boolean>;
|
|
191
|
+
readonly LastAccessTime: Nullable<DateTime>;
|
|
192
|
+
readonly LastWriteTime: Nullable<DateTime>;
|
|
193
|
+
readonly OldestRecordNumber: Nullable<System_Internal.Int64>;
|
|
194
|
+
readonly RecordCount: Nullable<System_Internal.Int64>;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
|
|
@@ -216,9 +216,9 @@ export const EventLogInvalidDataException: {
|
|
|
216
216
|
export type EventLogInvalidDataException = EventLogInvalidDataException$instance;
|
|
217
217
|
|
|
218
218
|
export interface EventLogLink$instance {
|
|
219
|
-
readonly
|
|
220
|
-
readonly
|
|
221
|
-
readonly
|
|
219
|
+
readonly DisplayName: string;
|
|
220
|
+
readonly IsImported: boolean;
|
|
221
|
+
readonly LogName: string | undefined;
|
|
222
222
|
}
|
|
223
223
|
|
|
224
224
|
|
|
@@ -243,7 +243,7 @@ export const EventLogNotFoundException: {
|
|
|
243
243
|
export type EventLogNotFoundException = EventLogNotFoundException$instance;
|
|
244
244
|
|
|
245
245
|
export interface EventLogPropertySelector$instance {
|
|
246
|
-
|
|
246
|
+
Dispose(): void;
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
|
|
@@ -268,9 +268,9 @@ export const EventLogProviderDisabledException: {
|
|
|
268
268
|
export type EventLogProviderDisabledException = EventLogProviderDisabledException$instance;
|
|
269
269
|
|
|
270
270
|
export interface EventLogQuery$instance {
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
271
|
+
ReverseDirection: boolean;
|
|
272
|
+
Session: EventLogSession;
|
|
273
|
+
TolerateQueryErrors: boolean;
|
|
274
274
|
}
|
|
275
275
|
|
|
276
276
|
|
|
@@ -283,15 +283,15 @@ export const EventLogQuery: {
|
|
|
283
283
|
export type EventLogQuery = EventLogQuery$instance;
|
|
284
284
|
|
|
285
285
|
export interface EventLogReader$instance {
|
|
286
|
-
|
|
287
|
-
readonly
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
286
|
+
BatchSize: int;
|
|
287
|
+
readonly LogStatus: IList<EventLogStatus>;
|
|
288
|
+
CancelReading(): void;
|
|
289
|
+
Dispose(): void;
|
|
290
|
+
ReadEvent(): EventRecord;
|
|
291
|
+
ReadEvent(timeout: TimeSpan): EventRecord;
|
|
292
|
+
Seek(bookmark: EventBookmark): void;
|
|
293
|
+
Seek(bookmark: EventBookmark, offset: long): void;
|
|
294
|
+
Seek(origin: SeekOrigin, offset: long): void;
|
|
295
295
|
}
|
|
296
296
|
|
|
297
297
|
|
|
@@ -319,36 +319,36 @@ export const EventLogReadingException: {
|
|
|
319
319
|
export type EventLogReadingException = EventLogReadingException$instance;
|
|
320
320
|
|
|
321
321
|
export interface EventLogRecord$instance extends EventRecord {
|
|
322
|
-
readonly
|
|
323
|
-
readonly
|
|
324
|
-
readonly
|
|
325
|
-
readonly
|
|
326
|
-
readonly
|
|
327
|
-
readonly
|
|
328
|
-
readonly
|
|
329
|
-
readonly
|
|
330
|
-
readonly
|
|
331
|
-
readonly
|
|
332
|
-
readonly
|
|
333
|
-
readonly
|
|
334
|
-
readonly
|
|
335
|
-
readonly
|
|
336
|
-
readonly
|
|
337
|
-
readonly
|
|
338
|
-
readonly
|
|
339
|
-
readonly
|
|
340
|
-
readonly
|
|
341
|
-
readonly
|
|
342
|
-
readonly
|
|
343
|
-
readonly
|
|
344
|
-
readonly
|
|
345
|
-
readonly
|
|
346
|
-
readonly
|
|
347
|
-
readonly
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
322
|
+
readonly ActivityId: Nullable<Guid>;
|
|
323
|
+
readonly Bookmark: EventBookmark;
|
|
324
|
+
readonly ContainerLog: string;
|
|
325
|
+
readonly Id: int;
|
|
326
|
+
readonly Keywords: Nullable<System_Internal.Int64>;
|
|
327
|
+
readonly KeywordsDisplayNames: IEnumerable<System_Internal.String>;
|
|
328
|
+
readonly Level: Nullable<System_Internal.Byte>;
|
|
329
|
+
readonly LevelDisplayName: string;
|
|
330
|
+
readonly LogName: string | undefined;
|
|
331
|
+
readonly MachineName: string | undefined;
|
|
332
|
+
readonly MatchedQueryIds: IEnumerable<System_Internal.Int32>;
|
|
333
|
+
readonly Opcode: Nullable<System_Internal.Int16>;
|
|
334
|
+
readonly OpcodeDisplayName: string;
|
|
335
|
+
readonly ProcessId: Nullable<System_Internal.Int32>;
|
|
336
|
+
readonly Properties: IList<EventProperty>;
|
|
337
|
+
readonly ProviderId: Nullable<Guid>;
|
|
338
|
+
readonly ProviderName: string | undefined;
|
|
339
|
+
readonly Qualifiers: Nullable<System_Internal.Int32>;
|
|
340
|
+
readonly RecordId: Nullable<System_Internal.Int64>;
|
|
341
|
+
readonly RelatedActivityId: Nullable<Guid>;
|
|
342
|
+
readonly Task: Nullable<System_Internal.Int32>;
|
|
343
|
+
readonly TaskDisplayName: string;
|
|
344
|
+
readonly ThreadId: Nullable<System_Internal.Int32>;
|
|
345
|
+
readonly TimeCreated: Nullable<DateTime>;
|
|
346
|
+
readonly UserId: SecurityIdentifier;
|
|
347
|
+
readonly Version: Nullable<System_Internal.Byte>;
|
|
348
|
+
FormatDescription(): string;
|
|
349
|
+
FormatDescription(values: IEnumerable<unknown>): string;
|
|
350
|
+
GetPropertyValues(propertySelector: EventLogPropertySelector): IList<unknown>;
|
|
351
|
+
ToXml(): string;
|
|
352
352
|
}
|
|
353
353
|
|
|
354
354
|
|
|
@@ -360,17 +360,17 @@ export const EventLogRecord: {
|
|
|
360
360
|
export type EventLogRecord = EventLogRecord$instance;
|
|
361
361
|
|
|
362
362
|
export interface EventLogSession$instance {
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
363
|
+
CancelCurrentOperations(): void;
|
|
364
|
+
ClearLog(logName: string): void;
|
|
365
|
+
ClearLog(logName: string, backupPath: string): void;
|
|
366
|
+
Dispose(): void;
|
|
367
|
+
ExportLog(path: string, pathType: PathType, query: string, targetFilePath: string): void;
|
|
368
|
+
ExportLog(path: string, pathType: PathType, query: string, targetFilePath: string, tolerateQueryErrors: boolean): void;
|
|
369
|
+
ExportLogAndMessages(path: string, pathType: PathType, query: string, targetFilePath: string): void;
|
|
370
|
+
ExportLogAndMessages(path: string, pathType: PathType, query: string, targetFilePath: string, tolerateQueryErrors: boolean, targetCultureInfo: CultureInfo): void;
|
|
371
|
+
GetLogInformation(logName: string, pathType: PathType): EventLogInformation;
|
|
372
|
+
GetLogNames(): IEnumerable<System_Internal.String>;
|
|
373
|
+
GetProviderNames(): IEnumerable<System_Internal.String>;
|
|
374
374
|
}
|
|
375
375
|
|
|
376
376
|
|
|
@@ -378,15 +378,15 @@ export const EventLogSession: {
|
|
|
378
378
|
new(): EventLogSession;
|
|
379
379
|
new(server: string): EventLogSession;
|
|
380
380
|
new(server: string, domain: string, user: string, password: SecureString, logOnType: SessionAuthentication): EventLogSession;
|
|
381
|
-
readonly
|
|
381
|
+
readonly GlobalSession: EventLogSession;
|
|
382
382
|
};
|
|
383
383
|
|
|
384
384
|
|
|
385
385
|
export type EventLogSession = EventLogSession$instance;
|
|
386
386
|
|
|
387
387
|
export interface EventLogStatus$instance {
|
|
388
|
-
readonly
|
|
389
|
-
readonly
|
|
388
|
+
readonly LogName: string | undefined;
|
|
389
|
+
readonly StatusCode: int;
|
|
390
390
|
}
|
|
391
391
|
|
|
392
392
|
|
|
@@ -398,8 +398,8 @@ export const EventLogStatus: {
|
|
|
398
398
|
export type EventLogStatus = EventLogStatus$instance;
|
|
399
399
|
|
|
400
400
|
export interface EventLogWatcher$instance {
|
|
401
|
-
|
|
402
|
-
|
|
401
|
+
Enabled: boolean;
|
|
402
|
+
Dispose(): void;
|
|
403
403
|
}
|
|
404
404
|
|
|
405
405
|
|
|
@@ -414,15 +414,15 @@ export const EventLogWatcher: {
|
|
|
414
414
|
export type EventLogWatcher = EventLogWatcher$instance;
|
|
415
415
|
|
|
416
416
|
export interface EventMetadata$instance {
|
|
417
|
-
readonly
|
|
418
|
-
readonly
|
|
419
|
-
readonly
|
|
420
|
-
readonly
|
|
421
|
-
readonly
|
|
422
|
-
readonly
|
|
423
|
-
readonly
|
|
424
|
-
readonly
|
|
425
|
-
readonly
|
|
417
|
+
readonly Description: string;
|
|
418
|
+
readonly Id: long;
|
|
419
|
+
readonly Keywords: IEnumerable<EventKeyword>;
|
|
420
|
+
readonly Level: EventLevel;
|
|
421
|
+
readonly LogLink: EventLogLink;
|
|
422
|
+
readonly Opcode: EventOpcode;
|
|
423
|
+
readonly Task: EventTask;
|
|
424
|
+
readonly Template: string;
|
|
425
|
+
readonly Version: byte;
|
|
426
426
|
}
|
|
427
427
|
|
|
428
428
|
|
|
@@ -434,9 +434,9 @@ export const EventMetadata: {
|
|
|
434
434
|
export type EventMetadata = EventMetadata$instance;
|
|
435
435
|
|
|
436
436
|
export interface EventOpcode$instance {
|
|
437
|
-
readonly
|
|
438
|
-
readonly
|
|
439
|
-
readonly
|
|
437
|
+
readonly DisplayName: string;
|
|
438
|
+
readonly Name: string;
|
|
439
|
+
readonly Value: int;
|
|
440
440
|
}
|
|
441
441
|
|
|
442
442
|
|
|
@@ -448,7 +448,7 @@ export const EventOpcode: {
|
|
|
448
448
|
export type EventOpcode = EventOpcode$instance;
|
|
449
449
|
|
|
450
450
|
export interface EventProperty$instance {
|
|
451
|
-
readonly
|
|
451
|
+
readonly Value: unknown;
|
|
452
452
|
}
|
|
453
453
|
|
|
454
454
|
|
|
@@ -460,34 +460,34 @@ export const EventProperty: {
|
|
|
460
460
|
export type EventProperty = EventProperty$instance;
|
|
461
461
|
|
|
462
462
|
export interface EventRecord$instance {
|
|
463
|
-
readonly
|
|
464
|
-
readonly
|
|
465
|
-
readonly
|
|
466
|
-
readonly
|
|
467
|
-
readonly
|
|
468
|
-
readonly
|
|
469
|
-
readonly
|
|
470
|
-
readonly
|
|
471
|
-
readonly
|
|
472
|
-
readonly
|
|
473
|
-
readonly
|
|
474
|
-
readonly
|
|
475
|
-
readonly
|
|
476
|
-
readonly
|
|
477
|
-
readonly
|
|
478
|
-
readonly
|
|
479
|
-
readonly
|
|
480
|
-
readonly
|
|
481
|
-
readonly
|
|
482
|
-
readonly
|
|
483
|
-
readonly
|
|
484
|
-
readonly
|
|
485
|
-
readonly
|
|
486
|
-
readonly
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
463
|
+
readonly ActivityId: Nullable<Guid>;
|
|
464
|
+
readonly Bookmark: EventBookmark;
|
|
465
|
+
readonly Id: int;
|
|
466
|
+
readonly Keywords: Nullable<System_Internal.Int64>;
|
|
467
|
+
readonly KeywordsDisplayNames: IEnumerable<System_Internal.String>;
|
|
468
|
+
readonly Level: Nullable<System_Internal.Byte>;
|
|
469
|
+
readonly LevelDisplayName: string;
|
|
470
|
+
readonly LogName: string | undefined;
|
|
471
|
+
readonly MachineName: string | undefined;
|
|
472
|
+
readonly Opcode: Nullable<System_Internal.Int16>;
|
|
473
|
+
readonly OpcodeDisplayName: string;
|
|
474
|
+
readonly ProcessId: Nullable<System_Internal.Int32>;
|
|
475
|
+
readonly Properties: IList<EventProperty>;
|
|
476
|
+
readonly ProviderId: Nullable<Guid>;
|
|
477
|
+
readonly ProviderName: string | undefined;
|
|
478
|
+
readonly Qualifiers: Nullable<System_Internal.Int32>;
|
|
479
|
+
readonly RecordId: Nullable<System_Internal.Int64>;
|
|
480
|
+
readonly RelatedActivityId: Nullable<Guid>;
|
|
481
|
+
readonly Task: Nullable<System_Internal.Int32>;
|
|
482
|
+
readonly TaskDisplayName: string;
|
|
483
|
+
readonly ThreadId: Nullable<System_Internal.Int32>;
|
|
484
|
+
readonly TimeCreated: Nullable<DateTime>;
|
|
485
|
+
readonly UserId: SecurityIdentifier;
|
|
486
|
+
readonly Version: Nullable<System_Internal.Byte>;
|
|
487
|
+
Dispose(): void;
|
|
488
|
+
FormatDescription(): string;
|
|
489
|
+
FormatDescription(values: IEnumerable<unknown>): string;
|
|
490
|
+
ToXml(): string;
|
|
491
491
|
}
|
|
492
492
|
|
|
493
493
|
|
|
@@ -498,8 +498,8 @@ export const EventRecord: {
|
|
|
498
498
|
export type EventRecord = EventRecord$instance;
|
|
499
499
|
|
|
500
500
|
export interface EventRecordWrittenEventArgs$instance extends EventArgs {
|
|
501
|
-
readonly
|
|
502
|
-
readonly
|
|
501
|
+
readonly EventException: Exception;
|
|
502
|
+
readonly EventRecord: EventRecord;
|
|
503
503
|
}
|
|
504
504
|
|
|
505
505
|
|
|
@@ -511,10 +511,10 @@ export const EventRecordWrittenEventArgs: {
|
|
|
511
511
|
export type EventRecordWrittenEventArgs = EventRecordWrittenEventArgs$instance;
|
|
512
512
|
|
|
513
513
|
export interface EventTask$instance {
|
|
514
|
-
readonly
|
|
515
|
-
readonly
|
|
516
|
-
readonly
|
|
517
|
-
readonly
|
|
514
|
+
readonly DisplayName: string;
|
|
515
|
+
readonly EventGuid: Guid;
|
|
516
|
+
readonly Name: string;
|
|
517
|
+
readonly Value: int;
|
|
518
518
|
}
|
|
519
519
|
|
|
520
520
|
|
|
@@ -526,20 +526,20 @@ export const EventTask: {
|
|
|
526
526
|
export type EventTask = EventTask$instance;
|
|
527
527
|
|
|
528
528
|
export interface ProviderMetadata$instance {
|
|
529
|
-
readonly
|
|
530
|
-
readonly
|
|
531
|
-
readonly
|
|
532
|
-
readonly
|
|
533
|
-
readonly
|
|
534
|
-
readonly
|
|
535
|
-
readonly
|
|
536
|
-
readonly
|
|
537
|
-
readonly
|
|
538
|
-
readonly
|
|
539
|
-
readonly
|
|
540
|
-
readonly
|
|
541
|
-
readonly
|
|
542
|
-
|
|
529
|
+
readonly DisplayName: string;
|
|
530
|
+
readonly Events: IEnumerable<EventMetadata>;
|
|
531
|
+
readonly HelpLink: Uri;
|
|
532
|
+
readonly Id: Guid;
|
|
533
|
+
readonly Keywords: IList<EventKeyword>;
|
|
534
|
+
readonly Levels: IList<EventLevel>;
|
|
535
|
+
readonly LogLinks: IList<EventLogLink>;
|
|
536
|
+
readonly MessageFilePath: string;
|
|
537
|
+
readonly Name: string;
|
|
538
|
+
readonly Opcodes: IList<EventOpcode>;
|
|
539
|
+
readonly ParameterFilePath: string;
|
|
540
|
+
readonly ResourceFilePath: string;
|
|
541
|
+
readonly Tasks: IList<EventTask>;
|
|
542
|
+
Dispose(): void;
|
|
543
543
|
}
|
|
544
544
|
|
|
545
545
|
|