@tsonic/dotnet 10.0.5 → 10.0.10
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 +6 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +58 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -0
- package/Microsoft.Win32/internal/index.d.ts +3 -3
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +447 -196
- package/System.Buffers/internal/index.d.ts +24 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +4 -0
- package/System.Collections/internal/index.d.ts +37 -26
- package/System.Collections.Concurrent/internal/index.d.ts +17 -3
- package/System.Collections.Frozen/internal/index.d.ts +12 -0
- package/System.Collections.Generic/internal/index.d.ts +126 -43
- package/System.Collections.Immutable/internal/index.d.ts +51 -14
- package/System.Collections.ObjectModel/internal/index.d.ts +22 -10
- package/System.Collections.Specialized/internal/index.d.ts +33 -12
- package/System.ComponentModel/internal/index.d.ts +275 -33
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +73 -3
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
- package/System.ComponentModel.Design/internal/index.d.ts +49 -7
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +22 -0
- package/System.Data/internal/index.d.ts +111 -21
- package/System.Data.Common/internal/index.d.ts +67 -36
- package/System.Data.SqlTypes/internal/index.d.ts +59 -52
- package/System.Diagnostics/internal/index.d.ts +147 -17
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
- package/System.Diagnostics.Contracts/internal/index.d.ts +26 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +31 -3
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +8 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +40 -6
- package/System.Drawing/internal/index.d.ts +24 -0
- package/System.Dynamic/internal/index.d.ts +38 -6
- package/System.Formats.Asn1/internal/index.d.ts +13 -3
- package/System.Formats.Tar/internal/index.d.ts +20 -6
- package/System.Globalization/internal/index.d.ts +64 -18
- package/System.IO/internal/index.d.ts +74 -18
- package/System.IO.Compression/internal/index.d.ts +25 -9
- package/System.IO.Enumeration/internal/index.d.ts +6 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -3
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -0
- package/System.IO.Pipelines/internal/index.d.ts +19 -3
- package/System.IO.Pipes/internal/index.d.ts +16 -0
- package/System.Linq/internal/index.d.ts +17 -3
- package/System.Linq.Expressions/internal/index.d.ts +86 -18
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
- package/System.Net/internal/index.d.ts +112 -23
- package/System.Net.Cache/internal/index.d.ts +4 -0
- package/System.Net.Http/internal/index.d.ts +50 -0
- package/System.Net.Http.Headers/internal/index.d.ts +79 -62
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +31 -9
- package/System.Net.Mime/internal/index.d.ts +4 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +67 -10
- package/System.Net.Quic/internal/index.d.ts +22 -6
- package/System.Net.Security/internal/index.d.ts +27 -3
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
- package/System.Net.Sockets/internal/index.d.ts +38 -6
- package/System.Net.WebSockets/internal/index.d.ts +23 -3
- package/System.Numerics/internal/index.d.ts +29 -16
- package/System.Reflection/internal/index.d.ts +135 -32
- package/System.Reflection.Emit/internal/index.d.ts +45 -9
- package/System.Reflection.Metadata/internal/index.d.ts +324 -10
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +76 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +37 -3
- package/System.Resources/internal/index.d.ts +16 -0
- package/System.Runtime/internal/index.d.ts +12 -6
- package/System.Runtime.CompilerServices/internal/index.d.ts +278 -39
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +6 -0
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices/internal/index.d.ts +175 -15
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +40 -0
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +55 -3
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +57 -12
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -0
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +8 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +13 -17
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +40 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -0
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +148 -0
- package/System.Runtime.Loader/internal/index.d.ts +7 -3
- package/System.Runtime.Remoting/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +75 -9
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +26 -0
- package/System.Security/internal/index.d.ts +28 -6
- package/System.Security.AccessControl/internal/index.d.ts +98 -8
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +9 -3
- package/System.Security.Claims/internal/index.d.ts +8 -6
- package/System.Security.Cryptography/internal/index.d.ts +299 -44
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +72 -14
- package/System.Security.Permissions/internal/index.d.ts +6 -0
- package/System.Security.Policy/internal/index.d.ts +4 -0
- package/System.Security.Principal/internal/index.d.ts +21 -8
- package/System.Text/internal/index.d.ts +70 -11
- package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
- package/System.Text.Json/internal/index.d.ts +33 -8
- package/System.Text.Json.Nodes/internal/index.d.ts +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +54 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +23 -3
- package/System.Text.RegularExpressions/internal/index.d.ts +35 -7
- package/System.Text.Unicode/internal/index.d.ts +4 -0
- package/System.Threading/internal/index.d.ts +108 -24
- package/System.Threading.Channels/internal/index.d.ts +18 -0
- package/System.Threading.Tasks/internal/index.d.ts +49 -13
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +2 -0
- package/System.Timers/internal/index.d.ts +7 -3
- package/System.Transactions/internal/index.d.ts +37 -15
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Markup/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +107 -20
- package/System.Xml.Linq/internal/index.d.ts +42 -18
- package/System.Xml.Resolvers/internal/index.d.ts +2 -0
- package/System.Xml.Schema/internal/index.d.ts +150 -4
- package/System.Xml.Serialization/internal/index.d.ts +120 -8
- package/System.Xml.XPath/internal/index.d.ts +14 -6
- package/System.Xml.Xsl/internal/index.d.ts +16 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +89 -2
- package/__internal/extensions/index.d.ts +2143 -1955
- package/package.json +2 -2
|
@@ -193,7 +193,6 @@ export interface IBindingList$instance extends IList, ICollection, IEnumerable {
|
|
|
193
193
|
readonly IsSorted: boolean;
|
|
194
194
|
readonly SortProperty: PropertyDescriptor | undefined;
|
|
195
195
|
readonly SortDirection: ListSortDirection;
|
|
196
|
-
[index: number]: unknown;
|
|
197
196
|
readonly IsReadOnly: boolean;
|
|
198
197
|
readonly IsFixedSize: boolean;
|
|
199
198
|
readonly Count: int;
|
|
@@ -215,7 +214,7 @@ export interface IBindingList$instance extends IList, ICollection, IEnumerable {
|
|
|
215
214
|
}
|
|
216
215
|
|
|
217
216
|
|
|
218
|
-
export type IBindingList = IBindingList$instance;
|
|
217
|
+
export type IBindingList = IBindingList$instance & { [index: number]: unknown; };
|
|
219
218
|
|
|
220
219
|
export interface IBindingListView$instance extends IBindingList, IList, ICollection, IEnumerable {
|
|
221
220
|
readonly __tsonic_iface_System_ComponentModel_IBindingListView: never;
|
|
@@ -234,7 +233,6 @@ export interface IBindingListView$instance extends IBindingList, IList, ICollect
|
|
|
234
233
|
readonly IsSorted: boolean;
|
|
235
234
|
readonly SortProperty: PropertyDescriptor | undefined;
|
|
236
235
|
readonly SortDirection: ListSortDirection;
|
|
237
|
-
[index: number]: unknown;
|
|
238
236
|
readonly IsReadOnly: boolean;
|
|
239
237
|
readonly IsFixedSize: boolean;
|
|
240
238
|
readonly Count: int;
|
|
@@ -258,7 +256,7 @@ export interface IBindingListView$instance extends IBindingList, IList, ICollect
|
|
|
258
256
|
}
|
|
259
257
|
|
|
260
258
|
|
|
261
|
-
export type IBindingListView = IBindingListView$instance;
|
|
259
|
+
export type IBindingListView = IBindingListView$instance & { [index: number]: unknown; };
|
|
262
260
|
|
|
263
261
|
export interface ICancelAddNew$instance {
|
|
264
262
|
readonly __tsonic_iface_System_ComponentModel_ICancelAddNew: never;
|
|
@@ -348,12 +346,11 @@ export type ICustomTypeDescriptor = ICustomTypeDescriptor$instance;
|
|
|
348
346
|
export interface IDataErrorInfo$instance {
|
|
349
347
|
readonly __tsonic_iface_System_ComponentModel_IDataErrorInfo: never;
|
|
350
348
|
|
|
351
|
-
readonly [columnName: string]: string;
|
|
352
349
|
readonly Error: string;
|
|
353
350
|
}
|
|
354
351
|
|
|
355
352
|
|
|
356
|
-
export type IDataErrorInfo = IDataErrorInfo$instance;
|
|
353
|
+
export type IDataErrorInfo = IDataErrorInfo$instance & { readonly [columnName: string]: string; };
|
|
357
354
|
|
|
358
355
|
export interface IEditableObject$instance {
|
|
359
356
|
readonly __tsonic_iface_System_ComponentModel_IEditableObject: never;
|
|
@@ -545,6 +542,8 @@ export interface ITypedList$instance {
|
|
|
545
542
|
export type ITypedList = ITypedList$instance;
|
|
546
543
|
|
|
547
544
|
export interface AddingNewEventArgs$instance extends EventArgs {
|
|
545
|
+
readonly __tsonic_type_System_ComponentModel_AddingNewEventArgs: never;
|
|
546
|
+
|
|
548
547
|
get NewObject(): unknown | undefined;
|
|
549
548
|
set NewObject(value: unknown | undefined);
|
|
550
549
|
}
|
|
@@ -559,6 +558,8 @@ export const AddingNewEventArgs: {
|
|
|
559
558
|
export type AddingNewEventArgs = AddingNewEventArgs$instance;
|
|
560
559
|
|
|
561
560
|
export interface AmbientValueAttribute$instance extends Attribute {
|
|
561
|
+
readonly __tsonic_type_System_ComponentModel_AmbientValueAttribute: never;
|
|
562
|
+
|
|
562
563
|
readonly Value: unknown | undefined;
|
|
563
564
|
Equals(obj: unknown): boolean;
|
|
564
565
|
GetHashCode(): int;
|
|
@@ -583,6 +584,8 @@ export const AmbientValueAttribute: {
|
|
|
583
584
|
export type AmbientValueAttribute = AmbientValueAttribute$instance;
|
|
584
585
|
|
|
585
586
|
export interface ArrayConverter$instance extends CollectionConverter {
|
|
587
|
+
readonly __tsonic_type_System_ComponentModel_ArrayConverter: never;
|
|
588
|
+
|
|
586
589
|
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown | undefined;
|
|
587
590
|
ConvertTo(value: unknown, destinationType: Type): unknown | undefined;
|
|
588
591
|
GetProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
@@ -601,6 +604,8 @@ export const ArrayConverter: {
|
|
|
601
604
|
export type ArrayConverter = ArrayConverter$instance;
|
|
602
605
|
|
|
603
606
|
export interface AsyncCompletedEventArgs$instance extends EventArgs {
|
|
607
|
+
readonly __tsonic_type_System_ComponentModel_AsyncCompletedEventArgs: never;
|
|
608
|
+
|
|
604
609
|
readonly Cancelled: boolean;
|
|
605
610
|
readonly Error: Exception | undefined;
|
|
606
611
|
readonly UserState: unknown | undefined;
|
|
@@ -615,6 +620,8 @@ export const AsyncCompletedEventArgs: {
|
|
|
615
620
|
export type AsyncCompletedEventArgs = AsyncCompletedEventArgs$instance;
|
|
616
621
|
|
|
617
622
|
export interface AsyncOperation$instance {
|
|
623
|
+
readonly __tsonic_type_System_ComponentModel_AsyncOperation: never;
|
|
624
|
+
|
|
618
625
|
readonly SynchronizationContext: SynchronizationContext;
|
|
619
626
|
readonly UserSuppliedState: unknown | undefined;
|
|
620
627
|
Finalize(): void;
|
|
@@ -631,6 +638,8 @@ export const AsyncOperation: {
|
|
|
631
638
|
export type AsyncOperation = AsyncOperation$instance;
|
|
632
639
|
|
|
633
640
|
export interface AttributeCollection$instance {
|
|
641
|
+
readonly __tsonic_type_System_ComponentModel_AttributeCollection: never;
|
|
642
|
+
|
|
634
643
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
635
644
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
636
645
|
|
|
@@ -663,6 +672,8 @@ export type AttributeCollection = AttributeCollection$instance & __AttributeColl
|
|
|
663
672
|
|
|
664
673
|
|
|
665
674
|
export interface AttributeProviderAttribute$instance extends Attribute {
|
|
675
|
+
readonly __tsonic_type_System_ComponentModel_AttributeProviderAttribute: never;
|
|
676
|
+
|
|
666
677
|
readonly PropertyName: string | undefined;
|
|
667
678
|
readonly TypeName: string | undefined;
|
|
668
679
|
}
|
|
@@ -678,6 +689,8 @@ export const AttributeProviderAttribute: {
|
|
|
678
689
|
export type AttributeProviderAttribute = AttributeProviderAttribute$instance;
|
|
679
690
|
|
|
680
691
|
export interface BackgroundWorker$instance extends Component$instance {
|
|
692
|
+
readonly __tsonic_type_System_ComponentModel_BackgroundWorker: never;
|
|
693
|
+
|
|
681
694
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
682
695
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
683
696
|
|
|
@@ -712,6 +725,8 @@ export type BackgroundWorker = BackgroundWorker$instance & __BackgroundWorker$vi
|
|
|
712
725
|
|
|
713
726
|
|
|
714
727
|
export interface BaseNumberConverter$instance extends TypeConverter {
|
|
728
|
+
readonly __tsonic_type_System_ComponentModel_BaseNumberConverter: never;
|
|
729
|
+
|
|
715
730
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
716
731
|
CanConvertFrom(sourceType: Type): boolean;
|
|
717
732
|
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
@@ -730,6 +745,8 @@ export const BaseNumberConverter: {
|
|
|
730
745
|
export type BaseNumberConverter = BaseNumberConverter$instance;
|
|
731
746
|
|
|
732
747
|
export interface BindableAttribute$instance extends Attribute {
|
|
748
|
+
readonly __tsonic_type_System_ComponentModel_BindableAttribute: never;
|
|
749
|
+
|
|
733
750
|
readonly Bindable: boolean;
|
|
734
751
|
readonly Direction: BindingDirection;
|
|
735
752
|
Equals(obj: unknown): boolean;
|
|
@@ -751,7 +768,9 @@ export const BindableAttribute: {
|
|
|
751
768
|
|
|
752
769
|
export type BindableAttribute = BindableAttribute$instance;
|
|
753
770
|
|
|
754
|
-
export interface BindingList_1$instance<T> extends Collection_1<T
|
|
771
|
+
export interface BindingList_1$instance<T> extends Collection_1<T>, ICancelAddNew$instance, IRaiseItemChangedEvents$instance {
|
|
772
|
+
readonly __tsonic_type_System_ComponentModel_BindingList_1: never;
|
|
773
|
+
|
|
755
774
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
756
775
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
757
776
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -826,12 +845,12 @@ export interface __BindingList_1$views<T> {
|
|
|
826
845
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
827
846
|
}
|
|
828
847
|
|
|
829
|
-
export interface BindingList_1$instance<T> extends ICancelAddNew$instance, IRaiseItemChangedEvents$instance {}
|
|
830
|
-
|
|
831
848
|
export type BindingList_1<T> = BindingList_1$instance<T> & __BindingList_1$views<T>;
|
|
832
849
|
|
|
833
850
|
|
|
834
851
|
export interface BooleanConverter$instance extends TypeConverter {
|
|
852
|
+
readonly __tsonic_type_System_ComponentModel_BooleanConverter: never;
|
|
853
|
+
|
|
835
854
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
836
855
|
CanConvertFrom(sourceType: Type): boolean;
|
|
837
856
|
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown | undefined;
|
|
@@ -853,6 +872,8 @@ export const BooleanConverter: {
|
|
|
853
872
|
export type BooleanConverter = BooleanConverter$instance;
|
|
854
873
|
|
|
855
874
|
export interface BrowsableAttribute$instance extends Attribute {
|
|
875
|
+
readonly __tsonic_type_System_ComponentModel_BrowsableAttribute: never;
|
|
876
|
+
|
|
856
877
|
readonly Browsable: boolean;
|
|
857
878
|
Equals(obj: unknown): boolean;
|
|
858
879
|
GetHashCode(): int;
|
|
@@ -871,6 +892,8 @@ export const BrowsableAttribute: {
|
|
|
871
892
|
export type BrowsableAttribute = BrowsableAttribute$instance;
|
|
872
893
|
|
|
873
894
|
export interface ByteConverter$instance extends BaseNumberConverter {
|
|
895
|
+
readonly __tsonic_type_System_ComponentModel_ByteConverter: never;
|
|
896
|
+
|
|
874
897
|
}
|
|
875
898
|
|
|
876
899
|
|
|
@@ -882,6 +905,8 @@ export const ByteConverter: {
|
|
|
882
905
|
export type ByteConverter = ByteConverter$instance;
|
|
883
906
|
|
|
884
907
|
export interface CancelEventArgs$instance extends EventArgs {
|
|
908
|
+
readonly __tsonic_type_System_ComponentModel_CancelEventArgs: never;
|
|
909
|
+
|
|
885
910
|
Cancel: boolean;
|
|
886
911
|
}
|
|
887
912
|
|
|
@@ -895,6 +920,8 @@ export const CancelEventArgs: {
|
|
|
895
920
|
export type CancelEventArgs = CancelEventArgs$instance;
|
|
896
921
|
|
|
897
922
|
export interface CategoryAttribute$instance extends Attribute {
|
|
923
|
+
readonly __tsonic_type_System_ComponentModel_CategoryAttribute: never;
|
|
924
|
+
|
|
898
925
|
readonly Category: string;
|
|
899
926
|
Equals(obj: unknown): boolean;
|
|
900
927
|
GetHashCode(): int;
|
|
@@ -926,6 +953,8 @@ export const CategoryAttribute: {
|
|
|
926
953
|
export type CategoryAttribute = CategoryAttribute$instance;
|
|
927
954
|
|
|
928
955
|
export interface CharConverter$instance extends TypeConverter {
|
|
956
|
+
readonly __tsonic_type_System_ComponentModel_CharConverter: never;
|
|
957
|
+
|
|
929
958
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
930
959
|
CanConvertFrom(sourceType: Type): boolean;
|
|
931
960
|
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown | undefined;
|
|
@@ -943,6 +972,8 @@ export const CharConverter: {
|
|
|
943
972
|
export type CharConverter = CharConverter$instance;
|
|
944
973
|
|
|
945
974
|
export interface CollectionChangeEventArgs$instance extends EventArgs {
|
|
975
|
+
readonly __tsonic_type_System_ComponentModel_CollectionChangeEventArgs: never;
|
|
976
|
+
|
|
946
977
|
readonly Action: CollectionChangeAction;
|
|
947
978
|
readonly Element: unknown | undefined;
|
|
948
979
|
}
|
|
@@ -956,6 +987,8 @@ export const CollectionChangeEventArgs: {
|
|
|
956
987
|
export type CollectionChangeEventArgs = CollectionChangeEventArgs$instance;
|
|
957
988
|
|
|
958
989
|
export interface CollectionConverter$instance extends TypeConverter {
|
|
990
|
+
readonly __tsonic_type_System_ComponentModel_CollectionConverter: never;
|
|
991
|
+
|
|
959
992
|
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown | undefined;
|
|
960
993
|
ConvertTo(value: unknown, destinationType: Type): unknown | undefined;
|
|
961
994
|
GetProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
@@ -972,6 +1005,8 @@ export const CollectionConverter: {
|
|
|
972
1005
|
export type CollectionConverter = CollectionConverter$instance;
|
|
973
1006
|
|
|
974
1007
|
export interface ComplexBindingPropertiesAttribute$instance extends Attribute {
|
|
1008
|
+
readonly __tsonic_type_System_ComponentModel_ComplexBindingPropertiesAttribute: never;
|
|
1009
|
+
|
|
975
1010
|
readonly DataMember: string | undefined;
|
|
976
1011
|
readonly DataSource: string | undefined;
|
|
977
1012
|
Equals(obj: unknown): boolean;
|
|
@@ -990,6 +1025,8 @@ export const ComplexBindingPropertiesAttribute: {
|
|
|
990
1025
|
export type ComplexBindingPropertiesAttribute = ComplexBindingPropertiesAttribute$instance;
|
|
991
1026
|
|
|
992
1027
|
export interface Component$instance extends MarshalByRefObject {
|
|
1028
|
+
readonly __tsonic_type_System_ComponentModel_Component: never;
|
|
1029
|
+
|
|
993
1030
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
994
1031
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
995
1032
|
|
|
@@ -1019,6 +1056,8 @@ export type Component = Component$instance & __Component$views;
|
|
|
1019
1056
|
|
|
1020
1057
|
|
|
1021
1058
|
export interface ComponentCollection$instance extends ReadOnlyCollectionBase {
|
|
1059
|
+
readonly __tsonic_type_System_ComponentModel_ComponentCollection: never;
|
|
1060
|
+
|
|
1022
1061
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1023
1062
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1024
1063
|
|
|
@@ -1043,6 +1082,8 @@ export type ComponentCollection = ComponentCollection$instance & __ComponentColl
|
|
|
1043
1082
|
|
|
1044
1083
|
|
|
1045
1084
|
export interface ComponentConverter$instance extends ReferenceConverter {
|
|
1085
|
+
readonly __tsonic_type_System_ComponentModel_ComponentConverter: never;
|
|
1086
|
+
|
|
1046
1087
|
GetProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
1047
1088
|
GetProperties(value: unknown): PropertyDescriptorCollection | undefined;
|
|
1048
1089
|
GetProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection | undefined;
|
|
@@ -1059,6 +1100,8 @@ export const ComponentConverter: {
|
|
|
1059
1100
|
export type ComponentConverter = ComponentConverter$instance;
|
|
1060
1101
|
|
|
1061
1102
|
export interface ComponentEditor$instance {
|
|
1103
|
+
readonly __tsonic_type_System_ComponentModel_ComponentEditor: never;
|
|
1104
|
+
|
|
1062
1105
|
EditComponent(component: unknown): boolean;
|
|
1063
1106
|
EditComponent(context: ITypeDescriptorContext, component: unknown): boolean;
|
|
1064
1107
|
}
|
|
@@ -1071,6 +1114,8 @@ export const ComponentEditor: (abstract new() => ComponentEditor) & {
|
|
|
1071
1114
|
export type ComponentEditor = ComponentEditor$instance;
|
|
1072
1115
|
|
|
1073
1116
|
export interface ComponentResourceManager$instance extends ResourceManager {
|
|
1117
|
+
readonly __tsonic_type_System_ComponentModel_ComponentResourceManager: never;
|
|
1118
|
+
|
|
1074
1119
|
ApplyResources(value: unknown, objectName: string): void;
|
|
1075
1120
|
ApplyResources(value: unknown, objectName: string, culture: CultureInfo): void;
|
|
1076
1121
|
ApplyResourcesToRegisteredType(value: unknown, objectName: string, culture: CultureInfo): void;
|
|
@@ -1086,6 +1131,8 @@ export const ComponentResourceManager: {
|
|
|
1086
1131
|
export type ComponentResourceManager = ComponentResourceManager$instance;
|
|
1087
1132
|
|
|
1088
1133
|
export interface Container$instance {
|
|
1134
|
+
readonly __tsonic_type_System_ComponentModel_Container: never;
|
|
1135
|
+
|
|
1089
1136
|
readonly __tsonic_iface_System_ComponentModel_IContainer: never;
|
|
1090
1137
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1091
1138
|
|
|
@@ -1116,6 +1163,8 @@ export type Container = Container$instance & __Container$views;
|
|
|
1116
1163
|
|
|
1117
1164
|
|
|
1118
1165
|
export interface ContainerFilterService$instance {
|
|
1166
|
+
readonly __tsonic_type_System_ComponentModel_ContainerFilterService: never;
|
|
1167
|
+
|
|
1119
1168
|
FilterComponents(components: ComponentCollection): ComponentCollection;
|
|
1120
1169
|
}
|
|
1121
1170
|
|
|
@@ -1127,6 +1176,8 @@ export const ContainerFilterService: (abstract new() => ContainerFilterService)
|
|
|
1127
1176
|
export type ContainerFilterService = ContainerFilterService$instance;
|
|
1128
1177
|
|
|
1129
1178
|
export interface CultureInfoConverter$instance extends TypeConverter {
|
|
1179
|
+
readonly __tsonic_type_System_ComponentModel_CultureInfoConverter: never;
|
|
1180
|
+
|
|
1130
1181
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
1131
1182
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1132
1183
|
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
@@ -1152,7 +1203,9 @@ export const CultureInfoConverter: {
|
|
|
1152
1203
|
|
|
1153
1204
|
export type CultureInfoConverter = CultureInfoConverter$instance;
|
|
1154
1205
|
|
|
1155
|
-
export interface CustomTypeDescriptor$instance {
|
|
1206
|
+
export interface CustomTypeDescriptor$instance extends ICustomTypeDescriptor$instance {
|
|
1207
|
+
readonly __tsonic_type_System_ComponentModel_CustomTypeDescriptor: never;
|
|
1208
|
+
|
|
1156
1209
|
readonly __tsonic_iface_System_ComponentModel_ICustomTypeDescriptor: never;
|
|
1157
1210
|
|
|
1158
1211
|
readonly RequireRegisteredTypes: Nullable_1<System_Internal.Boolean>;
|
|
@@ -1182,12 +1235,12 @@ export interface __CustomTypeDescriptor$views {
|
|
|
1182
1235
|
As_ICustomTypeDescriptor(): ICustomTypeDescriptor$instance;
|
|
1183
1236
|
}
|
|
1184
1237
|
|
|
1185
|
-
export interface CustomTypeDescriptor$instance extends ICustomTypeDescriptor$instance {}
|
|
1186
|
-
|
|
1187
1238
|
export type CustomTypeDescriptor = CustomTypeDescriptor$instance & __CustomTypeDescriptor$views;
|
|
1188
1239
|
|
|
1189
1240
|
|
|
1190
1241
|
export interface DataErrorsChangedEventArgs$instance extends EventArgs {
|
|
1242
|
+
readonly __tsonic_type_System_ComponentModel_DataErrorsChangedEventArgs: never;
|
|
1243
|
+
|
|
1191
1244
|
readonly PropertyName: string | undefined;
|
|
1192
1245
|
}
|
|
1193
1246
|
|
|
@@ -1200,6 +1253,8 @@ export const DataErrorsChangedEventArgs: {
|
|
|
1200
1253
|
export type DataErrorsChangedEventArgs = DataErrorsChangedEventArgs$instance;
|
|
1201
1254
|
|
|
1202
1255
|
export interface DataObjectAttribute$instance extends Attribute {
|
|
1256
|
+
readonly __tsonic_type_System_ComponentModel_DataObjectAttribute: never;
|
|
1257
|
+
|
|
1203
1258
|
readonly IsDataObject: boolean;
|
|
1204
1259
|
Equals(obj: unknown): boolean;
|
|
1205
1260
|
GetHashCode(): int;
|
|
@@ -1219,6 +1274,8 @@ export const DataObjectAttribute: {
|
|
|
1219
1274
|
export type DataObjectAttribute = DataObjectAttribute$instance;
|
|
1220
1275
|
|
|
1221
1276
|
export interface DataObjectFieldAttribute$instance extends Attribute {
|
|
1277
|
+
readonly __tsonic_type_System_ComponentModel_DataObjectFieldAttribute: never;
|
|
1278
|
+
|
|
1222
1279
|
readonly IsIdentity: boolean;
|
|
1223
1280
|
readonly IsNullable: boolean;
|
|
1224
1281
|
readonly Length: int;
|
|
@@ -1239,6 +1296,8 @@ export const DataObjectFieldAttribute: {
|
|
|
1239
1296
|
export type DataObjectFieldAttribute = DataObjectFieldAttribute$instance;
|
|
1240
1297
|
|
|
1241
1298
|
export interface DataObjectMethodAttribute$instance extends Attribute {
|
|
1299
|
+
readonly __tsonic_type_System_ComponentModel_DataObjectMethodAttribute: never;
|
|
1300
|
+
|
|
1242
1301
|
readonly IsDefault: boolean;
|
|
1243
1302
|
readonly MethodType: DataObjectMethodType;
|
|
1244
1303
|
Equals(obj: unknown): boolean;
|
|
@@ -1256,6 +1315,8 @@ export const DataObjectMethodAttribute: {
|
|
|
1256
1315
|
export type DataObjectMethodAttribute = DataObjectMethodAttribute$instance;
|
|
1257
1316
|
|
|
1258
1317
|
export interface DateOnlyConverter$instance extends TypeConverter {
|
|
1318
|
+
readonly __tsonic_type_System_ComponentModel_DateOnlyConverter: never;
|
|
1319
|
+
|
|
1259
1320
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
1260
1321
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1261
1322
|
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
@@ -1275,6 +1336,8 @@ export const DateOnlyConverter: {
|
|
|
1275
1336
|
export type DateOnlyConverter = DateOnlyConverter$instance;
|
|
1276
1337
|
|
|
1277
1338
|
export interface DateTimeConverter$instance extends TypeConverter {
|
|
1339
|
+
readonly __tsonic_type_System_ComponentModel_DateTimeConverter: never;
|
|
1340
|
+
|
|
1278
1341
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
1279
1342
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1280
1343
|
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
@@ -1294,6 +1357,8 @@ export const DateTimeConverter: {
|
|
|
1294
1357
|
export type DateTimeConverter = DateTimeConverter$instance;
|
|
1295
1358
|
|
|
1296
1359
|
export interface DateTimeOffsetConverter$instance extends TypeConverter {
|
|
1360
|
+
readonly __tsonic_type_System_ComponentModel_DateTimeOffsetConverter: never;
|
|
1361
|
+
|
|
1297
1362
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
1298
1363
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1299
1364
|
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
@@ -1313,6 +1378,8 @@ export const DateTimeOffsetConverter: {
|
|
|
1313
1378
|
export type DateTimeOffsetConverter = DateTimeOffsetConverter$instance;
|
|
1314
1379
|
|
|
1315
1380
|
export interface DecimalConverter$instance extends BaseNumberConverter {
|
|
1381
|
+
readonly __tsonic_type_System_ComponentModel_DecimalConverter: never;
|
|
1382
|
+
|
|
1316
1383
|
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
1317
1384
|
CanConvertTo(destinationType: Type): boolean;
|
|
1318
1385
|
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown | undefined;
|
|
@@ -1328,6 +1395,8 @@ export const DecimalConverter: {
|
|
|
1328
1395
|
export type DecimalConverter = DecimalConverter$instance;
|
|
1329
1396
|
|
|
1330
1397
|
export interface DefaultBindingPropertyAttribute$instance extends Attribute {
|
|
1398
|
+
readonly __tsonic_type_System_ComponentModel_DefaultBindingPropertyAttribute: never;
|
|
1399
|
+
|
|
1331
1400
|
readonly Name: string | undefined;
|
|
1332
1401
|
Equals(obj: unknown): boolean;
|
|
1333
1402
|
GetHashCode(): int;
|
|
@@ -1344,6 +1413,8 @@ export const DefaultBindingPropertyAttribute: {
|
|
|
1344
1413
|
export type DefaultBindingPropertyAttribute = DefaultBindingPropertyAttribute$instance;
|
|
1345
1414
|
|
|
1346
1415
|
export interface DefaultEventAttribute$instance extends Attribute {
|
|
1416
|
+
readonly __tsonic_type_System_ComponentModel_DefaultEventAttribute: never;
|
|
1417
|
+
|
|
1347
1418
|
readonly Name: string | undefined;
|
|
1348
1419
|
Equals(obj: unknown): boolean;
|
|
1349
1420
|
GetHashCode(): int;
|
|
@@ -1359,6 +1430,8 @@ export const DefaultEventAttribute: {
|
|
|
1359
1430
|
export type DefaultEventAttribute = DefaultEventAttribute$instance;
|
|
1360
1431
|
|
|
1361
1432
|
export interface DefaultPropertyAttribute$instance extends Attribute {
|
|
1433
|
+
readonly __tsonic_type_System_ComponentModel_DefaultPropertyAttribute: never;
|
|
1434
|
+
|
|
1362
1435
|
readonly Name: string | undefined;
|
|
1363
1436
|
Equals(obj: unknown): boolean;
|
|
1364
1437
|
GetHashCode(): int;
|
|
@@ -1374,6 +1447,8 @@ export const DefaultPropertyAttribute: {
|
|
|
1374
1447
|
export type DefaultPropertyAttribute = DefaultPropertyAttribute$instance;
|
|
1375
1448
|
|
|
1376
1449
|
export interface DefaultValueAttribute$instance extends Attribute {
|
|
1450
|
+
readonly __tsonic_type_System_ComponentModel_DefaultValueAttribute: never;
|
|
1451
|
+
|
|
1377
1452
|
readonly Value: unknown | undefined;
|
|
1378
1453
|
Equals(obj: unknown): boolean;
|
|
1379
1454
|
GetHashCode(): int;
|
|
@@ -1402,6 +1477,8 @@ export const DefaultValueAttribute: {
|
|
|
1402
1477
|
export type DefaultValueAttribute = DefaultValueAttribute$instance;
|
|
1403
1478
|
|
|
1404
1479
|
export interface DescriptionAttribute$instance extends Attribute {
|
|
1480
|
+
readonly __tsonic_type_System_ComponentModel_DescriptionAttribute: never;
|
|
1481
|
+
|
|
1405
1482
|
readonly Description: string;
|
|
1406
1483
|
Equals(obj: unknown): boolean;
|
|
1407
1484
|
GetHashCode(): int;
|
|
@@ -1419,6 +1496,8 @@ export const DescriptionAttribute: {
|
|
|
1419
1496
|
export type DescriptionAttribute = DescriptionAttribute$instance;
|
|
1420
1497
|
|
|
1421
1498
|
export interface DesignerAttribute$instance extends Attribute {
|
|
1499
|
+
readonly __tsonic_type_System_ComponentModel_DesignerAttribute: never;
|
|
1500
|
+
|
|
1422
1501
|
readonly DesignerBaseTypeName: string;
|
|
1423
1502
|
readonly DesignerTypeName: string;
|
|
1424
1503
|
readonly TypeId: unknown;
|
|
@@ -1439,6 +1518,8 @@ export const DesignerAttribute: {
|
|
|
1439
1518
|
export type DesignerAttribute = DesignerAttribute$instance;
|
|
1440
1519
|
|
|
1441
1520
|
export interface DesignerCategoryAttribute$instance extends Attribute {
|
|
1521
|
+
readonly __tsonic_type_System_ComponentModel_DesignerCategoryAttribute: never;
|
|
1522
|
+
|
|
1442
1523
|
readonly Category: string;
|
|
1443
1524
|
readonly TypeId: unknown;
|
|
1444
1525
|
Equals(obj: unknown): boolean;
|
|
@@ -1460,6 +1541,8 @@ export const DesignerCategoryAttribute: {
|
|
|
1460
1541
|
export type DesignerCategoryAttribute = DesignerCategoryAttribute$instance;
|
|
1461
1542
|
|
|
1462
1543
|
export interface DesignerSerializationVisibilityAttribute$instance extends Attribute {
|
|
1544
|
+
readonly __tsonic_type_System_ComponentModel_DesignerSerializationVisibilityAttribute: never;
|
|
1545
|
+
|
|
1463
1546
|
readonly Visibility: DesignerSerializationVisibility;
|
|
1464
1547
|
Equals(obj: unknown): boolean;
|
|
1465
1548
|
GetHashCode(): int;
|
|
@@ -1479,6 +1562,8 @@ export const DesignerSerializationVisibilityAttribute: {
|
|
|
1479
1562
|
export type DesignerSerializationVisibilityAttribute = DesignerSerializationVisibilityAttribute$instance;
|
|
1480
1563
|
|
|
1481
1564
|
export interface DesignOnlyAttribute$instance extends Attribute {
|
|
1565
|
+
readonly __tsonic_type_System_ComponentModel_DesignOnlyAttribute: never;
|
|
1566
|
+
|
|
1482
1567
|
readonly IsDesignOnly: boolean;
|
|
1483
1568
|
Equals(obj: unknown): boolean;
|
|
1484
1569
|
GetHashCode(): int;
|
|
@@ -1497,6 +1582,8 @@ export const DesignOnlyAttribute: {
|
|
|
1497
1582
|
export type DesignOnlyAttribute = DesignOnlyAttribute$instance;
|
|
1498
1583
|
|
|
1499
1584
|
export interface DesignTimeVisibleAttribute$instance extends Attribute {
|
|
1585
|
+
readonly __tsonic_type_System_ComponentModel_DesignTimeVisibleAttribute: never;
|
|
1586
|
+
|
|
1500
1587
|
readonly Visible: boolean;
|
|
1501
1588
|
Equals(obj: unknown): boolean;
|
|
1502
1589
|
GetHashCode(): int;
|
|
@@ -1516,6 +1603,8 @@ export const DesignTimeVisibleAttribute: {
|
|
|
1516
1603
|
export type DesignTimeVisibleAttribute = DesignTimeVisibleAttribute$instance;
|
|
1517
1604
|
|
|
1518
1605
|
export interface DisplayNameAttribute$instance extends Attribute {
|
|
1606
|
+
readonly __tsonic_type_System_ComponentModel_DisplayNameAttribute: never;
|
|
1607
|
+
|
|
1519
1608
|
readonly DisplayName: string;
|
|
1520
1609
|
Equals(obj: unknown): boolean;
|
|
1521
1610
|
GetHashCode(): int;
|
|
@@ -1533,6 +1622,8 @@ export const DisplayNameAttribute: {
|
|
|
1533
1622
|
export type DisplayNameAttribute = DisplayNameAttribute$instance;
|
|
1534
1623
|
|
|
1535
1624
|
export interface DoubleConverter$instance extends BaseNumberConverter {
|
|
1625
|
+
readonly __tsonic_type_System_ComponentModel_DoubleConverter: never;
|
|
1626
|
+
|
|
1536
1627
|
}
|
|
1537
1628
|
|
|
1538
1629
|
|
|
@@ -1544,6 +1635,8 @@ export const DoubleConverter: {
|
|
|
1544
1635
|
export type DoubleConverter = DoubleConverter$instance;
|
|
1545
1636
|
|
|
1546
1637
|
export interface DoWorkEventArgs$instance extends CancelEventArgs {
|
|
1638
|
+
readonly __tsonic_type_System_ComponentModel_DoWorkEventArgs: never;
|
|
1639
|
+
|
|
1547
1640
|
readonly Argument: unknown | undefined;
|
|
1548
1641
|
get Result(): unknown | undefined;
|
|
1549
1642
|
set Result(value: unknown | undefined);
|
|
@@ -1558,6 +1651,8 @@ export const DoWorkEventArgs: {
|
|
|
1558
1651
|
export type DoWorkEventArgs = DoWorkEventArgs$instance;
|
|
1559
1652
|
|
|
1560
1653
|
export interface EditorAttribute$instance extends Attribute {
|
|
1654
|
+
readonly __tsonic_type_System_ComponentModel_EditorAttribute: never;
|
|
1655
|
+
|
|
1561
1656
|
readonly EditorBaseTypeName: string | undefined;
|
|
1562
1657
|
readonly EditorTypeName: string;
|
|
1563
1658
|
readonly TypeId: unknown;
|
|
@@ -1577,6 +1672,8 @@ export const EditorAttribute: {
|
|
|
1577
1672
|
export type EditorAttribute = EditorAttribute$instance;
|
|
1578
1673
|
|
|
1579
1674
|
export interface EditorBrowsableAttribute$instance extends Attribute {
|
|
1675
|
+
readonly __tsonic_type_System_ComponentModel_EditorBrowsableAttribute: never;
|
|
1676
|
+
|
|
1580
1677
|
readonly State: EditorBrowsableState;
|
|
1581
1678
|
Equals(obj: unknown): boolean;
|
|
1582
1679
|
GetHashCode(): int;
|
|
@@ -1592,6 +1689,8 @@ export const EditorBrowsableAttribute: {
|
|
|
1592
1689
|
export type EditorBrowsableAttribute = EditorBrowsableAttribute$instance;
|
|
1593
1690
|
|
|
1594
1691
|
export interface EnumConverter$instance extends TypeConverter {
|
|
1692
|
+
readonly __tsonic_type_System_ComponentModel_EnumConverter: never;
|
|
1693
|
+
|
|
1595
1694
|
readonly Comparer: IComparer;
|
|
1596
1695
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
1597
1696
|
CanConvertFrom(sourceType: Type): boolean;
|
|
@@ -1620,6 +1719,8 @@ export const EnumConverter: {
|
|
|
1620
1719
|
export type EnumConverter = EnumConverter$instance;
|
|
1621
1720
|
|
|
1622
1721
|
export interface EventDescriptor$instance extends MemberDescriptor {
|
|
1722
|
+
readonly __tsonic_type_System_ComponentModel_EventDescriptor: never;
|
|
1723
|
+
|
|
1623
1724
|
readonly ComponentType: Type;
|
|
1624
1725
|
readonly EventType: Type;
|
|
1625
1726
|
readonly IsMulticast: boolean;
|
|
@@ -1635,6 +1736,8 @@ export const EventDescriptor: (abstract new(name: string, attrs: Attribute[]) =>
|
|
|
1635
1736
|
export type EventDescriptor = EventDescriptor$instance;
|
|
1636
1737
|
|
|
1637
1738
|
export interface EventDescriptorCollection$instance {
|
|
1739
|
+
readonly __tsonic_type_System_ComponentModel_EventDescriptorCollection: never;
|
|
1740
|
+
|
|
1638
1741
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1639
1742
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1640
1743
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
@@ -1674,7 +1777,9 @@ export interface __EventDescriptorCollection$views {
|
|
|
1674
1777
|
export type EventDescriptorCollection = EventDescriptorCollection$instance & __EventDescriptorCollection$views;
|
|
1675
1778
|
|
|
1676
1779
|
|
|
1677
|
-
export interface EventHandlerList$instance {
|
|
1780
|
+
export interface EventHandlerList$instance extends System_Internal.IDisposable$instance {
|
|
1781
|
+
readonly __tsonic_type_System_ComponentModel_EventHandlerList: never;
|
|
1782
|
+
|
|
1678
1783
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1679
1784
|
|
|
1680
1785
|
get Item(): Function | undefined;
|
|
@@ -1695,12 +1800,12 @@ export interface __EventHandlerList$views {
|
|
|
1695
1800
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1696
1801
|
}
|
|
1697
1802
|
|
|
1698
|
-
export interface EventHandlerList$instance extends System_Internal.IDisposable$instance {}
|
|
1699
|
-
|
|
1700
1803
|
export type EventHandlerList = EventHandlerList$instance & __EventHandlerList$views;
|
|
1701
1804
|
|
|
1702
1805
|
|
|
1703
1806
|
export interface ExpandableObjectConverter$instance extends TypeConverter {
|
|
1807
|
+
readonly __tsonic_type_System_ComponentModel_ExpandableObjectConverter: never;
|
|
1808
|
+
|
|
1704
1809
|
GetProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
|
|
1705
1810
|
GetProperties(value: unknown): PropertyDescriptorCollection | undefined;
|
|
1706
1811
|
GetProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection | undefined;
|
|
@@ -1717,6 +1822,8 @@ export const ExpandableObjectConverter: {
|
|
|
1717
1822
|
export type ExpandableObjectConverter = ExpandableObjectConverter$instance;
|
|
1718
1823
|
|
|
1719
1824
|
export interface ExtenderProvidedPropertyAttribute$instance extends Attribute {
|
|
1825
|
+
readonly __tsonic_type_System_ComponentModel_ExtenderProvidedPropertyAttribute: never;
|
|
1826
|
+
|
|
1720
1827
|
get ExtenderProperty(): PropertyDescriptor | undefined;
|
|
1721
1828
|
set ExtenderProperty(value: PropertyDescriptor | undefined);
|
|
1722
1829
|
get Provider(): IExtenderProvider | undefined;
|
|
@@ -1737,6 +1844,8 @@ export const ExtenderProvidedPropertyAttribute: {
|
|
|
1737
1844
|
export type ExtenderProvidedPropertyAttribute = ExtenderProvidedPropertyAttribute$instance;
|
|
1738
1845
|
|
|
1739
1846
|
export interface GuidConverter$instance extends TypeConverter {
|
|
1847
|
+
readonly __tsonic_type_System_ComponentModel_GuidConverter: never;
|
|
1848
|
+
|
|
1740
1849
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
1741
1850
|
CanConvertFrom(sourceType: Type): boolean;
|
|
1742
1851
|
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
@@ -1756,6 +1865,8 @@ export const GuidConverter: {
|
|
|
1756
1865
|
export type GuidConverter = GuidConverter$instance;
|
|
1757
1866
|
|
|
1758
1867
|
export interface HalfConverter$instance extends BaseNumberConverter {
|
|
1868
|
+
readonly __tsonic_type_System_ComponentModel_HalfConverter: never;
|
|
1869
|
+
|
|
1759
1870
|
}
|
|
1760
1871
|
|
|
1761
1872
|
|
|
@@ -1767,6 +1878,8 @@ export const HalfConverter: {
|
|
|
1767
1878
|
export type HalfConverter = HalfConverter$instance;
|
|
1768
1879
|
|
|
1769
1880
|
export interface HandledEventArgs$instance extends EventArgs {
|
|
1881
|
+
readonly __tsonic_type_System_ComponentModel_HandledEventArgs: never;
|
|
1882
|
+
|
|
1770
1883
|
Handled: boolean;
|
|
1771
1884
|
}
|
|
1772
1885
|
|
|
@@ -1780,6 +1893,8 @@ export const HandledEventArgs: {
|
|
|
1780
1893
|
export type HandledEventArgs = HandledEventArgs$instance;
|
|
1781
1894
|
|
|
1782
1895
|
export interface ImmutableObjectAttribute$instance extends Attribute {
|
|
1896
|
+
readonly __tsonic_type_System_ComponentModel_ImmutableObjectAttribute: never;
|
|
1897
|
+
|
|
1783
1898
|
readonly Immutable: boolean;
|
|
1784
1899
|
Equals(obj: unknown): boolean;
|
|
1785
1900
|
GetHashCode(): int;
|
|
@@ -1798,6 +1913,8 @@ export const ImmutableObjectAttribute: {
|
|
|
1798
1913
|
export type ImmutableObjectAttribute = ImmutableObjectAttribute$instance;
|
|
1799
1914
|
|
|
1800
1915
|
export interface InheritanceAttribute$instance extends Attribute {
|
|
1916
|
+
readonly __tsonic_type_System_ComponentModel_InheritanceAttribute: never;
|
|
1917
|
+
|
|
1801
1918
|
readonly InheritanceLevel: InheritanceLevel;
|
|
1802
1919
|
Equals(value: unknown): boolean;
|
|
1803
1920
|
GetHashCode(): int;
|
|
@@ -1819,6 +1936,8 @@ export const InheritanceAttribute: {
|
|
|
1819
1936
|
export type InheritanceAttribute = InheritanceAttribute$instance;
|
|
1820
1937
|
|
|
1821
1938
|
export interface InitializationEventAttribute$instance extends Attribute {
|
|
1939
|
+
readonly __tsonic_type_System_ComponentModel_InitializationEventAttribute: never;
|
|
1940
|
+
|
|
1822
1941
|
readonly EventName: string;
|
|
1823
1942
|
}
|
|
1824
1943
|
|
|
@@ -1831,6 +1950,8 @@ export const InitializationEventAttribute: {
|
|
|
1831
1950
|
export type InitializationEventAttribute = InitializationEventAttribute$instance;
|
|
1832
1951
|
|
|
1833
1952
|
export interface InstallerTypeAttribute$instance extends Attribute {
|
|
1953
|
+
readonly __tsonic_type_System_ComponentModel_InstallerTypeAttribute: never;
|
|
1954
|
+
|
|
1834
1955
|
readonly InstallerType: Type | undefined;
|
|
1835
1956
|
Equals(obj: unknown): boolean;
|
|
1836
1957
|
GetHashCode(): int;
|
|
@@ -1846,6 +1967,8 @@ export const InstallerTypeAttribute: {
|
|
|
1846
1967
|
export type InstallerTypeAttribute = InstallerTypeAttribute$instance;
|
|
1847
1968
|
|
|
1848
1969
|
export interface InstanceCreationEditor$instance {
|
|
1970
|
+
readonly __tsonic_type_System_ComponentModel_InstanceCreationEditor: never;
|
|
1971
|
+
|
|
1849
1972
|
readonly Text: string;
|
|
1850
1973
|
CreateInstance(context: ITypeDescriptorContext, instanceType: Type): unknown | undefined;
|
|
1851
1974
|
}
|
|
@@ -1858,6 +1981,8 @@ export const InstanceCreationEditor: (abstract new() => InstanceCreationEditor)
|
|
|
1858
1981
|
export type InstanceCreationEditor = InstanceCreationEditor$instance;
|
|
1859
1982
|
|
|
1860
1983
|
export interface Int128Converter$instance extends BaseNumberConverter {
|
|
1984
|
+
readonly __tsonic_type_System_ComponentModel_Int128Converter: never;
|
|
1985
|
+
|
|
1861
1986
|
}
|
|
1862
1987
|
|
|
1863
1988
|
|
|
@@ -1869,6 +1994,8 @@ export const Int128Converter: {
|
|
|
1869
1994
|
export type Int128Converter = Int128Converter$instance;
|
|
1870
1995
|
|
|
1871
1996
|
export interface Int16Converter$instance extends BaseNumberConverter {
|
|
1997
|
+
readonly __tsonic_type_System_ComponentModel_Int16Converter: never;
|
|
1998
|
+
|
|
1872
1999
|
}
|
|
1873
2000
|
|
|
1874
2001
|
|
|
@@ -1880,6 +2007,8 @@ export const Int16Converter: {
|
|
|
1880
2007
|
export type Int16Converter = Int16Converter$instance;
|
|
1881
2008
|
|
|
1882
2009
|
export interface Int32Converter$instance extends BaseNumberConverter {
|
|
2010
|
+
readonly __tsonic_type_System_ComponentModel_Int32Converter: never;
|
|
2011
|
+
|
|
1883
2012
|
}
|
|
1884
2013
|
|
|
1885
2014
|
|
|
@@ -1891,6 +2020,8 @@ export const Int32Converter: {
|
|
|
1891
2020
|
export type Int32Converter = Int32Converter$instance;
|
|
1892
2021
|
|
|
1893
2022
|
export interface Int64Converter$instance extends BaseNumberConverter {
|
|
2023
|
+
readonly __tsonic_type_System_ComponentModel_Int64Converter: never;
|
|
2024
|
+
|
|
1894
2025
|
}
|
|
1895
2026
|
|
|
1896
2027
|
|
|
@@ -1902,6 +2033,8 @@ export const Int64Converter: {
|
|
|
1902
2033
|
export type Int64Converter = Int64Converter$instance;
|
|
1903
2034
|
|
|
1904
2035
|
export interface InvalidAsynchronousStateException$instance extends ArgumentException {
|
|
2036
|
+
readonly __tsonic_type_System_ComponentModel_InvalidAsynchronousStateException: never;
|
|
2037
|
+
|
|
1905
2038
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1906
2039
|
|
|
1907
2040
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1923,6 +2056,8 @@ export type InvalidAsynchronousStateException = InvalidAsynchronousStateExceptio
|
|
|
1923
2056
|
|
|
1924
2057
|
|
|
1925
2058
|
export interface InvalidEnumArgumentException$instance extends ArgumentException {
|
|
2059
|
+
readonly __tsonic_type_System_ComponentModel_InvalidEnumArgumentException: never;
|
|
2060
|
+
|
|
1926
2061
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1927
2062
|
|
|
1928
2063
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1944,7 +2079,9 @@ export interface __InvalidEnumArgumentException$views {
|
|
|
1944
2079
|
export type InvalidEnumArgumentException = InvalidEnumArgumentException$instance & __InvalidEnumArgumentException$views;
|
|
1945
2080
|
|
|
1946
2081
|
|
|
1947
|
-
export interface License$instance {
|
|
2082
|
+
export interface License$instance extends System_Internal.IDisposable$instance {
|
|
2083
|
+
readonly __tsonic_type_System_ComponentModel_License: never;
|
|
2084
|
+
|
|
1948
2085
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1949
2086
|
|
|
1950
2087
|
readonly LicenseKey: string;
|
|
@@ -1960,12 +2097,12 @@ export interface __License$views {
|
|
|
1960
2097
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1961
2098
|
}
|
|
1962
2099
|
|
|
1963
|
-
export interface License$instance extends System_Internal.IDisposable$instance {}
|
|
1964
|
-
|
|
1965
2100
|
export type License = License$instance & __License$views;
|
|
1966
2101
|
|
|
1967
2102
|
|
|
1968
|
-
export interface LicenseContext$instance {
|
|
2103
|
+
export interface LicenseContext$instance extends System_Internal.IServiceProvider$instance {
|
|
2104
|
+
readonly __tsonic_type_System_ComponentModel_LicenseContext: never;
|
|
2105
|
+
|
|
1969
2106
|
readonly __tsonic_iface_System_IServiceProvider: never;
|
|
1970
2107
|
|
|
1971
2108
|
readonly UsageMode: LicenseUsageMode;
|
|
@@ -1984,12 +2121,12 @@ export interface __LicenseContext$views {
|
|
|
1984
2121
|
As_IServiceProvider(): System_Internal.IServiceProvider$instance;
|
|
1985
2122
|
}
|
|
1986
2123
|
|
|
1987
|
-
export interface LicenseContext$instance extends System_Internal.IServiceProvider$instance {}
|
|
1988
|
-
|
|
1989
2124
|
export type LicenseContext = LicenseContext$instance & __LicenseContext$views;
|
|
1990
2125
|
|
|
1991
2126
|
|
|
1992
2127
|
export interface LicenseException$instance extends SystemException {
|
|
2128
|
+
readonly __tsonic_type_System_ComponentModel_LicenseException: never;
|
|
2129
|
+
|
|
1993
2130
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1994
2131
|
|
|
1995
2132
|
readonly LicensedType: Type | undefined;
|
|
@@ -2013,6 +2150,8 @@ export type LicenseException = LicenseException$instance & __LicenseException$vi
|
|
|
2013
2150
|
|
|
2014
2151
|
|
|
2015
2152
|
export interface LicenseManager$instance {
|
|
2153
|
+
readonly __tsonic_type_System_ComponentModel_LicenseManager: never;
|
|
2154
|
+
|
|
2016
2155
|
}
|
|
2017
2156
|
|
|
2018
2157
|
|
|
@@ -2034,6 +2173,8 @@ export const LicenseManager: {
|
|
|
2034
2173
|
export type LicenseManager = LicenseManager$instance;
|
|
2035
2174
|
|
|
2036
2175
|
export interface LicenseProvider$instance {
|
|
2176
|
+
readonly __tsonic_type_System_ComponentModel_LicenseProvider: never;
|
|
2177
|
+
|
|
2037
2178
|
GetLicense(context: LicenseContext, type: Type, instance: unknown, allowExceptions: boolean): License | undefined;
|
|
2038
2179
|
}
|
|
2039
2180
|
|
|
@@ -2045,6 +2186,8 @@ export const LicenseProvider: (abstract new() => LicenseProvider) & {
|
|
|
2045
2186
|
export type LicenseProvider = LicenseProvider$instance;
|
|
2046
2187
|
|
|
2047
2188
|
export interface LicenseProviderAttribute$instance extends Attribute {
|
|
2189
|
+
readonly __tsonic_type_System_ComponentModel_LicenseProviderAttribute: never;
|
|
2190
|
+
|
|
2048
2191
|
readonly LicenseProvider: Type | undefined;
|
|
2049
2192
|
readonly TypeId: unknown;
|
|
2050
2193
|
Equals(value: unknown): boolean;
|
|
@@ -2063,6 +2206,8 @@ export const LicenseProviderAttribute: {
|
|
|
2063
2206
|
export type LicenseProviderAttribute = LicenseProviderAttribute$instance;
|
|
2064
2207
|
|
|
2065
2208
|
export interface LicFileLicenseProvider$instance extends LicenseProvider {
|
|
2209
|
+
readonly __tsonic_type_System_ComponentModel_LicFileLicenseProvider: never;
|
|
2210
|
+
|
|
2066
2211
|
GetKey(type: Type): string;
|
|
2067
2212
|
GetLicense(context: LicenseContext, type: Type, instance: unknown, allowExceptions: boolean): License | undefined;
|
|
2068
2213
|
IsKeyValid(key: string, type: Type): boolean;
|
|
@@ -2077,6 +2222,8 @@ export const LicFileLicenseProvider: {
|
|
|
2077
2222
|
export type LicFileLicenseProvider = LicFileLicenseProvider$instance;
|
|
2078
2223
|
|
|
2079
2224
|
export interface ListBindableAttribute$instance extends Attribute {
|
|
2225
|
+
readonly __tsonic_type_System_ComponentModel_ListBindableAttribute: never;
|
|
2226
|
+
|
|
2080
2227
|
readonly ListBindable: boolean;
|
|
2081
2228
|
Equals(obj: unknown): boolean;
|
|
2082
2229
|
GetHashCode(): int;
|
|
@@ -2096,6 +2243,8 @@ export const ListBindableAttribute: {
|
|
|
2096
2243
|
export type ListBindableAttribute = ListBindableAttribute$instance;
|
|
2097
2244
|
|
|
2098
2245
|
export interface ListChangedEventArgs$instance extends EventArgs {
|
|
2246
|
+
readonly __tsonic_type_System_ComponentModel_ListChangedEventArgs: never;
|
|
2247
|
+
|
|
2099
2248
|
readonly ListChangedType: ListChangedType;
|
|
2100
2249
|
readonly NewIndex: int;
|
|
2101
2250
|
readonly OldIndex: int;
|
|
@@ -2114,6 +2263,8 @@ export const ListChangedEventArgs: {
|
|
|
2114
2263
|
export type ListChangedEventArgs = ListChangedEventArgs$instance;
|
|
2115
2264
|
|
|
2116
2265
|
export interface ListSortDescription$instance {
|
|
2266
|
+
readonly __tsonic_type_System_ComponentModel_ListSortDescription: never;
|
|
2267
|
+
|
|
2117
2268
|
get PropertyDescriptor(): PropertyDescriptor | undefined;
|
|
2118
2269
|
set PropertyDescriptor(value: PropertyDescriptor | undefined);
|
|
2119
2270
|
SortDirection: ListSortDirection;
|
|
@@ -2128,12 +2279,13 @@ export const ListSortDescription: {
|
|
|
2128
2279
|
export type ListSortDescription = ListSortDescription$instance;
|
|
2129
2280
|
|
|
2130
2281
|
export interface ListSortDescriptionCollection$instance {
|
|
2282
|
+
readonly __tsonic_type_System_ComponentModel_ListSortDescriptionCollection: never;
|
|
2283
|
+
|
|
2131
2284
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
2132
2285
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2133
2286
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
2134
2287
|
|
|
2135
2288
|
readonly Count: int;
|
|
2136
|
-
[index: number]: ListSortDescription;
|
|
2137
2289
|
Contains(value: unknown): boolean;
|
|
2138
2290
|
CopyTo(array: ClrArray, index: int): void;
|
|
2139
2291
|
IndexOf(value: unknown): int;
|
|
@@ -2152,10 +2304,12 @@ export interface __ListSortDescriptionCollection$views {
|
|
|
2152
2304
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
2153
2305
|
}
|
|
2154
2306
|
|
|
2155
|
-
export type ListSortDescriptionCollection = ListSortDescriptionCollection$instance & __ListSortDescriptionCollection$views;
|
|
2307
|
+
export type ListSortDescriptionCollection = ListSortDescriptionCollection$instance & __ListSortDescriptionCollection$views & { [index: number]: ListSortDescription; };
|
|
2156
2308
|
|
|
2157
2309
|
|
|
2158
2310
|
export interface LocalizableAttribute$instance extends Attribute {
|
|
2311
|
+
readonly __tsonic_type_System_ComponentModel_LocalizableAttribute: never;
|
|
2312
|
+
|
|
2159
2313
|
readonly IsLocalizable: boolean;
|
|
2160
2314
|
Equals(obj: unknown): boolean;
|
|
2161
2315
|
GetHashCode(): int;
|
|
@@ -2174,6 +2328,8 @@ export const LocalizableAttribute: {
|
|
|
2174
2328
|
export type LocalizableAttribute = LocalizableAttribute$instance;
|
|
2175
2329
|
|
|
2176
2330
|
export interface LookupBindingPropertiesAttribute$instance extends Attribute {
|
|
2331
|
+
readonly __tsonic_type_System_ComponentModel_LookupBindingPropertiesAttribute: never;
|
|
2332
|
+
|
|
2177
2333
|
readonly DataSource: string | undefined;
|
|
2178
2334
|
readonly DisplayMember: string | undefined;
|
|
2179
2335
|
readonly LookupMember: string | undefined;
|
|
@@ -2192,7 +2348,9 @@ export const LookupBindingPropertiesAttribute: {
|
|
|
2192
2348
|
|
|
2193
2349
|
export type LookupBindingPropertiesAttribute = LookupBindingPropertiesAttribute$instance;
|
|
2194
2350
|
|
|
2195
|
-
export interface MarshalByValueComponent$instance {
|
|
2351
|
+
export interface MarshalByValueComponent$instance extends System_Internal.IServiceProvider$instance {
|
|
2352
|
+
readonly __tsonic_type_System_ComponentModel_MarshalByValueComponent: never;
|
|
2353
|
+
|
|
2196
2354
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
2197
2355
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2198
2356
|
readonly __tsonic_iface_System_IServiceProvider: never;
|
|
@@ -2220,12 +2378,12 @@ export interface __MarshalByValueComponent$views {
|
|
|
2220
2378
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
2221
2379
|
}
|
|
2222
2380
|
|
|
2223
|
-
export interface MarshalByValueComponent$instance extends System_Internal.IServiceProvider$instance {}
|
|
2224
|
-
|
|
2225
2381
|
export type MarshalByValueComponent = MarshalByValueComponent$instance & __MarshalByValueComponent$views;
|
|
2226
2382
|
|
|
2227
2383
|
|
|
2228
|
-
export interface MaskedTextProvider$instance {
|
|
2384
|
+
export interface MaskedTextProvider$instance extends System_Internal.ICloneable$instance {
|
|
2385
|
+
readonly __tsonic_type_System_ComponentModel_MaskedTextProvider: never;
|
|
2386
|
+
|
|
2229
2387
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
2230
2388
|
|
|
2231
2389
|
readonly AllowPromptAsInput: boolean;
|
|
@@ -2238,7 +2396,6 @@ export interface MaskedTextProvider$instance {
|
|
|
2238
2396
|
IncludeLiterals: boolean;
|
|
2239
2397
|
IncludePrompt: boolean;
|
|
2240
2398
|
IsPassword: boolean;
|
|
2241
|
-
readonly [index: number]: char;
|
|
2242
2399
|
readonly LastAssignedPosition: int;
|
|
2243
2400
|
readonly Length: int;
|
|
2244
2401
|
readonly Mask: string;
|
|
@@ -2319,12 +2476,12 @@ export interface __MaskedTextProvider$views {
|
|
|
2319
2476
|
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
2320
2477
|
}
|
|
2321
2478
|
|
|
2322
|
-
export
|
|
2323
|
-
|
|
2324
|
-
export type MaskedTextProvider = MaskedTextProvider$instance & __MaskedTextProvider$views;
|
|
2479
|
+
export type MaskedTextProvider = MaskedTextProvider$instance & __MaskedTextProvider$views & { readonly [index: number]: char; };
|
|
2325
2480
|
|
|
2326
2481
|
|
|
2327
2482
|
export interface MemberDescriptor$instance {
|
|
2483
|
+
readonly __tsonic_type_System_ComponentModel_MemberDescriptor: never;
|
|
2484
|
+
|
|
2328
2485
|
get AttributeArray(): Attribute[] | undefined;
|
|
2329
2486
|
set AttributeArray(value: Attribute[] | undefined);
|
|
2330
2487
|
readonly Attributes: AttributeCollection;
|
|
@@ -2354,6 +2511,8 @@ export const MemberDescriptor: (abstract new(name: string) => MemberDescriptor)
|
|
|
2354
2511
|
export type MemberDescriptor = MemberDescriptor$instance;
|
|
2355
2512
|
|
|
2356
2513
|
export interface MergablePropertyAttribute$instance extends Attribute {
|
|
2514
|
+
readonly __tsonic_type_System_ComponentModel_MergablePropertyAttribute: never;
|
|
2515
|
+
|
|
2357
2516
|
readonly AllowMerge: boolean;
|
|
2358
2517
|
Equals(obj: unknown): boolean;
|
|
2359
2518
|
GetHashCode(): int;
|
|
@@ -2372,6 +2531,8 @@ export const MergablePropertyAttribute: {
|
|
|
2372
2531
|
export type MergablePropertyAttribute = MergablePropertyAttribute$instance;
|
|
2373
2532
|
|
|
2374
2533
|
export interface MultilineStringConverter$instance extends TypeConverter {
|
|
2534
|
+
readonly __tsonic_type_System_ComponentModel_MultilineStringConverter: never;
|
|
2535
|
+
|
|
2375
2536
|
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown | undefined;
|
|
2376
2537
|
ConvertTo(value: unknown, destinationType: Type): unknown | undefined;
|
|
2377
2538
|
GetProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection | undefined;
|
|
@@ -2390,6 +2551,8 @@ export const MultilineStringConverter: {
|
|
|
2390
2551
|
export type MultilineStringConverter = MultilineStringConverter$instance;
|
|
2391
2552
|
|
|
2392
2553
|
export interface NestedContainer$instance extends Container$instance {
|
|
2554
|
+
readonly __tsonic_type_System_ComponentModel_NestedContainer: never;
|
|
2555
|
+
|
|
2393
2556
|
readonly __tsonic_iface_System_ComponentModel_IContainer: never;
|
|
2394
2557
|
readonly __tsonic_iface_System_ComponentModel_INestedContainer: never;
|
|
2395
2558
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -2420,6 +2583,8 @@ export type NestedContainer = NestedContainer$instance & __NestedContainer$views
|
|
|
2420
2583
|
|
|
2421
2584
|
|
|
2422
2585
|
export interface NotifyParentPropertyAttribute$instance extends Attribute {
|
|
2586
|
+
readonly __tsonic_type_System_ComponentModel_NotifyParentPropertyAttribute: never;
|
|
2587
|
+
|
|
2423
2588
|
readonly NotifyParent: boolean;
|
|
2424
2589
|
Equals(obj: unknown): boolean;
|
|
2425
2590
|
GetHashCode(): int;
|
|
@@ -2438,6 +2603,8 @@ export const NotifyParentPropertyAttribute: {
|
|
|
2438
2603
|
export type NotifyParentPropertyAttribute = NotifyParentPropertyAttribute$instance;
|
|
2439
2604
|
|
|
2440
2605
|
export interface NullableConverter$instance extends TypeConverter {
|
|
2606
|
+
readonly __tsonic_type_System_ComponentModel_NullableConverter: never;
|
|
2607
|
+
|
|
2441
2608
|
readonly NullableType: Type;
|
|
2442
2609
|
readonly UnderlyingType: Type;
|
|
2443
2610
|
readonly UnderlyingTypeConverter: TypeConverter;
|
|
@@ -2477,6 +2644,8 @@ export const NullableConverter: {
|
|
|
2477
2644
|
export type NullableConverter = NullableConverter$instance;
|
|
2478
2645
|
|
|
2479
2646
|
export interface ParenthesizePropertyNameAttribute$instance extends Attribute {
|
|
2647
|
+
readonly __tsonic_type_System_ComponentModel_ParenthesizePropertyNameAttribute: never;
|
|
2648
|
+
|
|
2480
2649
|
readonly NeedParenthesis: boolean;
|
|
2481
2650
|
Equals(obj: unknown): boolean;
|
|
2482
2651
|
GetHashCode(): int;
|
|
@@ -2494,6 +2663,8 @@ export const ParenthesizePropertyNameAttribute: {
|
|
|
2494
2663
|
export type ParenthesizePropertyNameAttribute = ParenthesizePropertyNameAttribute$instance;
|
|
2495
2664
|
|
|
2496
2665
|
export interface PasswordPropertyTextAttribute$instance extends Attribute {
|
|
2666
|
+
readonly __tsonic_type_System_ComponentModel_PasswordPropertyTextAttribute: never;
|
|
2667
|
+
|
|
2497
2668
|
readonly Password: boolean;
|
|
2498
2669
|
Equals(o: unknown): boolean;
|
|
2499
2670
|
GetHashCode(): int;
|
|
@@ -2513,6 +2684,8 @@ export const PasswordPropertyTextAttribute: {
|
|
|
2513
2684
|
export type PasswordPropertyTextAttribute = PasswordPropertyTextAttribute$instance;
|
|
2514
2685
|
|
|
2515
2686
|
export interface ProgressChangedEventArgs$instance extends EventArgs {
|
|
2687
|
+
readonly __tsonic_type_System_ComponentModel_ProgressChangedEventArgs: never;
|
|
2688
|
+
|
|
2516
2689
|
readonly ProgressPercentage: int;
|
|
2517
2690
|
readonly UserState: unknown | undefined;
|
|
2518
2691
|
}
|
|
@@ -2526,6 +2699,8 @@ export const ProgressChangedEventArgs: {
|
|
|
2526
2699
|
export type ProgressChangedEventArgs = ProgressChangedEventArgs$instance;
|
|
2527
2700
|
|
|
2528
2701
|
export interface PropertyChangedEventArgs$instance extends EventArgs {
|
|
2702
|
+
readonly __tsonic_type_System_ComponentModel_PropertyChangedEventArgs: never;
|
|
2703
|
+
|
|
2529
2704
|
readonly PropertyName: string | undefined;
|
|
2530
2705
|
}
|
|
2531
2706
|
|
|
@@ -2538,6 +2713,8 @@ export const PropertyChangedEventArgs: {
|
|
|
2538
2713
|
export type PropertyChangedEventArgs = PropertyChangedEventArgs$instance;
|
|
2539
2714
|
|
|
2540
2715
|
export interface PropertyChangingEventArgs$instance extends EventArgs {
|
|
2716
|
+
readonly __tsonic_type_System_ComponentModel_PropertyChangingEventArgs: never;
|
|
2717
|
+
|
|
2541
2718
|
readonly PropertyName: string | undefined;
|
|
2542
2719
|
}
|
|
2543
2720
|
|
|
@@ -2550,6 +2727,8 @@ export const PropertyChangingEventArgs: {
|
|
|
2550
2727
|
export type PropertyChangingEventArgs = PropertyChangingEventArgs$instance;
|
|
2551
2728
|
|
|
2552
2729
|
export interface PropertyDescriptor$instance extends MemberDescriptor {
|
|
2730
|
+
readonly __tsonic_type_System_ComponentModel_PropertyDescriptor: never;
|
|
2731
|
+
|
|
2553
2732
|
readonly ComponentType: Type;
|
|
2554
2733
|
readonly Converter: TypeConverter;
|
|
2555
2734
|
readonly ConverterFromRegisteredType: TypeConverter;
|
|
@@ -2585,6 +2764,8 @@ export const PropertyDescriptor: (abstract new(name: string, attrs: Attribute[])
|
|
|
2585
2764
|
export type PropertyDescriptor = PropertyDescriptor$instance;
|
|
2586
2765
|
|
|
2587
2766
|
export interface PropertyDescriptorCollection$instance {
|
|
2767
|
+
readonly __tsonic_type_System_ComponentModel_PropertyDescriptorCollection: never;
|
|
2768
|
+
|
|
2588
2769
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
2589
2770
|
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
2590
2771
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -2628,6 +2809,8 @@ export type PropertyDescriptorCollection = PropertyDescriptorCollection$instance
|
|
|
2628
2809
|
|
|
2629
2810
|
|
|
2630
2811
|
export interface PropertyTabAttribute$instance extends Attribute {
|
|
2812
|
+
readonly __tsonic_type_System_ComponentModel_PropertyTabAttribute: never;
|
|
2813
|
+
|
|
2631
2814
|
readonly TabClasses: Type[];
|
|
2632
2815
|
TabScopes: PropertyTabScope[];
|
|
2633
2816
|
Equals(other: unknown): boolean;
|
|
@@ -2648,6 +2831,8 @@ export const PropertyTabAttribute: {
|
|
|
2648
2831
|
export type PropertyTabAttribute = PropertyTabAttribute$instance;
|
|
2649
2832
|
|
|
2650
2833
|
export interface ProvidePropertyAttribute$instance extends Attribute {
|
|
2834
|
+
readonly __tsonic_type_System_ComponentModel_ProvidePropertyAttribute: never;
|
|
2835
|
+
|
|
2651
2836
|
readonly PropertyName: string;
|
|
2652
2837
|
readonly ReceiverTypeName: string;
|
|
2653
2838
|
readonly TypeId: unknown;
|
|
@@ -2665,6 +2850,8 @@ export const ProvidePropertyAttribute: {
|
|
|
2665
2850
|
export type ProvidePropertyAttribute = ProvidePropertyAttribute$instance;
|
|
2666
2851
|
|
|
2667
2852
|
export interface ReadOnlyAttribute$instance extends Attribute {
|
|
2853
|
+
readonly __tsonic_type_System_ComponentModel_ReadOnlyAttribute: never;
|
|
2854
|
+
|
|
2668
2855
|
readonly IsReadOnly: boolean;
|
|
2669
2856
|
Equals(value: unknown): boolean;
|
|
2670
2857
|
GetHashCode(): int;
|
|
@@ -2683,6 +2870,8 @@ export const ReadOnlyAttribute: {
|
|
|
2683
2870
|
export type ReadOnlyAttribute = ReadOnlyAttribute$instance;
|
|
2684
2871
|
|
|
2685
2872
|
export interface RecommendedAsConfigurableAttribute$instance extends Attribute {
|
|
2873
|
+
readonly __tsonic_type_System_ComponentModel_RecommendedAsConfigurableAttribute: never;
|
|
2874
|
+
|
|
2686
2875
|
readonly RecommendedAsConfigurable: boolean;
|
|
2687
2876
|
Equals(obj: unknown): boolean;
|
|
2688
2877
|
GetHashCode(): int;
|
|
@@ -2701,6 +2890,8 @@ export const RecommendedAsConfigurableAttribute: {
|
|
|
2701
2890
|
export type RecommendedAsConfigurableAttribute = RecommendedAsConfigurableAttribute$instance;
|
|
2702
2891
|
|
|
2703
2892
|
export interface ReferenceConverter$instance extends TypeConverter {
|
|
2893
|
+
readonly __tsonic_type_System_ComponentModel_ReferenceConverter: never;
|
|
2894
|
+
|
|
2704
2895
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
2705
2896
|
CanConvertFrom(sourceType: Type): boolean;
|
|
2706
2897
|
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown | undefined;
|
|
@@ -2725,6 +2916,8 @@ export const ReferenceConverter: {
|
|
|
2725
2916
|
export type ReferenceConverter = ReferenceConverter$instance;
|
|
2726
2917
|
|
|
2727
2918
|
export interface RefreshEventArgs$instance extends EventArgs {
|
|
2919
|
+
readonly __tsonic_type_System_ComponentModel_RefreshEventArgs: never;
|
|
2920
|
+
|
|
2728
2921
|
readonly ComponentChanged: unknown | undefined;
|
|
2729
2922
|
readonly TypeChanged: Type | undefined;
|
|
2730
2923
|
}
|
|
@@ -2739,6 +2932,8 @@ export const RefreshEventArgs: {
|
|
|
2739
2932
|
export type RefreshEventArgs = RefreshEventArgs$instance;
|
|
2740
2933
|
|
|
2741
2934
|
export interface RefreshPropertiesAttribute$instance extends Attribute {
|
|
2935
|
+
readonly __tsonic_type_System_ComponentModel_RefreshPropertiesAttribute: never;
|
|
2936
|
+
|
|
2742
2937
|
readonly RefreshProperties: RefreshProperties;
|
|
2743
2938
|
Equals(obj: unknown): boolean;
|
|
2744
2939
|
GetHashCode(): int;
|
|
@@ -2757,6 +2952,8 @@ export const RefreshPropertiesAttribute: {
|
|
|
2757
2952
|
export type RefreshPropertiesAttribute = RefreshPropertiesAttribute$instance;
|
|
2758
2953
|
|
|
2759
2954
|
export interface RunInstallerAttribute$instance extends Attribute {
|
|
2955
|
+
readonly __tsonic_type_System_ComponentModel_RunInstallerAttribute: never;
|
|
2956
|
+
|
|
2760
2957
|
readonly RunInstaller: boolean;
|
|
2761
2958
|
Equals(obj: unknown): boolean;
|
|
2762
2959
|
GetHashCode(): int;
|
|
@@ -2775,6 +2972,8 @@ export const RunInstallerAttribute: {
|
|
|
2775
2972
|
export type RunInstallerAttribute = RunInstallerAttribute$instance;
|
|
2776
2973
|
|
|
2777
2974
|
export interface RunWorkerCompletedEventArgs$instance extends AsyncCompletedEventArgs {
|
|
2975
|
+
readonly __tsonic_type_System_ComponentModel_RunWorkerCompletedEventArgs: never;
|
|
2976
|
+
|
|
2778
2977
|
readonly Result: unknown | undefined;
|
|
2779
2978
|
readonly UserState: unknown | undefined;
|
|
2780
2979
|
}
|
|
@@ -2788,6 +2987,8 @@ export const RunWorkerCompletedEventArgs: {
|
|
|
2788
2987
|
export type RunWorkerCompletedEventArgs = RunWorkerCompletedEventArgs$instance;
|
|
2789
2988
|
|
|
2790
2989
|
export interface SByteConverter$instance extends BaseNumberConverter {
|
|
2990
|
+
readonly __tsonic_type_System_ComponentModel_SByteConverter: never;
|
|
2991
|
+
|
|
2791
2992
|
}
|
|
2792
2993
|
|
|
2793
2994
|
|
|
@@ -2799,6 +3000,8 @@ export const SByteConverter: {
|
|
|
2799
3000
|
export type SByteConverter = SByteConverter$instance;
|
|
2800
3001
|
|
|
2801
3002
|
export interface SettingsBindableAttribute$instance extends Attribute {
|
|
3003
|
+
readonly __tsonic_type_System_ComponentModel_SettingsBindableAttribute: never;
|
|
3004
|
+
|
|
2802
3005
|
readonly Bindable: boolean;
|
|
2803
3006
|
Equals(obj: unknown): boolean;
|
|
2804
3007
|
GetHashCode(): int;
|
|
@@ -2815,6 +3018,8 @@ export const SettingsBindableAttribute: {
|
|
|
2815
3018
|
export type SettingsBindableAttribute = SettingsBindableAttribute$instance;
|
|
2816
3019
|
|
|
2817
3020
|
export interface SingleConverter$instance extends BaseNumberConverter {
|
|
3021
|
+
readonly __tsonic_type_System_ComponentModel_SingleConverter: never;
|
|
3022
|
+
|
|
2818
3023
|
}
|
|
2819
3024
|
|
|
2820
3025
|
|
|
@@ -2826,6 +3031,8 @@ export const SingleConverter: {
|
|
|
2826
3031
|
export type SingleConverter = SingleConverter$instance;
|
|
2827
3032
|
|
|
2828
3033
|
export interface StringConverter$instance extends TypeConverter {
|
|
3034
|
+
readonly __tsonic_type_System_ComponentModel_StringConverter: never;
|
|
3035
|
+
|
|
2829
3036
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
2830
3037
|
CanConvertFrom(sourceType: Type): boolean;
|
|
2831
3038
|
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown | undefined;
|
|
@@ -2841,6 +3048,8 @@ export const StringConverter: {
|
|
|
2841
3048
|
export type StringConverter = StringConverter$instance;
|
|
2842
3049
|
|
|
2843
3050
|
export interface TimeOnlyConverter$instance extends TypeConverter {
|
|
3051
|
+
readonly __tsonic_type_System_ComponentModel_TimeOnlyConverter: never;
|
|
3052
|
+
|
|
2844
3053
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
2845
3054
|
CanConvertFrom(sourceType: Type): boolean;
|
|
2846
3055
|
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
@@ -2860,6 +3069,8 @@ export const TimeOnlyConverter: {
|
|
|
2860
3069
|
export type TimeOnlyConverter = TimeOnlyConverter$instance;
|
|
2861
3070
|
|
|
2862
3071
|
export interface TimeSpanConverter$instance extends TypeConverter {
|
|
3072
|
+
readonly __tsonic_type_System_ComponentModel_TimeSpanConverter: never;
|
|
3073
|
+
|
|
2863
3074
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
2864
3075
|
CanConvertFrom(sourceType: Type): boolean;
|
|
2865
3076
|
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
@@ -2879,6 +3090,8 @@ export const TimeSpanConverter: {
|
|
|
2879
3090
|
export type TimeSpanConverter = TimeSpanConverter$instance;
|
|
2880
3091
|
|
|
2881
3092
|
export interface ToolboxItemAttribute$instance extends Attribute {
|
|
3093
|
+
readonly __tsonic_type_System_ComponentModel_ToolboxItemAttribute: never;
|
|
3094
|
+
|
|
2882
3095
|
readonly ToolboxItemType: Type | undefined;
|
|
2883
3096
|
readonly ToolboxItemTypeName: string;
|
|
2884
3097
|
Equals(obj: unknown): boolean;
|
|
@@ -2899,6 +3112,8 @@ export const ToolboxItemAttribute: {
|
|
|
2899
3112
|
export type ToolboxItemAttribute = ToolboxItemAttribute$instance;
|
|
2900
3113
|
|
|
2901
3114
|
export interface ToolboxItemFilterAttribute$instance extends Attribute {
|
|
3115
|
+
readonly __tsonic_type_System_ComponentModel_ToolboxItemFilterAttribute: never;
|
|
3116
|
+
|
|
2902
3117
|
readonly FilterString: string;
|
|
2903
3118
|
readonly FilterType: ToolboxItemFilterType;
|
|
2904
3119
|
readonly TypeId: unknown;
|
|
@@ -2918,6 +3133,8 @@ export const ToolboxItemFilterAttribute: {
|
|
|
2918
3133
|
export type ToolboxItemFilterAttribute = ToolboxItemFilterAttribute$instance;
|
|
2919
3134
|
|
|
2920
3135
|
export interface TypeConverter$instance {
|
|
3136
|
+
readonly __tsonic_type_System_ComponentModel_TypeConverter: never;
|
|
3137
|
+
|
|
2921
3138
|
CanConvertFrom(sourceType: Type): boolean;
|
|
2922
3139
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
2923
3140
|
CanConvertTo(destinationType: Type): boolean;
|
|
@@ -2964,11 +3181,12 @@ export const TypeConverter: {
|
|
|
2964
3181
|
export type TypeConverter = TypeConverter$instance;
|
|
2965
3182
|
|
|
2966
3183
|
export interface TypeConverter_StandardValuesCollection$instance {
|
|
3184
|
+
readonly __tsonic_type_System_ComponentModel_TypeConverter_StandardValuesCollection: never;
|
|
3185
|
+
|
|
2967
3186
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
2968
3187
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2969
3188
|
|
|
2970
3189
|
readonly Count: int;
|
|
2971
|
-
readonly [index: number]: unknown | undefined;
|
|
2972
3190
|
CopyTo(array: ClrArray, index: int): void;
|
|
2973
3191
|
GetEnumerator(): IEnumerator;
|
|
2974
3192
|
}
|
|
@@ -2984,10 +3202,12 @@ export interface __TypeConverter_StandardValuesCollection$views {
|
|
|
2984
3202
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
2985
3203
|
}
|
|
2986
3204
|
|
|
2987
|
-
export type TypeConverter_StandardValuesCollection = TypeConverter_StandardValuesCollection$instance & __TypeConverter_StandardValuesCollection$views;
|
|
3205
|
+
export type TypeConverter_StandardValuesCollection = TypeConverter_StandardValuesCollection$instance & __TypeConverter_StandardValuesCollection$views & { readonly [index: number]: unknown | undefined; };
|
|
2988
3206
|
|
|
2989
3207
|
|
|
2990
3208
|
export interface TypeConverterAttribute$instance extends Attribute {
|
|
3209
|
+
readonly __tsonic_type_System_ComponentModel_TypeConverterAttribute: never;
|
|
3210
|
+
|
|
2991
3211
|
readonly ConverterTypeName: string;
|
|
2992
3212
|
Equals(obj: unknown): boolean;
|
|
2993
3213
|
GetHashCode(): int;
|
|
@@ -3005,6 +3225,8 @@ export const TypeConverterAttribute: {
|
|
|
3005
3225
|
export type TypeConverterAttribute = TypeConverterAttribute$instance;
|
|
3006
3226
|
|
|
3007
3227
|
export interface TypeDescriptionProvider$instance {
|
|
3228
|
+
readonly __tsonic_type_System_ComponentModel_TypeDescriptionProvider: never;
|
|
3229
|
+
|
|
3008
3230
|
readonly RequireRegisteredTypes: Nullable_1<System_Internal.Boolean>;
|
|
3009
3231
|
CreateInstance(provider: IServiceProvider, objectType: Type, argTypes: Type[], args: unknown[]): unknown | undefined;
|
|
3010
3232
|
GetCache(instance: unknown): IDictionary | undefined;
|
|
@@ -3035,6 +3257,8 @@ export const TypeDescriptionProvider: (abstract new() => TypeDescriptionProvider
|
|
|
3035
3257
|
export type TypeDescriptionProvider = TypeDescriptionProvider$instance;
|
|
3036
3258
|
|
|
3037
3259
|
export interface TypeDescriptionProviderAttribute$instance extends Attribute {
|
|
3260
|
+
readonly __tsonic_type_System_ComponentModel_TypeDescriptionProviderAttribute: never;
|
|
3261
|
+
|
|
3038
3262
|
readonly TypeName: string;
|
|
3039
3263
|
}
|
|
3040
3264
|
|
|
@@ -3048,6 +3272,8 @@ export const TypeDescriptionProviderAttribute: {
|
|
|
3048
3272
|
export type TypeDescriptionProviderAttribute = TypeDescriptionProviderAttribute$instance;
|
|
3049
3273
|
|
|
3050
3274
|
export interface TypeDescriptor$instance {
|
|
3275
|
+
readonly __tsonic_type_System_ComponentModel_TypeDescriptor: never;
|
|
3276
|
+
|
|
3051
3277
|
}
|
|
3052
3278
|
|
|
3053
3279
|
|
|
@@ -3131,6 +3357,8 @@ export const TypeDescriptor: {
|
|
|
3131
3357
|
export type TypeDescriptor = TypeDescriptor$instance;
|
|
3132
3358
|
|
|
3133
3359
|
export interface TypeListConverter$instance extends TypeConverter {
|
|
3360
|
+
readonly __tsonic_type_System_ComponentModel_TypeListConverter: never;
|
|
3361
|
+
|
|
3134
3362
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
3135
3363
|
CanConvertFrom(sourceType: Type): boolean;
|
|
3136
3364
|
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
@@ -3155,6 +3383,8 @@ export const TypeListConverter: (abstract new(types: Type[]) => TypeListConverte
|
|
|
3155
3383
|
export type TypeListConverter = TypeListConverter$instance;
|
|
3156
3384
|
|
|
3157
3385
|
export interface UInt128Converter$instance extends BaseNumberConverter {
|
|
3386
|
+
readonly __tsonic_type_System_ComponentModel_UInt128Converter: never;
|
|
3387
|
+
|
|
3158
3388
|
}
|
|
3159
3389
|
|
|
3160
3390
|
|
|
@@ -3166,6 +3396,8 @@ export const UInt128Converter: {
|
|
|
3166
3396
|
export type UInt128Converter = UInt128Converter$instance;
|
|
3167
3397
|
|
|
3168
3398
|
export interface UInt16Converter$instance extends BaseNumberConverter {
|
|
3399
|
+
readonly __tsonic_type_System_ComponentModel_UInt16Converter: never;
|
|
3400
|
+
|
|
3169
3401
|
}
|
|
3170
3402
|
|
|
3171
3403
|
|
|
@@ -3177,6 +3409,8 @@ export const UInt16Converter: {
|
|
|
3177
3409
|
export type UInt16Converter = UInt16Converter$instance;
|
|
3178
3410
|
|
|
3179
3411
|
export interface UInt32Converter$instance extends BaseNumberConverter {
|
|
3412
|
+
readonly __tsonic_type_System_ComponentModel_UInt32Converter: never;
|
|
3413
|
+
|
|
3180
3414
|
}
|
|
3181
3415
|
|
|
3182
3416
|
|
|
@@ -3188,6 +3422,8 @@ export const UInt32Converter: {
|
|
|
3188
3422
|
export type UInt32Converter = UInt32Converter$instance;
|
|
3189
3423
|
|
|
3190
3424
|
export interface UInt64Converter$instance extends BaseNumberConverter {
|
|
3425
|
+
readonly __tsonic_type_System_ComponentModel_UInt64Converter: never;
|
|
3426
|
+
|
|
3191
3427
|
}
|
|
3192
3428
|
|
|
3193
3429
|
|
|
@@ -3199,6 +3435,8 @@ export const UInt64Converter: {
|
|
|
3199
3435
|
export type UInt64Converter = UInt64Converter$instance;
|
|
3200
3436
|
|
|
3201
3437
|
export interface VersionConverter$instance extends TypeConverter {
|
|
3438
|
+
readonly __tsonic_type_System_ComponentModel_VersionConverter: never;
|
|
3439
|
+
|
|
3202
3440
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
3203
3441
|
CanConvertFrom(sourceType: Type): boolean;
|
|
3204
3442
|
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
@@ -3220,6 +3458,8 @@ export const VersionConverter: {
|
|
|
3220
3458
|
export type VersionConverter = VersionConverter$instance;
|
|
3221
3459
|
|
|
3222
3460
|
export interface WarningException$instance extends SystemException {
|
|
3461
|
+
readonly __tsonic_type_System_ComponentModel_WarningException: never;
|
|
3462
|
+
|
|
3223
3463
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
3224
3464
|
|
|
3225
3465
|
readonly HelpTopic: string | undefined;
|
|
@@ -3245,6 +3485,8 @@ export type WarningException = WarningException$instance & __WarningException$vi
|
|
|
3245
3485
|
|
|
3246
3486
|
|
|
3247
3487
|
export interface Win32Exception$instance extends ExternalException {
|
|
3488
|
+
readonly __tsonic_type_System_ComponentModel_Win32Exception: never;
|
|
3489
|
+
|
|
3248
3490
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
3249
3491
|
|
|
3250
3492
|
readonly NativeErrorCode: int;
|