@tsonic/dotnet 10.0.3 → 10.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +2 -0
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +1042 -19
- package/System.Buffers/internal/index.d.ts +18 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +3 -0
- package/System.Collections/internal/index.d.ts +78 -10
- package/System.Collections.Concurrent/internal/index.d.ts +35 -0
- package/System.Collections.Frozen/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/index.d.ts +306 -5
- package/System.Collections.Immutable/internal/index.d.ts +156 -9
- package/System.Collections.ObjectModel/internal/index.d.ts +80 -2
- package/System.Collections.Specialized/internal/index.d.ts +45 -8
- package/System.ComponentModel/internal/index.d.ts +129 -8
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +6 -0
- package/System.ComponentModel.Design/internal/index.d.ts +75 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -0
- package/System.Data/internal/index.d.ts +165 -4
- package/System.Data.Common/internal/index.d.ts +86 -6
- package/System.Data.SqlTypes/internal/index.d.ts +92 -3
- package/System.Diagnostics/internal/index.d.ts +74 -9
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +6 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +22 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +16 -0
- package/System.Drawing/internal/index.d.ts +14 -0
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/internal/index.d.ts +6 -0
- package/System.Formats.Tar/internal/index.d.ts +6 -0
- package/System.Globalization/internal/index.d.ts +52 -2
- package/System.IO/internal/index.d.ts +67 -0
- package/System.IO.Compression/internal/index.d.ts +21 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +15 -0
- package/System.Linq/internal/index.d.ts +38 -4
- package/System.Linq.Expressions/internal/index.d.ts +17 -0
- package/System.Net/internal/index.d.ts +94 -3
- package/System.Net.Http/internal/index.d.ts +53 -0
- package/System.Net.Http.Headers/internal/index.d.ts +74 -1
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +57 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +32 -5
- package/System.Net.Quic/internal/index.d.ts +9 -0
- package/System.Net.Security/internal/index.d.ts +13 -0
- package/System.Net.Sockets/internal/index.d.ts +21 -0
- package/System.Net.WebSockets/internal/index.d.ts +9 -0
- package/System.Numerics/internal/index.d.ts +154 -6
- package/System.Reflection/internal/index.d.ts +69 -1
- package/System.Reflection.Emit/internal/index.d.ts +35 -0
- package/System.Reflection.Metadata/internal/index.d.ts +331 -2
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -0
- package/System.Resources/internal/index.d.ts +19 -1
- package/System.Runtime/internal/index.d.ts +6 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +58 -4
- package/System.Runtime.InteropServices/internal/index.d.ts +94 -0
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +42 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +4 -0
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +25 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +48 -4
- package/System.Runtime.Loader/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +36 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +2 -0
- package/System.Security/internal/index.d.ts +18 -0
- package/System.Security.AccessControl/internal/index.d.ts +26 -6
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +7 -2
- package/System.Security.Claims/internal/index.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +271 -1
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +47 -2
- package/System.Security.Policy/internal/index.d.ts +3 -0
- package/System.Security.Principal/internal/index.d.ts +24 -1
- package/System.Text/internal/index.d.ts +41 -1
- package/System.Text.Json/internal/index.d.ts +22 -1
- package/System.Text.Json.Nodes/internal/index.d.ts +11 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +10 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +4 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +44 -2
- package/System.Threading/internal/index.d.ts +78 -0
- package/System.Threading.Channels/internal/index.d.ts +2 -0
- package/System.Threading.Tasks/internal/index.d.ts +18 -0
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +67 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +39 -0
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Input/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +143 -6
- package/System.Xml.Linq/internal/index.d.ts +32 -0
- package/System.Xml.Schema/internal/index.d.ts +25 -2
- package/System.Xml.Serialization/internal/index.d.ts +29 -4
- package/System.Xml.XPath/internal/index.d.ts +13 -2
- package/System.Xml.Xsl/internal/index.d.ts +11 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +25 -1
- package/__internal/extensions/index.d.ts +263 -263
- package/package.json +1 -1
|
@@ -182,6 +182,8 @@ export type RunWorkerCompletedEventHandler = (sender: unknown, e: RunWorkerCompl
|
|
|
182
182
|
|
|
183
183
|
|
|
184
184
|
export interface IBindingList$instance extends IList, ICollection, IEnumerable {
|
|
185
|
+
readonly __tsonic_iface_System_ComponentModel_IBindingList: never;
|
|
186
|
+
|
|
185
187
|
readonly AllowNew: boolean;
|
|
186
188
|
readonly AllowEdit: boolean;
|
|
187
189
|
readonly AllowRemove: boolean;
|
|
@@ -191,7 +193,7 @@ export interface IBindingList$instance extends IList, ICollection, IEnumerable {
|
|
|
191
193
|
readonly IsSorted: boolean;
|
|
192
194
|
readonly SortProperty: PropertyDescriptor | undefined;
|
|
193
195
|
readonly SortDirection: ListSortDirection;
|
|
194
|
-
|
|
196
|
+
[index: number]: unknown;
|
|
195
197
|
readonly IsReadOnly: boolean;
|
|
196
198
|
readonly IsFixedSize: boolean;
|
|
197
199
|
readonly Count: int;
|
|
@@ -216,6 +218,8 @@ export interface IBindingList$instance extends IList, ICollection, IEnumerable {
|
|
|
216
218
|
export type IBindingList = IBindingList$instance;
|
|
217
219
|
|
|
218
220
|
export interface IBindingListView$instance extends IBindingList, IList, ICollection, IEnumerable {
|
|
221
|
+
readonly __tsonic_iface_System_ComponentModel_IBindingListView: never;
|
|
222
|
+
|
|
219
223
|
get Filter(): string | undefined;
|
|
220
224
|
set Filter(value: string | undefined);
|
|
221
225
|
readonly SortDescriptions: ListSortDescriptionCollection;
|
|
@@ -230,7 +234,7 @@ export interface IBindingListView$instance extends IBindingList, IList, ICollect
|
|
|
230
234
|
readonly IsSorted: boolean;
|
|
231
235
|
readonly SortProperty: PropertyDescriptor | undefined;
|
|
232
236
|
readonly SortDirection: ListSortDirection;
|
|
233
|
-
|
|
237
|
+
[index: number]: unknown;
|
|
234
238
|
readonly IsReadOnly: boolean;
|
|
235
239
|
readonly IsFixedSize: boolean;
|
|
236
240
|
readonly Count: int;
|
|
@@ -257,6 +261,8 @@ export interface IBindingListView$instance extends IBindingList, IList, ICollect
|
|
|
257
261
|
export type IBindingListView = IBindingListView$instance;
|
|
258
262
|
|
|
259
263
|
export interface ICancelAddNew$instance {
|
|
264
|
+
readonly __tsonic_iface_System_ComponentModel_ICancelAddNew: never;
|
|
265
|
+
|
|
260
266
|
CancelNew(itemIndex: int): void;
|
|
261
267
|
}
|
|
262
268
|
|
|
@@ -264,6 +270,8 @@ export interface ICancelAddNew$instance {
|
|
|
264
270
|
export type ICancelAddNew = ICancelAddNew$instance;
|
|
265
271
|
|
|
266
272
|
export interface IChangeTracking$instance {
|
|
273
|
+
readonly __tsonic_iface_System_ComponentModel_IChangeTracking: never;
|
|
274
|
+
|
|
267
275
|
readonly IsChanged: boolean;
|
|
268
276
|
AcceptChanges(): void;
|
|
269
277
|
}
|
|
@@ -272,6 +280,8 @@ export interface IChangeTracking$instance {
|
|
|
272
280
|
export type IChangeTracking = IChangeTracking$instance;
|
|
273
281
|
|
|
274
282
|
export interface IComNativeDescriptorHandler$instance {
|
|
283
|
+
readonly __tsonic_iface_System_ComponentModel_IComNativeDescriptorHandler: never;
|
|
284
|
+
|
|
275
285
|
GetAttributes(component: unknown): AttributeCollection;
|
|
276
286
|
GetClassName(component: unknown): string;
|
|
277
287
|
GetConverter(component: unknown): TypeConverter;
|
|
@@ -289,6 +299,8 @@ export interface IComNativeDescriptorHandler$instance {
|
|
|
289
299
|
export type IComNativeDescriptorHandler = IComNativeDescriptorHandler$instance;
|
|
290
300
|
|
|
291
301
|
export interface IComponent$instance extends IDisposable {
|
|
302
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
303
|
+
|
|
292
304
|
get Site(): ISite | undefined;
|
|
293
305
|
set Site(value: ISite | undefined);
|
|
294
306
|
Dispose(): void;
|
|
@@ -300,6 +312,8 @@ export interface IComponent$instance extends System_Internal.IDisposable$instanc
|
|
|
300
312
|
export type IComponent = IComponent$instance;
|
|
301
313
|
|
|
302
314
|
export interface IContainer$instance extends IDisposable {
|
|
315
|
+
readonly __tsonic_iface_System_ComponentModel_IContainer: never;
|
|
316
|
+
|
|
303
317
|
readonly Components: ComponentCollection;
|
|
304
318
|
Add(component: IComponent, name: string): void;
|
|
305
319
|
Add(component: IComponent): void;
|
|
@@ -312,6 +326,8 @@ export interface IContainer$instance extends System_Internal.IDisposable$instanc
|
|
|
312
326
|
export type IContainer = IContainer$instance;
|
|
313
327
|
|
|
314
328
|
export interface ICustomTypeDescriptor$instance {
|
|
329
|
+
readonly __tsonic_iface_System_ComponentModel_ICustomTypeDescriptor: never;
|
|
330
|
+
|
|
315
331
|
readonly RequireRegisteredTypes: Nullable_1<System_Internal.Boolean>;
|
|
316
332
|
GetAttributes(): AttributeCollection;
|
|
317
333
|
GetClassName(): string | undefined;
|
|
@@ -330,7 +346,9 @@ export interface ICustomTypeDescriptor$instance {
|
|
|
330
346
|
export type ICustomTypeDescriptor = ICustomTypeDescriptor$instance;
|
|
331
347
|
|
|
332
348
|
export interface IDataErrorInfo$instance {
|
|
333
|
-
readonly
|
|
349
|
+
readonly __tsonic_iface_System_ComponentModel_IDataErrorInfo: never;
|
|
350
|
+
|
|
351
|
+
readonly [columnName: string]: string;
|
|
334
352
|
readonly Error: string;
|
|
335
353
|
}
|
|
336
354
|
|
|
@@ -338,6 +356,8 @@ export interface IDataErrorInfo$instance {
|
|
|
338
356
|
export type IDataErrorInfo = IDataErrorInfo$instance;
|
|
339
357
|
|
|
340
358
|
export interface IEditableObject$instance {
|
|
359
|
+
readonly __tsonic_iface_System_ComponentModel_IEditableObject: never;
|
|
360
|
+
|
|
341
361
|
BeginEdit(): void;
|
|
342
362
|
}
|
|
343
363
|
|
|
@@ -345,6 +365,8 @@ export interface IEditableObject$instance {
|
|
|
345
365
|
export type IEditableObject = IEditableObject$instance;
|
|
346
366
|
|
|
347
367
|
export interface IExtenderProvider$instance {
|
|
368
|
+
readonly __tsonic_iface_System_ComponentModel_IExtenderProvider: never;
|
|
369
|
+
|
|
348
370
|
CanExtend(extendee: unknown): boolean;
|
|
349
371
|
}
|
|
350
372
|
|
|
@@ -352,6 +374,8 @@ export interface IExtenderProvider$instance {
|
|
|
352
374
|
export type IExtenderProvider = IExtenderProvider$instance;
|
|
353
375
|
|
|
354
376
|
export interface IIntellisenseBuilder$instance {
|
|
377
|
+
readonly __tsonic_iface_System_ComponentModel_IIntellisenseBuilder: never;
|
|
378
|
+
|
|
355
379
|
readonly Name: string;
|
|
356
380
|
Show(language: string, value: string, newValue: string): boolean;
|
|
357
381
|
}
|
|
@@ -360,6 +384,8 @@ export interface IIntellisenseBuilder$instance {
|
|
|
360
384
|
export type IIntellisenseBuilder = IIntellisenseBuilder$instance;
|
|
361
385
|
|
|
362
386
|
export interface IListSource$instance {
|
|
387
|
+
readonly __tsonic_iface_System_ComponentModel_IListSource: never;
|
|
388
|
+
|
|
363
389
|
readonly ContainsListCollection: boolean;
|
|
364
390
|
GetList(): IList;
|
|
365
391
|
}
|
|
@@ -368,6 +394,8 @@ export interface IListSource$instance {
|
|
|
368
394
|
export type IListSource = IListSource$instance;
|
|
369
395
|
|
|
370
396
|
export interface INestedContainer$instance extends IContainer, IDisposable {
|
|
397
|
+
readonly __tsonic_iface_System_ComponentModel_INestedContainer: never;
|
|
398
|
+
|
|
371
399
|
readonly Owner: IComponent;
|
|
372
400
|
readonly Components: ComponentCollection;
|
|
373
401
|
Add(component: IComponent, name: string): void;
|
|
@@ -379,6 +407,8 @@ export interface INestedContainer$instance extends IContainer, IDisposable {
|
|
|
379
407
|
export type INestedContainer = INestedContainer$instance;
|
|
380
408
|
|
|
381
409
|
export interface INestedSite$instance extends ISite, IServiceProvider {
|
|
410
|
+
readonly __tsonic_iface_System_ComponentModel_INestedSite: never;
|
|
411
|
+
|
|
382
412
|
readonly FullName: string | undefined;
|
|
383
413
|
readonly Component: IComponent;
|
|
384
414
|
readonly Container: IContainer | undefined;
|
|
@@ -392,6 +422,8 @@ export interface INestedSite$instance extends ISite, IServiceProvider {
|
|
|
392
422
|
export type INestedSite = INestedSite$instance;
|
|
393
423
|
|
|
394
424
|
export interface INotifyDataErrorInfo$instance {
|
|
425
|
+
readonly __tsonic_iface_System_ComponentModel_INotifyDataErrorInfo: never;
|
|
426
|
+
|
|
395
427
|
readonly HasErrors: boolean;
|
|
396
428
|
GetErrors(propertyName: string): IEnumerable;
|
|
397
429
|
}
|
|
@@ -400,18 +432,24 @@ export interface INotifyDataErrorInfo$instance {
|
|
|
400
432
|
export type INotifyDataErrorInfo = INotifyDataErrorInfo$instance;
|
|
401
433
|
|
|
402
434
|
export interface INotifyPropertyChanged$instance {
|
|
435
|
+
readonly __tsonic_iface_System_ComponentModel_INotifyPropertyChanged: never;
|
|
436
|
+
|
|
403
437
|
}
|
|
404
438
|
|
|
405
439
|
|
|
406
440
|
export type INotifyPropertyChanged = INotifyPropertyChanged$instance;
|
|
407
441
|
|
|
408
442
|
export interface INotifyPropertyChanging$instance {
|
|
443
|
+
readonly __tsonic_iface_System_ComponentModel_INotifyPropertyChanging: never;
|
|
444
|
+
|
|
409
445
|
}
|
|
410
446
|
|
|
411
447
|
|
|
412
448
|
export type INotifyPropertyChanging = INotifyPropertyChanging$instance;
|
|
413
449
|
|
|
414
450
|
export interface IRaiseItemChangedEvents$instance {
|
|
451
|
+
readonly __tsonic_iface_System_ComponentModel_IRaiseItemChangedEvents: never;
|
|
452
|
+
|
|
415
453
|
readonly RaisesItemChangedEvents: boolean;
|
|
416
454
|
}
|
|
417
455
|
|
|
@@ -419,6 +457,8 @@ export interface IRaiseItemChangedEvents$instance {
|
|
|
419
457
|
export type IRaiseItemChangedEvents = IRaiseItemChangedEvents$instance;
|
|
420
458
|
|
|
421
459
|
export interface IRevertibleChangeTracking$instance extends IChangeTracking {
|
|
460
|
+
readonly __tsonic_iface_System_ComponentModel_IRevertibleChangeTracking: never;
|
|
461
|
+
|
|
422
462
|
readonly IsChanged: boolean;
|
|
423
463
|
RejectChanges(): void;
|
|
424
464
|
AcceptChanges(): void;
|
|
@@ -430,6 +470,8 @@ export interface IRevertibleChangeTracking$instance extends IChangeTracking$inst
|
|
|
430
470
|
export type IRevertibleChangeTracking = IRevertibleChangeTracking$instance;
|
|
431
471
|
|
|
432
472
|
export interface ISite$instance extends IServiceProvider {
|
|
473
|
+
readonly __tsonic_iface_System_ComponentModel_ISite: never;
|
|
474
|
+
|
|
433
475
|
readonly Component: IComponent;
|
|
434
476
|
readonly Container: IContainer | undefined;
|
|
435
477
|
readonly DesignMode: boolean;
|
|
@@ -444,6 +486,8 @@ export interface ISite$instance extends System_Internal.IServiceProvider$instanc
|
|
|
444
486
|
export type ISite = ISite$instance;
|
|
445
487
|
|
|
446
488
|
export interface ISupportInitialize$instance {
|
|
489
|
+
readonly __tsonic_iface_System_ComponentModel_ISupportInitialize: never;
|
|
490
|
+
|
|
447
491
|
BeginInit(): void;
|
|
448
492
|
}
|
|
449
493
|
|
|
@@ -451,6 +495,8 @@ export interface ISupportInitialize$instance {
|
|
|
451
495
|
export type ISupportInitialize = ISupportInitialize$instance;
|
|
452
496
|
|
|
453
497
|
export interface ISupportInitializeNotification$instance extends ISupportInitialize {
|
|
498
|
+
readonly __tsonic_iface_System_ComponentModel_ISupportInitializeNotification: never;
|
|
499
|
+
|
|
454
500
|
readonly IsInitialized: boolean;
|
|
455
501
|
BeginInit(): void;
|
|
456
502
|
}
|
|
@@ -461,6 +507,8 @@ export interface ISupportInitializeNotification$instance extends ISupportInitial
|
|
|
461
507
|
export type ISupportInitializeNotification = ISupportInitializeNotification$instance;
|
|
462
508
|
|
|
463
509
|
export interface ISynchronizeInvoke$instance {
|
|
510
|
+
readonly __tsonic_iface_System_ComponentModel_ISynchronizeInvoke: never;
|
|
511
|
+
|
|
464
512
|
readonly InvokeRequired: boolean;
|
|
465
513
|
BeginInvoke(method: Function, args: unknown[]): IAsyncResult;
|
|
466
514
|
EndInvoke(result: IAsyncResult): unknown | undefined;
|
|
@@ -471,6 +519,8 @@ export interface ISynchronizeInvoke$instance {
|
|
|
471
519
|
export type ISynchronizeInvoke = ISynchronizeInvoke$instance;
|
|
472
520
|
|
|
473
521
|
export interface ITypeDescriptorContext$instance extends IServiceProvider {
|
|
522
|
+
readonly __tsonic_iface_System_ComponentModel_ITypeDescriptorContext: never;
|
|
523
|
+
|
|
474
524
|
readonly Container: IContainer | undefined;
|
|
475
525
|
readonly Instance: unknown | undefined;
|
|
476
526
|
readonly PropertyDescriptor: PropertyDescriptor | undefined;
|
|
@@ -485,6 +535,8 @@ export interface ITypeDescriptorContext$instance extends System_Internal.IServic
|
|
|
485
535
|
export type ITypeDescriptorContext = ITypeDescriptorContext$instance;
|
|
486
536
|
|
|
487
537
|
export interface ITypedList$instance {
|
|
538
|
+
readonly __tsonic_iface_System_ComponentModel_ITypedList: never;
|
|
539
|
+
|
|
488
540
|
GetItemProperties(listAccessors: PropertyDescriptor[]): PropertyDescriptorCollection;
|
|
489
541
|
GetListName(listAccessors: PropertyDescriptor[]): string;
|
|
490
542
|
}
|
|
@@ -579,6 +631,9 @@ export const AsyncOperation: {
|
|
|
579
631
|
export type AsyncOperation = AsyncOperation$instance;
|
|
580
632
|
|
|
581
633
|
export interface AttributeCollection$instance {
|
|
634
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
635
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
636
|
+
|
|
582
637
|
readonly Attributes: Attribute[];
|
|
583
638
|
readonly Count: int;
|
|
584
639
|
Contains(attribute: Attribute): boolean;
|
|
@@ -623,6 +678,9 @@ export const AttributeProviderAttribute: {
|
|
|
623
678
|
export type AttributeProviderAttribute = AttributeProviderAttribute$instance;
|
|
624
679
|
|
|
625
680
|
export interface BackgroundWorker$instance extends Component$instance {
|
|
681
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
682
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
683
|
+
|
|
626
684
|
readonly CancellationPending: boolean;
|
|
627
685
|
readonly IsBusy: boolean;
|
|
628
686
|
WorkerReportsProgress: boolean;
|
|
@@ -694,6 +752,18 @@ export const BindableAttribute: {
|
|
|
694
752
|
export type BindableAttribute = BindableAttribute$instance;
|
|
695
753
|
|
|
696
754
|
export interface BindingList_1$instance<T> extends Collection_1<T> {
|
|
755
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
756
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
757
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
758
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
759
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
760
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
761
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
762
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
763
|
+
readonly __tsonic_iface_System_ComponentModel_IBindingList: never;
|
|
764
|
+
readonly __tsonic_iface_System_ComponentModel_ICancelAddNew: never;
|
|
765
|
+
readonly __tsonic_iface_System_ComponentModel_IRaiseItemChangedEvents: never;
|
|
766
|
+
|
|
697
767
|
AllowEdit: boolean;
|
|
698
768
|
AllowNew: boolean;
|
|
699
769
|
AllowRemove: boolean;
|
|
@@ -920,6 +990,9 @@ export const ComplexBindingPropertiesAttribute: {
|
|
|
920
990
|
export type ComplexBindingPropertiesAttribute = ComplexBindingPropertiesAttribute$instance;
|
|
921
991
|
|
|
922
992
|
export interface Component$instance extends MarshalByRefObject {
|
|
993
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
994
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
995
|
+
|
|
923
996
|
readonly CanRaiseEvents: boolean;
|
|
924
997
|
readonly Container: IContainer | undefined;
|
|
925
998
|
get Site(): ISite | undefined;
|
|
@@ -946,6 +1019,9 @@ export type Component = Component$instance & __Component$views;
|
|
|
946
1019
|
|
|
947
1020
|
|
|
948
1021
|
export interface ComponentCollection$instance extends ReadOnlyCollectionBase {
|
|
1022
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1023
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1024
|
+
|
|
949
1025
|
CopyTo(array: ClrArray, index: int): void;
|
|
950
1026
|
get_Item(name: string): IComponent | undefined;
|
|
951
1027
|
get_Item(index: int): IComponent | undefined;
|
|
@@ -963,8 +1039,6 @@ export interface __ComponentCollection$views {
|
|
|
963
1039
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
964
1040
|
}
|
|
965
1041
|
|
|
966
|
-
export interface ComponentCollection$instance extends System_Collections_Internal.ICollection$instance {}
|
|
967
|
-
|
|
968
1042
|
export type ComponentCollection = ComponentCollection$instance & __ComponentCollection$views;
|
|
969
1043
|
|
|
970
1044
|
|
|
@@ -1012,6 +1086,9 @@ export const ComponentResourceManager: {
|
|
|
1012
1086
|
export type ComponentResourceManager = ComponentResourceManager$instance;
|
|
1013
1087
|
|
|
1014
1088
|
export interface Container$instance {
|
|
1089
|
+
readonly __tsonic_iface_System_ComponentModel_IContainer: never;
|
|
1090
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1091
|
+
|
|
1015
1092
|
readonly Components: ComponentCollection;
|
|
1016
1093
|
Add(component: IComponent): void;
|
|
1017
1094
|
Add(component: IComponent, name: string): void;
|
|
@@ -1076,6 +1153,8 @@ export const CultureInfoConverter: {
|
|
|
1076
1153
|
export type CultureInfoConverter = CultureInfoConverter$instance;
|
|
1077
1154
|
|
|
1078
1155
|
export interface CustomTypeDescriptor$instance {
|
|
1156
|
+
readonly __tsonic_iface_System_ComponentModel_ICustomTypeDescriptor: never;
|
|
1157
|
+
|
|
1079
1158
|
readonly RequireRegisteredTypes: Nullable_1<System_Internal.Boolean>;
|
|
1080
1159
|
GetAttributes(): AttributeCollection;
|
|
1081
1160
|
GetClassName(): string | undefined;
|
|
@@ -1556,6 +1635,10 @@ export const EventDescriptor: (abstract new(name: string, attrs: Attribute[]) =>
|
|
|
1556
1635
|
export type EventDescriptor = EventDescriptor$instance;
|
|
1557
1636
|
|
|
1558
1637
|
export interface EventDescriptorCollection$instance {
|
|
1638
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1639
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1640
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
1641
|
+
|
|
1559
1642
|
Count: int;
|
|
1560
1643
|
Add(value: EventDescriptor): int;
|
|
1561
1644
|
Clear(): void;
|
|
@@ -1592,6 +1675,8 @@ export type EventDescriptorCollection = EventDescriptorCollection$instance & __E
|
|
|
1592
1675
|
|
|
1593
1676
|
|
|
1594
1677
|
export interface EventHandlerList$instance {
|
|
1678
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1679
|
+
|
|
1595
1680
|
get Item(): Function | undefined;
|
|
1596
1681
|
set Item(value: Function | undefined);
|
|
1597
1682
|
AddHandler(key: unknown, value: Function): void;
|
|
@@ -1817,6 +1902,8 @@ export const Int64Converter: {
|
|
|
1817
1902
|
export type Int64Converter = Int64Converter$instance;
|
|
1818
1903
|
|
|
1819
1904
|
export interface InvalidAsynchronousStateException$instance extends ArgumentException {
|
|
1905
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1906
|
+
|
|
1820
1907
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1821
1908
|
}
|
|
1822
1909
|
|
|
@@ -1836,6 +1923,8 @@ export type InvalidAsynchronousStateException = InvalidAsynchronousStateExceptio
|
|
|
1836
1923
|
|
|
1837
1924
|
|
|
1838
1925
|
export interface InvalidEnumArgumentException$instance extends ArgumentException {
|
|
1926
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1927
|
+
|
|
1839
1928
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1840
1929
|
}
|
|
1841
1930
|
|
|
@@ -1856,6 +1945,8 @@ export type InvalidEnumArgumentException = InvalidEnumArgumentException$instance
|
|
|
1856
1945
|
|
|
1857
1946
|
|
|
1858
1947
|
export interface License$instance {
|
|
1948
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1949
|
+
|
|
1859
1950
|
readonly LicenseKey: string;
|
|
1860
1951
|
Dispose(): void;
|
|
1861
1952
|
}
|
|
@@ -1875,6 +1966,8 @@ export type License = License$instance & __License$views;
|
|
|
1875
1966
|
|
|
1876
1967
|
|
|
1877
1968
|
export interface LicenseContext$instance {
|
|
1969
|
+
readonly __tsonic_iface_System_IServiceProvider: never;
|
|
1970
|
+
|
|
1878
1971
|
readonly UsageMode: LicenseUsageMode;
|
|
1879
1972
|
GetSavedLicenseKey(type: Type, resourceAssembly: Assembly): string | undefined;
|
|
1880
1973
|
GetService(type: Type): unknown | undefined;
|
|
@@ -1897,6 +1990,8 @@ export type LicenseContext = LicenseContext$instance & __LicenseContext$views;
|
|
|
1897
1990
|
|
|
1898
1991
|
|
|
1899
1992
|
export interface LicenseException$instance extends SystemException {
|
|
1993
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1994
|
+
|
|
1900
1995
|
readonly LicensedType: Type | undefined;
|
|
1901
1996
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1902
1997
|
}
|
|
@@ -2033,8 +2128,12 @@ export const ListSortDescription: {
|
|
|
2033
2128
|
export type ListSortDescription = ListSortDescription$instance;
|
|
2034
2129
|
|
|
2035
2130
|
export interface ListSortDescriptionCollection$instance {
|
|
2131
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
2132
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2133
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
2134
|
+
|
|
2036
2135
|
readonly Count: int;
|
|
2037
|
-
|
|
2136
|
+
[index: number]: ListSortDescription;
|
|
2038
2137
|
Contains(value: unknown): boolean;
|
|
2039
2138
|
CopyTo(array: ClrArray, index: int): void;
|
|
2040
2139
|
IndexOf(value: unknown): int;
|
|
@@ -2094,6 +2193,10 @@ export const LookupBindingPropertiesAttribute: {
|
|
|
2094
2193
|
export type LookupBindingPropertiesAttribute = LookupBindingPropertiesAttribute$instance;
|
|
2095
2194
|
|
|
2096
2195
|
export interface MarshalByValueComponent$instance {
|
|
2196
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
2197
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2198
|
+
readonly __tsonic_iface_System_IServiceProvider: never;
|
|
2199
|
+
|
|
2097
2200
|
readonly Container: IContainer | undefined;
|
|
2098
2201
|
readonly DesignMode: boolean;
|
|
2099
2202
|
get Site(): ISite | undefined;
|
|
@@ -2123,6 +2226,8 @@ export type MarshalByValueComponent = MarshalByValueComponent$instance & __Marsh
|
|
|
2123
2226
|
|
|
2124
2227
|
|
|
2125
2228
|
export interface MaskedTextProvider$instance {
|
|
2229
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
2230
|
+
|
|
2126
2231
|
readonly AllowPromptAsInput: boolean;
|
|
2127
2232
|
readonly AsciiOnly: boolean;
|
|
2128
2233
|
AssignedEditPositionCount: int;
|
|
@@ -2133,7 +2238,7 @@ export interface MaskedTextProvider$instance {
|
|
|
2133
2238
|
IncludeLiterals: boolean;
|
|
2134
2239
|
IncludePrompt: boolean;
|
|
2135
2240
|
IsPassword: boolean;
|
|
2136
|
-
readonly
|
|
2241
|
+
readonly [index: number]: char;
|
|
2137
2242
|
readonly LastAssignedPosition: int;
|
|
2138
2243
|
readonly Length: int;
|
|
2139
2244
|
readonly Mask: string;
|
|
@@ -2285,6 +2390,10 @@ export const MultilineStringConverter: {
|
|
|
2285
2390
|
export type MultilineStringConverter = MultilineStringConverter$instance;
|
|
2286
2391
|
|
|
2287
2392
|
export interface NestedContainer$instance extends Container$instance {
|
|
2393
|
+
readonly __tsonic_iface_System_ComponentModel_IContainer: never;
|
|
2394
|
+
readonly __tsonic_iface_System_ComponentModel_INestedContainer: never;
|
|
2395
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2396
|
+
|
|
2288
2397
|
readonly Owner: IComponent;
|
|
2289
2398
|
readonly OwnerName: string | undefined;
|
|
2290
2399
|
Add(component: IComponent): void;
|
|
@@ -2476,6 +2585,11 @@ export const PropertyDescriptor: (abstract new(name: string, attrs: Attribute[])
|
|
|
2476
2585
|
export type PropertyDescriptor = PropertyDescriptor$instance;
|
|
2477
2586
|
|
|
2478
2587
|
export interface PropertyDescriptorCollection$instance {
|
|
2588
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
2589
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
2590
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2591
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
2592
|
+
|
|
2479
2593
|
Count: int;
|
|
2480
2594
|
Add(value: PropertyDescriptor): int;
|
|
2481
2595
|
Clear(): void;
|
|
@@ -2850,8 +2964,11 @@ export const TypeConverter: {
|
|
|
2850
2964
|
export type TypeConverter = TypeConverter$instance;
|
|
2851
2965
|
|
|
2852
2966
|
export interface TypeConverter_StandardValuesCollection$instance {
|
|
2967
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
2968
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2969
|
+
|
|
2853
2970
|
readonly Count: int;
|
|
2854
|
-
readonly
|
|
2971
|
+
readonly [index: number]: unknown | undefined;
|
|
2855
2972
|
CopyTo(array: ClrArray, index: int): void;
|
|
2856
2973
|
GetEnumerator(): IEnumerator;
|
|
2857
2974
|
}
|
|
@@ -3103,6 +3220,8 @@ export const VersionConverter: {
|
|
|
3103
3220
|
export type VersionConverter = VersionConverter$instance;
|
|
3104
3221
|
|
|
3105
3222
|
export interface WarningException$instance extends SystemException {
|
|
3223
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
3224
|
+
|
|
3106
3225
|
readonly HelpTopic: string | undefined;
|
|
3107
3226
|
readonly HelpUrl: string | undefined;
|
|
3108
3227
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -3126,6 +3245,8 @@ export type WarningException = WarningException$instance & __WarningException$vi
|
|
|
3126
3245
|
|
|
3127
3246
|
|
|
3128
3247
|
export interface Win32Exception$instance extends ExternalException {
|
|
3248
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
3249
|
+
|
|
3129
3250
|
readonly NativeErrorCode: int;
|
|
3130
3251
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
3131
3252
|
ToString(): string;
|
|
@@ -38,6 +38,8 @@ export enum DataType {
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
export interface IValidatableObject$instance {
|
|
41
|
+
readonly __tsonic_iface_System_ComponentModel_DataAnnotations_IValidatableObject: never;
|
|
42
|
+
|
|
41
43
|
Validate(validationContext: ValidationContext): IEnumerable_1<ValidationResult>;
|
|
42
44
|
}
|
|
43
45
|
|
|
@@ -571,6 +573,8 @@ export const ValidationAttribute: (abstract new() => ValidationAttribute) & (abs
|
|
|
571
573
|
export type ValidationAttribute = ValidationAttribute$instance;
|
|
572
574
|
|
|
573
575
|
export interface ValidationContext$instance {
|
|
576
|
+
readonly __tsonic_iface_System_IServiceProvider: never;
|
|
577
|
+
|
|
574
578
|
DisplayName: string;
|
|
575
579
|
readonly Items: IDictionary_2<unknown, unknown | undefined>;
|
|
576
580
|
get MemberName(): string | undefined;
|
|
@@ -600,6 +604,8 @@ export type ValidationContext = ValidationContext$instance & __ValidationContext
|
|
|
600
604
|
|
|
601
605
|
|
|
602
606
|
export interface ValidationException$instance extends Exception {
|
|
607
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
608
|
+
|
|
603
609
|
readonly ValidationAttribute: ValidationAttribute | undefined;
|
|
604
610
|
readonly ValidationResult: ValidationResult;
|
|
605
611
|
readonly Value: unknown | undefined;
|