@tsonic/dotnet 10.0.2 → 10.0.4
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 +0 -3
- package/Microsoft.VisualBasic/internal/index.d.ts +1 -11
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +0 -22
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -9
- package/Microsoft.Win32/internal/index.d.ts +0 -1
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +53 -127
- package/System/internal/index.d.ts +87 -200
- package/System.Buffers/internal/index.d.ts +10 -23
- package/System.CodeDom.Compiler/internal/index.d.ts +6 -10
- package/System.Collections/internal/index.d.ts +41 -57
- package/System.Collections.Concurrent/internal/index.d.ts +4 -10
- package/System.Collections.Generic/internal/index.d.ts +15 -37
- package/System.Collections.Immutable/internal/index.d.ts +7 -20
- package/System.Collections.ObjectModel/internal/index.d.ts +25 -48
- package/System.Collections.Specialized/internal/index.d.ts +15 -30
- package/System.ComponentModel/internal/index.d.ts +126 -216
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +80 -161
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +4 -3
- package/System.ComponentModel.Design/internal/index.d.ts +26 -53
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -29
- package/System.Data/internal/index.d.ts +110 -188
- package/System.Data.Common/internal/index.d.ts +155 -238
- package/System.Data.SqlTypes/internal/index.d.ts +6 -7
- package/System.Diagnostics/internal/index.d.ts +105 -169
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +24 -21
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -2
- package/System.Diagnostics.Metrics/internal/index.d.ts +31 -66
- package/System.Diagnostics.Tracing/internal/index.d.ts +26 -35
- package/System.Dynamic/internal/index.d.ts +15 -29
- package/System.Formats.Asn1/internal/index.d.ts +0 -1
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Globalization/internal/index.d.ts +17 -51
- package/System.IO/internal/index.d.ts +47 -123
- package/System.IO.Compression/internal/index.d.ts +11 -33
- package/System.IO.Enumeration/internal/index.d.ts +11 -16
- package/System.IO.IsolatedStorage/internal/index.d.ts +6 -17
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -21
- package/System.IO.Pipelines/internal/index.d.ts +7 -18
- package/System.IO.Pipes/internal/index.d.ts +24 -50
- package/System.Linq/internal/index.d.ts +0 -4
- package/System.Linq.Expressions/internal/index.d.ts +108 -257
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -1
- package/System.Net/internal/index.d.ts +133 -184
- package/System.Net.Http/internal/index.d.ts +128 -201
- package/System.Net.Http.Headers/internal/index.d.ts +37 -40
- package/System.Net.Http.Json/internal/index.d.ts +8 -13
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -3
- package/System.Net.Mail/internal/index.d.ts +49 -105
- package/System.Net.Mime/internal/index.d.ts +4 -3
- package/System.Net.NetworkInformation/internal/index.d.ts +29 -60
- package/System.Net.Quic/internal/index.d.ts +5 -11
- package/System.Net.Security/internal/index.d.ts +30 -42
- package/System.Net.ServerSentEvents/internal/index.d.ts +1 -2
- package/System.Net.Sockets/internal/index.d.ts +33 -56
- package/System.Net.WebSockets/internal/index.d.ts +16 -23
- package/System.Numerics/internal/index.d.ts +5 -5
- package/System.Reflection/internal/index.d.ts +66 -102
- package/System.Reflection.Emit/internal/index.d.ts +104 -177
- package/System.Reflection.Metadata/internal/index.d.ts +11 -21
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +0 -1
- package/System.Reflection.PortableExecutable/internal/index.d.ts +12 -30
- package/System.Resources/internal/index.d.ts +8 -20
- package/System.Runtime/internal/index.d.ts +5 -8
- package/System.Runtime.CompilerServices/internal/index.d.ts +15 -21
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -8
- package/System.Runtime.ExceptionServices/internal/index.d.ts +0 -1
- package/System.Runtime.InteropServices/internal/index.d.ts +29 -62
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -22
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +14 -23
- package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -2
- package/System.Runtime.Loader/internal/index.d.ts +5 -11
- package/System.Runtime.Serialization/internal/index.d.ts +62 -65
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -10
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -2
- package/System.Runtime.Serialization.Json/internal/index.d.ts +6 -4
- package/System.Runtime.Versioning/internal/index.d.ts +6 -6
- package/System.Security/internal/index.d.ts +22 -25
- package/System.Security.AccessControl/internal/index.d.ts +51 -89
- package/System.Security.Authentication/internal/index.d.ts +0 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -10
- package/System.Security.Claims/internal/index.d.ts +19 -38
- package/System.Security.Cryptography/internal/index.d.ts +492 -903
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +19 -48
- package/System.Security.Permissions/internal/index.d.ts +2 -4
- package/System.Security.Policy/internal/index.d.ts +3 -4
- package/System.Security.Principal/internal/index.d.ts +11 -17
- package/System.Text/internal/index.d.ts +11 -23
- package/System.Text.Encodings.Web/internal/index.d.ts +4 -8
- package/System.Text.Json/internal/index.d.ts +10 -12
- package/System.Text.Json.Nodes/internal/index.d.ts +4 -3
- package/System.Text.Json.Schema/internal/index.d.ts +1 -1
- package/System.Text.Json.Serialization/internal/index.d.ts +19 -27
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +36 -34
- package/System.Text.RegularExpressions/internal/index.d.ts +11 -31
- package/System.Threading/internal/index.d.ts +36 -106
- package/System.Threading.Channels/internal/index.d.ts +7 -12
- package/System.Threading.Tasks/internal/index.d.ts +18 -29
- package/System.Timers/internal/index.d.ts +4 -8
- package/System.Transactions/internal/index.d.ts +3 -14
- package/System.Xml/internal/index.d.ts +104 -167
- package/System.Xml.Linq/internal/index.d.ts +17 -13
- package/System.Xml.Schema/internal/index.d.ts +117 -112
- package/System.Xml.Serialization/internal/index.d.ts +92 -100
- package/System.Xml.XPath/internal/index.d.ts +5 -9
- package/System.Xml.Xsl/internal/index.d.ts +4 -9
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +11 -29
- package/package.json +1 -1
|
@@ -191,7 +191,7 @@ export interface IBindingList$instance extends IList, ICollection, IEnumerable {
|
|
|
191
191
|
readonly IsSorted: boolean;
|
|
192
192
|
readonly SortProperty: PropertyDescriptor | undefined;
|
|
193
193
|
readonly SortDirection: ListSortDirection;
|
|
194
|
-
|
|
194
|
+
[index: number]: unknown;
|
|
195
195
|
readonly IsReadOnly: boolean;
|
|
196
196
|
readonly IsFixedSize: boolean;
|
|
197
197
|
readonly Count: int;
|
|
@@ -217,7 +217,7 @@ export type IBindingList = IBindingList$instance;
|
|
|
217
217
|
|
|
218
218
|
export interface IBindingListView$instance extends IBindingList, IList, ICollection, IEnumerable {
|
|
219
219
|
get Filter(): string | undefined;
|
|
220
|
-
set Filter(value: string);
|
|
220
|
+
set Filter(value: string | undefined);
|
|
221
221
|
readonly SortDescriptions: ListSortDescriptionCollection;
|
|
222
222
|
readonly SupportsAdvancedSorting: boolean;
|
|
223
223
|
readonly SupportsFiltering: boolean;
|
|
@@ -230,7 +230,7 @@ export interface IBindingListView$instance extends IBindingList, IList, ICollect
|
|
|
230
230
|
readonly IsSorted: boolean;
|
|
231
231
|
readonly SortProperty: PropertyDescriptor | undefined;
|
|
232
232
|
readonly SortDirection: ListSortDirection;
|
|
233
|
-
|
|
233
|
+
[index: number]: unknown;
|
|
234
234
|
readonly IsReadOnly: boolean;
|
|
235
235
|
readonly IsFixedSize: boolean;
|
|
236
236
|
readonly Count: int;
|
|
@@ -290,7 +290,7 @@ export type IComNativeDescriptorHandler = IComNativeDescriptorHandler$instance;
|
|
|
290
290
|
|
|
291
291
|
export interface IComponent$instance extends IDisposable {
|
|
292
292
|
get Site(): ISite | undefined;
|
|
293
|
-
set Site(value: ISite);
|
|
293
|
+
set Site(value: ISite | undefined);
|
|
294
294
|
Dispose(): void;
|
|
295
295
|
}
|
|
296
296
|
|
|
@@ -330,7 +330,7 @@ export interface ICustomTypeDescriptor$instance {
|
|
|
330
330
|
export type ICustomTypeDescriptor = ICustomTypeDescriptor$instance;
|
|
331
331
|
|
|
332
332
|
export interface IDataErrorInfo$instance {
|
|
333
|
-
readonly
|
|
333
|
+
readonly [columnName: string]: string;
|
|
334
334
|
readonly Error: string;
|
|
335
335
|
}
|
|
336
336
|
|
|
@@ -381,10 +381,10 @@ export type INestedContainer = INestedContainer$instance;
|
|
|
381
381
|
export interface INestedSite$instance extends ISite, IServiceProvider {
|
|
382
382
|
readonly FullName: string | undefined;
|
|
383
383
|
readonly Component: IComponent;
|
|
384
|
-
readonly Container: IContainer;
|
|
384
|
+
readonly Container: IContainer | undefined;
|
|
385
385
|
readonly DesignMode: boolean;
|
|
386
386
|
get Name(): string | undefined;
|
|
387
|
-
set Name(value: string);
|
|
387
|
+
set Name(value: string | undefined);
|
|
388
388
|
GetService(serviceType: Type): unknown | undefined;
|
|
389
389
|
}
|
|
390
390
|
|
|
@@ -431,10 +431,10 @@ export type IRevertibleChangeTracking = IRevertibleChangeTracking$instance;
|
|
|
431
431
|
|
|
432
432
|
export interface ISite$instance extends IServiceProvider {
|
|
433
433
|
readonly Component: IComponent;
|
|
434
|
-
readonly Container: IContainer;
|
|
434
|
+
readonly Container: IContainer | undefined;
|
|
435
435
|
readonly DesignMode: boolean;
|
|
436
436
|
get Name(): string | undefined;
|
|
437
|
-
set Name(value: string);
|
|
437
|
+
set Name(value: string | undefined);
|
|
438
438
|
GetService(serviceType: Type): unknown | undefined;
|
|
439
439
|
}
|
|
440
440
|
|
|
@@ -471,7 +471,7 @@ export interface ISynchronizeInvoke$instance {
|
|
|
471
471
|
export type ISynchronizeInvoke = ISynchronizeInvoke$instance;
|
|
472
472
|
|
|
473
473
|
export interface ITypeDescriptorContext$instance extends IServiceProvider {
|
|
474
|
-
readonly Container: IContainer;
|
|
474
|
+
readonly Container: IContainer | undefined;
|
|
475
475
|
readonly Instance: unknown | undefined;
|
|
476
476
|
readonly PropertyDescriptor: PropertyDescriptor | undefined;
|
|
477
477
|
GetService(serviceType: Type): unknown | undefined;
|
|
@@ -494,7 +494,7 @@ export type ITypedList = ITypedList$instance;
|
|
|
494
494
|
|
|
495
495
|
export interface AddingNewEventArgs$instance extends EventArgs {
|
|
496
496
|
get NewObject(): unknown | undefined;
|
|
497
|
-
set NewObject(value: unknown);
|
|
497
|
+
set NewObject(value: unknown | undefined);
|
|
498
498
|
}
|
|
499
499
|
|
|
500
500
|
|
|
@@ -507,7 +507,7 @@ export const AddingNewEventArgs: {
|
|
|
507
507
|
export type AddingNewEventArgs = AddingNewEventArgs$instance;
|
|
508
508
|
|
|
509
509
|
export interface AmbientValueAttribute$instance extends Attribute {
|
|
510
|
-
readonly Value: unknown;
|
|
510
|
+
readonly Value: unknown | undefined;
|
|
511
511
|
Equals(obj: unknown): boolean;
|
|
512
512
|
GetHashCode(): int;
|
|
513
513
|
}
|
|
@@ -562,14 +562,10 @@ export const AsyncCompletedEventArgs: {
|
|
|
562
562
|
|
|
563
563
|
export type AsyncCompletedEventArgs = AsyncCompletedEventArgs$instance;
|
|
564
564
|
|
|
565
|
-
export
|
|
566
|
-
protected Finalize(): void;
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
export interface AsyncOperation$instance extends AsyncOperation$protected {
|
|
565
|
+
export interface AsyncOperation$instance {
|
|
571
566
|
readonly SynchronizationContext: SynchronizationContext;
|
|
572
567
|
readonly UserSuppliedState: unknown | undefined;
|
|
568
|
+
Finalize(): void;
|
|
573
569
|
OperationCompleted(): void;
|
|
574
570
|
Post(d: SendOrPostCallback, arg: unknown): void;
|
|
575
571
|
PostOperationCompleted(d: SendOrPostCallback, arg: unknown): void;
|
|
@@ -577,18 +573,13 @@ export interface AsyncOperation$instance extends AsyncOperation$protected {
|
|
|
577
573
|
|
|
578
574
|
|
|
579
575
|
export const AsyncOperation: {
|
|
580
|
-
new(): AsyncOperation;
|
|
581
576
|
};
|
|
582
577
|
|
|
583
578
|
|
|
584
579
|
export type AsyncOperation = AsyncOperation$instance;
|
|
585
580
|
|
|
586
|
-
export
|
|
587
|
-
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
export interface AttributeCollection$instance extends AttributeCollection$protected {
|
|
581
|
+
export interface AttributeCollection$instance {
|
|
582
|
+
readonly Attributes: Attribute[];
|
|
592
583
|
readonly Count: int;
|
|
593
584
|
Contains(attribute: Attribute): boolean;
|
|
594
585
|
Contains(attributes: Attribute[]): boolean;
|
|
@@ -603,7 +594,6 @@ export interface AttributeCollection$instance extends AttributeCollection$protec
|
|
|
603
594
|
|
|
604
595
|
export const AttributeCollection: {
|
|
605
596
|
new(attributes: Attribute[]): AttributeCollection;
|
|
606
|
-
new(): AttributeCollection;
|
|
607
597
|
readonly Empty: AttributeCollection;
|
|
608
598
|
FromExisting(existing: AttributeCollection, ...newAttributes: Attribute[]): AttributeCollection;
|
|
609
599
|
};
|
|
@@ -618,8 +608,8 @@ export type AttributeCollection = AttributeCollection$instance & __AttributeColl
|
|
|
618
608
|
|
|
619
609
|
|
|
620
610
|
export interface AttributeProviderAttribute$instance extends Attribute {
|
|
621
|
-
readonly PropertyName: string;
|
|
622
|
-
readonly TypeName: string;
|
|
611
|
+
readonly PropertyName: string | undefined;
|
|
612
|
+
readonly TypeName: string | undefined;
|
|
623
613
|
}
|
|
624
614
|
|
|
625
615
|
|
|
@@ -632,21 +622,17 @@ export const AttributeProviderAttribute: {
|
|
|
632
622
|
|
|
633
623
|
export type AttributeProviderAttribute = AttributeProviderAttribute$instance;
|
|
634
624
|
|
|
635
|
-
export
|
|
636
|
-
protected Dispose2(disposing: boolean): void;
|
|
637
|
-
protected OnDoWork(e: DoWorkEventArgs): void;
|
|
638
|
-
protected OnProgressChanged(e: ProgressChangedEventArgs): void;
|
|
639
|
-
protected OnRunWorkerCompleted(e: RunWorkerCompletedEventArgs): void;
|
|
640
|
-
}
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
export interface BackgroundWorker$instance extends BackgroundWorker$protected, Component$instance {
|
|
625
|
+
export interface BackgroundWorker$instance extends Component$instance {
|
|
644
626
|
readonly CancellationPending: boolean;
|
|
645
627
|
readonly IsBusy: boolean;
|
|
646
628
|
WorkerReportsProgress: boolean;
|
|
647
629
|
WorkerSupportsCancellation: boolean;
|
|
648
630
|
CancelAsync(): void;
|
|
631
|
+
Dispose(disposing: boolean): void;
|
|
649
632
|
Dispose(): void;
|
|
633
|
+
OnDoWork(e: DoWorkEventArgs): void;
|
|
634
|
+
OnProgressChanged(e: ProgressChangedEventArgs): void;
|
|
635
|
+
OnRunWorkerCompleted(e: RunWorkerCompletedEventArgs): void;
|
|
650
636
|
ReportProgress(percentProgress: int): void;
|
|
651
637
|
ReportProgress(percentProgress: int, userState: unknown): void;
|
|
652
638
|
RunWorkerAsync(): void;
|
|
@@ -707,51 +693,47 @@ export const BindableAttribute: {
|
|
|
707
693
|
|
|
708
694
|
export type BindableAttribute = BindableAttribute$instance;
|
|
709
695
|
|
|
710
|
-
export
|
|
711
|
-
protected readonly IsSortedCore: boolean;
|
|
712
|
-
protected readonly SortDirectionCore: ListSortDirection;
|
|
713
|
-
protected readonly SortPropertyCore: PropertyDescriptor | undefined;
|
|
714
|
-
protected readonly SupportsChangeNotificationCore: boolean;
|
|
715
|
-
protected readonly SupportsSearchingCore: boolean;
|
|
716
|
-
protected readonly SupportsSortingCore: boolean;
|
|
717
|
-
protected AddNewCore(): unknown | undefined;
|
|
718
|
-
protected ApplySortCore(prop: PropertyDescriptor, direction: ListSortDirection): void;
|
|
719
|
-
protected ClearItems(): void;
|
|
720
|
-
protected FindCore(prop: PropertyDescriptor, key: unknown): int;
|
|
721
|
-
protected InsertItem(index: int, item: T): void;
|
|
722
|
-
protected OnAddingNew(e: AddingNewEventArgs): void;
|
|
723
|
-
protected OnListChanged(e: ListChangedEventArgs): void;
|
|
724
|
-
protected RemoveItem(index: int): void;
|
|
725
|
-
protected RemoveSortCore(): void;
|
|
726
|
-
protected SetItem(index: int, item: T): void;
|
|
727
|
-
}
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
export interface BindingList_1$instance<T> extends BindingList_1$protected<T>, Collection_1<T> {
|
|
696
|
+
export interface BindingList_1$instance<T> extends Collection_1<T> {
|
|
731
697
|
AllowEdit: boolean;
|
|
732
698
|
AllowNew: boolean;
|
|
733
699
|
AllowRemove: boolean;
|
|
700
|
+
readonly IsSortedCore: boolean;
|
|
734
701
|
RaiseListChangedEvents: boolean;
|
|
702
|
+
readonly SortDirectionCore: ListSortDirection;
|
|
703
|
+
readonly SortPropertyCore: PropertyDescriptor | undefined;
|
|
704
|
+
readonly SupportsChangeNotificationCore: boolean;
|
|
705
|
+
readonly SupportsSearchingCore: boolean;
|
|
706
|
+
readonly SupportsSortingCore: boolean;
|
|
735
707
|
Add(item: T): void;
|
|
736
708
|
Add(value: unknown): int;
|
|
737
709
|
AddNew(): T;
|
|
710
|
+
AddNewCore(): unknown | undefined;
|
|
711
|
+
ApplySortCore(prop: PropertyDescriptor, direction: ListSortDirection): void;
|
|
738
712
|
CancelNew(itemIndex: int): void;
|
|
739
713
|
Clear(): void;
|
|
714
|
+
ClearItems(): void;
|
|
740
715
|
Contains(item: T): boolean;
|
|
741
716
|
Contains(value: unknown): boolean;
|
|
742
717
|
CopyTo(array: T[], index: int): void;
|
|
743
718
|
CopyTo(array: ClrArray, index: int): void;
|
|
744
719
|
EndNew(itemIndex: int): void;
|
|
720
|
+
FindCore(prop: PropertyDescriptor, key: unknown): int;
|
|
745
721
|
GetEnumerator(): IEnumerator_1<T>;
|
|
746
722
|
GetEnumerator(): IEnumerator;
|
|
747
723
|
IndexOf(item: T): int;
|
|
748
724
|
Insert(index: int, item: T): void;
|
|
749
725
|
Insert(index: int, value: unknown): void;
|
|
726
|
+
InsertItem(index: int, item: T): void;
|
|
727
|
+
OnAddingNew(e: AddingNewEventArgs): void;
|
|
728
|
+
OnListChanged(e: ListChangedEventArgs): void;
|
|
750
729
|
Remove(item: T): boolean;
|
|
751
730
|
Remove(value: unknown): void;
|
|
752
731
|
RemoveAt(index: int): void;
|
|
732
|
+
RemoveItem(index: int): void;
|
|
733
|
+
RemoveSortCore(): void;
|
|
753
734
|
ResetBindings(): void;
|
|
754
735
|
ResetItem(position: int): void;
|
|
736
|
+
SetItem(index: int, item: T): void;
|
|
755
737
|
}
|
|
756
738
|
|
|
757
739
|
|
|
@@ -842,15 +824,11 @@ export const CancelEventArgs: {
|
|
|
842
824
|
|
|
843
825
|
export type CancelEventArgs = CancelEventArgs$instance;
|
|
844
826
|
|
|
845
|
-
export
|
|
846
|
-
protected GetLocalizedString(value: string): string | undefined;
|
|
847
|
-
}
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
export interface CategoryAttribute$instance extends CategoryAttribute$protected, Attribute {
|
|
827
|
+
export interface CategoryAttribute$instance extends Attribute {
|
|
851
828
|
readonly Category: string;
|
|
852
829
|
Equals(obj: unknown): boolean;
|
|
853
830
|
GetHashCode(): int;
|
|
831
|
+
GetLocalizedString(value: string): string | undefined;
|
|
854
832
|
IsDefaultAttribute(): boolean;
|
|
855
833
|
}
|
|
856
834
|
|
|
@@ -896,7 +874,7 @@ export type CharConverter = CharConverter$instance;
|
|
|
896
874
|
|
|
897
875
|
export interface CollectionChangeEventArgs$instance extends EventArgs {
|
|
898
876
|
readonly Action: CollectionChangeAction;
|
|
899
|
-
readonly Element: unknown;
|
|
877
|
+
readonly Element: unknown | undefined;
|
|
900
878
|
}
|
|
901
879
|
|
|
902
880
|
|
|
@@ -925,7 +903,7 @@ export type CollectionConverter = CollectionConverter$instance;
|
|
|
925
903
|
|
|
926
904
|
export interface ComplexBindingPropertiesAttribute$instance extends Attribute {
|
|
927
905
|
readonly DataMember: string | undefined;
|
|
928
|
-
readonly DataSource: string;
|
|
906
|
+
readonly DataSource: string | undefined;
|
|
929
907
|
Equals(obj: unknown): boolean;
|
|
930
908
|
GetHashCode(): int;
|
|
931
909
|
}
|
|
@@ -941,19 +919,15 @@ export const ComplexBindingPropertiesAttribute: {
|
|
|
941
919
|
|
|
942
920
|
export type ComplexBindingPropertiesAttribute = ComplexBindingPropertiesAttribute$instance;
|
|
943
921
|
|
|
944
|
-
export
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
protected Finalize(): void;
|
|
948
|
-
protected GetService(service: Type): unknown | undefined;
|
|
949
|
-
}
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
export interface Component$instance extends Component$protected, MarshalByRefObject {
|
|
953
|
-
readonly Container: IContainer;
|
|
922
|
+
export interface Component$instance extends MarshalByRefObject {
|
|
923
|
+
readonly CanRaiseEvents: boolean;
|
|
924
|
+
readonly Container: IContainer | undefined;
|
|
954
925
|
get Site(): ISite | undefined;
|
|
955
|
-
set Site(value: ISite);
|
|
926
|
+
set Site(value: ISite | undefined);
|
|
956
927
|
Dispose(): void;
|
|
928
|
+
Dispose(disposing: boolean): void;
|
|
929
|
+
Finalize(): void;
|
|
930
|
+
GetService(service: Type): unknown | undefined;
|
|
957
931
|
ToString(): string;
|
|
958
932
|
}
|
|
959
933
|
|
|
@@ -973,8 +947,8 @@ export type Component = Component$instance & __Component$views;
|
|
|
973
947
|
|
|
974
948
|
export interface ComponentCollection$instance extends ReadOnlyCollectionBase {
|
|
975
949
|
CopyTo(array: ClrArray, index: int): void;
|
|
976
|
-
get_Item(name: string): IComponent;
|
|
977
|
-
get_Item(index: int): IComponent;
|
|
950
|
+
get_Item(name: string): IComponent | undefined;
|
|
951
|
+
get_Item(index: int): IComponent | undefined;
|
|
978
952
|
GetEnumerator(): IEnumerator;
|
|
979
953
|
}
|
|
980
954
|
|
|
@@ -1016,8 +990,7 @@ export interface ComponentEditor$instance {
|
|
|
1016
990
|
}
|
|
1017
991
|
|
|
1018
992
|
|
|
1019
|
-
export const ComponentEditor: {
|
|
1020
|
-
new(): ComponentEditor;
|
|
993
|
+
export const ComponentEditor: (abstract new() => ComponentEditor) & {
|
|
1021
994
|
};
|
|
1022
995
|
|
|
1023
996
|
|
|
@@ -1038,21 +1011,17 @@ export const ComponentResourceManager: {
|
|
|
1038
1011
|
|
|
1039
1012
|
export type ComponentResourceManager = ComponentResourceManager$instance;
|
|
1040
1013
|
|
|
1041
|
-
export
|
|
1042
|
-
protected CreateSite(component: IComponent, name: string): ISite;
|
|
1043
|
-
protected Dispose(disposing: boolean): void;
|
|
1044
|
-
protected Finalize(): void;
|
|
1045
|
-
protected GetService(service: Type): unknown | undefined;
|
|
1046
|
-
protected ValidateName(component: IComponent, name: string): void;
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
export interface Container$instance extends Container$protected {
|
|
1014
|
+
export interface Container$instance {
|
|
1051
1015
|
readonly Components: ComponentCollection;
|
|
1052
1016
|
Add(component: IComponent): void;
|
|
1053
1017
|
Add(component: IComponent, name: string): void;
|
|
1018
|
+
CreateSite(component: IComponent, name: string): ISite;
|
|
1054
1019
|
Dispose(): void;
|
|
1020
|
+
Dispose(disposing: boolean): void;
|
|
1021
|
+
Finalize(): void;
|
|
1022
|
+
GetService(service: Type): unknown | undefined;
|
|
1055
1023
|
Remove(component: IComponent): void;
|
|
1024
|
+
ValidateName(component: IComponent, name: string): void;
|
|
1056
1025
|
}
|
|
1057
1026
|
|
|
1058
1027
|
|
|
@@ -1074,19 +1043,13 @@ export interface ContainerFilterService$instance {
|
|
|
1074
1043
|
}
|
|
1075
1044
|
|
|
1076
1045
|
|
|
1077
|
-
export const ContainerFilterService: {
|
|
1078
|
-
new(): ContainerFilterService;
|
|
1046
|
+
export const ContainerFilterService: (abstract new() => ContainerFilterService) & {
|
|
1079
1047
|
};
|
|
1080
1048
|
|
|
1081
1049
|
|
|
1082
1050
|
export type ContainerFilterService = ContainerFilterService$instance;
|
|
1083
1051
|
|
|
1084
|
-
export
|
|
1085
|
-
protected GetCultureName(culture: CultureInfo): string;
|
|
1086
|
-
}
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
export interface CultureInfoConverter$instance extends CultureInfoConverter$protected, TypeConverter {
|
|
1052
|
+
export interface CultureInfoConverter$instance extends TypeConverter {
|
|
1090
1053
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
1091
1054
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1092
1055
|
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
@@ -1095,6 +1058,7 @@ export interface CultureInfoConverter$instance extends CultureInfoConverter$prot
|
|
|
1095
1058
|
ConvertFrom(value: unknown): unknown | undefined;
|
|
1096
1059
|
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown | undefined;
|
|
1097
1060
|
ConvertTo(value: unknown, destinationType: Type): unknown | undefined;
|
|
1061
|
+
GetCultureName(culture: CultureInfo): string;
|
|
1098
1062
|
GetStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
|
|
1099
1063
|
GetStandardValues(): ICollection | undefined;
|
|
1100
1064
|
GetStandardValuesExclusive(context: ITypeDescriptorContext): boolean;
|
|
@@ -1131,9 +1095,7 @@ export interface CustomTypeDescriptor$instance {
|
|
|
1131
1095
|
}
|
|
1132
1096
|
|
|
1133
1097
|
|
|
1134
|
-
export const CustomTypeDescriptor: {
|
|
1135
|
-
new(): CustomTypeDescriptor;
|
|
1136
|
-
new(parent: ICustomTypeDescriptor): CustomTypeDescriptor;
|
|
1098
|
+
export const CustomTypeDescriptor: (abstract new() => CustomTypeDescriptor) & (abstract new(parent: ICustomTypeDescriptor) => CustomTypeDescriptor) & {
|
|
1137
1099
|
};
|
|
1138
1100
|
|
|
1139
1101
|
|
|
@@ -1147,7 +1109,7 @@ export type CustomTypeDescriptor = CustomTypeDescriptor$instance & __CustomTypeD
|
|
|
1147
1109
|
|
|
1148
1110
|
|
|
1149
1111
|
export interface DataErrorsChangedEventArgs$instance extends EventArgs {
|
|
1150
|
-
readonly PropertyName: string;
|
|
1112
|
+
readonly PropertyName: string | undefined;
|
|
1151
1113
|
}
|
|
1152
1114
|
|
|
1153
1115
|
|
|
@@ -1287,7 +1249,7 @@ export const DecimalConverter: {
|
|
|
1287
1249
|
export type DecimalConverter = DecimalConverter$instance;
|
|
1288
1250
|
|
|
1289
1251
|
export interface DefaultBindingPropertyAttribute$instance extends Attribute {
|
|
1290
|
-
readonly Name: string;
|
|
1252
|
+
readonly Name: string | undefined;
|
|
1291
1253
|
Equals(obj: unknown): boolean;
|
|
1292
1254
|
GetHashCode(): int;
|
|
1293
1255
|
}
|
|
@@ -1303,7 +1265,7 @@ export const DefaultBindingPropertyAttribute: {
|
|
|
1303
1265
|
export type DefaultBindingPropertyAttribute = DefaultBindingPropertyAttribute$instance;
|
|
1304
1266
|
|
|
1305
1267
|
export interface DefaultEventAttribute$instance extends Attribute {
|
|
1306
|
-
readonly Name: string;
|
|
1268
|
+
readonly Name: string | undefined;
|
|
1307
1269
|
Equals(obj: unknown): boolean;
|
|
1308
1270
|
GetHashCode(): int;
|
|
1309
1271
|
}
|
|
@@ -1318,7 +1280,7 @@ export const DefaultEventAttribute: {
|
|
|
1318
1280
|
export type DefaultEventAttribute = DefaultEventAttribute$instance;
|
|
1319
1281
|
|
|
1320
1282
|
export interface DefaultPropertyAttribute$instance extends Attribute {
|
|
1321
|
-
readonly Name: string;
|
|
1283
|
+
readonly Name: string | undefined;
|
|
1322
1284
|
Equals(obj: unknown): boolean;
|
|
1323
1285
|
GetHashCode(): int;
|
|
1324
1286
|
}
|
|
@@ -1333,7 +1295,7 @@ export const DefaultPropertyAttribute: {
|
|
|
1333
1295
|
export type DefaultPropertyAttribute = DefaultPropertyAttribute$instance;
|
|
1334
1296
|
|
|
1335
1297
|
export interface DefaultValueAttribute$instance extends Attribute {
|
|
1336
|
-
readonly Value: unknown;
|
|
1298
|
+
readonly Value: unknown | undefined;
|
|
1337
1299
|
Equals(obj: unknown): boolean;
|
|
1338
1300
|
GetHashCode(): int;
|
|
1339
1301
|
}
|
|
@@ -1504,7 +1466,8 @@ export type DoubleConverter = DoubleConverter$instance;
|
|
|
1504
1466
|
|
|
1505
1467
|
export interface DoWorkEventArgs$instance extends CancelEventArgs {
|
|
1506
1468
|
readonly Argument: unknown | undefined;
|
|
1507
|
-
Result: unknown;
|
|
1469
|
+
get Result(): unknown | undefined;
|
|
1470
|
+
set Result(value: unknown | undefined);
|
|
1508
1471
|
}
|
|
1509
1472
|
|
|
1510
1473
|
|
|
@@ -1549,12 +1512,8 @@ export const EditorBrowsableAttribute: {
|
|
|
1549
1512
|
|
|
1550
1513
|
export type EditorBrowsableAttribute = EditorBrowsableAttribute$instance;
|
|
1551
1514
|
|
|
1552
|
-
export
|
|
1553
|
-
|
|
1554
|
-
}
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
export interface EnumConverter$instance extends EnumConverter$protected, TypeConverter {
|
|
1515
|
+
export interface EnumConverter$instance extends TypeConverter {
|
|
1516
|
+
readonly Comparer: IComparer;
|
|
1558
1517
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
1559
1518
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1560
1519
|
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
@@ -1590,10 +1549,7 @@ export interface EventDescriptor$instance extends MemberDescriptor {
|
|
|
1590
1549
|
}
|
|
1591
1550
|
|
|
1592
1551
|
|
|
1593
|
-
export const EventDescriptor: {
|
|
1594
|
-
new(name: string, attrs: Attribute[]): EventDescriptor;
|
|
1595
|
-
new(descr: MemberDescriptor): EventDescriptor;
|
|
1596
|
-
new(descr: MemberDescriptor, attrs: Attribute[]): EventDescriptor;
|
|
1552
|
+
export const EventDescriptor: (abstract new(name: string, attrs: Attribute[]) => EventDescriptor) & (abstract new(descr: MemberDescriptor) => EventDescriptor) & (abstract new(descr: MemberDescriptor, attrs: Attribute[]) => EventDescriptor) & {
|
|
1597
1553
|
};
|
|
1598
1554
|
|
|
1599
1555
|
|
|
@@ -1605,8 +1561,8 @@ export interface EventDescriptorCollection$instance {
|
|
|
1605
1561
|
Clear(): void;
|
|
1606
1562
|
Contains(value: EventDescriptor): boolean;
|
|
1607
1563
|
Find(name: string, ignoreCase: boolean): EventDescriptor | undefined;
|
|
1608
|
-
get_Item(index: int): EventDescriptor;
|
|
1609
|
-
get_Item(name: string): EventDescriptor;
|
|
1564
|
+
get_Item(index: int): EventDescriptor | undefined;
|
|
1565
|
+
get_Item(name: string): EventDescriptor | undefined;
|
|
1610
1566
|
GetEnumerator(): IEnumerator;
|
|
1611
1567
|
IndexOf(value: EventDescriptor): int;
|
|
1612
1568
|
Insert(index: int, value: EventDescriptor): void;
|
|
@@ -1637,7 +1593,7 @@ export type EventDescriptorCollection = EventDescriptorCollection$instance & __E
|
|
|
1637
1593
|
|
|
1638
1594
|
export interface EventHandlerList$instance {
|
|
1639
1595
|
get Item(): Function | undefined;
|
|
1640
|
-
set Item(value: Function);
|
|
1596
|
+
set Item(value: Function | undefined);
|
|
1641
1597
|
AddHandler(key: unknown, value: Function): void;
|
|
1642
1598
|
AddHandlers(listToAddFrom: EventHandlerList): void;
|
|
1643
1599
|
Dispose(): void;
|
|
@@ -1677,10 +1633,11 @@ export type ExpandableObjectConverter = ExpandableObjectConverter$instance;
|
|
|
1677
1633
|
|
|
1678
1634
|
export interface ExtenderProvidedPropertyAttribute$instance extends Attribute {
|
|
1679
1635
|
get ExtenderProperty(): PropertyDescriptor | undefined;
|
|
1680
|
-
set ExtenderProperty(value: PropertyDescriptor);
|
|
1681
|
-
Provider: IExtenderProvider;
|
|
1636
|
+
set ExtenderProperty(value: PropertyDescriptor | undefined);
|
|
1637
|
+
get Provider(): IExtenderProvider | undefined;
|
|
1638
|
+
set Provider(value: IExtenderProvider | undefined);
|
|
1682
1639
|
get ReceiverType(): Type | undefined;
|
|
1683
|
-
set ReceiverType(value: Type);
|
|
1640
|
+
set ReceiverType(value: Type | undefined);
|
|
1684
1641
|
Equals(obj: unknown): boolean;
|
|
1685
1642
|
GetHashCode(): int;
|
|
1686
1643
|
IsDefaultAttribute(): boolean;
|
|
@@ -1809,8 +1766,7 @@ export interface InstanceCreationEditor$instance {
|
|
|
1809
1766
|
}
|
|
1810
1767
|
|
|
1811
1768
|
|
|
1812
|
-
export const InstanceCreationEditor: {
|
|
1813
|
-
new(): InstanceCreationEditor;
|
|
1769
|
+
export const InstanceCreationEditor: (abstract new() => InstanceCreationEditor) & {
|
|
1814
1770
|
};
|
|
1815
1771
|
|
|
1816
1772
|
|
|
@@ -1869,7 +1825,6 @@ export const InvalidAsynchronousStateException: {
|
|
|
1869
1825
|
new(): InvalidAsynchronousStateException;
|
|
1870
1826
|
new(message: string): InvalidAsynchronousStateException;
|
|
1871
1827
|
new(message: string, innerException: Exception): InvalidAsynchronousStateException;
|
|
1872
|
-
new(info: SerializationInfo, context: StreamingContext): InvalidAsynchronousStateException;
|
|
1873
1828
|
};
|
|
1874
1829
|
|
|
1875
1830
|
|
|
@@ -1890,7 +1845,6 @@ export const InvalidEnumArgumentException: {
|
|
|
1890
1845
|
new(message: string): InvalidEnumArgumentException;
|
|
1891
1846
|
new(message: string, innerException: Exception): InvalidEnumArgumentException;
|
|
1892
1847
|
new(argumentName: string, invalidValue: int, enumClass: Type): InvalidEnumArgumentException;
|
|
1893
|
-
new(info: SerializationInfo, context: StreamingContext): InvalidEnumArgumentException;
|
|
1894
1848
|
};
|
|
1895
1849
|
|
|
1896
1850
|
|
|
@@ -1907,8 +1861,7 @@ export interface License$instance {
|
|
|
1907
1861
|
}
|
|
1908
1862
|
|
|
1909
1863
|
|
|
1910
|
-
export const License: {
|
|
1911
|
-
new(): License;
|
|
1864
|
+
export const License: (abstract new() => License) & {
|
|
1912
1865
|
};
|
|
1913
1866
|
|
|
1914
1867
|
|
|
@@ -1954,7 +1907,6 @@ export const LicenseException: {
|
|
|
1954
1907
|
new(type: Type, instance: unknown): LicenseException;
|
|
1955
1908
|
new(type: Type, instance: unknown, message: string): LicenseException;
|
|
1956
1909
|
new(type: Type, instance: unknown, message: string, innerException: Exception): LicenseException;
|
|
1957
|
-
new(info: SerializationInfo, context: StreamingContext): LicenseException;
|
|
1958
1910
|
};
|
|
1959
1911
|
|
|
1960
1912
|
|
|
@@ -1970,7 +1922,6 @@ export interface LicenseManager$instance {
|
|
|
1970
1922
|
|
|
1971
1923
|
|
|
1972
1924
|
export const LicenseManager: {
|
|
1973
|
-
new(): LicenseManager;
|
|
1974
1925
|
CurrentContext: LicenseContext;
|
|
1975
1926
|
readonly UsageMode: LicenseUsageMode;
|
|
1976
1927
|
CreateWithContext(type: Type, creationContext: LicenseContext, args: unknown[]): unknown | undefined;
|
|
@@ -1992,8 +1943,7 @@ export interface LicenseProvider$instance {
|
|
|
1992
1943
|
}
|
|
1993
1944
|
|
|
1994
1945
|
|
|
1995
|
-
export const LicenseProvider: {
|
|
1996
|
-
new(): LicenseProvider;
|
|
1946
|
+
export const LicenseProvider: (abstract new() => LicenseProvider) & {
|
|
1997
1947
|
};
|
|
1998
1948
|
|
|
1999
1949
|
|
|
@@ -2017,14 +1967,10 @@ export const LicenseProviderAttribute: {
|
|
|
2017
1967
|
|
|
2018
1968
|
export type LicenseProviderAttribute = LicenseProviderAttribute$instance;
|
|
2019
1969
|
|
|
2020
|
-
export
|
|
2021
|
-
|
|
2022
|
-
protected IsKeyValid(key: string, type: Type): boolean;
|
|
2023
|
-
}
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
export interface LicFileLicenseProvider$instance extends LicFileLicenseProvider$protected, LicenseProvider {
|
|
1970
|
+
export interface LicFileLicenseProvider$instance extends LicenseProvider {
|
|
1971
|
+
GetKey(type: Type): string;
|
|
2027
1972
|
GetLicense(context: LicenseContext, type: Type, instance: unknown, allowExceptions: boolean): License | undefined;
|
|
1973
|
+
IsKeyValid(key: string, type: Type): boolean;
|
|
2028
1974
|
}
|
|
2029
1975
|
|
|
2030
1976
|
|
|
@@ -2074,7 +2020,7 @@ export type ListChangedEventArgs = ListChangedEventArgs$instance;
|
|
|
2074
2020
|
|
|
2075
2021
|
export interface ListSortDescription$instance {
|
|
2076
2022
|
get PropertyDescriptor(): PropertyDescriptor | undefined;
|
|
2077
|
-
set PropertyDescriptor(value: PropertyDescriptor);
|
|
2023
|
+
set PropertyDescriptor(value: PropertyDescriptor | undefined);
|
|
2078
2024
|
SortDirection: ListSortDirection;
|
|
2079
2025
|
}
|
|
2080
2026
|
|
|
@@ -2088,7 +2034,7 @@ export type ListSortDescription = ListSortDescription$instance;
|
|
|
2088
2034
|
|
|
2089
2035
|
export interface ListSortDescriptionCollection$instance {
|
|
2090
2036
|
readonly Count: int;
|
|
2091
|
-
|
|
2037
|
+
[index: number]: ListSortDescription;
|
|
2092
2038
|
Contains(value: unknown): boolean;
|
|
2093
2039
|
CopyTo(array: ClrArray, index: int): void;
|
|
2094
2040
|
IndexOf(value: unknown): int;
|
|
@@ -2129,7 +2075,7 @@ export const LocalizableAttribute: {
|
|
|
2129
2075
|
export type LocalizableAttribute = LocalizableAttribute$instance;
|
|
2130
2076
|
|
|
2131
2077
|
export interface LookupBindingPropertiesAttribute$instance extends Attribute {
|
|
2132
|
-
readonly DataSource: string;
|
|
2078
|
+
readonly DataSource: string | undefined;
|
|
2133
2079
|
readonly DisplayMember: string | undefined;
|
|
2134
2080
|
readonly LookupMember: string | undefined;
|
|
2135
2081
|
readonly ValueMember: string | undefined;
|
|
@@ -2147,18 +2093,14 @@ export const LookupBindingPropertiesAttribute: {
|
|
|
2147
2093
|
|
|
2148
2094
|
export type LookupBindingPropertiesAttribute = LookupBindingPropertiesAttribute$instance;
|
|
2149
2095
|
|
|
2150
|
-
export
|
|
2151
|
-
|
|
2152
|
-
protected Finalize(): void;
|
|
2153
|
-
}
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
export interface MarshalByValueComponent$instance extends MarshalByValueComponent$protected {
|
|
2157
|
-
readonly Container: IContainer;
|
|
2096
|
+
export interface MarshalByValueComponent$instance {
|
|
2097
|
+
readonly Container: IContainer | undefined;
|
|
2158
2098
|
readonly DesignMode: boolean;
|
|
2159
2099
|
get Site(): ISite | undefined;
|
|
2160
|
-
set Site(value: ISite);
|
|
2100
|
+
set Site(value: ISite | undefined);
|
|
2161
2101
|
Dispose(): void;
|
|
2102
|
+
Dispose(disposing: boolean): void;
|
|
2103
|
+
Finalize(): void;
|
|
2162
2104
|
GetService(service: Type): unknown | undefined;
|
|
2163
2105
|
ToString(): string | undefined;
|
|
2164
2106
|
}
|
|
@@ -2191,7 +2133,7 @@ export interface MaskedTextProvider$instance {
|
|
|
2191
2133
|
IncludeLiterals: boolean;
|
|
2192
2134
|
IncludePrompt: boolean;
|
|
2193
2135
|
IsPassword: boolean;
|
|
2194
|
-
readonly
|
|
2136
|
+
readonly [index: number]: char;
|
|
2195
2137
|
readonly LastAssignedPosition: int;
|
|
2196
2138
|
readonly Length: int;
|
|
2197
2139
|
readonly Mask: string;
|
|
@@ -2277,16 +2219,9 @@ export interface MaskedTextProvider$instance extends System_Internal.ICloneable$
|
|
|
2277
2219
|
export type MaskedTextProvider = MaskedTextProvider$instance & __MaskedTextProvider$views;
|
|
2278
2220
|
|
|
2279
2221
|
|
|
2280
|
-
export
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
protected CreateAttributeCollection(): AttributeCollection;
|
|
2284
|
-
protected FillAttributes(attributeList: IList): void;
|
|
2285
|
-
protected GetInvocationTarget(type: Type, instance: unknown): unknown | undefined;
|
|
2286
|
-
}
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
export interface MemberDescriptor$instance extends MemberDescriptor$protected {
|
|
2222
|
+
export interface MemberDescriptor$instance {
|
|
2223
|
+
get AttributeArray(): Attribute[] | undefined;
|
|
2224
|
+
set AttributeArray(value: Attribute[] | undefined);
|
|
2290
2225
|
readonly Attributes: AttributeCollection;
|
|
2291
2226
|
readonly Category: string;
|
|
2292
2227
|
readonly Description: string;
|
|
@@ -2294,16 +2229,16 @@ export interface MemberDescriptor$instance extends MemberDescriptor$protected {
|
|
|
2294
2229
|
readonly DisplayName: string;
|
|
2295
2230
|
readonly IsBrowsable: boolean;
|
|
2296
2231
|
readonly Name: string;
|
|
2232
|
+
readonly NameHashCode: int;
|
|
2233
|
+
CreateAttributeCollection(): AttributeCollection;
|
|
2297
2234
|
Equals(obj: unknown): boolean;
|
|
2235
|
+
FillAttributes(attributeList: IList): void;
|
|
2298
2236
|
GetHashCode(): int;
|
|
2237
|
+
GetInvocationTarget(type: Type, instance: unknown): unknown | undefined;
|
|
2299
2238
|
}
|
|
2300
2239
|
|
|
2301
2240
|
|
|
2302
|
-
export const MemberDescriptor: {
|
|
2303
|
-
new(name: string): MemberDescriptor;
|
|
2304
|
-
new(name: string, attributes: Attribute[]): MemberDescriptor;
|
|
2305
|
-
new(descr: MemberDescriptor): MemberDescriptor;
|
|
2306
|
-
new(oldMemberDescriptor: MemberDescriptor, newAttributes: Attribute[]): MemberDescriptor;
|
|
2241
|
+
export const MemberDescriptor: (abstract new(name: string) => MemberDescriptor) & (abstract new(name: string, attributes: Attribute[]) => MemberDescriptor) & (abstract new(descr: MemberDescriptor) => MemberDescriptor) & (abstract new(oldMemberDescriptor: MemberDescriptor, newAttributes: Attribute[]) => MemberDescriptor) & {
|
|
2307
2242
|
FindMethod(componentClass: Type, name: string, args: Type[], returnType: Type, publicOnly: boolean): MethodInfo | undefined;
|
|
2308
2243
|
FindMethod(componentClass: Type, name: string, args: Type[], returnType: Type): MethodInfo | undefined;
|
|
2309
2244
|
GetInvokee(componentClass: Type, component: unknown): unknown;
|
|
@@ -2349,19 +2284,15 @@ export const MultilineStringConverter: {
|
|
|
2349
2284
|
|
|
2350
2285
|
export type MultilineStringConverter = MultilineStringConverter$instance;
|
|
2351
2286
|
|
|
2352
|
-
export
|
|
2353
|
-
protected readonly OwnerName: string | undefined;
|
|
2354
|
-
protected CreateSite(component: IComponent, name: string): ISite;
|
|
2355
|
-
protected Dispose2(disposing: boolean): void;
|
|
2356
|
-
protected GetService(service: Type): unknown | undefined;
|
|
2357
|
-
}
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
export interface NestedContainer$instance extends NestedContainer$protected, Container$instance {
|
|
2287
|
+
export interface NestedContainer$instance extends Container$instance {
|
|
2361
2288
|
readonly Owner: IComponent;
|
|
2289
|
+
readonly OwnerName: string | undefined;
|
|
2362
2290
|
Add(component: IComponent): void;
|
|
2363
2291
|
Add(component: IComponent, name: string): void;
|
|
2292
|
+
CreateSite(component: IComponent, name: string): ISite;
|
|
2293
|
+
Dispose(disposing: boolean): void;
|
|
2364
2294
|
Dispose(): void;
|
|
2295
|
+
GetService(service: Type): unknown | undefined;
|
|
2365
2296
|
}
|
|
2366
2297
|
|
|
2367
2298
|
|
|
@@ -2486,7 +2417,7 @@ export const ProgressChangedEventArgs: {
|
|
|
2486
2417
|
export type ProgressChangedEventArgs = ProgressChangedEventArgs$instance;
|
|
2487
2418
|
|
|
2488
2419
|
export interface PropertyChangedEventArgs$instance extends EventArgs {
|
|
2489
|
-
readonly PropertyName: string;
|
|
2420
|
+
readonly PropertyName: string | undefined;
|
|
2490
2421
|
}
|
|
2491
2422
|
|
|
2492
2423
|
|
|
@@ -2498,7 +2429,7 @@ export const PropertyChangedEventArgs: {
|
|
|
2498
2429
|
export type PropertyChangedEventArgs = PropertyChangedEventArgs$instance;
|
|
2499
2430
|
|
|
2500
2431
|
export interface PropertyChangingEventArgs$instance extends EventArgs {
|
|
2501
|
-
readonly PropertyName: string;
|
|
2432
|
+
readonly PropertyName: string | undefined;
|
|
2502
2433
|
}
|
|
2503
2434
|
|
|
2504
2435
|
|
|
@@ -2509,14 +2440,7 @@ export const PropertyChangingEventArgs: {
|
|
|
2509
2440
|
|
|
2510
2441
|
export type PropertyChangingEventArgs = PropertyChangingEventArgs$instance;
|
|
2511
2442
|
|
|
2512
|
-
export
|
|
2513
|
-
protected FillAttributes(attributeList: IList): void;
|
|
2514
|
-
protected GetInvocationTarget(type: Type, instance: unknown): unknown | undefined;
|
|
2515
|
-
protected OnValueChanged(component: unknown, e: EventArgs): void;
|
|
2516
|
-
}
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
export interface PropertyDescriptor$instance extends PropertyDescriptor$protected, MemberDescriptor {
|
|
2443
|
+
export interface PropertyDescriptor$instance extends MemberDescriptor {
|
|
2520
2444
|
readonly ComponentType: Type;
|
|
2521
2445
|
readonly Converter: TypeConverter;
|
|
2522
2446
|
readonly ConverterFromRegisteredType: TypeConverter;
|
|
@@ -2528,13 +2452,16 @@ export interface PropertyDescriptor$instance extends PropertyDescriptor$protecte
|
|
|
2528
2452
|
AddValueChanged(component: unknown, handler: EventHandler): void;
|
|
2529
2453
|
CanResetValue(component: unknown): boolean;
|
|
2530
2454
|
Equals(obj: unknown): boolean;
|
|
2455
|
+
FillAttributes(attributeList: IList): void;
|
|
2531
2456
|
GetChildProperties(): PropertyDescriptorCollection;
|
|
2532
2457
|
GetChildProperties(filter: Attribute[]): PropertyDescriptorCollection;
|
|
2533
2458
|
GetChildProperties(instance: unknown): PropertyDescriptorCollection;
|
|
2534
2459
|
GetChildProperties(instance: unknown, filter: Attribute[]): PropertyDescriptorCollection;
|
|
2535
2460
|
GetEditor(editorBaseType: Type): unknown | undefined;
|
|
2536
2461
|
GetHashCode(): int;
|
|
2462
|
+
GetInvocationTarget(type: Type, instance: unknown): unknown | undefined;
|
|
2537
2463
|
GetValue(component: unknown): unknown | undefined;
|
|
2464
|
+
OnValueChanged(component: unknown, e: EventArgs): void;
|
|
2538
2465
|
RemoveValueChanged(component: unknown, handler: EventHandler): void;
|
|
2539
2466
|
ResetValue(component: unknown): void;
|
|
2540
2467
|
SetValue(component: unknown, value: unknown): void;
|
|
@@ -2542,10 +2469,7 @@ export interface PropertyDescriptor$instance extends PropertyDescriptor$protecte
|
|
|
2542
2469
|
}
|
|
2543
2470
|
|
|
2544
2471
|
|
|
2545
|
-
export const PropertyDescriptor: {
|
|
2546
|
-
new(name: string, attrs: Attribute[]): PropertyDescriptor;
|
|
2547
|
-
new(descr: MemberDescriptor): PropertyDescriptor;
|
|
2548
|
-
new(descr: MemberDescriptor, attrs: Attribute[]): PropertyDescriptor;
|
|
2472
|
+
export const PropertyDescriptor: (abstract new(name: string, attrs: Attribute[]) => PropertyDescriptor) & (abstract new(descr: MemberDescriptor) => PropertyDescriptor) & (abstract new(descr: MemberDescriptor, attrs: Attribute[]) => PropertyDescriptor) & {
|
|
2549
2473
|
};
|
|
2550
2474
|
|
|
2551
2475
|
|
|
@@ -2559,7 +2483,7 @@ export interface PropertyDescriptorCollection$instance {
|
|
|
2559
2483
|
CopyTo(array: ClrArray, index: int): void;
|
|
2560
2484
|
Find(name: string, ignoreCase: boolean): PropertyDescriptor | undefined;
|
|
2561
2485
|
get_Item(index: int): PropertyDescriptor;
|
|
2562
|
-
get_Item(name: string): PropertyDescriptor;
|
|
2486
|
+
get_Item(name: string): PropertyDescriptor | undefined;
|
|
2563
2487
|
GetEnumerator(): IEnumerator;
|
|
2564
2488
|
IndexOf(value: PropertyDescriptor): int;
|
|
2565
2489
|
Insert(index: int, value: PropertyDescriptor): void;
|
|
@@ -2662,12 +2586,7 @@ export const RecommendedAsConfigurableAttribute: {
|
|
|
2662
2586
|
|
|
2663
2587
|
export type RecommendedAsConfigurableAttribute = RecommendedAsConfigurableAttribute$instance;
|
|
2664
2588
|
|
|
2665
|
-
export
|
|
2666
|
-
protected IsValueAllowed(context: ITypeDescriptorContext, value: unknown): boolean;
|
|
2667
|
-
}
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
export interface ReferenceConverter$instance extends ReferenceConverter$protected, TypeConverter {
|
|
2589
|
+
export interface ReferenceConverter$instance extends TypeConverter {
|
|
2671
2590
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
2672
2591
|
CanConvertFrom(sourceType: Type): boolean;
|
|
2673
2592
|
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown | undefined;
|
|
@@ -2680,6 +2599,7 @@ export interface ReferenceConverter$instance extends ReferenceConverter$protecte
|
|
|
2680
2599
|
GetStandardValuesExclusive(): boolean;
|
|
2681
2600
|
GetStandardValuesSupported(context: ITypeDescriptorContext): boolean;
|
|
2682
2601
|
GetStandardValuesSupported(): boolean;
|
|
2602
|
+
IsValueAllowed(context: ITypeDescriptorContext, value: unknown): boolean;
|
|
2683
2603
|
}
|
|
2684
2604
|
|
|
2685
2605
|
|
|
@@ -2741,7 +2661,7 @@ export const RunInstallerAttribute: {
|
|
|
2741
2661
|
export type RunInstallerAttribute = RunInstallerAttribute$instance;
|
|
2742
2662
|
|
|
2743
2663
|
export interface RunWorkerCompletedEventArgs$instance extends AsyncCompletedEventArgs {
|
|
2744
|
-
readonly Result: unknown;
|
|
2664
|
+
readonly Result: unknown | undefined;
|
|
2745
2665
|
readonly UserState: unknown | undefined;
|
|
2746
2666
|
}
|
|
2747
2667
|
|
|
@@ -2931,7 +2851,7 @@ export type TypeConverter = TypeConverter$instance;
|
|
|
2931
2851
|
|
|
2932
2852
|
export interface TypeConverter_StandardValuesCollection$instance {
|
|
2933
2853
|
readonly Count: int;
|
|
2934
|
-
readonly
|
|
2854
|
+
readonly [index: number]: unknown | undefined;
|
|
2935
2855
|
CopyTo(array: ClrArray, index: int): void;
|
|
2936
2856
|
GetEnumerator(): IEnumerator;
|
|
2937
2857
|
}
|
|
@@ -2967,17 +2887,13 @@ export const TypeConverterAttribute: {
|
|
|
2967
2887
|
|
|
2968
2888
|
export type TypeConverterAttribute = TypeConverterAttribute$instance;
|
|
2969
2889
|
|
|
2970
|
-
export
|
|
2971
|
-
protected GetExtenderProviders(instance: unknown): IExtenderProvider[];
|
|
2972
|
-
}
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
export interface TypeDescriptionProvider$instance extends TypeDescriptionProvider$protected {
|
|
2890
|
+
export interface TypeDescriptionProvider$instance {
|
|
2976
2891
|
readonly RequireRegisteredTypes: Nullable_1<System_Internal.Boolean>;
|
|
2977
2892
|
CreateInstance(provider: IServiceProvider, objectType: Type, argTypes: Type[], args: unknown[]): unknown | undefined;
|
|
2978
2893
|
GetCache(instance: unknown): IDictionary | undefined;
|
|
2979
2894
|
GetExtendedTypeDescriptor(instance: unknown): ICustomTypeDescriptor;
|
|
2980
2895
|
GetExtendedTypeDescriptorFromRegisteredType(instance: unknown): ICustomTypeDescriptor;
|
|
2896
|
+
GetExtenderProviders(instance: unknown): IExtenderProvider[];
|
|
2981
2897
|
GetFullComponentName(component: unknown): string | undefined;
|
|
2982
2898
|
GetReflectionType(objectType: Type): Type;
|
|
2983
2899
|
GetReflectionType(instance: unknown): Type;
|
|
@@ -2995,9 +2911,7 @@ export interface TypeDescriptionProvider$instance extends TypeDescriptionProvide
|
|
|
2995
2911
|
}
|
|
2996
2912
|
|
|
2997
2913
|
|
|
2998
|
-
export const TypeDescriptionProvider: {
|
|
2999
|
-
new(): TypeDescriptionProvider;
|
|
3000
|
-
new(parent: TypeDescriptionProvider): TypeDescriptionProvider;
|
|
2914
|
+
export const TypeDescriptionProvider: (abstract new() => TypeDescriptionProvider) & (abstract new(parent: TypeDescriptionProvider) => TypeDescriptionProvider) & {
|
|
3001
2915
|
};
|
|
3002
2916
|
|
|
3003
2917
|
|
|
@@ -3021,11 +2935,10 @@ export interface TypeDescriptor$instance {
|
|
|
3021
2935
|
|
|
3022
2936
|
|
|
3023
2937
|
export const TypeDescriptor: {
|
|
3024
|
-
new(): TypeDescriptor;
|
|
3025
2938
|
readonly InterfaceType: Type;
|
|
3026
2939
|
readonly ComObjectType: Type;
|
|
3027
2940
|
get ComNativeDescriptorHandler(): IComNativeDescriptorHandler | undefined;
|
|
3028
|
-
set ComNativeDescriptorHandler(value: IComNativeDescriptorHandler);
|
|
2941
|
+
set ComNativeDescriptorHandler(value: IComNativeDescriptorHandler | undefined);
|
|
3029
2942
|
AddAttributes(instance: unknown, ...attributes: Attribute[]): TypeDescriptionProvider;
|
|
3030
2943
|
AddAttributes(type: Type, ...attributes: Attribute[]): TypeDescriptionProvider;
|
|
3031
2944
|
AddEditorTable(editorBaseType: Type, table: Hashtable): void;
|
|
@@ -3118,8 +3031,7 @@ export interface TypeListConverter$instance extends TypeConverter {
|
|
|
3118
3031
|
}
|
|
3119
3032
|
|
|
3120
3033
|
|
|
3121
|
-
export const TypeListConverter: {
|
|
3122
|
-
new(types: Type[]): TypeListConverter;
|
|
3034
|
+
export const TypeListConverter: (abstract new(types: Type[]) => TypeListConverter) & {
|
|
3123
3035
|
};
|
|
3124
3036
|
|
|
3125
3037
|
|
|
@@ -3203,7 +3115,6 @@ export const WarningException: {
|
|
|
3203
3115
|
new(message: string, helpUrl: string): WarningException;
|
|
3204
3116
|
new(message: string, innerException: Exception): WarningException;
|
|
3205
3117
|
new(message: string, helpUrl: string, helpTopic: string): WarningException;
|
|
3206
|
-
new(info: SerializationInfo, context: StreamingContext): WarningException;
|
|
3207
3118
|
};
|
|
3208
3119
|
|
|
3209
3120
|
|
|
@@ -3227,7 +3138,6 @@ export const Win32Exception: {
|
|
|
3227
3138
|
new(error: int, message: string): Win32Exception;
|
|
3228
3139
|
new(message: string): Win32Exception;
|
|
3229
3140
|
new(message: string, innerException: Exception): Win32Exception;
|
|
3230
|
-
new(info: SerializationInfo, context: StreamingContext): Win32Exception;
|
|
3231
3141
|
};
|
|
3232
3142
|
|
|
3233
3143
|
|