@tsonic/dotnet 0.5.2 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -170,209 +170,213 @@ export enum ToolboxItemFilterType {
|
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
|
|
173
|
-
export interface IBindingList$instance {
|
|
174
|
-
readonly
|
|
175
|
-
readonly
|
|
176
|
-
readonly
|
|
177
|
-
readonly
|
|
178
|
-
readonly
|
|
179
|
-
readonly
|
|
180
|
-
readonly
|
|
181
|
-
readonly
|
|
182
|
-
readonly
|
|
183
|
-
|
|
184
|
-
readonly
|
|
185
|
-
readonly
|
|
186
|
-
readonly
|
|
187
|
-
readonly
|
|
188
|
-
readonly
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
173
|
+
export interface IBindingList$instance extends IList, ICollection, IEnumerable {
|
|
174
|
+
readonly allowNew: boolean;
|
|
175
|
+
readonly allowEdit: boolean;
|
|
176
|
+
readonly allowRemove: boolean;
|
|
177
|
+
readonly supportsChangeNotification: boolean;
|
|
178
|
+
readonly supportsSearching: boolean;
|
|
179
|
+
readonly supportsSorting: boolean;
|
|
180
|
+
readonly isSorted: boolean;
|
|
181
|
+
readonly sortProperty: PropertyDescriptor;
|
|
182
|
+
readonly sortDirection: ListSortDirection;
|
|
183
|
+
item: unknown;
|
|
184
|
+
readonly isReadOnly: boolean;
|
|
185
|
+
readonly isFixedSize: boolean;
|
|
186
|
+
readonly count: int;
|
|
187
|
+
readonly syncRoot: unknown;
|
|
188
|
+
readonly isSynchronized: boolean;
|
|
189
|
+
add(value: unknown): int;
|
|
190
|
+
addIndex(property: PropertyDescriptor): void;
|
|
191
|
+
addNew(): unknown;
|
|
192
|
+
applySort(property: PropertyDescriptor, direction: ListSortDirection): void;
|
|
193
|
+
contains(value: unknown): boolean;
|
|
194
|
+
copyTo(array: ClrArray, index: int): void;
|
|
195
|
+
find(property: PropertyDescriptor, key: unknown): int;
|
|
196
|
+
getEnumerator(): IEnumerator;
|
|
197
|
+
insert(index: int, value: unknown): void;
|
|
198
|
+
remove(value: unknown): void;
|
|
199
|
+
removeAt(index: int): void;
|
|
200
|
+
removeSort(): void;
|
|
201
201
|
}
|
|
202
202
|
|
|
203
203
|
|
|
204
204
|
export type IBindingList = IBindingList$instance;
|
|
205
205
|
|
|
206
|
-
export interface IBindingListView$instance {
|
|
207
|
-
|
|
208
|
-
readonly
|
|
209
|
-
readonly
|
|
210
|
-
readonly
|
|
211
|
-
readonly
|
|
212
|
-
readonly
|
|
213
|
-
readonly
|
|
214
|
-
readonly
|
|
215
|
-
readonly
|
|
216
|
-
readonly
|
|
217
|
-
readonly
|
|
218
|
-
readonly
|
|
219
|
-
readonly
|
|
220
|
-
|
|
221
|
-
readonly
|
|
222
|
-
readonly
|
|
223
|
-
readonly
|
|
224
|
-
readonly
|
|
225
|
-
readonly
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
206
|
+
export interface IBindingListView$instance extends IBindingList, IList, ICollection, IEnumerable {
|
|
207
|
+
filter: string;
|
|
208
|
+
readonly sortDescriptions: ListSortDescriptionCollection;
|
|
209
|
+
readonly supportsAdvancedSorting: boolean;
|
|
210
|
+
readonly supportsFiltering: boolean;
|
|
211
|
+
readonly allowNew: boolean;
|
|
212
|
+
readonly allowEdit: boolean;
|
|
213
|
+
readonly allowRemove: boolean;
|
|
214
|
+
readonly supportsChangeNotification: boolean;
|
|
215
|
+
readonly supportsSearching: boolean;
|
|
216
|
+
readonly supportsSorting: boolean;
|
|
217
|
+
readonly isSorted: boolean;
|
|
218
|
+
readonly sortProperty: PropertyDescriptor;
|
|
219
|
+
readonly sortDirection: ListSortDirection;
|
|
220
|
+
item: unknown;
|
|
221
|
+
readonly isReadOnly: boolean;
|
|
222
|
+
readonly isFixedSize: boolean;
|
|
223
|
+
readonly count: int;
|
|
224
|
+
readonly syncRoot: unknown;
|
|
225
|
+
readonly isSynchronized: boolean;
|
|
226
|
+
add(value: unknown): int;
|
|
227
|
+
addIndex(property: PropertyDescriptor): void;
|
|
228
|
+
addNew(): unknown;
|
|
229
|
+
applySort2(property: PropertyDescriptor, direction: ListSortDirection): void;
|
|
230
|
+
applySort2(sorts: ListSortDescriptionCollection): void;
|
|
231
|
+
contains(value: unknown): boolean;
|
|
232
|
+
copyTo(array: ClrArray, index: int): void;
|
|
233
|
+
find(property: PropertyDescriptor, key: unknown): int;
|
|
234
|
+
getEnumerator(): IEnumerator;
|
|
235
|
+
insert(index: int, value: unknown): void;
|
|
236
|
+
remove(value: unknown): void;
|
|
237
|
+
removeAt(index: int): void;
|
|
238
|
+
removeFilter(): void;
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
|
|
242
242
|
export type IBindingListView = IBindingListView$instance;
|
|
243
243
|
|
|
244
244
|
export interface ICancelAddNew$instance {
|
|
245
|
-
|
|
245
|
+
cancelNew(itemIndex: int): void;
|
|
246
246
|
}
|
|
247
247
|
|
|
248
248
|
|
|
249
249
|
export type ICancelAddNew = ICancelAddNew$instance;
|
|
250
250
|
|
|
251
251
|
export interface IChangeTracking$instance {
|
|
252
|
-
readonly
|
|
253
|
-
|
|
252
|
+
readonly isChanged: boolean;
|
|
253
|
+
acceptChanges(): void;
|
|
254
254
|
}
|
|
255
255
|
|
|
256
256
|
|
|
257
257
|
export type IChangeTracking = IChangeTracking$instance;
|
|
258
258
|
|
|
259
259
|
export interface IComNativeDescriptorHandler$instance {
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
260
|
+
getAttributes(component: unknown): AttributeCollection;
|
|
261
|
+
getClassName(component: unknown): string;
|
|
262
|
+
getConverter(component: unknown): TypeConverter;
|
|
263
|
+
getDefaultEvent(component: unknown): EventDescriptor;
|
|
264
|
+
getDefaultProperty(component: unknown): PropertyDescriptor;
|
|
265
|
+
getEditor(component: unknown, baseEditorType: Type): unknown;
|
|
266
|
+
getEvents2(component: unknown, attributes: Attribute[]): EventDescriptorCollection;
|
|
267
|
+
getEvents2(component: unknown): EventDescriptorCollection;
|
|
268
|
+
getProperties(component: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
269
|
+
getPropertyValue2(component: unknown, dispid: int, success: { value: ref<boolean> }): unknown;
|
|
270
|
+
getPropertyValue2(component: unknown, propertyName: string, success: { value: ref<boolean> }): unknown;
|
|
271
271
|
}
|
|
272
272
|
|
|
273
273
|
|
|
274
274
|
export type IComNativeDescriptorHandler = IComNativeDescriptorHandler$instance;
|
|
275
275
|
|
|
276
|
-
export interface IComponent$instance {
|
|
277
|
-
|
|
278
|
-
|
|
276
|
+
export interface IComponent$instance extends IDisposable {
|
|
277
|
+
site: ISite;
|
|
278
|
+
dispose(): void;
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
|
|
282
|
+
export interface IComponent$instance extends System_Internal.IDisposable$instance {}
|
|
283
|
+
|
|
282
284
|
export type IComponent = IComponent$instance;
|
|
283
285
|
|
|
284
|
-
export interface IContainer$instance {
|
|
285
|
-
readonly
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
286
|
+
export interface IContainer$instance extends IDisposable {
|
|
287
|
+
readonly components: ComponentCollection;
|
|
288
|
+
add2(component: IComponent, name: string): void;
|
|
289
|
+
add2(component: IComponent): void;
|
|
290
|
+
dispose(): void;
|
|
289
291
|
}
|
|
290
292
|
|
|
291
293
|
|
|
294
|
+
export interface IContainer$instance extends System_Internal.IDisposable$instance {}
|
|
295
|
+
|
|
292
296
|
export type IContainer = IContainer$instance;
|
|
293
297
|
|
|
294
298
|
export interface ICustomTypeDescriptor$instance {
|
|
295
|
-
readonly
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
299
|
+
readonly requireRegisteredTypes: Nullable_1<CLROf<boolean>>;
|
|
300
|
+
getAttributes(): AttributeCollection;
|
|
301
|
+
getClassName(): string;
|
|
302
|
+
getConverter(): TypeConverter;
|
|
303
|
+
getDefaultEvent(): EventDescriptor;
|
|
304
|
+
getDefaultProperty(): PropertyDescriptor;
|
|
305
|
+
getEditor(editorBaseType: Type): unknown;
|
|
306
|
+
getEvents(): EventDescriptorCollection;
|
|
307
|
+
getEvents(attributes: Attribute[]): EventDescriptorCollection;
|
|
308
|
+
getProperties(): PropertyDescriptorCollection;
|
|
309
|
+
getProperties(attributes: Attribute[]): PropertyDescriptorCollection;
|
|
310
|
+
getPropertyOwner(pd: PropertyDescriptor): unknown;
|
|
307
311
|
}
|
|
308
312
|
|
|
309
313
|
|
|
310
314
|
export type ICustomTypeDescriptor = ICustomTypeDescriptor$instance;
|
|
311
315
|
|
|
312
316
|
export interface IDataErrorInfo$instance {
|
|
313
|
-
readonly
|
|
314
|
-
readonly
|
|
317
|
+
readonly item: string;
|
|
318
|
+
readonly error: string;
|
|
315
319
|
}
|
|
316
320
|
|
|
317
321
|
|
|
318
322
|
export type IDataErrorInfo = IDataErrorInfo$instance;
|
|
319
323
|
|
|
320
324
|
export interface IEditableObject$instance {
|
|
321
|
-
|
|
325
|
+
beginEdit(): void;
|
|
322
326
|
}
|
|
323
327
|
|
|
324
328
|
|
|
325
329
|
export type IEditableObject = IEditableObject$instance;
|
|
326
330
|
|
|
327
331
|
export interface IExtenderProvider$instance {
|
|
328
|
-
|
|
332
|
+
canExtend(extendee: unknown): boolean;
|
|
329
333
|
}
|
|
330
334
|
|
|
331
335
|
|
|
332
336
|
export type IExtenderProvider = IExtenderProvider$instance;
|
|
333
337
|
|
|
334
338
|
export interface IIntellisenseBuilder$instance {
|
|
335
|
-
readonly
|
|
336
|
-
|
|
339
|
+
readonly name: string;
|
|
340
|
+
show(language: string, value: string, newValue: { value: ref<string> }): boolean;
|
|
337
341
|
}
|
|
338
342
|
|
|
339
343
|
|
|
340
344
|
export type IIntellisenseBuilder = IIntellisenseBuilder$instance;
|
|
341
345
|
|
|
342
346
|
export interface IListSource$instance {
|
|
343
|
-
readonly
|
|
344
|
-
|
|
347
|
+
readonly containsListCollection: boolean;
|
|
348
|
+
getList(): IList;
|
|
345
349
|
}
|
|
346
350
|
|
|
347
351
|
|
|
348
352
|
export type IListSource = IListSource$instance;
|
|
349
353
|
|
|
350
|
-
export interface INestedContainer$instance {
|
|
351
|
-
readonly
|
|
352
|
-
readonly
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
354
|
+
export interface INestedContainer$instance extends IContainer, IDisposable {
|
|
355
|
+
readonly owner: IComponent;
|
|
356
|
+
readonly components: ComponentCollection;
|
|
357
|
+
add2(component: IComponent, name: string): void;
|
|
358
|
+
add2(component: IComponent): void;
|
|
359
|
+
dispose(): void;
|
|
356
360
|
}
|
|
357
361
|
|
|
358
362
|
|
|
359
363
|
export type INestedContainer = INestedContainer$instance;
|
|
360
364
|
|
|
361
|
-
export interface INestedSite$instance {
|
|
362
|
-
readonly
|
|
363
|
-
readonly
|
|
364
|
-
readonly
|
|
365
|
-
readonly
|
|
366
|
-
|
|
367
|
-
|
|
365
|
+
export interface INestedSite$instance extends ISite, IServiceProvider {
|
|
366
|
+
readonly fullName: string;
|
|
367
|
+
readonly component: IComponent;
|
|
368
|
+
readonly container: IContainer;
|
|
369
|
+
readonly designMode: boolean;
|
|
370
|
+
name: string;
|
|
371
|
+
getService(serviceType: Type): unknown;
|
|
368
372
|
}
|
|
369
373
|
|
|
370
374
|
|
|
371
375
|
export type INestedSite = INestedSite$instance;
|
|
372
376
|
|
|
373
377
|
export interface INotifyDataErrorInfo$instance {
|
|
374
|
-
readonly
|
|
375
|
-
|
|
378
|
+
readonly hasErrors: boolean;
|
|
379
|
+
getErrors(propertyName: string): IEnumerable;
|
|
376
380
|
}
|
|
377
381
|
|
|
378
382
|
|
|
@@ -391,71 +395,79 @@ export interface INotifyPropertyChanging$instance {
|
|
|
391
395
|
export type INotifyPropertyChanging = INotifyPropertyChanging$instance;
|
|
392
396
|
|
|
393
397
|
export interface IRaiseItemChangedEvents$instance {
|
|
394
|
-
readonly
|
|
398
|
+
readonly raisesItemChangedEvents: boolean;
|
|
395
399
|
}
|
|
396
400
|
|
|
397
401
|
|
|
398
402
|
export type IRaiseItemChangedEvents = IRaiseItemChangedEvents$instance;
|
|
399
403
|
|
|
400
|
-
export interface IRevertibleChangeTracking$instance {
|
|
401
|
-
readonly
|
|
402
|
-
|
|
404
|
+
export interface IRevertibleChangeTracking$instance extends IChangeTracking {
|
|
405
|
+
readonly isChanged: boolean;
|
|
406
|
+
rejectChanges(): void;
|
|
403
407
|
}
|
|
404
408
|
|
|
405
409
|
|
|
410
|
+
export interface IRevertibleChangeTracking$instance extends IChangeTracking$instance {}
|
|
411
|
+
|
|
406
412
|
export type IRevertibleChangeTracking = IRevertibleChangeTracking$instance;
|
|
407
413
|
|
|
408
|
-
export interface ISite$instance {
|
|
409
|
-
readonly
|
|
410
|
-
readonly
|
|
411
|
-
readonly
|
|
412
|
-
|
|
413
|
-
|
|
414
|
+
export interface ISite$instance extends IServiceProvider {
|
|
415
|
+
readonly component: IComponent;
|
|
416
|
+
readonly container: IContainer;
|
|
417
|
+
readonly designMode: boolean;
|
|
418
|
+
name: string;
|
|
419
|
+
getService(serviceType: Type): unknown;
|
|
414
420
|
}
|
|
415
421
|
|
|
416
422
|
|
|
423
|
+
export interface ISite$instance extends System_Internal.IServiceProvider$instance {}
|
|
424
|
+
|
|
417
425
|
export type ISite = ISite$instance;
|
|
418
426
|
|
|
419
427
|
export interface ISupportInitialize$instance {
|
|
420
|
-
|
|
428
|
+
beginInit(): void;
|
|
421
429
|
}
|
|
422
430
|
|
|
423
431
|
|
|
424
432
|
export type ISupportInitialize = ISupportInitialize$instance;
|
|
425
433
|
|
|
426
|
-
export interface ISupportInitializeNotification$instance {
|
|
427
|
-
readonly
|
|
428
|
-
|
|
434
|
+
export interface ISupportInitializeNotification$instance extends ISupportInitialize {
|
|
435
|
+
readonly isInitialized: boolean;
|
|
436
|
+
beginInit(): void;
|
|
429
437
|
}
|
|
430
438
|
|
|
431
439
|
|
|
440
|
+
export interface ISupportInitializeNotification$instance extends ISupportInitialize$instance {}
|
|
441
|
+
|
|
432
442
|
export type ISupportInitializeNotification = ISupportInitializeNotification$instance;
|
|
433
443
|
|
|
434
444
|
export interface ISynchronizeInvoke$instance {
|
|
435
|
-
readonly
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
445
|
+
readonly invokeRequired: boolean;
|
|
446
|
+
beginInvoke(method: Function, args: unknown[]): IAsyncResult;
|
|
447
|
+
endInvoke(result: IAsyncResult): unknown;
|
|
448
|
+
invoke(method: Function, args: unknown[]): unknown;
|
|
439
449
|
}
|
|
440
450
|
|
|
441
451
|
|
|
442
452
|
export type ISynchronizeInvoke = ISynchronizeInvoke$instance;
|
|
443
453
|
|
|
444
|
-
export interface ITypeDescriptorContext$instance {
|
|
445
|
-
readonly
|
|
446
|
-
readonly
|
|
447
|
-
readonly
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
454
|
+
export interface ITypeDescriptorContext$instance extends IServiceProvider {
|
|
455
|
+
readonly container: IContainer;
|
|
456
|
+
readonly instance: unknown;
|
|
457
|
+
readonly propertyDescriptor: PropertyDescriptor;
|
|
458
|
+
getService(serviceType: Type): unknown;
|
|
459
|
+
onComponentChanged(): void;
|
|
460
|
+
onComponentChanging(): boolean;
|
|
451
461
|
}
|
|
452
462
|
|
|
453
463
|
|
|
464
|
+
export interface ITypeDescriptorContext$instance extends System_Internal.IServiceProvider$instance {}
|
|
465
|
+
|
|
454
466
|
export type ITypeDescriptorContext = ITypeDescriptorContext$instance;
|
|
455
467
|
|
|
456
468
|
export interface ITypedList$instance {
|
|
457
|
-
|
|
458
|
-
|
|
469
|
+
getItemProperties(listAccessors: PropertyDescriptor[]): PropertyDescriptorCollection;
|
|
470
|
+
getListName(listAccessors: PropertyDescriptor[]): string;
|
|
459
471
|
}
|
|
460
472
|
|
|
461
473
|
|
|
@@ -463,26 +475,26 @@ export type ITypedList = ITypedList$instance;
|
|
|
463
475
|
|
|
464
476
|
export class AddingNewEventArgs$instance extends System_Internal.EventArgs$instance {
|
|
465
477
|
constructor();
|
|
466
|
-
constructor(newObject:
|
|
467
|
-
newObject:
|
|
478
|
+
constructor(newObject: unknown);
|
|
479
|
+
newObject: unknown;
|
|
468
480
|
}
|
|
469
481
|
|
|
470
482
|
|
|
471
483
|
export type AddingNewEventArgs = AddingNewEventArgs$instance;
|
|
472
484
|
|
|
473
485
|
export class AddingNewEventHandler$instance extends Function {
|
|
474
|
-
constructor(object_:
|
|
475
|
-
beginInvoke(sender:
|
|
476
|
-
clone():
|
|
486
|
+
constructor(object_: unknown, method: nint);
|
|
487
|
+
beginInvoke(sender: unknown, e: AddingNewEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
488
|
+
clone(): unknown;
|
|
477
489
|
endInvoke(result: IAsyncResult): void;
|
|
478
490
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
479
|
-
invoke(sender:
|
|
491
|
+
invoke(sender: unknown, e: AddingNewEventArgs): void;
|
|
480
492
|
}
|
|
481
493
|
|
|
482
494
|
|
|
483
495
|
export interface __AddingNewEventHandler$views {
|
|
484
|
-
|
|
485
|
-
|
|
496
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
497
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
486
498
|
}
|
|
487
499
|
|
|
488
500
|
export type AddingNewEventHandler = AddingNewEventHandler$instance & __AddingNewEventHandler$views;
|
|
@@ -490,7 +502,7 @@ export type AddingNewEventHandler = AddingNewEventHandler$instance & __AddingNew
|
|
|
490
502
|
|
|
491
503
|
export class AmbientValueAttribute$instance extends System_Internal.Attribute$instance {
|
|
492
504
|
constructor(type_: Type, value: string);
|
|
493
|
-
constructor(value:
|
|
505
|
+
constructor(value: char);
|
|
494
506
|
constructor(value: byte);
|
|
495
507
|
constructor(value: short);
|
|
496
508
|
constructor(value: int);
|
|
@@ -499,9 +511,9 @@ export class AmbientValueAttribute$instance extends System_Internal.Attribute$in
|
|
|
499
511
|
constructor(value: double);
|
|
500
512
|
constructor(value: boolean);
|
|
501
513
|
constructor(value: string);
|
|
502
|
-
constructor(value:
|
|
503
|
-
readonly value:
|
|
504
|
-
equals(obj:
|
|
514
|
+
constructor(value: unknown);
|
|
515
|
+
readonly value: unknown;
|
|
516
|
+
equals(obj: unknown): boolean;
|
|
505
517
|
getHashCode(): int;
|
|
506
518
|
}
|
|
507
519
|
|
|
@@ -510,11 +522,11 @@ export type AmbientValueAttribute = AmbientValueAttribute$instance;
|
|
|
510
522
|
|
|
511
523
|
export class ArrayConverter$instance extends CollectionConverter$instance {
|
|
512
524
|
constructor();
|
|
513
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
514
|
-
convertTo(value:
|
|
515
|
-
getProperties(context: ITypeDescriptorContext, value:
|
|
516
|
-
getProperties(value:
|
|
517
|
-
getProperties(context: ITypeDescriptorContext, value:
|
|
525
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
526
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
527
|
+
getProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
528
|
+
getProperties(value: unknown): PropertyDescriptorCollection;
|
|
529
|
+
getProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection;
|
|
518
530
|
getPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
519
531
|
getPropertiesSupported(): boolean;
|
|
520
532
|
}
|
|
@@ -523,28 +535,28 @@ export class ArrayConverter$instance extends CollectionConverter$instance {
|
|
|
523
535
|
export type ArrayConverter = ArrayConverter$instance;
|
|
524
536
|
|
|
525
537
|
export class AsyncCompletedEventArgs$instance extends System_Internal.EventArgs$instance {
|
|
526
|
-
constructor(error: Exception, cancelled: boolean, userState:
|
|
538
|
+
constructor(error: Exception, cancelled: boolean, userState: unknown);
|
|
527
539
|
readonly cancelled: boolean;
|
|
528
540
|
readonly error: Exception;
|
|
529
|
-
readonly userState:
|
|
541
|
+
readonly userState: unknown;
|
|
530
542
|
}
|
|
531
543
|
|
|
532
544
|
|
|
533
545
|
export type AsyncCompletedEventArgs = AsyncCompletedEventArgs$instance;
|
|
534
546
|
|
|
535
547
|
export class AsyncCompletedEventHandler$instance extends Function {
|
|
536
|
-
constructor(object_:
|
|
537
|
-
beginInvoke(sender:
|
|
538
|
-
clone():
|
|
548
|
+
constructor(object_: unknown, method: nint);
|
|
549
|
+
beginInvoke(sender: unknown, e: AsyncCompletedEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
550
|
+
clone(): unknown;
|
|
539
551
|
endInvoke(result: IAsyncResult): void;
|
|
540
552
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
541
|
-
invoke(sender:
|
|
553
|
+
invoke(sender: unknown, e: AsyncCompletedEventArgs): void;
|
|
542
554
|
}
|
|
543
555
|
|
|
544
556
|
|
|
545
557
|
export interface __AsyncCompletedEventHandler$views {
|
|
546
|
-
|
|
547
|
-
|
|
558
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
559
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
548
560
|
}
|
|
549
561
|
|
|
550
562
|
export type AsyncCompletedEventHandler = AsyncCompletedEventHandler$instance & __AsyncCompletedEventHandler$views;
|
|
@@ -552,10 +564,10 @@ export type AsyncCompletedEventHandler = AsyncCompletedEventHandler$instance & _
|
|
|
552
564
|
|
|
553
565
|
export class AsyncOperation$instance {
|
|
554
566
|
readonly synchronizationContext: SynchronizationContext;
|
|
555
|
-
readonly userSuppliedState:
|
|
567
|
+
readonly userSuppliedState: unknown;
|
|
556
568
|
operationCompleted(): void;
|
|
557
|
-
post(d: SendOrPostCallback, arg:
|
|
558
|
-
postOperationCompleted(d: SendOrPostCallback, arg:
|
|
569
|
+
post(d: SendOrPostCallback, arg: unknown): void;
|
|
570
|
+
postOperationCompleted(d: SendOrPostCallback, arg: unknown): void;
|
|
559
571
|
}
|
|
560
572
|
|
|
561
573
|
|
|
@@ -573,13 +585,13 @@ export class AttributeCollection$instance {
|
|
|
573
585
|
matches(attribute: Attribute): boolean;
|
|
574
586
|
matches(attributes: Attribute[]): boolean;
|
|
575
587
|
static readonly empty: AttributeCollection;
|
|
576
|
-
static
|
|
588
|
+
static fromExisting(existing: AttributeCollection, newAttributes: Attribute[]): AttributeCollection;
|
|
577
589
|
}
|
|
578
590
|
|
|
579
591
|
|
|
580
592
|
export interface __AttributeCollection$views {
|
|
581
|
-
|
|
582
|
-
|
|
593
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
594
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
583
595
|
}
|
|
584
596
|
|
|
585
597
|
export type AttributeCollection = AttributeCollection$instance & __AttributeCollection$views;
|
|
@@ -605,17 +617,19 @@ export class BackgroundWorker$instance extends Component$instance {
|
|
|
605
617
|
cancelAsync(): void;
|
|
606
618
|
dispose(): void;
|
|
607
619
|
reportProgress(percentProgress: int): void;
|
|
608
|
-
reportProgress(percentProgress: int, userState:
|
|
620
|
+
reportProgress(percentProgress: int, userState: unknown): void;
|
|
609
621
|
runWorkerAsync(): void;
|
|
610
|
-
runWorkerAsync(argument:
|
|
622
|
+
runWorkerAsync(argument: unknown): void;
|
|
611
623
|
}
|
|
612
624
|
|
|
613
625
|
|
|
614
626
|
export interface __BackgroundWorker$views {
|
|
615
|
-
|
|
616
|
-
|
|
627
|
+
As_IComponent(): IComponent$instance;
|
|
628
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
617
629
|
}
|
|
618
630
|
|
|
631
|
+
export interface BackgroundWorker$instance extends IComponent$instance {}
|
|
632
|
+
|
|
619
633
|
export type BackgroundWorker = BackgroundWorker$instance & __BackgroundWorker$views;
|
|
620
634
|
|
|
621
635
|
|
|
@@ -624,10 +638,10 @@ export abstract class BaseNumberConverter$instance extends TypeConverter$instanc
|
|
|
624
638
|
canConvertFrom(sourceType: Type): boolean;
|
|
625
639
|
canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
626
640
|
canConvertTo(destinationType: Type): boolean;
|
|
627
|
-
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
628
|
-
convertFrom(value:
|
|
629
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
630
|
-
convertTo(value:
|
|
641
|
+
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
|
|
642
|
+
convertFrom(value: unknown): unknown;
|
|
643
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
644
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
631
645
|
}
|
|
632
646
|
|
|
633
647
|
|
|
@@ -640,7 +654,7 @@ export class BindableAttribute$instance extends System_Internal.Attribute$instan
|
|
|
640
654
|
constructor(flags: BindableSupport, direction: BindingDirection);
|
|
641
655
|
readonly bindable: boolean;
|
|
642
656
|
readonly direction: BindingDirection;
|
|
643
|
-
equals(obj:
|
|
657
|
+
equals(obj: unknown): boolean;
|
|
644
658
|
getHashCode(): int;
|
|
645
659
|
isDefaultAttribute(): boolean;
|
|
646
660
|
static readonly yes: BindableAttribute;
|
|
@@ -659,12 +673,12 @@ export class BindingList_1$instance<T> extends System_Collections_ObjectModel_In
|
|
|
659
673
|
allowRemove: boolean;
|
|
660
674
|
raiseListChangedEvents: boolean;
|
|
661
675
|
add(item: T): void;
|
|
662
|
-
add(value:
|
|
676
|
+
add(value: unknown): int;
|
|
663
677
|
addNew(): T;
|
|
664
678
|
cancelNew(itemIndex: int): void;
|
|
665
679
|
clear(): void;
|
|
666
680
|
contains(item: T): boolean;
|
|
667
|
-
contains(value:
|
|
681
|
+
contains(value: unknown): boolean;
|
|
668
682
|
copyTo(array: T[], index: int): void;
|
|
669
683
|
copyTo(array: ClrArray, index: int): void;
|
|
670
684
|
endNew(itemIndex: int): void;
|
|
@@ -672,9 +686,9 @@ export class BindingList_1$instance<T> extends System_Collections_ObjectModel_In
|
|
|
672
686
|
getEnumerator(): IEnumerator;
|
|
673
687
|
indexOf(item: T): int;
|
|
674
688
|
insert(index: int, item: T): void;
|
|
675
|
-
insert(index: int, value:
|
|
689
|
+
insert(index: int, value: unknown): void;
|
|
676
690
|
remove(item: T): boolean;
|
|
677
|
-
remove(value:
|
|
691
|
+
remove(value: unknown): void;
|
|
678
692
|
removeAt(index: int): void;
|
|
679
693
|
resetBindings(): void;
|
|
680
694
|
resetItem(position: int): void;
|
|
@@ -682,18 +696,20 @@ export class BindingList_1$instance<T> extends System_Collections_ObjectModel_In
|
|
|
682
696
|
|
|
683
697
|
|
|
684
698
|
export interface __BindingList_1$views<T> {
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
699
|
+
As_IBindingList(): IBindingList$instance;
|
|
700
|
+
As_ICancelAddNew(): ICancelAddNew$instance;
|
|
701
|
+
As_IRaiseItemChangedEvents(): IRaiseItemChangedEvents$instance;
|
|
702
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
703
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
704
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<T>;
|
|
705
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<T>;
|
|
706
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
707
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
708
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
695
709
|
}
|
|
696
710
|
|
|
711
|
+
export interface BindingList_1$instance<T> extends ICancelAddNew$instance, IRaiseItemChangedEvents$instance {}
|
|
712
|
+
|
|
697
713
|
export type BindingList_1<T> = BindingList_1$instance<T> & __BindingList_1$views<T>;
|
|
698
714
|
|
|
699
715
|
|
|
@@ -701,8 +717,8 @@ export class BooleanConverter$instance extends TypeConverter$instance {
|
|
|
701
717
|
constructor();
|
|
702
718
|
canConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
703
719
|
canConvertFrom(sourceType: Type): boolean;
|
|
704
|
-
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
705
|
-
convertFrom(value:
|
|
720
|
+
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
|
|
721
|
+
convertFrom(value: unknown): unknown;
|
|
706
722
|
getStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
|
|
707
723
|
getStandardValues(): ICollection;
|
|
708
724
|
getStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
|
|
@@ -717,7 +733,7 @@ export type BooleanConverter = BooleanConverter$instance;
|
|
|
717
733
|
export class BrowsableAttribute$instance extends System_Internal.Attribute$instance {
|
|
718
734
|
constructor(browsable: boolean);
|
|
719
735
|
readonly browsable: boolean;
|
|
720
|
-
equals(obj:
|
|
736
|
+
equals(obj: unknown): boolean;
|
|
721
737
|
getHashCode(): int;
|
|
722
738
|
isDefaultAttribute(): boolean;
|
|
723
739
|
static readonly yes: BrowsableAttribute;
|
|
@@ -745,18 +761,18 @@ export class CancelEventArgs$instance extends System_Internal.EventArgs$instance
|
|
|
745
761
|
export type CancelEventArgs = CancelEventArgs$instance;
|
|
746
762
|
|
|
747
763
|
export class CancelEventHandler$instance extends Function {
|
|
748
|
-
constructor(object_:
|
|
749
|
-
beginInvoke(sender:
|
|
750
|
-
clone():
|
|
764
|
+
constructor(object_: unknown, method: nint);
|
|
765
|
+
beginInvoke(sender: unknown, e: CancelEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
766
|
+
clone(): unknown;
|
|
751
767
|
endInvoke(result: IAsyncResult): void;
|
|
752
768
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
753
|
-
invoke(sender:
|
|
769
|
+
invoke(sender: unknown, e: CancelEventArgs): void;
|
|
754
770
|
}
|
|
755
771
|
|
|
756
772
|
|
|
757
773
|
export interface __CancelEventHandler$views {
|
|
758
|
-
|
|
759
|
-
|
|
774
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
775
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
760
776
|
}
|
|
761
777
|
|
|
762
778
|
export type CancelEventHandler = CancelEventHandler$instance & __CancelEventHandler$views;
|
|
@@ -766,23 +782,23 @@ export class CategoryAttribute$instance extends System_Internal.Attribute$instan
|
|
|
766
782
|
constructor();
|
|
767
783
|
constructor(category: string);
|
|
768
784
|
readonly category: string;
|
|
769
|
-
equals(obj:
|
|
785
|
+
equals(obj: unknown): boolean;
|
|
770
786
|
getHashCode(): int;
|
|
771
787
|
isDefaultAttribute(): boolean;
|
|
772
|
-
static readonly
|
|
773
|
-
static readonly
|
|
774
|
-
static readonly
|
|
775
|
-
static readonly
|
|
776
|
-
static readonly
|
|
777
|
-
static readonly
|
|
778
|
-
static readonly
|
|
779
|
-
static readonly
|
|
780
|
-
static readonly
|
|
781
|
-
static readonly
|
|
782
|
-
static readonly
|
|
783
|
-
static readonly
|
|
784
|
-
static readonly
|
|
785
|
-
static readonly
|
|
788
|
+
static readonly action: CategoryAttribute;
|
|
789
|
+
static readonly appearance: CategoryAttribute;
|
|
790
|
+
static readonly asynchronous: CategoryAttribute;
|
|
791
|
+
static readonly behavior: CategoryAttribute;
|
|
792
|
+
static readonly data: CategoryAttribute;
|
|
793
|
+
static readonly default_: CategoryAttribute;
|
|
794
|
+
static readonly design: CategoryAttribute;
|
|
795
|
+
static readonly dragDrop: CategoryAttribute;
|
|
796
|
+
static readonly focus: CategoryAttribute;
|
|
797
|
+
static readonly format: CategoryAttribute;
|
|
798
|
+
static readonly key: CategoryAttribute;
|
|
799
|
+
static readonly layout: CategoryAttribute;
|
|
800
|
+
static readonly mouse: CategoryAttribute;
|
|
801
|
+
static readonly windowStyle: CategoryAttribute;
|
|
786
802
|
}
|
|
787
803
|
|
|
788
804
|
|
|
@@ -792,37 +808,37 @@ export class CharConverter$instance extends TypeConverter$instance {
|
|
|
792
808
|
constructor();
|
|
793
809
|
canConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
794
810
|
canConvertFrom(sourceType: Type): boolean;
|
|
795
|
-
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
796
|
-
convertFrom(value:
|
|
797
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
798
|
-
convertTo(value:
|
|
811
|
+
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
|
|
812
|
+
convertFrom(value: unknown): unknown;
|
|
813
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
814
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
799
815
|
}
|
|
800
816
|
|
|
801
817
|
|
|
802
818
|
export type CharConverter = CharConverter$instance;
|
|
803
819
|
|
|
804
820
|
export class CollectionChangeEventArgs$instance extends System_Internal.EventArgs$instance {
|
|
805
|
-
constructor(action: CollectionChangeAction, element:
|
|
821
|
+
constructor(action: CollectionChangeAction, element: unknown);
|
|
806
822
|
readonly action: CollectionChangeAction;
|
|
807
|
-
readonly element:
|
|
823
|
+
readonly element: unknown;
|
|
808
824
|
}
|
|
809
825
|
|
|
810
826
|
|
|
811
827
|
export type CollectionChangeEventArgs = CollectionChangeEventArgs$instance;
|
|
812
828
|
|
|
813
829
|
export class CollectionChangeEventHandler$instance extends Function {
|
|
814
|
-
constructor(object_:
|
|
815
|
-
beginInvoke(sender:
|
|
816
|
-
clone():
|
|
830
|
+
constructor(object_: unknown, method: nint);
|
|
831
|
+
beginInvoke(sender: unknown, e: CollectionChangeEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
832
|
+
clone(): unknown;
|
|
817
833
|
endInvoke(result: IAsyncResult): void;
|
|
818
834
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
819
|
-
invoke(sender:
|
|
835
|
+
invoke(sender: unknown, e: CollectionChangeEventArgs): void;
|
|
820
836
|
}
|
|
821
837
|
|
|
822
838
|
|
|
823
839
|
export interface __CollectionChangeEventHandler$views {
|
|
824
|
-
|
|
825
|
-
|
|
840
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
841
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
826
842
|
}
|
|
827
843
|
|
|
828
844
|
export type CollectionChangeEventHandler = CollectionChangeEventHandler$instance & __CollectionChangeEventHandler$views;
|
|
@@ -830,11 +846,11 @@ export type CollectionChangeEventHandler = CollectionChangeEventHandler$instance
|
|
|
830
846
|
|
|
831
847
|
export class CollectionConverter$instance extends TypeConverter$instance {
|
|
832
848
|
constructor();
|
|
833
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
834
|
-
convertTo(value:
|
|
835
|
-
getProperties(context: ITypeDescriptorContext, value:
|
|
836
|
-
getProperties(value:
|
|
837
|
-
getProperties(context: ITypeDescriptorContext, value:
|
|
849
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
850
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
851
|
+
getProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
852
|
+
getProperties(value: unknown): PropertyDescriptorCollection;
|
|
853
|
+
getProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection;
|
|
838
854
|
}
|
|
839
855
|
|
|
840
856
|
|
|
@@ -846,7 +862,7 @@ export class ComplexBindingPropertiesAttribute$instance extends System_Internal.
|
|
|
846
862
|
constructor(dataSource: string, dataMember: string);
|
|
847
863
|
readonly dataMember: string;
|
|
848
864
|
readonly dataSource: string;
|
|
849
|
-
equals(obj:
|
|
865
|
+
equals(obj: unknown): boolean;
|
|
850
866
|
getHashCode(): int;
|
|
851
867
|
static readonly default_: ComplexBindingPropertiesAttribute;
|
|
852
868
|
}
|
|
@@ -864,8 +880,8 @@ export class Component$instance extends System_Internal.MarshalByRefObject$insta
|
|
|
864
880
|
|
|
865
881
|
|
|
866
882
|
export interface __Component$views {
|
|
867
|
-
|
|
868
|
-
|
|
883
|
+
As_IComponent(): IComponent$instance;
|
|
884
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
869
885
|
}
|
|
870
886
|
|
|
871
887
|
export type Component = Component$instance & __Component$views;
|
|
@@ -881,18 +897,20 @@ export class ComponentCollection$instance extends System_Collections_Internal.Re
|
|
|
881
897
|
|
|
882
898
|
|
|
883
899
|
export interface __ComponentCollection$views {
|
|
884
|
-
|
|
885
|
-
|
|
900
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
901
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
886
902
|
}
|
|
887
903
|
|
|
904
|
+
export interface ComponentCollection$instance extends System_Collections_Internal.ICollection$instance {}
|
|
905
|
+
|
|
888
906
|
export type ComponentCollection = ComponentCollection$instance & __ComponentCollection$views;
|
|
889
907
|
|
|
890
908
|
|
|
891
909
|
export class ComponentConverter$instance extends ReferenceConverter$instance {
|
|
892
910
|
constructor(type_: Type);
|
|
893
|
-
getProperties(context: ITypeDescriptorContext, value:
|
|
894
|
-
getProperties(value:
|
|
895
|
-
getProperties(context: ITypeDescriptorContext, value:
|
|
911
|
+
getProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
912
|
+
getProperties(value: unknown): PropertyDescriptorCollection;
|
|
913
|
+
getProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection;
|
|
896
914
|
getPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
897
915
|
getPropertiesSupported(): boolean;
|
|
898
916
|
}
|
|
@@ -901,8 +919,8 @@ export class ComponentConverter$instance extends ReferenceConverter$instance {
|
|
|
901
919
|
export type ComponentConverter = ComponentConverter$instance;
|
|
902
920
|
|
|
903
921
|
export abstract class ComponentEditor$instance {
|
|
904
|
-
editComponent(component:
|
|
905
|
-
editComponent(context: ITypeDescriptorContext, component:
|
|
922
|
+
editComponent(component: unknown): boolean;
|
|
923
|
+
editComponent(context: ITypeDescriptorContext, component: unknown): boolean;
|
|
906
924
|
}
|
|
907
925
|
|
|
908
926
|
|
|
@@ -911,9 +929,9 @@ export type ComponentEditor = ComponentEditor$instance;
|
|
|
911
929
|
export class ComponentResourceManager$instance extends System_Resources_Internal.ResourceManager$instance {
|
|
912
930
|
constructor();
|
|
913
931
|
constructor(t: Type);
|
|
914
|
-
applyResources(value:
|
|
915
|
-
applyResources(value:
|
|
916
|
-
applyResourcesToRegisteredType(value:
|
|
932
|
+
applyResources(value: unknown, objectName: string): void;
|
|
933
|
+
applyResources(value: unknown, objectName: string, culture: CultureInfo): void;
|
|
934
|
+
applyResourcesToRegisteredType(value: unknown, objectName: string, culture: CultureInfo): void;
|
|
917
935
|
}
|
|
918
936
|
|
|
919
937
|
|
|
@@ -930,8 +948,8 @@ export class Container$instance {
|
|
|
930
948
|
|
|
931
949
|
|
|
932
950
|
export interface __Container$views {
|
|
933
|
-
|
|
934
|
-
|
|
951
|
+
As_IContainer(): IContainer$instance;
|
|
952
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
935
953
|
}
|
|
936
954
|
|
|
937
955
|
export type Container = Container$instance & __Container$views;
|
|
@@ -950,10 +968,10 @@ export class CultureInfoConverter$instance extends TypeConverter$instance {
|
|
|
950
968
|
canConvertFrom(sourceType: Type): boolean;
|
|
951
969
|
canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
952
970
|
canConvertTo(destinationType: Type): boolean;
|
|
953
|
-
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
954
|
-
convertFrom(value:
|
|
955
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
956
|
-
convertTo(value:
|
|
971
|
+
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
|
|
972
|
+
convertFrom(value: unknown): unknown;
|
|
973
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
974
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
957
975
|
getStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
|
|
958
976
|
getStandardValues(): ICollection;
|
|
959
977
|
getStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
|
|
@@ -974,21 +992,23 @@ export abstract class CustomTypeDescriptor$instance {
|
|
|
974
992
|
getConverterFromRegisteredType(): TypeConverter;
|
|
975
993
|
getDefaultEvent(): EventDescriptor;
|
|
976
994
|
getDefaultProperty(): PropertyDescriptor;
|
|
977
|
-
getEditor(editorBaseType: Type):
|
|
995
|
+
getEditor(editorBaseType: Type): unknown;
|
|
978
996
|
getEvents(): EventDescriptorCollection;
|
|
979
997
|
getEvents(attributes: Attribute[]): EventDescriptorCollection;
|
|
980
998
|
getEventsFromRegisteredType(): EventDescriptorCollection;
|
|
981
999
|
getProperties(): PropertyDescriptorCollection;
|
|
982
1000
|
getProperties(attributes: Attribute[]): PropertyDescriptorCollection;
|
|
983
1001
|
getPropertiesFromRegisteredType(): PropertyDescriptorCollection;
|
|
984
|
-
getPropertyOwner(pd: PropertyDescriptor):
|
|
1002
|
+
getPropertyOwner(pd: PropertyDescriptor): unknown;
|
|
985
1003
|
}
|
|
986
1004
|
|
|
987
1005
|
|
|
988
1006
|
export interface __CustomTypeDescriptor$views {
|
|
989
|
-
|
|
1007
|
+
As_ICustomTypeDescriptor(): ICustomTypeDescriptor$instance;
|
|
990
1008
|
}
|
|
991
1009
|
|
|
1010
|
+
export interface CustomTypeDescriptor$instance extends ICustomTypeDescriptor$instance {}
|
|
1011
|
+
|
|
992
1012
|
export type CustomTypeDescriptor = CustomTypeDescriptor$instance & __CustomTypeDescriptor$views;
|
|
993
1013
|
|
|
994
1014
|
|
|
@@ -1004,7 +1024,7 @@ export class DataObjectAttribute$instance extends System_Internal.Attribute$inst
|
|
|
1004
1024
|
constructor();
|
|
1005
1025
|
constructor(isDataObject: boolean);
|
|
1006
1026
|
readonly isDataObject: boolean;
|
|
1007
|
-
equals(obj:
|
|
1027
|
+
equals(obj: unknown): boolean;
|
|
1008
1028
|
getHashCode(): int;
|
|
1009
1029
|
isDefaultAttribute(): boolean;
|
|
1010
1030
|
static readonly dataObject: DataObjectAttribute;
|
|
@@ -1024,7 +1044,7 @@ export class DataObjectFieldAttribute$instance extends System_Internal.Attribute
|
|
|
1024
1044
|
readonly isNullable: boolean;
|
|
1025
1045
|
readonly length: int;
|
|
1026
1046
|
readonly primaryKey: boolean;
|
|
1027
|
-
equals(obj:
|
|
1047
|
+
equals(obj: unknown): boolean;
|
|
1028
1048
|
getHashCode(): int;
|
|
1029
1049
|
}
|
|
1030
1050
|
|
|
@@ -1036,9 +1056,9 @@ export class DataObjectMethodAttribute$instance extends System_Internal.Attribut
|
|
|
1036
1056
|
constructor(methodType: DataObjectMethodType, isDefault: boolean);
|
|
1037
1057
|
readonly isDefault: boolean;
|
|
1038
1058
|
readonly methodType: DataObjectMethodType;
|
|
1039
|
-
equals(obj:
|
|
1059
|
+
equals(obj: unknown): boolean;
|
|
1040
1060
|
getHashCode(): int;
|
|
1041
|
-
match(obj:
|
|
1061
|
+
match(obj: unknown): boolean;
|
|
1042
1062
|
}
|
|
1043
1063
|
|
|
1044
1064
|
|
|
@@ -1050,10 +1070,10 @@ export class DateOnlyConverter$instance extends TypeConverter$instance {
|
|
|
1050
1070
|
canConvertFrom(sourceType: Type): boolean;
|
|
1051
1071
|
canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
1052
1072
|
canConvertTo(destinationType: Type): boolean;
|
|
1053
|
-
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1054
|
-
convertFrom(value:
|
|
1055
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1056
|
-
convertTo(value:
|
|
1073
|
+
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
|
|
1074
|
+
convertFrom(value: unknown): unknown;
|
|
1075
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
1076
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
1057
1077
|
}
|
|
1058
1078
|
|
|
1059
1079
|
|
|
@@ -1065,10 +1085,10 @@ export class DateTimeConverter$instance extends TypeConverter$instance {
|
|
|
1065
1085
|
canConvertFrom(sourceType: Type): boolean;
|
|
1066
1086
|
canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
1067
1087
|
canConvertTo(destinationType: Type): boolean;
|
|
1068
|
-
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1069
|
-
convertFrom(value:
|
|
1070
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1071
|
-
convertTo(value:
|
|
1088
|
+
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
|
|
1089
|
+
convertFrom(value: unknown): unknown;
|
|
1090
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
1091
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
1072
1092
|
}
|
|
1073
1093
|
|
|
1074
1094
|
|
|
@@ -1080,10 +1100,10 @@ export class DateTimeOffsetConverter$instance extends TypeConverter$instance {
|
|
|
1080
1100
|
canConvertFrom(sourceType: Type): boolean;
|
|
1081
1101
|
canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
1082
1102
|
canConvertTo(destinationType: Type): boolean;
|
|
1083
|
-
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1084
|
-
convertFrom(value:
|
|
1085
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1086
|
-
convertTo(value:
|
|
1103
|
+
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
|
|
1104
|
+
convertFrom(value: unknown): unknown;
|
|
1105
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
1106
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
1087
1107
|
}
|
|
1088
1108
|
|
|
1089
1109
|
|
|
@@ -1093,8 +1113,8 @@ export class DecimalConverter$instance extends BaseNumberConverter$instance {
|
|
|
1093
1113
|
constructor();
|
|
1094
1114
|
canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
1095
1115
|
canConvertTo(destinationType: Type): boolean;
|
|
1096
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1097
|
-
convertTo(value:
|
|
1116
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
1117
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
1098
1118
|
}
|
|
1099
1119
|
|
|
1100
1120
|
|
|
@@ -1104,7 +1124,7 @@ export class DefaultBindingPropertyAttribute$instance extends System_Internal.At
|
|
|
1104
1124
|
constructor();
|
|
1105
1125
|
constructor(name: string);
|
|
1106
1126
|
readonly name: string;
|
|
1107
|
-
equals(obj:
|
|
1127
|
+
equals(obj: unknown): boolean;
|
|
1108
1128
|
getHashCode(): int;
|
|
1109
1129
|
static readonly default_: DefaultBindingPropertyAttribute;
|
|
1110
1130
|
}
|
|
@@ -1115,7 +1135,7 @@ export type DefaultBindingPropertyAttribute = DefaultBindingPropertyAttribute$in
|
|
|
1115
1135
|
export class DefaultEventAttribute$instance extends System_Internal.Attribute$instance {
|
|
1116
1136
|
constructor(name: string);
|
|
1117
1137
|
readonly name: string;
|
|
1118
|
-
equals(obj:
|
|
1138
|
+
equals(obj: unknown): boolean;
|
|
1119
1139
|
getHashCode(): int;
|
|
1120
1140
|
static readonly default_: DefaultEventAttribute;
|
|
1121
1141
|
}
|
|
@@ -1126,7 +1146,7 @@ export type DefaultEventAttribute = DefaultEventAttribute$instance;
|
|
|
1126
1146
|
export class DefaultPropertyAttribute$instance extends System_Internal.Attribute$instance {
|
|
1127
1147
|
constructor(name: string);
|
|
1128
1148
|
readonly name: string;
|
|
1129
|
-
equals(obj:
|
|
1149
|
+
equals(obj: unknown): boolean;
|
|
1130
1150
|
getHashCode(): int;
|
|
1131
1151
|
static readonly default_: DefaultPropertyAttribute;
|
|
1132
1152
|
}
|
|
@@ -1136,7 +1156,7 @@ export type DefaultPropertyAttribute = DefaultPropertyAttribute$instance;
|
|
|
1136
1156
|
|
|
1137
1157
|
export class DefaultValueAttribute$instance extends System_Internal.Attribute$instance {
|
|
1138
1158
|
constructor(type_: Type, value: string);
|
|
1139
|
-
constructor(value:
|
|
1159
|
+
constructor(value: char);
|
|
1140
1160
|
constructor(value: byte);
|
|
1141
1161
|
constructor(value: short);
|
|
1142
1162
|
constructor(value: int);
|
|
@@ -1145,13 +1165,13 @@ export class DefaultValueAttribute$instance extends System_Internal.Attribute$in
|
|
|
1145
1165
|
constructor(value: double);
|
|
1146
1166
|
constructor(value: boolean);
|
|
1147
1167
|
constructor(value: string);
|
|
1148
|
-
constructor(value:
|
|
1168
|
+
constructor(value: unknown);
|
|
1149
1169
|
constructor(value: sbyte);
|
|
1150
1170
|
constructor(value: ushort);
|
|
1151
1171
|
constructor(value: uint);
|
|
1152
1172
|
constructor(value: ulong);
|
|
1153
|
-
readonly value:
|
|
1154
|
-
equals(obj:
|
|
1173
|
+
readonly value: unknown;
|
|
1174
|
+
equals(obj: unknown): boolean;
|
|
1155
1175
|
getHashCode(): int;
|
|
1156
1176
|
}
|
|
1157
1177
|
|
|
@@ -1162,7 +1182,7 @@ export class DescriptionAttribute$instance extends System_Internal.Attribute$ins
|
|
|
1162
1182
|
constructor();
|
|
1163
1183
|
constructor(description: string);
|
|
1164
1184
|
readonly description: string;
|
|
1165
|
-
equals(obj:
|
|
1185
|
+
equals(obj: unknown): boolean;
|
|
1166
1186
|
getHashCode(): int;
|
|
1167
1187
|
isDefaultAttribute(): boolean;
|
|
1168
1188
|
static readonly default_: DescriptionAttribute;
|
|
@@ -1179,8 +1199,8 @@ export class DesignerAttribute$instance extends System_Internal.Attribute$instan
|
|
|
1179
1199
|
constructor(designerType: Type, designerBaseType: Type);
|
|
1180
1200
|
readonly designerBaseTypeName: string;
|
|
1181
1201
|
readonly designerTypeName: string;
|
|
1182
|
-
readonly typeId:
|
|
1183
|
-
equals(obj:
|
|
1202
|
+
readonly typeId: unknown;
|
|
1203
|
+
equals(obj: unknown): boolean;
|
|
1184
1204
|
getHashCode(): int;
|
|
1185
1205
|
}
|
|
1186
1206
|
|
|
@@ -1191,8 +1211,8 @@ export class DesignerCategoryAttribute$instance extends System_Internal.Attribut
|
|
|
1191
1211
|
constructor();
|
|
1192
1212
|
constructor(category: string);
|
|
1193
1213
|
readonly category: string;
|
|
1194
|
-
readonly typeId:
|
|
1195
|
-
equals(obj:
|
|
1214
|
+
readonly typeId: unknown;
|
|
1215
|
+
equals(obj: unknown): boolean;
|
|
1196
1216
|
getHashCode(): int;
|
|
1197
1217
|
isDefaultAttribute(): boolean;
|
|
1198
1218
|
static readonly component: DesignerCategoryAttribute;
|
|
@@ -1207,7 +1227,7 @@ export type DesignerCategoryAttribute = DesignerCategoryAttribute$instance;
|
|
|
1207
1227
|
export class DesignerSerializationVisibilityAttribute$instance extends System_Internal.Attribute$instance {
|
|
1208
1228
|
constructor(visibility: DesignerSerializationVisibility);
|
|
1209
1229
|
readonly visibility: DesignerSerializationVisibility;
|
|
1210
|
-
equals(obj:
|
|
1230
|
+
equals(obj: unknown): boolean;
|
|
1211
1231
|
getHashCode(): int;
|
|
1212
1232
|
isDefaultAttribute(): boolean;
|
|
1213
1233
|
static readonly content: DesignerSerializationVisibilityAttribute;
|
|
@@ -1222,7 +1242,7 @@ export type DesignerSerializationVisibilityAttribute = DesignerSerializationVisi
|
|
|
1222
1242
|
export class DesignOnlyAttribute$instance extends System_Internal.Attribute$instance {
|
|
1223
1243
|
constructor(isDesignOnly: boolean);
|
|
1224
1244
|
readonly isDesignOnly: boolean;
|
|
1225
|
-
equals(obj:
|
|
1245
|
+
equals(obj: unknown): boolean;
|
|
1226
1246
|
getHashCode(): int;
|
|
1227
1247
|
isDefaultAttribute(): boolean;
|
|
1228
1248
|
static readonly yes: DesignOnlyAttribute;
|
|
@@ -1237,7 +1257,7 @@ export class DesignTimeVisibleAttribute$instance extends System_Internal.Attribu
|
|
|
1237
1257
|
constructor(visible: boolean);
|
|
1238
1258
|
constructor();
|
|
1239
1259
|
readonly visible: boolean;
|
|
1240
|
-
equals(obj:
|
|
1260
|
+
equals(obj: unknown): boolean;
|
|
1241
1261
|
getHashCode(): int;
|
|
1242
1262
|
isDefaultAttribute(): boolean;
|
|
1243
1263
|
static readonly yes: DesignTimeVisibleAttribute;
|
|
@@ -1252,7 +1272,7 @@ export class DisplayNameAttribute$instance extends System_Internal.Attribute$ins
|
|
|
1252
1272
|
constructor();
|
|
1253
1273
|
constructor(displayName: string);
|
|
1254
1274
|
readonly displayName: string;
|
|
1255
|
-
equals(obj:
|
|
1275
|
+
equals(obj: unknown): boolean;
|
|
1256
1276
|
getHashCode(): int;
|
|
1257
1277
|
isDefaultAttribute(): boolean;
|
|
1258
1278
|
static readonly default_: DisplayNameAttribute;
|
|
@@ -1269,27 +1289,27 @@ export class DoubleConverter$instance extends BaseNumberConverter$instance {
|
|
|
1269
1289
|
export type DoubleConverter = DoubleConverter$instance;
|
|
1270
1290
|
|
|
1271
1291
|
export class DoWorkEventArgs$instance extends CancelEventArgs$instance {
|
|
1272
|
-
constructor(argument:
|
|
1273
|
-
readonly argument:
|
|
1274
|
-
result:
|
|
1292
|
+
constructor(argument: unknown);
|
|
1293
|
+
readonly argument: unknown;
|
|
1294
|
+
result: unknown;
|
|
1275
1295
|
}
|
|
1276
1296
|
|
|
1277
1297
|
|
|
1278
1298
|
export type DoWorkEventArgs = DoWorkEventArgs$instance;
|
|
1279
1299
|
|
|
1280
1300
|
export class DoWorkEventHandler$instance extends Function {
|
|
1281
|
-
constructor(object_:
|
|
1282
|
-
beginInvoke(sender:
|
|
1283
|
-
clone():
|
|
1301
|
+
constructor(object_: unknown, method: nint);
|
|
1302
|
+
beginInvoke(sender: unknown, e: DoWorkEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
1303
|
+
clone(): unknown;
|
|
1284
1304
|
endInvoke(result: IAsyncResult): void;
|
|
1285
1305
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1286
|
-
invoke(sender:
|
|
1306
|
+
invoke(sender: unknown, e: DoWorkEventArgs): void;
|
|
1287
1307
|
}
|
|
1288
1308
|
|
|
1289
1309
|
|
|
1290
1310
|
export interface __DoWorkEventHandler$views {
|
|
1291
|
-
|
|
1292
|
-
|
|
1311
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1312
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1293
1313
|
}
|
|
1294
1314
|
|
|
1295
1315
|
export type DoWorkEventHandler = DoWorkEventHandler$instance & __DoWorkEventHandler$views;
|
|
@@ -1302,8 +1322,8 @@ export class EditorAttribute$instance extends System_Internal.Attribute$instance
|
|
|
1302
1322
|
constructor(type_: Type, baseType: Type);
|
|
1303
1323
|
readonly editorBaseTypeName: string;
|
|
1304
1324
|
readonly editorTypeName: string;
|
|
1305
|
-
readonly typeId:
|
|
1306
|
-
equals(obj:
|
|
1325
|
+
readonly typeId: unknown;
|
|
1326
|
+
equals(obj: unknown): boolean;
|
|
1307
1327
|
getHashCode(): int;
|
|
1308
1328
|
}
|
|
1309
1329
|
|
|
@@ -1314,7 +1334,7 @@ export class EditorBrowsableAttribute$instance extends System_Internal.Attribute
|
|
|
1314
1334
|
constructor(state: EditorBrowsableState);
|
|
1315
1335
|
constructor();
|
|
1316
1336
|
readonly state: EditorBrowsableState;
|
|
1317
|
-
equals(obj:
|
|
1337
|
+
equals(obj: unknown): boolean;
|
|
1318
1338
|
getHashCode(): int;
|
|
1319
1339
|
}
|
|
1320
1340
|
|
|
@@ -1327,18 +1347,18 @@ export class EnumConverter$instance extends TypeConverter$instance {
|
|
|
1327
1347
|
canConvertFrom(sourceType: Type): boolean;
|
|
1328
1348
|
canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
1329
1349
|
canConvertTo(destinationType: Type): boolean;
|
|
1330
|
-
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1331
|
-
convertFrom(value:
|
|
1332
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1333
|
-
convertTo(value:
|
|
1350
|
+
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
|
|
1351
|
+
convertFrom(value: unknown): unknown;
|
|
1352
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
1353
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
1334
1354
|
getStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
|
|
1335
1355
|
getStandardValues(): ICollection;
|
|
1336
1356
|
getStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
|
|
1337
1357
|
getStandardValuesExclusive(): boolean;
|
|
1338
1358
|
getStandardValuesSupported(context: ITypeDescriptorContext): boolean;
|
|
1339
1359
|
getStandardValuesSupported(): boolean;
|
|
1340
|
-
isValid(context: ITypeDescriptorContext, value:
|
|
1341
|
-
isValid(value:
|
|
1360
|
+
isValid(context: ITypeDescriptorContext, value: unknown): boolean;
|
|
1361
|
+
isValid(value: unknown): boolean;
|
|
1342
1362
|
}
|
|
1343
1363
|
|
|
1344
1364
|
|
|
@@ -1348,8 +1368,8 @@ export abstract class EventDescriptor$instance extends MemberDescriptor$instance
|
|
|
1348
1368
|
readonly componentType: Type;
|
|
1349
1369
|
readonly eventType: Type;
|
|
1350
1370
|
readonly isMulticast: boolean;
|
|
1351
|
-
abstract addEventHandler(component:
|
|
1352
|
-
abstract removeEventHandler(component:
|
|
1371
|
+
abstract addEventHandler(component: unknown, value: Function): void;
|
|
1372
|
+
abstract removeEventHandler(component: unknown, value: Function): void;
|
|
1353
1373
|
}
|
|
1354
1374
|
|
|
1355
1375
|
|
|
@@ -1379,9 +1399,9 @@ export class EventDescriptorCollection$instance {
|
|
|
1379
1399
|
|
|
1380
1400
|
|
|
1381
1401
|
export interface __EventDescriptorCollection$views {
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1402
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1403
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1404
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
1385
1405
|
}
|
|
1386
1406
|
|
|
1387
1407
|
export type EventDescriptorCollection = EventDescriptorCollection$instance & __EventDescriptorCollection$views;
|
|
@@ -1390,25 +1410,27 @@ export type EventDescriptorCollection = EventDescriptorCollection$instance & __E
|
|
|
1390
1410
|
export class EventHandlerList$instance {
|
|
1391
1411
|
constructor();
|
|
1392
1412
|
item: Function;
|
|
1393
|
-
addHandler(key:
|
|
1413
|
+
addHandler(key: unknown, value: Function): void;
|
|
1394
1414
|
addHandlers(listToAddFrom: EventHandlerList): void;
|
|
1395
1415
|
dispose(): void;
|
|
1396
|
-
removeHandler(key:
|
|
1416
|
+
removeHandler(key: unknown, value: Function): void;
|
|
1397
1417
|
}
|
|
1398
1418
|
|
|
1399
1419
|
|
|
1400
1420
|
export interface __EventHandlerList$views {
|
|
1401
|
-
|
|
1421
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1402
1422
|
}
|
|
1403
1423
|
|
|
1424
|
+
export interface EventHandlerList$instance extends System_Internal.IDisposable$instance {}
|
|
1425
|
+
|
|
1404
1426
|
export type EventHandlerList = EventHandlerList$instance & __EventHandlerList$views;
|
|
1405
1427
|
|
|
1406
1428
|
|
|
1407
1429
|
export class ExpandableObjectConverter$instance extends TypeConverter$instance {
|
|
1408
1430
|
constructor();
|
|
1409
|
-
getProperties(context: ITypeDescriptorContext, value:
|
|
1410
|
-
getProperties(value:
|
|
1411
|
-
getProperties(context: ITypeDescriptorContext, value:
|
|
1431
|
+
getProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
1432
|
+
getProperties(value: unknown): PropertyDescriptorCollection;
|
|
1433
|
+
getProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection;
|
|
1412
1434
|
getPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
1413
1435
|
getPropertiesSupported(): boolean;
|
|
1414
1436
|
}
|
|
@@ -1421,7 +1443,7 @@ export class ExtenderProvidedPropertyAttribute$instance extends System_Internal.
|
|
|
1421
1443
|
readonly extenderProperty: PropertyDescriptor;
|
|
1422
1444
|
readonly provider: IExtenderProvider;
|
|
1423
1445
|
readonly receiverType: Type;
|
|
1424
|
-
equals(obj:
|
|
1446
|
+
equals(obj: unknown): boolean;
|
|
1425
1447
|
getHashCode(): int;
|
|
1426
1448
|
isDefaultAttribute(): boolean;
|
|
1427
1449
|
}
|
|
@@ -1435,10 +1457,10 @@ export class GuidConverter$instance extends TypeConverter$instance {
|
|
|
1435
1457
|
canConvertFrom(sourceType: Type): boolean;
|
|
1436
1458
|
canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
1437
1459
|
canConvertTo(destinationType: Type): boolean;
|
|
1438
|
-
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1439
|
-
convertFrom(value:
|
|
1440
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1441
|
-
convertTo(value:
|
|
1460
|
+
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
|
|
1461
|
+
convertFrom(value: unknown): unknown;
|
|
1462
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
1463
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
1442
1464
|
}
|
|
1443
1465
|
|
|
1444
1466
|
|
|
@@ -1461,18 +1483,18 @@ export class HandledEventArgs$instance extends System_Internal.EventArgs$instanc
|
|
|
1461
1483
|
export type HandledEventArgs = HandledEventArgs$instance;
|
|
1462
1484
|
|
|
1463
1485
|
export class HandledEventHandler$instance extends Function {
|
|
1464
|
-
constructor(object_:
|
|
1465
|
-
beginInvoke(sender:
|
|
1466
|
-
clone():
|
|
1486
|
+
constructor(object_: unknown, method: nint);
|
|
1487
|
+
beginInvoke(sender: unknown, e: HandledEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
1488
|
+
clone(): unknown;
|
|
1467
1489
|
endInvoke(result: IAsyncResult): void;
|
|
1468
1490
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1469
|
-
invoke(sender:
|
|
1491
|
+
invoke(sender: unknown, e: HandledEventArgs): void;
|
|
1470
1492
|
}
|
|
1471
1493
|
|
|
1472
1494
|
|
|
1473
1495
|
export interface __HandledEventHandler$views {
|
|
1474
|
-
|
|
1475
|
-
|
|
1496
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1497
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1476
1498
|
}
|
|
1477
1499
|
|
|
1478
1500
|
export type HandledEventHandler = HandledEventHandler$instance & __HandledEventHandler$views;
|
|
@@ -1481,7 +1503,7 @@ export type HandledEventHandler = HandledEventHandler$instance & __HandledEventH
|
|
|
1481
1503
|
export class ImmutableObjectAttribute$instance extends System_Internal.Attribute$instance {
|
|
1482
1504
|
constructor(immutable: boolean);
|
|
1483
1505
|
readonly immutable: boolean;
|
|
1484
|
-
equals(obj:
|
|
1506
|
+
equals(obj: unknown): boolean;
|
|
1485
1507
|
getHashCode(): int;
|
|
1486
1508
|
isDefaultAttribute(): boolean;
|
|
1487
1509
|
static readonly yes: ImmutableObjectAttribute;
|
|
@@ -1496,7 +1518,7 @@ export class InheritanceAttribute$instance extends System_Internal.Attribute$ins
|
|
|
1496
1518
|
constructor();
|
|
1497
1519
|
constructor(inheritanceLevel: InheritanceLevel);
|
|
1498
1520
|
readonly inheritanceLevel: InheritanceLevel;
|
|
1499
|
-
equals(value:
|
|
1521
|
+
equals(value: unknown): boolean;
|
|
1500
1522
|
getHashCode(): int;
|
|
1501
1523
|
isDefaultAttribute(): boolean;
|
|
1502
1524
|
toString(): string;
|
|
@@ -1521,7 +1543,7 @@ export class InstallerTypeAttribute$instance extends System_Internal.Attribute$i
|
|
|
1521
1543
|
constructor(installerType: Type);
|
|
1522
1544
|
constructor(typeName: string);
|
|
1523
1545
|
readonly installerType: Type;
|
|
1524
|
-
equals(obj:
|
|
1546
|
+
equals(obj: unknown): boolean;
|
|
1525
1547
|
getHashCode(): int;
|
|
1526
1548
|
}
|
|
1527
1549
|
|
|
@@ -1530,7 +1552,7 @@ export type InstallerTypeAttribute = InstallerTypeAttribute$instance;
|
|
|
1530
1552
|
|
|
1531
1553
|
export abstract class InstanceCreationEditor$instance {
|
|
1532
1554
|
readonly text: string;
|
|
1533
|
-
abstract createInstance(context: ITypeDescriptorContext, instanceType: Type):
|
|
1555
|
+
abstract createInstance(context: ITypeDescriptorContext, instanceType: Type): unknown;
|
|
1534
1556
|
}
|
|
1535
1557
|
|
|
1536
1558
|
|
|
@@ -1573,7 +1595,7 @@ export class InvalidAsynchronousStateException$instance extends System_Internal.
|
|
|
1573
1595
|
|
|
1574
1596
|
|
|
1575
1597
|
export interface __InvalidAsynchronousStateException$views {
|
|
1576
|
-
|
|
1598
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1577
1599
|
}
|
|
1578
1600
|
|
|
1579
1601
|
export type InvalidAsynchronousStateException = InvalidAsynchronousStateException$instance & __InvalidAsynchronousStateException$views;
|
|
@@ -1589,7 +1611,7 @@ export class InvalidEnumArgumentException$instance extends System_Internal.Argum
|
|
|
1589
1611
|
|
|
1590
1612
|
|
|
1591
1613
|
export interface __InvalidEnumArgumentException$views {
|
|
1592
|
-
|
|
1614
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1593
1615
|
}
|
|
1594
1616
|
|
|
1595
1617
|
export type InvalidEnumArgumentException = InvalidEnumArgumentException$instance & __InvalidEnumArgumentException$views;
|
|
@@ -1602,9 +1624,11 @@ export abstract class License$instance {
|
|
|
1602
1624
|
|
|
1603
1625
|
|
|
1604
1626
|
export interface __License$views {
|
|
1605
|
-
|
|
1627
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1606
1628
|
}
|
|
1607
1629
|
|
|
1630
|
+
export interface License$instance extends System_Internal.IDisposable$instance {}
|
|
1631
|
+
|
|
1608
1632
|
export type License = License$instance & __License$views;
|
|
1609
1633
|
|
|
1610
1634
|
|
|
@@ -1612,54 +1636,56 @@ export class LicenseContext$instance {
|
|
|
1612
1636
|
constructor();
|
|
1613
1637
|
readonly usageMode: LicenseUsageMode;
|
|
1614
1638
|
getSavedLicenseKey(type_: Type, resourceAssembly: Assembly): string;
|
|
1615
|
-
getService(type_: Type):
|
|
1639
|
+
getService(type_: Type): unknown;
|
|
1616
1640
|
setSavedLicenseKey(type_: Type, key: string): void;
|
|
1617
1641
|
}
|
|
1618
1642
|
|
|
1619
1643
|
|
|
1620
1644
|
export interface __LicenseContext$views {
|
|
1621
|
-
|
|
1645
|
+
As_IServiceProvider(): System_Internal.IServiceProvider$instance;
|
|
1622
1646
|
}
|
|
1623
1647
|
|
|
1648
|
+
export interface LicenseContext$instance extends System_Internal.IServiceProvider$instance {}
|
|
1649
|
+
|
|
1624
1650
|
export type LicenseContext = LicenseContext$instance & __LicenseContext$views;
|
|
1625
1651
|
|
|
1626
1652
|
|
|
1627
1653
|
export class LicenseException$instance extends System_Internal.SystemException$instance {
|
|
1628
1654
|
constructor(type_: Type);
|
|
1629
|
-
constructor(type_: Type, instance:
|
|
1630
|
-
constructor(type_: Type, instance:
|
|
1631
|
-
constructor(type_: Type, instance:
|
|
1655
|
+
constructor(type_: Type, instance: unknown);
|
|
1656
|
+
constructor(type_: Type, instance: unknown, message: string);
|
|
1657
|
+
constructor(type_: Type, instance: unknown, message: string, innerException: Exception);
|
|
1632
1658
|
readonly licensedType: Type;
|
|
1633
1659
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1634
1660
|
}
|
|
1635
1661
|
|
|
1636
1662
|
|
|
1637
1663
|
export interface __LicenseException$views {
|
|
1638
|
-
|
|
1664
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1639
1665
|
}
|
|
1640
1666
|
|
|
1641
1667
|
export type LicenseException = LicenseException$instance & __LicenseException$views;
|
|
1642
1668
|
|
|
1643
1669
|
|
|
1644
1670
|
export class LicenseManager$instance {
|
|
1645
|
-
static
|
|
1646
|
-
static readonly
|
|
1647
|
-
static
|
|
1648
|
-
static
|
|
1649
|
-
static
|
|
1650
|
-
static
|
|
1651
|
-
static
|
|
1652
|
-
static
|
|
1653
|
-
static
|
|
1654
|
-
static
|
|
1655
|
-
static
|
|
1671
|
+
static currentContext: LicenseContext;
|
|
1672
|
+
static readonly usageMode: LicenseUsageMode;
|
|
1673
|
+
static createWithContext2(type_: Type, creationContext: LicenseContext, args: unknown[]): unknown;
|
|
1674
|
+
static createWithContext2(type_: Type, creationContext: LicenseContext): unknown;
|
|
1675
|
+
static isLicensed(type_: Type): boolean;
|
|
1676
|
+
static isValid2(type_: Type, instance: unknown, license: { value: ref<License> }): boolean;
|
|
1677
|
+
static isValid2(type_: Type): boolean;
|
|
1678
|
+
static lockContext(contextUser: unknown): void;
|
|
1679
|
+
static unlockContext(contextUser: unknown): void;
|
|
1680
|
+
static validate2(type_: Type, instance: unknown): License;
|
|
1681
|
+
static validate2(type_: Type): void;
|
|
1656
1682
|
}
|
|
1657
1683
|
|
|
1658
1684
|
|
|
1659
1685
|
export type LicenseManager = LicenseManager$instance;
|
|
1660
1686
|
|
|
1661
1687
|
export abstract class LicenseProvider$instance {
|
|
1662
|
-
abstract getLicense(context: LicenseContext, type_: Type, instance:
|
|
1688
|
+
abstract getLicense(context: LicenseContext, type_: Type, instance: unknown, allowExceptions: boolean): License;
|
|
1663
1689
|
}
|
|
1664
1690
|
|
|
1665
1691
|
|
|
@@ -1670,8 +1696,8 @@ export class LicenseProviderAttribute$instance extends System_Internal.Attribute
|
|
|
1670
1696
|
constructor(typeName: string);
|
|
1671
1697
|
constructor(type_: Type);
|
|
1672
1698
|
readonly licenseProvider: Type;
|
|
1673
|
-
readonly typeId:
|
|
1674
|
-
equals(value:
|
|
1699
|
+
readonly typeId: unknown;
|
|
1700
|
+
equals(value: unknown): boolean;
|
|
1675
1701
|
getHashCode(): int;
|
|
1676
1702
|
static readonly default_: LicenseProviderAttribute;
|
|
1677
1703
|
}
|
|
@@ -1681,7 +1707,7 @@ export type LicenseProviderAttribute = LicenseProviderAttribute$instance;
|
|
|
1681
1707
|
|
|
1682
1708
|
export class LicFileLicenseProvider$instance extends LicenseProvider$instance {
|
|
1683
1709
|
constructor();
|
|
1684
|
-
getLicense(context: LicenseContext, type_: Type, instance:
|
|
1710
|
+
getLicense(context: LicenseContext, type_: Type, instance: unknown, allowExceptions: boolean): License;
|
|
1685
1711
|
}
|
|
1686
1712
|
|
|
1687
1713
|
|
|
@@ -1691,7 +1717,7 @@ export class ListBindableAttribute$instance extends System_Internal.Attribute$in
|
|
|
1691
1717
|
constructor(listBindable: boolean);
|
|
1692
1718
|
constructor(flags: BindableSupport);
|
|
1693
1719
|
readonly listBindable: boolean;
|
|
1694
|
-
equals(obj:
|
|
1720
|
+
equals(obj: unknown): boolean;
|
|
1695
1721
|
getHashCode(): int;
|
|
1696
1722
|
isDefaultAttribute(): boolean;
|
|
1697
1723
|
static readonly yes: ListBindableAttribute;
|
|
@@ -1717,18 +1743,18 @@ export class ListChangedEventArgs$instance extends System_Internal.EventArgs$ins
|
|
|
1717
1743
|
export type ListChangedEventArgs = ListChangedEventArgs$instance;
|
|
1718
1744
|
|
|
1719
1745
|
export class ListChangedEventHandler$instance extends Function {
|
|
1720
|
-
constructor(object_:
|
|
1721
|
-
beginInvoke(sender:
|
|
1722
|
-
clone():
|
|
1746
|
+
constructor(object_: unknown, method: nint);
|
|
1747
|
+
beginInvoke(sender: unknown, e: ListChangedEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
1748
|
+
clone(): unknown;
|
|
1723
1749
|
endInvoke(result: IAsyncResult): void;
|
|
1724
1750
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1725
|
-
invoke(sender:
|
|
1751
|
+
invoke(sender: unknown, e: ListChangedEventArgs): void;
|
|
1726
1752
|
}
|
|
1727
1753
|
|
|
1728
1754
|
|
|
1729
1755
|
export interface __ListChangedEventHandler$views {
|
|
1730
|
-
|
|
1731
|
-
|
|
1756
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1757
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1732
1758
|
}
|
|
1733
1759
|
|
|
1734
1760
|
export type ListChangedEventHandler = ListChangedEventHandler$instance & __ListChangedEventHandler$views;
|
|
@@ -1748,16 +1774,16 @@ export class ListSortDescriptionCollection$instance {
|
|
|
1748
1774
|
constructor(sorts: ListSortDescription[]);
|
|
1749
1775
|
readonly count: int;
|
|
1750
1776
|
item: ListSortDescription;
|
|
1751
|
-
contains(value:
|
|
1777
|
+
contains(value: unknown): boolean;
|
|
1752
1778
|
copyTo(array: ClrArray, index: int): void;
|
|
1753
|
-
indexOf(value:
|
|
1779
|
+
indexOf(value: unknown): int;
|
|
1754
1780
|
}
|
|
1755
1781
|
|
|
1756
1782
|
|
|
1757
1783
|
export interface __ListSortDescriptionCollection$views {
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1784
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1785
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1786
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
1761
1787
|
}
|
|
1762
1788
|
|
|
1763
1789
|
export type ListSortDescriptionCollection = ListSortDescriptionCollection$instance & __ListSortDescriptionCollection$views;
|
|
@@ -1766,7 +1792,7 @@ export type ListSortDescriptionCollection = ListSortDescriptionCollection$instan
|
|
|
1766
1792
|
export class LocalizableAttribute$instance extends System_Internal.Attribute$instance {
|
|
1767
1793
|
constructor(isLocalizable: boolean);
|
|
1768
1794
|
readonly isLocalizable: boolean;
|
|
1769
|
-
equals(obj:
|
|
1795
|
+
equals(obj: unknown): boolean;
|
|
1770
1796
|
getHashCode(): int;
|
|
1771
1797
|
isDefaultAttribute(): boolean;
|
|
1772
1798
|
static readonly yes: LocalizableAttribute;
|
|
@@ -1784,7 +1810,7 @@ export class LookupBindingPropertiesAttribute$instance extends System_Internal.A
|
|
|
1784
1810
|
readonly displayMember: string;
|
|
1785
1811
|
readonly lookupMember: string;
|
|
1786
1812
|
readonly valueMember: string;
|
|
1787
|
-
equals(obj:
|
|
1813
|
+
equals(obj: unknown): boolean;
|
|
1788
1814
|
getHashCode(): int;
|
|
1789
1815
|
static readonly default_: LookupBindingPropertiesAttribute;
|
|
1790
1816
|
}
|
|
@@ -1798,17 +1824,19 @@ export class MarshalByValueComponent$instance {
|
|
|
1798
1824
|
readonly designMode: boolean;
|
|
1799
1825
|
site: ISite;
|
|
1800
1826
|
dispose(): void;
|
|
1801
|
-
getService(service: Type):
|
|
1827
|
+
getService(service: Type): unknown;
|
|
1802
1828
|
toString(): string;
|
|
1803
1829
|
}
|
|
1804
1830
|
|
|
1805
1831
|
|
|
1806
1832
|
export interface __MarshalByValueComponent$views {
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1833
|
+
As_IServiceProvider(): System_Internal.IServiceProvider$instance;
|
|
1834
|
+
As_IComponent(): IComponent$instance;
|
|
1835
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1810
1836
|
}
|
|
1811
1837
|
|
|
1838
|
+
export interface MarshalByValueComponent$instance extends System_Internal.IServiceProvider$instance {}
|
|
1839
|
+
|
|
1812
1840
|
export type MarshalByValueComponent = MarshalByValueComponent$instance & __MarshalByValueComponent$views;
|
|
1813
1841
|
|
|
1814
1842
|
|
|
@@ -1817,9 +1845,9 @@ export class MaskedTextProvider$instance {
|
|
|
1817
1845
|
constructor(mask: string, restrictToAscii: boolean);
|
|
1818
1846
|
constructor(mask: string, culture: CultureInfo);
|
|
1819
1847
|
constructor(mask: string, culture: CultureInfo, restrictToAscii: boolean);
|
|
1820
|
-
constructor(mask: string, passwordChar:
|
|
1821
|
-
constructor(mask: string, culture: CultureInfo, passwordChar:
|
|
1822
|
-
constructor(mask: string, culture: CultureInfo, allowPromptAsInput: boolean, promptChar:
|
|
1848
|
+
constructor(mask: string, passwordChar: char, allowPromptAsInput: boolean);
|
|
1849
|
+
constructor(mask: string, culture: CultureInfo, passwordChar: char, allowPromptAsInput: boolean);
|
|
1850
|
+
constructor(mask: string, culture: CultureInfo, allowPromptAsInput: boolean, promptChar: char, passwordChar: char, restrictToAscii: boolean);
|
|
1823
1851
|
readonly allowPromptAsInput: boolean;
|
|
1824
1852
|
readonly asciiOnly: boolean;
|
|
1825
1853
|
readonly assignedEditPositionCount: int;
|
|
@@ -1830,24 +1858,24 @@ export class MaskedTextProvider$instance {
|
|
|
1830
1858
|
includeLiterals: boolean;
|
|
1831
1859
|
includePrompt: boolean;
|
|
1832
1860
|
isPassword: boolean;
|
|
1833
|
-
readonly item:
|
|
1861
|
+
readonly item: char;
|
|
1834
1862
|
readonly lastAssignedPosition: int;
|
|
1835
1863
|
readonly length: int;
|
|
1836
1864
|
readonly mask: string;
|
|
1837
1865
|
readonly maskCompleted: boolean;
|
|
1838
1866
|
readonly maskFull: boolean;
|
|
1839
|
-
passwordChar:
|
|
1840
|
-
promptChar:
|
|
1867
|
+
passwordChar: char;
|
|
1868
|
+
promptChar: char;
|
|
1841
1869
|
resetOnPrompt: boolean;
|
|
1842
1870
|
resetOnSpace: boolean;
|
|
1843
1871
|
skipLiterals: boolean;
|
|
1844
|
-
add(input:
|
|
1845
|
-
add(input:
|
|
1872
|
+
add(input: char): boolean;
|
|
1873
|
+
add(input: char, testPosition: { value: ref<int> }, resultHint: { value: ref<MaskedTextResultHint> }): boolean;
|
|
1846
1874
|
add(input: string): boolean;
|
|
1847
1875
|
add(input: string, testPosition: { value: ref<int> }, resultHint: { value: ref<MaskedTextResultHint> }): boolean;
|
|
1848
1876
|
clear(): void;
|
|
1849
1877
|
clear(resultHint: { value: ref<MaskedTextResultHint> }): void;
|
|
1850
|
-
clone():
|
|
1878
|
+
clone(): unknown;
|
|
1851
1879
|
findAssignedEditPositionFrom(position: int, direction: boolean): int;
|
|
1852
1880
|
findAssignedEditPositionInRange(startPosition: int, endPosition: int, direction: boolean): int;
|
|
1853
1881
|
findEditPositionFrom(position: int, direction: boolean): int;
|
|
@@ -1856,8 +1884,8 @@ export class MaskedTextProvider$instance {
|
|
|
1856
1884
|
findNonEditPositionInRange(startPosition: int, endPosition: int, direction: boolean): int;
|
|
1857
1885
|
findUnassignedEditPositionFrom(position: int, direction: boolean): int;
|
|
1858
1886
|
findUnassignedEditPositionInRange(startPosition: int, endPosition: int, direction: boolean): int;
|
|
1859
|
-
insertAt(input:
|
|
1860
|
-
insertAt(input:
|
|
1887
|
+
insertAt(input: char, position: int): boolean;
|
|
1888
|
+
insertAt(input: char, position: int, testPosition: { value: ref<int> }, resultHint: { value: ref<MaskedTextResultHint> }): boolean;
|
|
1861
1889
|
insertAt(input: string, position: int): boolean;
|
|
1862
1890
|
insertAt(input: string, position: int, testPosition: { value: ref<int> }, resultHint: { value: ref<MaskedTextResultHint> }): boolean;
|
|
1863
1891
|
isAvailablePosition(position: int): boolean;
|
|
@@ -1867,9 +1895,9 @@ export class MaskedTextProvider$instance {
|
|
|
1867
1895
|
removeAt(position: int): boolean;
|
|
1868
1896
|
removeAt(startPosition: int, endPosition: int): boolean;
|
|
1869
1897
|
removeAt(startPosition: int, endPosition: int, testPosition: { value: ref<int> }, resultHint: { value: ref<MaskedTextResultHint> }): boolean;
|
|
1870
|
-
replace(input:
|
|
1871
|
-
replace(input:
|
|
1872
|
-
replace(input:
|
|
1898
|
+
replace(input: char, position: int): boolean;
|
|
1899
|
+
replace(input: char, position: int, testPosition: { value: ref<int> }, resultHint: { value: ref<MaskedTextResultHint> }): boolean;
|
|
1900
|
+
replace(input: char, startPosition: int, endPosition: int, testPosition: { value: ref<int> }, resultHint: { value: ref<MaskedTextResultHint> }): boolean;
|
|
1873
1901
|
replace(input: string, position: int): boolean;
|
|
1874
1902
|
replace(input: string, position: int, testPosition: { value: ref<int> }, resultHint: { value: ref<MaskedTextResultHint> }): boolean;
|
|
1875
1903
|
replace(input: string, startPosition: int, endPosition: int, testPosition: { value: ref<int> }, resultHint: { value: ref<MaskedTextResultHint> }): boolean;
|
|
@@ -1883,23 +1911,25 @@ export class MaskedTextProvider$instance {
|
|
|
1883
1911
|
toString(includePrompt: boolean, includeLiterals: boolean): string;
|
|
1884
1912
|
toString(includePrompt: boolean, includeLiterals: boolean, startPosition: int, length: int): string;
|
|
1885
1913
|
toString(ignorePasswordChar: boolean, includePrompt: boolean, includeLiterals: boolean, startPosition: int, length: int): string;
|
|
1886
|
-
verifyChar(input:
|
|
1887
|
-
verifyEscapeChar(input:
|
|
1914
|
+
verifyChar(input: char, position: int, hint: { value: ref<MaskedTextResultHint> }): boolean;
|
|
1915
|
+
verifyEscapeChar(input: char, position: int): boolean;
|
|
1888
1916
|
verifyString(input: string): boolean;
|
|
1889
1917
|
verifyString(input: string, testPosition: { value: ref<int> }, resultHint: { value: ref<MaskedTextResultHint> }): boolean;
|
|
1890
|
-
static readonly
|
|
1891
|
-
static readonly
|
|
1892
|
-
static
|
|
1893
|
-
static
|
|
1894
|
-
static
|
|
1895
|
-
static
|
|
1918
|
+
static readonly defaultPasswordChar: char;
|
|
1919
|
+
static readonly invalidIndex: int;
|
|
1920
|
+
static getOperationResultFromHint(hint: MaskedTextResultHint): boolean;
|
|
1921
|
+
static isValidInputChar(c: char): boolean;
|
|
1922
|
+
static isValidMaskChar(c: char): boolean;
|
|
1923
|
+
static isValidPasswordChar(c: char): boolean;
|
|
1896
1924
|
}
|
|
1897
1925
|
|
|
1898
1926
|
|
|
1899
1927
|
export interface __MaskedTextProvider$views {
|
|
1900
|
-
|
|
1928
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1901
1929
|
}
|
|
1902
1930
|
|
|
1931
|
+
export interface MaskedTextProvider$instance extends System_Internal.ICloneable$instance {}
|
|
1932
|
+
|
|
1903
1933
|
export type MaskedTextProvider = MaskedTextProvider$instance & __MaskedTextProvider$views;
|
|
1904
1934
|
|
|
1905
1935
|
|
|
@@ -1911,7 +1941,7 @@ export abstract class MemberDescriptor$instance {
|
|
|
1911
1941
|
readonly displayName: string;
|
|
1912
1942
|
readonly isBrowsable: boolean;
|
|
1913
1943
|
readonly name: string;
|
|
1914
|
-
equals(obj:
|
|
1944
|
+
equals(obj: unknown): boolean;
|
|
1915
1945
|
getHashCode(): int;
|
|
1916
1946
|
}
|
|
1917
1947
|
|
|
@@ -1921,7 +1951,7 @@ export type MemberDescriptor = MemberDescriptor$instance;
|
|
|
1921
1951
|
export class MergablePropertyAttribute$instance extends System_Internal.Attribute$instance {
|
|
1922
1952
|
constructor(allowMerge: boolean);
|
|
1923
1953
|
readonly allowMerge: boolean;
|
|
1924
|
-
equals(obj:
|
|
1954
|
+
equals(obj: unknown): boolean;
|
|
1925
1955
|
getHashCode(): int;
|
|
1926
1956
|
isDefaultAttribute(): boolean;
|
|
1927
1957
|
static readonly yes: MergablePropertyAttribute;
|
|
@@ -1934,11 +1964,11 @@ export type MergablePropertyAttribute = MergablePropertyAttribute$instance;
|
|
|
1934
1964
|
|
|
1935
1965
|
export class MultilineStringConverter$instance extends TypeConverter$instance {
|
|
1936
1966
|
constructor();
|
|
1937
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1938
|
-
convertTo(value:
|
|
1939
|
-
getProperties(context: ITypeDescriptorContext, value:
|
|
1940
|
-
getProperties(value:
|
|
1941
|
-
getProperties(context: ITypeDescriptorContext, value:
|
|
1967
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
1968
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
1969
|
+
getProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
1970
|
+
getProperties(value: unknown): PropertyDescriptorCollection;
|
|
1971
|
+
getProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection;
|
|
1942
1972
|
getPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
1943
1973
|
getPropertiesSupported(): boolean;
|
|
1944
1974
|
}
|
|
@@ -1956,9 +1986,9 @@ export class NestedContainer$instance extends Container$instance {
|
|
|
1956
1986
|
|
|
1957
1987
|
|
|
1958
1988
|
export interface __NestedContainer$views {
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1989
|
+
As_IContainer(): IContainer$instance;
|
|
1990
|
+
As_INestedContainer(): INestedContainer$instance;
|
|
1991
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1962
1992
|
}
|
|
1963
1993
|
|
|
1964
1994
|
export type NestedContainer = NestedContainer$instance & __NestedContainer$views;
|
|
@@ -1967,7 +1997,7 @@ export type NestedContainer = NestedContainer$instance & __NestedContainer$views
|
|
|
1967
1997
|
export class NotifyParentPropertyAttribute$instance extends System_Internal.Attribute$instance {
|
|
1968
1998
|
constructor(notifyParent: boolean);
|
|
1969
1999
|
readonly notifyParent: boolean;
|
|
1970
|
-
equals(obj:
|
|
2000
|
+
equals(obj: unknown): boolean;
|
|
1971
2001
|
getHashCode(): int;
|
|
1972
2002
|
isDefaultAttribute(): boolean;
|
|
1973
2003
|
static readonly yes: NotifyParentPropertyAttribute;
|
|
@@ -1987,17 +2017,17 @@ export class NullableConverter$instance extends TypeConverter$instance {
|
|
|
1987
2017
|
canConvertFrom(sourceType: Type): boolean;
|
|
1988
2018
|
canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
1989
2019
|
canConvertTo(destinationType: Type): boolean;
|
|
1990
|
-
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1991
|
-
convertFrom(value:
|
|
1992
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
1993
|
-
convertTo(value:
|
|
1994
|
-
createInstance(context: ITypeDescriptorContext, propertyValues: IDictionary):
|
|
1995
|
-
createInstance(propertyValues: IDictionary):
|
|
2020
|
+
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
|
|
2021
|
+
convertFrom(value: unknown): unknown;
|
|
2022
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
2023
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
2024
|
+
createInstance(context: ITypeDescriptorContext, propertyValues: IDictionary): unknown;
|
|
2025
|
+
createInstance(propertyValues: IDictionary): unknown;
|
|
1996
2026
|
getCreateInstanceSupported(context: ITypeDescriptorContext): boolean;
|
|
1997
2027
|
getCreateInstanceSupported(): boolean;
|
|
1998
|
-
getProperties(context: ITypeDescriptorContext, value:
|
|
1999
|
-
getProperties(value:
|
|
2000
|
-
getProperties(context: ITypeDescriptorContext, value:
|
|
2028
|
+
getProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
2029
|
+
getProperties(value: unknown): PropertyDescriptorCollection;
|
|
2030
|
+
getProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection;
|
|
2001
2031
|
getPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
2002
2032
|
getPropertiesSupported(): boolean;
|
|
2003
2033
|
getStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
|
|
@@ -2006,8 +2036,8 @@ export class NullableConverter$instance extends TypeConverter$instance {
|
|
|
2006
2036
|
getStandardValuesExclusive(): boolean;
|
|
2007
2037
|
getStandardValuesSupported(context: ITypeDescriptorContext): boolean;
|
|
2008
2038
|
getStandardValuesSupported(): boolean;
|
|
2009
|
-
isValid(context: ITypeDescriptorContext, value:
|
|
2010
|
-
isValid(value:
|
|
2039
|
+
isValid(context: ITypeDescriptorContext, value: unknown): boolean;
|
|
2040
|
+
isValid(value: unknown): boolean;
|
|
2011
2041
|
}
|
|
2012
2042
|
|
|
2013
2043
|
|
|
@@ -2017,7 +2047,7 @@ export class ParenthesizePropertyNameAttribute$instance extends System_Internal.
|
|
|
2017
2047
|
constructor();
|
|
2018
2048
|
constructor(needParenthesis: boolean);
|
|
2019
2049
|
readonly needParenthesis: boolean;
|
|
2020
|
-
equals(obj:
|
|
2050
|
+
equals(obj: unknown): boolean;
|
|
2021
2051
|
getHashCode(): int;
|
|
2022
2052
|
isDefaultAttribute(): boolean;
|
|
2023
2053
|
static readonly default_: ParenthesizePropertyNameAttribute;
|
|
@@ -2030,7 +2060,7 @@ export class PasswordPropertyTextAttribute$instance extends System_Internal.Attr
|
|
|
2030
2060
|
constructor();
|
|
2031
2061
|
constructor(password: boolean);
|
|
2032
2062
|
readonly password: boolean;
|
|
2033
|
-
equals(o:
|
|
2063
|
+
equals(o: unknown): boolean;
|
|
2034
2064
|
getHashCode(): int;
|
|
2035
2065
|
isDefaultAttribute(): boolean;
|
|
2036
2066
|
static readonly yes: PasswordPropertyTextAttribute;
|
|
@@ -2042,27 +2072,27 @@ export class PasswordPropertyTextAttribute$instance extends System_Internal.Attr
|
|
|
2042
2072
|
export type PasswordPropertyTextAttribute = PasswordPropertyTextAttribute$instance;
|
|
2043
2073
|
|
|
2044
2074
|
export class ProgressChangedEventArgs$instance extends System_Internal.EventArgs$instance {
|
|
2045
|
-
constructor(progressPercentage: int, userState:
|
|
2075
|
+
constructor(progressPercentage: int, userState: unknown);
|
|
2046
2076
|
readonly progressPercentage: int;
|
|
2047
|
-
readonly userState:
|
|
2077
|
+
readonly userState: unknown;
|
|
2048
2078
|
}
|
|
2049
2079
|
|
|
2050
2080
|
|
|
2051
2081
|
export type ProgressChangedEventArgs = ProgressChangedEventArgs$instance;
|
|
2052
2082
|
|
|
2053
2083
|
export class ProgressChangedEventHandler$instance extends Function {
|
|
2054
|
-
constructor(object_:
|
|
2055
|
-
beginInvoke(sender:
|
|
2056
|
-
clone():
|
|
2084
|
+
constructor(object_: unknown, method: nint);
|
|
2085
|
+
beginInvoke(sender: unknown, e: ProgressChangedEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
2086
|
+
clone(): unknown;
|
|
2057
2087
|
endInvoke(result: IAsyncResult): void;
|
|
2058
2088
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
2059
|
-
invoke(sender:
|
|
2089
|
+
invoke(sender: unknown, e: ProgressChangedEventArgs): void;
|
|
2060
2090
|
}
|
|
2061
2091
|
|
|
2062
2092
|
|
|
2063
2093
|
export interface __ProgressChangedEventHandler$views {
|
|
2064
|
-
|
|
2065
|
-
|
|
2094
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
2095
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
2066
2096
|
}
|
|
2067
2097
|
|
|
2068
2098
|
export type ProgressChangedEventHandler = ProgressChangedEventHandler$instance & __ProgressChangedEventHandler$views;
|
|
@@ -2077,18 +2107,18 @@ export class PropertyChangedEventArgs$instance extends System_Internal.EventArgs
|
|
|
2077
2107
|
export type PropertyChangedEventArgs = PropertyChangedEventArgs$instance;
|
|
2078
2108
|
|
|
2079
2109
|
export class PropertyChangedEventHandler$instance extends Function {
|
|
2080
|
-
constructor(object_:
|
|
2081
|
-
beginInvoke(sender:
|
|
2082
|
-
clone():
|
|
2110
|
+
constructor(object_: unknown, method: nint);
|
|
2111
|
+
beginInvoke(sender: unknown, e: PropertyChangedEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
2112
|
+
clone(): unknown;
|
|
2083
2113
|
endInvoke(result: IAsyncResult): void;
|
|
2084
2114
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
2085
|
-
invoke(sender:
|
|
2115
|
+
invoke(sender: unknown, e: PropertyChangedEventArgs): void;
|
|
2086
2116
|
}
|
|
2087
2117
|
|
|
2088
2118
|
|
|
2089
2119
|
export interface __PropertyChangedEventHandler$views {
|
|
2090
|
-
|
|
2091
|
-
|
|
2120
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
2121
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
2092
2122
|
}
|
|
2093
2123
|
|
|
2094
2124
|
export type PropertyChangedEventHandler = PropertyChangedEventHandler$instance & __PropertyChangedEventHandler$views;
|
|
@@ -2103,18 +2133,18 @@ export class PropertyChangingEventArgs$instance extends System_Internal.EventArg
|
|
|
2103
2133
|
export type PropertyChangingEventArgs = PropertyChangingEventArgs$instance;
|
|
2104
2134
|
|
|
2105
2135
|
export class PropertyChangingEventHandler$instance extends Function {
|
|
2106
|
-
constructor(object_:
|
|
2107
|
-
beginInvoke(sender:
|
|
2108
|
-
clone():
|
|
2136
|
+
constructor(object_: unknown, method: nint);
|
|
2137
|
+
beginInvoke(sender: unknown, e: PropertyChangingEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
2138
|
+
clone(): unknown;
|
|
2109
2139
|
endInvoke(result: IAsyncResult): void;
|
|
2110
2140
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
2111
|
-
invoke(sender:
|
|
2141
|
+
invoke(sender: unknown, e: PropertyChangingEventArgs): void;
|
|
2112
2142
|
}
|
|
2113
2143
|
|
|
2114
2144
|
|
|
2115
2145
|
export interface __PropertyChangingEventHandler$views {
|
|
2116
|
-
|
|
2117
|
-
|
|
2146
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
2147
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
2118
2148
|
}
|
|
2119
2149
|
|
|
2120
2150
|
export type PropertyChangingEventHandler = PropertyChangingEventHandler$instance & __PropertyChangingEventHandler$views;
|
|
@@ -2129,20 +2159,20 @@ export abstract class PropertyDescriptor$instance extends MemberDescriptor$insta
|
|
|
2129
2159
|
readonly propertyType: Type;
|
|
2130
2160
|
readonly serializationVisibility: DesignerSerializationVisibility;
|
|
2131
2161
|
readonly supportsChangeEvents: boolean;
|
|
2132
|
-
addValueChanged(component:
|
|
2133
|
-
abstract canResetValue(component:
|
|
2134
|
-
equals(obj:
|
|
2162
|
+
addValueChanged(component: unknown, handler: EventHandler): void;
|
|
2163
|
+
abstract canResetValue(component: unknown): boolean;
|
|
2164
|
+
equals(obj: unknown): boolean;
|
|
2135
2165
|
getChildProperties(): PropertyDescriptorCollection;
|
|
2136
2166
|
getChildProperties(filter: Attribute[]): PropertyDescriptorCollection;
|
|
2137
|
-
getChildProperties(instance:
|
|
2138
|
-
getChildProperties(instance:
|
|
2139
|
-
getEditor(editorBaseType: Type):
|
|
2167
|
+
getChildProperties(instance: unknown): PropertyDescriptorCollection;
|
|
2168
|
+
getChildProperties(instance: unknown, filter: Attribute[]): PropertyDescriptorCollection;
|
|
2169
|
+
getEditor(editorBaseType: Type): unknown;
|
|
2140
2170
|
getHashCode(): int;
|
|
2141
|
-
abstract getValue(component:
|
|
2142
|
-
removeValueChanged(component:
|
|
2143
|
-
abstract resetValue(component:
|
|
2144
|
-
abstract setValue(component:
|
|
2145
|
-
abstract shouldSerializeValue(component:
|
|
2171
|
+
abstract getValue(component: unknown): unknown;
|
|
2172
|
+
removeValueChanged(component: unknown, handler: EventHandler): void;
|
|
2173
|
+
abstract resetValue(component: unknown): void;
|
|
2174
|
+
abstract setValue(component: unknown, value: unknown): void;
|
|
2175
|
+
abstract shouldSerializeValue(component: unknown): boolean;
|
|
2146
2176
|
}
|
|
2147
2177
|
|
|
2148
2178
|
|
|
@@ -2173,10 +2203,10 @@ export class PropertyDescriptorCollection$instance {
|
|
|
2173
2203
|
|
|
2174
2204
|
|
|
2175
2205
|
export interface __PropertyDescriptorCollection$views {
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2206
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
2207
|
+
As_IDictionary(): System_Collections_Internal.IDictionary$instance;
|
|
2208
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
2209
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
2180
2210
|
}
|
|
2181
2211
|
|
|
2182
2212
|
export type PropertyDescriptorCollection = PropertyDescriptorCollection$instance & __PropertyDescriptorCollection$views;
|
|
@@ -2190,7 +2220,7 @@ export class PropertyTabAttribute$instance extends System_Internal.Attribute$ins
|
|
|
2190
2220
|
constructor(tabClassName: string, tabScope: PropertyTabScope);
|
|
2191
2221
|
readonly tabClasses: Type[];
|
|
2192
2222
|
readonly tabScopes: PropertyTabScope[];
|
|
2193
|
-
equals(other:
|
|
2223
|
+
equals(other: unknown): boolean;
|
|
2194
2224
|
equals(other: PropertyTabAttribute): boolean;
|
|
2195
2225
|
getHashCode(): int;
|
|
2196
2226
|
}
|
|
@@ -2203,8 +2233,8 @@ export class ProvidePropertyAttribute$instance extends System_Internal.Attribute
|
|
|
2203
2233
|
constructor(propertyName: string, receiverTypeName: string);
|
|
2204
2234
|
readonly propertyName: string;
|
|
2205
2235
|
readonly receiverTypeName: string;
|
|
2206
|
-
readonly typeId:
|
|
2207
|
-
equals(obj:
|
|
2236
|
+
readonly typeId: unknown;
|
|
2237
|
+
equals(obj: unknown): boolean;
|
|
2208
2238
|
getHashCode(): int;
|
|
2209
2239
|
}
|
|
2210
2240
|
|
|
@@ -2214,7 +2244,7 @@ export type ProvidePropertyAttribute = ProvidePropertyAttribute$instance;
|
|
|
2214
2244
|
export class ReadOnlyAttribute$instance extends System_Internal.Attribute$instance {
|
|
2215
2245
|
constructor(isReadOnly: boolean);
|
|
2216
2246
|
readonly isReadOnly: boolean;
|
|
2217
|
-
equals(value:
|
|
2247
|
+
equals(value: unknown): boolean;
|
|
2218
2248
|
getHashCode(): int;
|
|
2219
2249
|
isDefaultAttribute(): boolean;
|
|
2220
2250
|
static readonly yes: ReadOnlyAttribute;
|
|
@@ -2228,7 +2258,7 @@ export type ReadOnlyAttribute = ReadOnlyAttribute$instance;
|
|
|
2228
2258
|
export class RecommendedAsConfigurableAttribute$instance extends System_Internal.Attribute$instance {
|
|
2229
2259
|
constructor(recommendedAsConfigurable: boolean);
|
|
2230
2260
|
readonly recommendedAsConfigurable: boolean;
|
|
2231
|
-
equals(obj:
|
|
2261
|
+
equals(obj: unknown): boolean;
|
|
2232
2262
|
getHashCode(): int;
|
|
2233
2263
|
isDefaultAttribute(): boolean;
|
|
2234
2264
|
static readonly no: RecommendedAsConfigurableAttribute;
|
|
@@ -2243,10 +2273,10 @@ export class ReferenceConverter$instance extends TypeConverter$instance {
|
|
|
2243
2273
|
constructor(type_: Type);
|
|
2244
2274
|
canConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
2245
2275
|
canConvertFrom(sourceType: Type): boolean;
|
|
2246
|
-
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
2247
|
-
convertFrom(value:
|
|
2248
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
2249
|
-
convertTo(value:
|
|
2276
|
+
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
|
|
2277
|
+
convertFrom(value: unknown): unknown;
|
|
2278
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
2279
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
2250
2280
|
getStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
|
|
2251
2281
|
getStandardValues(): ICollection;
|
|
2252
2282
|
getStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
|
|
@@ -2259,9 +2289,9 @@ export class ReferenceConverter$instance extends TypeConverter$instance {
|
|
|
2259
2289
|
export type ReferenceConverter = ReferenceConverter$instance;
|
|
2260
2290
|
|
|
2261
2291
|
export class RefreshEventArgs$instance extends System_Internal.EventArgs$instance {
|
|
2262
|
-
constructor(componentChanged:
|
|
2292
|
+
constructor(componentChanged: unknown);
|
|
2263
2293
|
constructor(typeChanged: Type);
|
|
2264
|
-
readonly componentChanged:
|
|
2294
|
+
readonly componentChanged: unknown;
|
|
2265
2295
|
readonly typeChanged: Type;
|
|
2266
2296
|
}
|
|
2267
2297
|
|
|
@@ -2269,9 +2299,9 @@ export class RefreshEventArgs$instance extends System_Internal.EventArgs$instanc
|
|
|
2269
2299
|
export type RefreshEventArgs = RefreshEventArgs$instance;
|
|
2270
2300
|
|
|
2271
2301
|
export class RefreshEventHandler$instance extends Function {
|
|
2272
|
-
constructor(object_:
|
|
2273
|
-
beginInvoke(e: RefreshEventArgs, callback: AsyncCallback, object_:
|
|
2274
|
-
clone():
|
|
2302
|
+
constructor(object_: unknown, method: nint);
|
|
2303
|
+
beginInvoke(e: RefreshEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
2304
|
+
clone(): unknown;
|
|
2275
2305
|
endInvoke(result: IAsyncResult): void;
|
|
2276
2306
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
2277
2307
|
invoke(e: RefreshEventArgs): void;
|
|
@@ -2279,8 +2309,8 @@ export class RefreshEventHandler$instance extends Function {
|
|
|
2279
2309
|
|
|
2280
2310
|
|
|
2281
2311
|
export interface __RefreshEventHandler$views {
|
|
2282
|
-
|
|
2283
|
-
|
|
2312
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
2313
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
2284
2314
|
}
|
|
2285
2315
|
|
|
2286
2316
|
export type RefreshEventHandler = RefreshEventHandler$instance & __RefreshEventHandler$views;
|
|
@@ -2289,7 +2319,7 @@ export type RefreshEventHandler = RefreshEventHandler$instance & __RefreshEventH
|
|
|
2289
2319
|
export class RefreshPropertiesAttribute$instance extends System_Internal.Attribute$instance {
|
|
2290
2320
|
constructor(refresh: RefreshProperties);
|
|
2291
2321
|
readonly refreshProperties: RefreshProperties;
|
|
2292
|
-
equals(obj:
|
|
2322
|
+
equals(obj: unknown): boolean;
|
|
2293
2323
|
getHashCode(): int;
|
|
2294
2324
|
isDefaultAttribute(): boolean;
|
|
2295
2325
|
static readonly all: RefreshPropertiesAttribute;
|
|
@@ -2303,7 +2333,7 @@ export type RefreshPropertiesAttribute = RefreshPropertiesAttribute$instance;
|
|
|
2303
2333
|
export class RunInstallerAttribute$instance extends System_Internal.Attribute$instance {
|
|
2304
2334
|
constructor(runInstaller: boolean);
|
|
2305
2335
|
readonly runInstaller: boolean;
|
|
2306
|
-
equals(obj:
|
|
2336
|
+
equals(obj: unknown): boolean;
|
|
2307
2337
|
getHashCode(): int;
|
|
2308
2338
|
isDefaultAttribute(): boolean;
|
|
2309
2339
|
static readonly yes: RunInstallerAttribute;
|
|
@@ -2315,27 +2345,27 @@ export class RunInstallerAttribute$instance extends System_Internal.Attribute$in
|
|
|
2315
2345
|
export type RunInstallerAttribute = RunInstallerAttribute$instance;
|
|
2316
2346
|
|
|
2317
2347
|
export class RunWorkerCompletedEventArgs$instance extends AsyncCompletedEventArgs$instance {
|
|
2318
|
-
constructor(result:
|
|
2319
|
-
readonly result:
|
|
2320
|
-
readonly userState:
|
|
2348
|
+
constructor(result: unknown, error: Exception, cancelled: boolean);
|
|
2349
|
+
readonly result: unknown;
|
|
2350
|
+
readonly userState: unknown;
|
|
2321
2351
|
}
|
|
2322
2352
|
|
|
2323
2353
|
|
|
2324
2354
|
export type RunWorkerCompletedEventArgs = RunWorkerCompletedEventArgs$instance;
|
|
2325
2355
|
|
|
2326
2356
|
export class RunWorkerCompletedEventHandler$instance extends Function {
|
|
2327
|
-
constructor(object_:
|
|
2328
|
-
beginInvoke(sender:
|
|
2329
|
-
clone():
|
|
2357
|
+
constructor(object_: unknown, method: nint);
|
|
2358
|
+
beginInvoke(sender: unknown, e: RunWorkerCompletedEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
2359
|
+
clone(): unknown;
|
|
2330
2360
|
endInvoke(result: IAsyncResult): void;
|
|
2331
2361
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
2332
|
-
invoke(sender:
|
|
2362
|
+
invoke(sender: unknown, e: RunWorkerCompletedEventArgs): void;
|
|
2333
2363
|
}
|
|
2334
2364
|
|
|
2335
2365
|
|
|
2336
2366
|
export interface __RunWorkerCompletedEventHandler$views {
|
|
2337
|
-
|
|
2338
|
-
|
|
2367
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
2368
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
2339
2369
|
}
|
|
2340
2370
|
|
|
2341
2371
|
export type RunWorkerCompletedEventHandler = RunWorkerCompletedEventHandler$instance & __RunWorkerCompletedEventHandler$views;
|
|
@@ -2351,7 +2381,7 @@ export type SByteConverter = SByteConverter$instance;
|
|
|
2351
2381
|
export class SettingsBindableAttribute$instance extends System_Internal.Attribute$instance {
|
|
2352
2382
|
constructor(bindable: boolean);
|
|
2353
2383
|
readonly bindable: boolean;
|
|
2354
|
-
equals(obj:
|
|
2384
|
+
equals(obj: unknown): boolean;
|
|
2355
2385
|
getHashCode(): int;
|
|
2356
2386
|
static readonly yes: SettingsBindableAttribute;
|
|
2357
2387
|
static readonly no: SettingsBindableAttribute;
|
|
@@ -2371,8 +2401,8 @@ export class StringConverter$instance extends TypeConverter$instance {
|
|
|
2371
2401
|
constructor();
|
|
2372
2402
|
canConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
2373
2403
|
canConvertFrom(sourceType: Type): boolean;
|
|
2374
|
-
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
2375
|
-
convertFrom(value:
|
|
2404
|
+
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
|
|
2405
|
+
convertFrom(value: unknown): unknown;
|
|
2376
2406
|
}
|
|
2377
2407
|
|
|
2378
2408
|
|
|
@@ -2384,10 +2414,10 @@ export class TimeOnlyConverter$instance extends TypeConverter$instance {
|
|
|
2384
2414
|
canConvertFrom(sourceType: Type): boolean;
|
|
2385
2415
|
canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
2386
2416
|
canConvertTo(destinationType: Type): boolean;
|
|
2387
|
-
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
2388
|
-
convertFrom(value:
|
|
2389
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
2390
|
-
convertTo(value:
|
|
2417
|
+
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
|
|
2418
|
+
convertFrom(value: unknown): unknown;
|
|
2419
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
2420
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
2391
2421
|
}
|
|
2392
2422
|
|
|
2393
2423
|
|
|
@@ -2399,10 +2429,10 @@ export class TimeSpanConverter$instance extends TypeConverter$instance {
|
|
|
2399
2429
|
canConvertFrom(sourceType: Type): boolean;
|
|
2400
2430
|
canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
2401
2431
|
canConvertTo(destinationType: Type): boolean;
|
|
2402
|
-
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
2403
|
-
convertFrom(value:
|
|
2404
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
2405
|
-
convertTo(value:
|
|
2432
|
+
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
|
|
2433
|
+
convertFrom(value: unknown): unknown;
|
|
2434
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
2435
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
2406
2436
|
}
|
|
2407
2437
|
|
|
2408
2438
|
|
|
@@ -2414,7 +2444,7 @@ export class ToolboxItemAttribute$instance extends System_Internal.Attribute$ins
|
|
|
2414
2444
|
constructor(toolboxItemType: Type);
|
|
2415
2445
|
readonly toolboxItemType: Type;
|
|
2416
2446
|
readonly toolboxItemTypeName: string;
|
|
2417
|
-
equals(obj:
|
|
2447
|
+
equals(obj: unknown): boolean;
|
|
2418
2448
|
getHashCode(): int;
|
|
2419
2449
|
isDefaultAttribute(): boolean;
|
|
2420
2450
|
static readonly default_: ToolboxItemAttribute;
|
|
@@ -2429,10 +2459,10 @@ export class ToolboxItemFilterAttribute$instance extends System_Internal.Attribu
|
|
|
2429
2459
|
constructor(filterString: string, filterType: ToolboxItemFilterType);
|
|
2430
2460
|
readonly filterString: string;
|
|
2431
2461
|
readonly filterType: ToolboxItemFilterType;
|
|
2432
|
-
readonly typeId:
|
|
2433
|
-
equals(obj:
|
|
2462
|
+
readonly typeId: unknown;
|
|
2463
|
+
equals(obj: unknown): boolean;
|
|
2434
2464
|
getHashCode(): int;
|
|
2435
|
-
match(obj:
|
|
2465
|
+
match(obj: unknown): boolean;
|
|
2436
2466
|
toString(): string;
|
|
2437
2467
|
}
|
|
2438
2468
|
|
|
@@ -2445,27 +2475,27 @@ export class TypeConverter$instance {
|
|
|
2445
2475
|
canConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
2446
2476
|
canConvertTo(destinationType: Type): boolean;
|
|
2447
2477
|
canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
2448
|
-
convertFrom(value:
|
|
2449
|
-
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
2450
|
-
convertFromInvariantString(text: string):
|
|
2451
|
-
convertFromInvariantString(context: ITypeDescriptorContext, text: string):
|
|
2452
|
-
convertFromString(text: string):
|
|
2453
|
-
convertFromString(context: ITypeDescriptorContext, text: string):
|
|
2454
|
-
convertFromString(context: ITypeDescriptorContext, culture: CultureInfo, text: string):
|
|
2455
|
-
convertTo(value:
|
|
2456
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
2457
|
-
convertToInvariantString(value:
|
|
2458
|
-
convertToInvariantString(context: ITypeDescriptorContext, value:
|
|
2459
|
-
convertToString(value:
|
|
2460
|
-
convertToString(context: ITypeDescriptorContext, value:
|
|
2461
|
-
convertToString(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
2462
|
-
createInstance(propertyValues: IDictionary):
|
|
2463
|
-
createInstance(context: ITypeDescriptorContext, propertyValues: IDictionary):
|
|
2478
|
+
convertFrom(value: unknown): unknown;
|
|
2479
|
+
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
|
|
2480
|
+
convertFromInvariantString(text: string): unknown;
|
|
2481
|
+
convertFromInvariantString(context: ITypeDescriptorContext, text: string): unknown;
|
|
2482
|
+
convertFromString(text: string): unknown;
|
|
2483
|
+
convertFromString(context: ITypeDescriptorContext, text: string): unknown;
|
|
2484
|
+
convertFromString(context: ITypeDescriptorContext, culture: CultureInfo, text: string): unknown;
|
|
2485
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
2486
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
2487
|
+
convertToInvariantString(value: unknown): string;
|
|
2488
|
+
convertToInvariantString(context: ITypeDescriptorContext, value: unknown): string;
|
|
2489
|
+
convertToString(value: unknown): string;
|
|
2490
|
+
convertToString(context: ITypeDescriptorContext, value: unknown): string;
|
|
2491
|
+
convertToString(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): string;
|
|
2492
|
+
createInstance(propertyValues: IDictionary): unknown;
|
|
2493
|
+
createInstance(context: ITypeDescriptorContext, propertyValues: IDictionary): unknown;
|
|
2464
2494
|
getCreateInstanceSupported(): boolean;
|
|
2465
2495
|
getCreateInstanceSupported(context: ITypeDescriptorContext): boolean;
|
|
2466
|
-
getProperties(value:
|
|
2467
|
-
getProperties(context: ITypeDescriptorContext, value:
|
|
2468
|
-
getProperties(context: ITypeDescriptorContext, value:
|
|
2496
|
+
getProperties(value: unknown): PropertyDescriptorCollection;
|
|
2497
|
+
getProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection;
|
|
2498
|
+
getProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
2469
2499
|
getPropertiesSupported(): boolean;
|
|
2470
2500
|
getPropertiesSupported(context: ITypeDescriptorContext): boolean;
|
|
2471
2501
|
getStandardValues(): ICollection;
|
|
@@ -2474,8 +2504,8 @@ export class TypeConverter$instance {
|
|
|
2474
2504
|
getStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
|
|
2475
2505
|
getStandardValuesSupported(): boolean;
|
|
2476
2506
|
getStandardValuesSupported(context: ITypeDescriptorContext): boolean;
|
|
2477
|
-
isValid(value:
|
|
2478
|
-
isValid(context: ITypeDescriptorContext, value:
|
|
2507
|
+
isValid(value: unknown): boolean;
|
|
2508
|
+
isValid(context: ITypeDescriptorContext, value: unknown): boolean;
|
|
2479
2509
|
}
|
|
2480
2510
|
|
|
2481
2511
|
|
|
@@ -2484,15 +2514,15 @@ export type TypeConverter = TypeConverter$instance;
|
|
|
2484
2514
|
export class TypeConverter_StandardValuesCollection$instance {
|
|
2485
2515
|
constructor(values: ICollection);
|
|
2486
2516
|
readonly count: int;
|
|
2487
|
-
readonly item:
|
|
2517
|
+
readonly item: unknown;
|
|
2488
2518
|
copyTo(array: ClrArray, index: int): void;
|
|
2489
2519
|
getEnumerator(): IEnumerator;
|
|
2490
2520
|
}
|
|
2491
2521
|
|
|
2492
2522
|
|
|
2493
2523
|
export interface __TypeConverter_StandardValuesCollection$views {
|
|
2494
|
-
|
|
2495
|
-
|
|
2524
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
2525
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
2496
2526
|
}
|
|
2497
2527
|
|
|
2498
2528
|
export type TypeConverter_StandardValuesCollection = TypeConverter_StandardValuesCollection$instance & __TypeConverter_StandardValuesCollection$views;
|
|
@@ -2503,7 +2533,7 @@ export class TypeConverterAttribute$instance extends System_Internal.Attribute$i
|
|
|
2503
2533
|
constructor(type_: Type);
|
|
2504
2534
|
constructor(typeName: string);
|
|
2505
2535
|
readonly converterTypeName: string;
|
|
2506
|
-
equals(obj:
|
|
2536
|
+
equals(obj: unknown): boolean;
|
|
2507
2537
|
getHashCode(): int;
|
|
2508
2538
|
static readonly default_: TypeConverterAttribute;
|
|
2509
2539
|
}
|
|
@@ -2513,21 +2543,21 @@ export type TypeConverterAttribute = TypeConverterAttribute$instance;
|
|
|
2513
2543
|
|
|
2514
2544
|
export abstract class TypeDescriptionProvider$instance {
|
|
2515
2545
|
readonly requireRegisteredTypes: Nullable_1<CLROf<boolean>>;
|
|
2516
|
-
createInstance(provider: IServiceProvider, objectType: Type, argTypes: Type[], args:
|
|
2517
|
-
getCache(instance:
|
|
2518
|
-
getExtendedTypeDescriptor(instance:
|
|
2519
|
-
getExtendedTypeDescriptorFromRegisteredType(instance:
|
|
2520
|
-
getFullComponentName(component:
|
|
2546
|
+
createInstance(provider: IServiceProvider, objectType: Type, argTypes: Type[], args: unknown[]): unknown;
|
|
2547
|
+
getCache(instance: unknown): IDictionary;
|
|
2548
|
+
getExtendedTypeDescriptor(instance: unknown): ICustomTypeDescriptor;
|
|
2549
|
+
getExtendedTypeDescriptorFromRegisteredType(instance: unknown): ICustomTypeDescriptor;
|
|
2550
|
+
getFullComponentName(component: unknown): string;
|
|
2521
2551
|
getReflectionType(objectType: Type): Type;
|
|
2522
|
-
getReflectionType(instance:
|
|
2523
|
-
getReflectionType(objectType: Type, instance:
|
|
2552
|
+
getReflectionType(instance: unknown): Type;
|
|
2553
|
+
getReflectionType(objectType: Type, instance: unknown): Type;
|
|
2524
2554
|
getRuntimeType(reflectionType: Type): Type;
|
|
2525
2555
|
getTypeDescriptor(objectType: Type): ICustomTypeDescriptor;
|
|
2526
|
-
getTypeDescriptor(instance:
|
|
2527
|
-
getTypeDescriptor(objectType: Type, instance:
|
|
2556
|
+
getTypeDescriptor(instance: unknown): ICustomTypeDescriptor;
|
|
2557
|
+
getTypeDescriptor(objectType: Type, instance: unknown): ICustomTypeDescriptor;
|
|
2528
2558
|
getTypeDescriptorFromRegisteredType(objectType: Type): ICustomTypeDescriptor;
|
|
2529
|
-
getTypeDescriptorFromRegisteredType(instance:
|
|
2530
|
-
getTypeDescriptorFromRegisteredType(objectType: Type, instance:
|
|
2559
|
+
getTypeDescriptorFromRegisteredType(instance: unknown): ICustomTypeDescriptor;
|
|
2560
|
+
getTypeDescriptorFromRegisteredType(objectType: Type, instance: unknown): ICustomTypeDescriptor;
|
|
2531
2561
|
isRegisteredType(type_: Type): boolean;
|
|
2532
2562
|
isSupportedType(type_: Type): boolean;
|
|
2533
2563
|
registerType<T>(): void;
|
|
@@ -2546,78 +2576,78 @@ export class TypeDescriptionProviderAttribute$instance extends System_Internal.A
|
|
|
2546
2576
|
export type TypeDescriptionProviderAttribute = TypeDescriptionProviderAttribute$instance;
|
|
2547
2577
|
|
|
2548
2578
|
export class TypeDescriptor$instance {
|
|
2549
|
-
static readonly
|
|
2550
|
-
static readonly
|
|
2551
|
-
static
|
|
2552
|
-
static
|
|
2553
|
-
static
|
|
2554
|
-
static
|
|
2555
|
-
static
|
|
2556
|
-
static
|
|
2557
|
-
static
|
|
2558
|
-
static
|
|
2559
|
-
static
|
|
2560
|
-
static
|
|
2561
|
-
static
|
|
2562
|
-
static
|
|
2563
|
-
static
|
|
2564
|
-
static
|
|
2565
|
-
static
|
|
2566
|
-
static
|
|
2567
|
-
static
|
|
2568
|
-
static
|
|
2569
|
-
static
|
|
2570
|
-
static
|
|
2571
|
-
static
|
|
2572
|
-
static
|
|
2573
|
-
static
|
|
2574
|
-
static
|
|
2575
|
-
static
|
|
2576
|
-
static
|
|
2577
|
-
static
|
|
2578
|
-
static
|
|
2579
|
-
static
|
|
2580
|
-
static
|
|
2581
|
-
static
|
|
2582
|
-
static
|
|
2583
|
-
static
|
|
2584
|
-
static
|
|
2585
|
-
static
|
|
2586
|
-
static
|
|
2587
|
-
static
|
|
2588
|
-
static
|
|
2589
|
-
static
|
|
2590
|
-
static
|
|
2591
|
-
static
|
|
2592
|
-
static
|
|
2593
|
-
static
|
|
2594
|
-
static
|
|
2595
|
-
static
|
|
2596
|
-
static
|
|
2597
|
-
static
|
|
2598
|
-
static
|
|
2599
|
-
static
|
|
2600
|
-
static
|
|
2601
|
-
static
|
|
2602
|
-
static
|
|
2603
|
-
static
|
|
2604
|
-
static
|
|
2605
|
-
static
|
|
2606
|
-
static
|
|
2607
|
-
static
|
|
2608
|
-
static
|
|
2609
|
-
static
|
|
2610
|
-
static
|
|
2611
|
-
static
|
|
2612
|
-
static
|
|
2613
|
-
static
|
|
2614
|
-
static
|
|
2615
|
-
static
|
|
2616
|
-
static
|
|
2617
|
-
static
|
|
2618
|
-
static
|
|
2619
|
-
static
|
|
2620
|
-
static
|
|
2579
|
+
static readonly interfaceType: Type;
|
|
2580
|
+
static readonly comObjectType: Type;
|
|
2581
|
+
static comNativeDescriptorHandler: IComNativeDescriptorHandler;
|
|
2582
|
+
static addAttributes2(instance: unknown, attributes: Attribute[]): TypeDescriptionProvider;
|
|
2583
|
+
static addAttributes2(type_: Type, attributes: Attribute[]): TypeDescriptionProvider;
|
|
2584
|
+
static addEditorTable(editorBaseType: Type, table: Hashtable): void;
|
|
2585
|
+
static addProvider2(provider: TypeDescriptionProvider, instance: unknown): void;
|
|
2586
|
+
static addProvider2(provider: TypeDescriptionProvider, type_: Type): void;
|
|
2587
|
+
static addProviderTransparent2(provider: TypeDescriptionProvider, instance: unknown): void;
|
|
2588
|
+
static addProviderTransparent2(provider: TypeDescriptionProvider, type_: Type): void;
|
|
2589
|
+
static createAssociation(primary: unknown, secondary: unknown): void;
|
|
2590
|
+
static createDesigner(component: IComponent, designerBaseType: Type): IDesigner;
|
|
2591
|
+
static createEvent2(componentType: Type, oldEventDescriptor: EventDescriptor, attributes: Attribute[]): EventDescriptor;
|
|
2592
|
+
static createEvent2(componentType: Type, name: string, type_: Type, attributes: Attribute[]): EventDescriptor;
|
|
2593
|
+
static createInstance(provider: IServiceProvider, objectType: Type, argTypes: Type[], args: unknown[]): unknown;
|
|
2594
|
+
static createProperty2(componentType: Type, oldPropertyDescriptor: PropertyDescriptor, attributes: Attribute[]): PropertyDescriptor;
|
|
2595
|
+
static createProperty2(componentType: Type, name: string, type_: Type, attributes: Attribute[]): PropertyDescriptor;
|
|
2596
|
+
static getAssociation(type_: Type, primary: unknown): unknown;
|
|
2597
|
+
static getAttributes3(component: unknown, noCustomTypeDesc: boolean): AttributeCollection;
|
|
2598
|
+
static getAttributes3(component: unknown): AttributeCollection;
|
|
2599
|
+
static getAttributes3(componentType: Type): AttributeCollection;
|
|
2600
|
+
static getClassName2(component: unknown, noCustomTypeDesc: boolean): string;
|
|
2601
|
+
static getClassName2(component: unknown): string;
|
|
2602
|
+
static getClassName2(componentType: Type): string;
|
|
2603
|
+
static getComponentName2(component: unknown, noCustomTypeDesc: boolean): string;
|
|
2604
|
+
static getComponentName2(component: unknown): string;
|
|
2605
|
+
static getConverter2(component: unknown, noCustomTypeDesc: boolean): TypeConverter;
|
|
2606
|
+
static getConverter2(component: unknown): TypeConverter;
|
|
2607
|
+
static getConverter2(type_: Type): TypeConverter;
|
|
2608
|
+
static getConverterFromRegisteredType(component: unknown): TypeConverter;
|
|
2609
|
+
static getConverterFromRegisteredType(type_: Type): TypeConverter;
|
|
2610
|
+
static getDefaultEvent3(component: unknown, noCustomTypeDesc: boolean): EventDescriptor;
|
|
2611
|
+
static getDefaultEvent3(component: unknown): EventDescriptor;
|
|
2612
|
+
static getDefaultEvent3(componentType: Type): EventDescriptor;
|
|
2613
|
+
static getDefaultProperty3(component: unknown, noCustomTypeDesc: boolean): PropertyDescriptor;
|
|
2614
|
+
static getDefaultProperty3(component: unknown): PropertyDescriptor;
|
|
2615
|
+
static getDefaultProperty3(componentType: Type): PropertyDescriptor;
|
|
2616
|
+
static getEditor2(component: unknown, editorBaseType: Type, noCustomTypeDesc: boolean): unknown;
|
|
2617
|
+
static getEditor2(component: unknown, editorBaseType: Type): unknown;
|
|
2618
|
+
static getEditor2(type_: Type, editorBaseType: Type): unknown;
|
|
2619
|
+
static getEvents6(component: unknown, attributes: Attribute[], noCustomTypeDesc: boolean): EventDescriptorCollection;
|
|
2620
|
+
static getEvents6(component: unknown, attributes: Attribute[]): EventDescriptorCollection;
|
|
2621
|
+
static getEvents6(component: unknown, noCustomTypeDesc: boolean): EventDescriptorCollection;
|
|
2622
|
+
static getEvents6(component: unknown): EventDescriptorCollection;
|
|
2623
|
+
static getEvents6(componentType: Type, attributes: Attribute[]): EventDescriptorCollection;
|
|
2624
|
+
static getEvents6(componentType: Type): EventDescriptorCollection;
|
|
2625
|
+
static getEventsFromRegisteredType(componentType: Type): EventDescriptorCollection;
|
|
2626
|
+
static getFullComponentName(component: unknown): string;
|
|
2627
|
+
static getProperties6(component: unknown, attributes: Attribute[], noCustomTypeDesc: boolean): PropertyDescriptorCollection;
|
|
2628
|
+
static getProperties6(component: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
2629
|
+
static getProperties6(component: unknown, noCustomTypeDesc: boolean): PropertyDescriptorCollection;
|
|
2630
|
+
static getProperties6(component: unknown): PropertyDescriptorCollection;
|
|
2631
|
+
static getProperties6(componentType: Type, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
2632
|
+
static getProperties6(componentType: Type): PropertyDescriptorCollection;
|
|
2633
|
+
static getPropertiesFromRegisteredType2(component: unknown): PropertyDescriptorCollection;
|
|
2634
|
+
static getPropertiesFromRegisteredType2(componentType: Type): PropertyDescriptorCollection;
|
|
2635
|
+
static getProvider2(instance: unknown): TypeDescriptionProvider;
|
|
2636
|
+
static getProvider2(type_: Type): TypeDescriptionProvider;
|
|
2637
|
+
static getReflectionType2(instance: unknown): Type;
|
|
2638
|
+
static getReflectionType2(type_: Type): Type;
|
|
2639
|
+
static refresh(component: unknown): void;
|
|
2640
|
+
static refresh(assembly: Assembly): void;
|
|
2641
|
+
static refresh(module_: Module): void;
|
|
2642
|
+
static refresh(type_: Type): void;
|
|
2643
|
+
static registerType<T>(): void;
|
|
2644
|
+
static removeAssociation(primary: unknown, secondary: unknown): void;
|
|
2645
|
+
static removeAssociations(primary: unknown): void;
|
|
2646
|
+
static removeProvider2(provider: TypeDescriptionProvider, instance: unknown): void;
|
|
2647
|
+
static removeProvider2(provider: TypeDescriptionProvider, type_: Type): void;
|
|
2648
|
+
static removeProviderTransparent2(provider: TypeDescriptionProvider, instance: unknown): void;
|
|
2649
|
+
static removeProviderTransparent2(provider: TypeDescriptionProvider, type_: Type): void;
|
|
2650
|
+
static sortDescriptorArray(infos: IList): void;
|
|
2621
2651
|
}
|
|
2622
2652
|
|
|
2623
2653
|
|
|
@@ -2628,10 +2658,10 @@ export abstract class TypeListConverter$instance extends TypeConverter$instance
|
|
|
2628
2658
|
canConvertFrom(sourceType: Type): boolean;
|
|
2629
2659
|
canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
2630
2660
|
canConvertTo(destinationType: Type): boolean;
|
|
2631
|
-
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
2632
|
-
convertFrom(value:
|
|
2633
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
2634
|
-
convertTo(value:
|
|
2661
|
+
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
|
|
2662
|
+
convertFrom(value: unknown): unknown;
|
|
2663
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
2664
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
2635
2665
|
getStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
|
|
2636
2666
|
getStandardValues(): ICollection;
|
|
2637
2667
|
getStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
|
|
@@ -2677,12 +2707,12 @@ export class VersionConverter$instance extends TypeConverter$instance {
|
|
|
2677
2707
|
canConvertFrom(sourceType: Type): boolean;
|
|
2678
2708
|
canConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
2679
2709
|
canConvertTo(destinationType: Type): boolean;
|
|
2680
|
-
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
2681
|
-
convertFrom(value:
|
|
2682
|
-
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value:
|
|
2683
|
-
convertTo(value:
|
|
2684
|
-
isValid(context: ITypeDescriptorContext, value:
|
|
2685
|
-
isValid(value:
|
|
2710
|
+
convertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown;
|
|
2711
|
+
convertFrom(value: unknown): unknown;
|
|
2712
|
+
convertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown;
|
|
2713
|
+
convertTo(value: unknown, destinationType: Type): unknown;
|
|
2714
|
+
isValid(context: ITypeDescriptorContext, value: unknown): boolean;
|
|
2715
|
+
isValid(value: unknown): boolean;
|
|
2686
2716
|
}
|
|
2687
2717
|
|
|
2688
2718
|
|
|
@@ -2701,7 +2731,7 @@ export class WarningException$instance extends System_Internal.SystemException$i
|
|
|
2701
2731
|
|
|
2702
2732
|
|
|
2703
2733
|
export interface __WarningException$views {
|
|
2704
|
-
|
|
2734
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
2705
2735
|
}
|
|
2706
2736
|
|
|
2707
2737
|
export type WarningException = WarningException$instance & __WarningException$views;
|
|
@@ -2720,24 +2750,24 @@ export class Win32Exception$instance extends System_Runtime_InteropServices_Inte
|
|
|
2720
2750
|
|
|
2721
2751
|
|
|
2722
2752
|
export interface __Win32Exception$views {
|
|
2723
|
-
|
|
2753
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
2724
2754
|
}
|
|
2725
2755
|
|
|
2726
2756
|
export type Win32Exception = Win32Exception$instance & __Win32Exception$views;
|
|
2727
2757
|
|
|
2728
2758
|
|
|
2729
2759
|
export abstract class AsyncOperationManager$instance {
|
|
2730
|
-
static
|
|
2731
|
-
static
|
|
2760
|
+
static synchronizationContext: SynchronizationContext;
|
|
2761
|
+
static createOperation(userSuppliedState: unknown): AsyncOperation;
|
|
2732
2762
|
}
|
|
2733
2763
|
|
|
2734
2764
|
|
|
2735
2765
|
export type AsyncOperationManager = AsyncOperationManager$instance;
|
|
2736
2766
|
|
|
2737
2767
|
export abstract class SyntaxCheck$instance {
|
|
2738
|
-
static
|
|
2739
|
-
static
|
|
2740
|
-
static
|
|
2768
|
+
static checkMachineName(value: string): boolean;
|
|
2769
|
+
static checkPath(value: string): boolean;
|
|
2770
|
+
static checkRootedPath(value: string): boolean;
|
|
2741
2771
|
}
|
|
2742
2772
|
|
|
2743
2773
|
|