@tsonic/dotnet 0.7.9 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +7 -7
  2. package/Microsoft.VisualBasic/internal/index.d.ts +23 -23
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +29 -29
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +15 -15
  5. package/Microsoft.Win32/internal/index.d.ts +1 -1
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +19 -19
  7. package/System/internal/index.d.ts +408 -408
  8. package/System.Buffers/internal/index.d.ts +11 -11
  9. package/System.CodeDom.Compiler/internal/index.d.ts +3 -3
  10. package/System.Collections/internal/index.d.ts +44 -44
  11. package/System.Collections.Concurrent/internal/index.d.ts +18 -18
  12. package/System.Collections.Frozen/internal/index.d.ts +4 -4
  13. package/System.Collections.Generic/internal/index.d.ts +98 -98
  14. package/System.Collections.Immutable/internal/index.d.ts +22 -22
  15. package/System.Collections.ObjectModel/internal/index.d.ts +11 -11
  16. package/System.Collections.Specialized/internal/index.d.ts +38 -38
  17. package/System.ComponentModel/internal/index.d.ts +222 -222
  18. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +54 -54
  19. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -8
  20. package/System.ComponentModel.Design/internal/index.d.ts +30 -30
  21. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +13 -13
  22. package/System.Data/internal/index.d.ts +110 -110
  23. package/System.Data.Common/internal/index.d.ts +17 -17
  24. package/System.Data.SqlTypes/internal/index.d.ts +62 -62
  25. package/System.Diagnostics/internal/index.d.ts +117 -117
  26. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +34 -34
  27. package/System.Diagnostics.Contracts/internal/index.d.ts +14 -14
  28. package/System.Diagnostics.Metrics/internal/index.d.ts +19 -19
  29. package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
  30. package/System.Diagnostics.Tracing/internal/index.d.ts +21 -21
  31. package/System.Drawing/internal/index.d.ts +22 -22
  32. package/System.Dynamic/internal/index.d.ts +6 -6
  33. package/System.Formats.Asn1/internal/index.d.ts +10 -10
  34. package/System.Formats.Tar/internal/index.d.ts +14 -14
  35. package/System.Globalization/internal/index.d.ts +40 -40
  36. package/System.IO/internal/index.d.ts +107 -107
  37. package/System.IO.Compression/internal/index.d.ts +32 -32
  38. package/System.IO.Enumeration/internal/index.d.ts +3 -3
  39. package/System.IO.IsolatedStorage/internal/index.d.ts +12 -12
  40. package/System.IO.MemoryMappedFiles/internal/index.d.ts +3 -3
  41. package/System.IO.Pipelines/internal/index.d.ts +8 -8
  42. package/System.IO.Pipes/internal/index.d.ts +28 -28
  43. package/System.Linq/internal/index.d.ts +7 -7
  44. package/System.Linq.Expressions/internal/index.d.ts +34 -34
  45. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -1
  46. package/System.Net/internal/index.d.ts +84 -84
  47. package/System.Net.Cache/internal/index.d.ts +8 -8
  48. package/System.Net.Http/internal/index.d.ts +40 -40
  49. package/System.Net.Http.Headers/internal/index.d.ts +48 -48
  50. package/System.Net.Http.Json/internal/index.d.ts +1 -1
  51. package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
  52. package/System.Net.Mail/internal/index.d.ts +47 -47
  53. package/System.Net.Mime/internal/index.d.ts +4 -4
  54. package/System.Net.NetworkInformation/internal/index.d.ts +17 -17
  55. package/System.Net.Quic/internal/index.d.ts +9 -9
  56. package/System.Net.Security/internal/index.d.ts +19 -19
  57. package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
  58. package/System.Net.Sockets/internal/index.d.ts +53 -53
  59. package/System.Net.WebSockets/internal/index.d.ts +23 -23
  60. package/System.Numerics/internal/index.d.ts +37 -37
  61. package/System.Reflection/internal/index.d.ts +69 -69
  62. package/System.Reflection.Emit/internal/index.d.ts +18 -18
  63. package/System.Reflection.Metadata/internal/index.d.ts +170 -170
  64. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +39 -39
  65. package/System.Reflection.PortableExecutable/internal/index.d.ts +23 -23
  66. package/System.Resources/internal/index.d.ts +20 -20
  67. package/System.Runtime/internal/index.d.ts +7 -7
  68. package/System.Runtime.CompilerServices/internal/index.d.ts +145 -145
  69. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +2 -2
  70. package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -3
  71. package/System.Runtime.InteropServices/internal/index.d.ts +120 -120
  72. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +20 -20
  73. package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -3
  74. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +27 -27
  75. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +27 -27
  76. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +1 -1
  77. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  78. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  79. package/System.Runtime.Loader/internal/index.d.ts +3 -3
  80. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  81. package/System.Runtime.Serialization/internal/index.d.ts +47 -47
  82. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  83. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -2
  84. package/System.Runtime.Serialization.Json/internal/index.d.ts +8 -8
  85. package/System.Runtime.Versioning/internal/index.d.ts +18 -18
  86. package/System.Security/internal/index.d.ts +23 -23
  87. package/System.Security.AccessControl/internal/index.d.ts +65 -65
  88. package/System.Security.Authentication/internal/index.d.ts +6 -6
  89. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +6 -6
  90. package/System.Security.Claims/internal/index.d.ts +24 -24
  91. package/System.Security.Cryptography/internal/index.d.ts +220 -220
  92. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +120 -120
  93. package/System.Security.Permissions/internal/index.d.ts +1 -1
  94. package/System.Security.Policy/internal/index.d.ts +4 -4
  95. package/System.Security.Principal/internal/index.d.ts +21 -21
  96. package/System.Text/internal/index.d.ts +49 -49
  97. package/System.Text.Encodings.Web/internal/index.d.ts +3 -3
  98. package/System.Text.Json/internal/index.d.ts +24 -24
  99. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  100. package/System.Text.Json.Schema/internal/index.d.ts +2 -2
  101. package/System.Text.Json.Serialization/internal/index.d.ts +25 -25
  102. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +10 -10
  103. package/System.Text.RegularExpressions/internal/index.d.ts +24 -24
  104. package/System.Text.Unicode/internal/index.d.ts +3 -3
  105. package/System.Threading/internal/index.d.ts +105 -105
  106. package/System.Threading.Channels/internal/index.d.ts +7 -7
  107. package/System.Threading.Tasks/internal/index.d.ts +56 -56
  108. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +29 -29
  109. package/System.Threading.Tasks.Sources/internal/index.d.ts +1 -1
  110. package/System.Timers/internal/index.d.ts +5 -5
  111. package/System.Transactions/internal/index.d.ts +41 -41
  112. package/System.Web/internal/index.d.ts +1 -1
  113. package/System.Windows.Markup/internal/index.d.ts +2 -2
  114. package/System.Xml/internal/index.d.ts +72 -72
  115. package/System.Xml.Linq/internal/index.d.ts +31 -31
  116. package/System.Xml.Resolvers/internal/index.d.ts +5 -5
  117. package/System.Xml.Schema/internal/index.d.ts +76 -76
  118. package/System.Xml.Serialization/internal/index.d.ts +96 -96
  119. package/System.Xml.XPath/internal/index.d.ts +9 -9
  120. package/System.Xml.Xsl/internal/index.d.ts +13 -13
  121. package/System.Xml.Xsl.Runtime/internal/index.d.ts +52 -52
  122. package/package.json +2 -2
@@ -494,8 +494,8 @@ export interface AddingNewEventArgs$instance extends EventArgs {
494
494
 
495
495
 
496
496
  export const AddingNewEventArgs: {
497
- new(): AddingNewEventArgs$instance;
498
- new(newObject: unknown): AddingNewEventArgs$instance;
497
+ new(): AddingNewEventArgs;
498
+ new(newObject: unknown): AddingNewEventArgs;
499
499
  };
500
500
 
501
501
 
@@ -509,17 +509,17 @@ export interface AmbientValueAttribute$instance extends Attribute {
509
509
 
510
510
 
511
511
  export const AmbientValueAttribute: {
512
- new(type_: Type, value: string): AmbientValueAttribute$instance;
513
- new(value: char): AmbientValueAttribute$instance;
514
- new(value: byte): AmbientValueAttribute$instance;
515
- new(value: short): AmbientValueAttribute$instance;
516
- new(value: int): AmbientValueAttribute$instance;
517
- new(value: long): AmbientValueAttribute$instance;
518
- new(value: float): AmbientValueAttribute$instance;
519
- new(value: double): AmbientValueAttribute$instance;
520
- new(value: boolean): AmbientValueAttribute$instance;
521
- new(value: string): AmbientValueAttribute$instance;
522
- new(value: unknown): AmbientValueAttribute$instance;
512
+ new(type_: Type, value: string): AmbientValueAttribute;
513
+ new(value: char): AmbientValueAttribute;
514
+ new(value: byte): AmbientValueAttribute;
515
+ new(value: short): AmbientValueAttribute;
516
+ new(value: int): AmbientValueAttribute;
517
+ new(value: long): AmbientValueAttribute;
518
+ new(value: float): AmbientValueAttribute;
519
+ new(value: double): AmbientValueAttribute;
520
+ new(value: boolean): AmbientValueAttribute;
521
+ new(value: string): AmbientValueAttribute;
522
+ new(value: unknown): AmbientValueAttribute;
523
523
  };
524
524
 
525
525
 
@@ -537,7 +537,7 @@ export interface ArrayConverter$instance extends CollectionConverter {
537
537
 
538
538
 
539
539
  export const ArrayConverter: {
540
- new(): ArrayConverter$instance;
540
+ new(): ArrayConverter;
541
541
  };
542
542
 
543
543
 
@@ -551,7 +551,7 @@ export interface AsyncCompletedEventArgs$instance extends EventArgs {
551
551
 
552
552
 
553
553
  export const AsyncCompletedEventArgs: {
554
- new(error: Exception, cancelled: boolean, userState: unknown): AsyncCompletedEventArgs$instance;
554
+ new(error: Exception, cancelled: boolean, userState: unknown): AsyncCompletedEventArgs;
555
555
  };
556
556
 
557
557
 
@@ -567,7 +567,7 @@ export interface AsyncOperation$instance {
567
567
 
568
568
 
569
569
  export const AsyncOperation: {
570
- new(): AsyncOperation$instance;
570
+ new(): AsyncOperation;
571
571
  };
572
572
 
573
573
 
@@ -587,7 +587,7 @@ export interface AttributeCollection$instance {
587
587
 
588
588
 
589
589
  export const AttributeCollection: {
590
- new(attributes: Attribute[]): AttributeCollection$instance;
590
+ new(attributes: Attribute[]): AttributeCollection;
591
591
  readonly empty: AttributeCollection;
592
592
  fromExisting(existing: AttributeCollection, ...newAttributes: Attribute[]): AttributeCollection;
593
593
  };
@@ -608,9 +608,9 @@ export interface AttributeProviderAttribute$instance extends Attribute {
608
608
 
609
609
 
610
610
  export const AttributeProviderAttribute: {
611
- new(typeName: string): AttributeProviderAttribute$instance;
612
- new(typeName: string, propertyName: string): AttributeProviderAttribute$instance;
613
- new(type_: Type): AttributeProviderAttribute$instance;
611
+ new(typeName: string): AttributeProviderAttribute;
612
+ new(typeName: string, propertyName: string): AttributeProviderAttribute;
613
+ new(type_: Type): AttributeProviderAttribute;
614
614
  };
615
615
 
616
616
 
@@ -631,7 +631,7 @@ export interface BackgroundWorker$instance extends Component$instance {
631
631
 
632
632
 
633
633
  export const BackgroundWorker: {
634
- new(): BackgroundWorker$instance;
634
+ new(): BackgroundWorker;
635
635
  };
636
636
 
637
637
 
@@ -673,10 +673,10 @@ export interface BindableAttribute$instance extends Attribute {
673
673
 
674
674
 
675
675
  export const BindableAttribute: {
676
- new(bindable: boolean): BindableAttribute$instance;
677
- new(bindable: boolean, direction: BindingDirection): BindableAttribute$instance;
678
- new(flags: BindableSupport): BindableAttribute$instance;
679
- new(flags: BindableSupport, direction: BindingDirection): BindableAttribute$instance;
676
+ new(bindable: boolean): BindableAttribute;
677
+ new(bindable: boolean, direction: BindingDirection): BindableAttribute;
678
+ new(flags: BindableSupport): BindableAttribute;
679
+ new(flags: BindableSupport, direction: BindingDirection): BindableAttribute;
680
680
  readonly yes: BindableAttribute;
681
681
  readonly no: BindableAttribute;
682
682
  readonly default_: BindableAttribute;
@@ -714,8 +714,8 @@ export interface BindingList_1$instance<T> extends Collection_1<T> {
714
714
 
715
715
 
716
716
  export const BindingList_1: {
717
- new<T>(): BindingList_1$instance<T>;
718
- new<T>(list: IList_1<T>): BindingList_1$instance<T>;
717
+ new<T>(): BindingList_1<T>;
718
+ new<T>(list: IList_1<T>): BindingList_1<T>;
719
719
  };
720
720
 
721
721
 
@@ -752,7 +752,7 @@ export interface BooleanConverter$instance extends TypeConverter {
752
752
 
753
753
 
754
754
  export const BooleanConverter: {
755
- new(): BooleanConverter$instance;
755
+ new(): BooleanConverter;
756
756
  };
757
757
 
758
758
 
@@ -767,7 +767,7 @@ export interface BrowsableAttribute$instance extends Attribute {
767
767
 
768
768
 
769
769
  export const BrowsableAttribute: {
770
- new(browsable: boolean): BrowsableAttribute$instance;
770
+ new(browsable: boolean): BrowsableAttribute;
771
771
  readonly yes: BrowsableAttribute;
772
772
  readonly no: BrowsableAttribute;
773
773
  readonly default_: BrowsableAttribute;
@@ -781,7 +781,7 @@ export interface ByteConverter$instance extends BaseNumberConverter {
781
781
 
782
782
 
783
783
  export const ByteConverter: {
784
- new(): ByteConverter$instance;
784
+ new(): ByteConverter;
785
785
  };
786
786
 
787
787
 
@@ -793,8 +793,8 @@ export interface CancelEventArgs$instance extends EventArgs {
793
793
 
794
794
 
795
795
  export const CancelEventArgs: {
796
- new(): CancelEventArgs$instance;
797
- new(cancel: boolean): CancelEventArgs$instance;
796
+ new(): CancelEventArgs;
797
+ new(cancel: boolean): CancelEventArgs;
798
798
  };
799
799
 
800
800
 
@@ -809,8 +809,8 @@ export interface CategoryAttribute$instance extends Attribute {
809
809
 
810
810
 
811
811
  export const CategoryAttribute: {
812
- new(): CategoryAttribute$instance;
813
- new(category: string): CategoryAttribute$instance;
812
+ new(): CategoryAttribute;
813
+ new(category: string): CategoryAttribute;
814
814
  readonly action: CategoryAttribute;
815
815
  readonly appearance: CategoryAttribute;
816
816
  readonly asynchronous: CategoryAttribute;
@@ -841,7 +841,7 @@ export interface CharConverter$instance extends TypeConverter {
841
841
 
842
842
 
843
843
  export const CharConverter: {
844
- new(): CharConverter$instance;
844
+ new(): CharConverter;
845
845
  };
846
846
 
847
847
 
@@ -854,7 +854,7 @@ export interface CollectionChangeEventArgs$instance extends EventArgs {
854
854
 
855
855
 
856
856
  export const CollectionChangeEventArgs: {
857
- new(action: CollectionChangeAction, element: unknown): CollectionChangeEventArgs$instance;
857
+ new(action: CollectionChangeAction, element: unknown): CollectionChangeEventArgs;
858
858
  };
859
859
 
860
860
 
@@ -870,7 +870,7 @@ export interface CollectionConverter$instance extends TypeConverter {
870
870
 
871
871
 
872
872
  export const CollectionConverter: {
873
- new(): CollectionConverter$instance;
873
+ new(): CollectionConverter;
874
874
  };
875
875
 
876
876
 
@@ -885,9 +885,9 @@ export interface ComplexBindingPropertiesAttribute$instance extends Attribute {
885
885
 
886
886
 
887
887
  export const ComplexBindingPropertiesAttribute: {
888
- new(): ComplexBindingPropertiesAttribute$instance;
889
- new(dataSource: string): ComplexBindingPropertiesAttribute$instance;
890
- new(dataSource: string, dataMember: string): ComplexBindingPropertiesAttribute$instance;
888
+ new(): ComplexBindingPropertiesAttribute;
889
+ new(dataSource: string): ComplexBindingPropertiesAttribute;
890
+ new(dataSource: string, dataMember: string): ComplexBindingPropertiesAttribute;
891
891
  readonly default_: ComplexBindingPropertiesAttribute;
892
892
  };
893
893
 
@@ -903,7 +903,7 @@ export interface Component$instance extends MarshalByRefObject {
903
903
 
904
904
 
905
905
  export const Component: {
906
- new(): Component$instance;
906
+ new(): Component;
907
907
  };
908
908
 
909
909
 
@@ -924,7 +924,7 @@ export interface ComponentCollection$instance extends ReadOnlyCollectionBase {
924
924
 
925
925
 
926
926
  export const ComponentCollection: {
927
- new(components: IComponent[]): ComponentCollection$instance;
927
+ new(components: IComponent[]): ComponentCollection;
928
928
  };
929
929
 
930
930
 
@@ -948,7 +948,7 @@ export interface ComponentConverter$instance extends ReferenceConverter {
948
948
 
949
949
 
950
950
  export const ComponentConverter: {
951
- new(type_: Type): ComponentConverter$instance;
951
+ new(type_: Type): ComponentConverter;
952
952
  };
953
953
 
954
954
 
@@ -974,8 +974,8 @@ export interface ComponentResourceManager$instance extends ResourceManager {
974
974
 
975
975
 
976
976
  export const ComponentResourceManager: {
977
- new(): ComponentResourceManager$instance;
978
- new(t: Type): ComponentResourceManager$instance;
977
+ new(): ComponentResourceManager;
978
+ new(t: Type): ComponentResourceManager;
979
979
  };
980
980
 
981
981
 
@@ -991,7 +991,7 @@ export interface Container$instance {
991
991
 
992
992
 
993
993
  export const Container: {
994
- new(): Container$instance;
994
+ new(): Container;
995
995
  };
996
996
 
997
997
 
@@ -1033,7 +1033,7 @@ export interface CultureInfoConverter$instance extends TypeConverter {
1033
1033
 
1034
1034
 
1035
1035
  export const CultureInfoConverter: {
1036
- new(): CultureInfoConverter$instance;
1036
+ new(): CultureInfoConverter;
1037
1037
  };
1038
1038
 
1039
1039
 
@@ -1078,7 +1078,7 @@ export interface DataErrorsChangedEventArgs$instance extends EventArgs {
1078
1078
 
1079
1079
 
1080
1080
  export const DataErrorsChangedEventArgs: {
1081
- new(propertyName: string): DataErrorsChangedEventArgs$instance;
1081
+ new(propertyName: string): DataErrorsChangedEventArgs;
1082
1082
  };
1083
1083
 
1084
1084
 
@@ -1093,8 +1093,8 @@ export interface DataObjectAttribute$instance extends Attribute {
1093
1093
 
1094
1094
 
1095
1095
  export const DataObjectAttribute: {
1096
- new(): DataObjectAttribute$instance;
1097
- new(isDataObject: boolean): DataObjectAttribute$instance;
1096
+ new(): DataObjectAttribute;
1097
+ new(isDataObject: boolean): DataObjectAttribute;
1098
1098
  readonly dataObject: DataObjectAttribute;
1099
1099
  readonly nonDataObject: DataObjectAttribute;
1100
1100
  readonly default_: DataObjectAttribute;
@@ -1114,10 +1114,10 @@ export interface DataObjectFieldAttribute$instance extends Attribute {
1114
1114
 
1115
1115
 
1116
1116
  export const DataObjectFieldAttribute: {
1117
- new(primaryKey: boolean): DataObjectFieldAttribute$instance;
1118
- new(primaryKey: boolean, isIdentity: boolean): DataObjectFieldAttribute$instance;
1119
- new(primaryKey: boolean, isIdentity: boolean, isNullable: boolean): DataObjectFieldAttribute$instance;
1120
- new(primaryKey: boolean, isIdentity: boolean, isNullable: boolean, length: int): DataObjectFieldAttribute$instance;
1117
+ new(primaryKey: boolean): DataObjectFieldAttribute;
1118
+ new(primaryKey: boolean, isIdentity: boolean): DataObjectFieldAttribute;
1119
+ new(primaryKey: boolean, isIdentity: boolean, isNullable: boolean): DataObjectFieldAttribute;
1120
+ new(primaryKey: boolean, isIdentity: boolean, isNullable: boolean, length: int): DataObjectFieldAttribute;
1121
1121
  };
1122
1122
 
1123
1123
 
@@ -1133,8 +1133,8 @@ export interface DataObjectMethodAttribute$instance extends Attribute {
1133
1133
 
1134
1134
 
1135
1135
  export const DataObjectMethodAttribute: {
1136
- new(methodType: DataObjectMethodType): DataObjectMethodAttribute$instance;
1137
- new(methodType: DataObjectMethodType, isDefault: boolean): DataObjectMethodAttribute$instance;
1136
+ new(methodType: DataObjectMethodType): DataObjectMethodAttribute;
1137
+ new(methodType: DataObjectMethodType, isDefault: boolean): DataObjectMethodAttribute;
1138
1138
  };
1139
1139
 
1140
1140
 
@@ -1153,7 +1153,7 @@ export interface DateOnlyConverter$instance extends TypeConverter {
1153
1153
 
1154
1154
 
1155
1155
  export const DateOnlyConverter: {
1156
- new(): DateOnlyConverter$instance;
1156
+ new(): DateOnlyConverter;
1157
1157
  };
1158
1158
 
1159
1159
 
@@ -1172,7 +1172,7 @@ export interface DateTimeConverter$instance extends TypeConverter {
1172
1172
 
1173
1173
 
1174
1174
  export const DateTimeConverter: {
1175
- new(): DateTimeConverter$instance;
1175
+ new(): DateTimeConverter;
1176
1176
  };
1177
1177
 
1178
1178
 
@@ -1191,7 +1191,7 @@ export interface DateTimeOffsetConverter$instance extends TypeConverter {
1191
1191
 
1192
1192
 
1193
1193
  export const DateTimeOffsetConverter: {
1194
- new(): DateTimeOffsetConverter$instance;
1194
+ new(): DateTimeOffsetConverter;
1195
1195
  };
1196
1196
 
1197
1197
 
@@ -1206,7 +1206,7 @@ export interface DecimalConverter$instance extends BaseNumberConverter {
1206
1206
 
1207
1207
 
1208
1208
  export const DecimalConverter: {
1209
- new(): DecimalConverter$instance;
1209
+ new(): DecimalConverter;
1210
1210
  };
1211
1211
 
1212
1212
 
@@ -1220,8 +1220,8 @@ export interface DefaultBindingPropertyAttribute$instance extends Attribute {
1220
1220
 
1221
1221
 
1222
1222
  export const DefaultBindingPropertyAttribute: {
1223
- new(): DefaultBindingPropertyAttribute$instance;
1224
- new(name: string): DefaultBindingPropertyAttribute$instance;
1223
+ new(): DefaultBindingPropertyAttribute;
1224
+ new(name: string): DefaultBindingPropertyAttribute;
1225
1225
  readonly default_: DefaultBindingPropertyAttribute;
1226
1226
  };
1227
1227
 
@@ -1236,7 +1236,7 @@ export interface DefaultEventAttribute$instance extends Attribute {
1236
1236
 
1237
1237
 
1238
1238
  export const DefaultEventAttribute: {
1239
- new(name: string): DefaultEventAttribute$instance;
1239
+ new(name: string): DefaultEventAttribute;
1240
1240
  readonly default_: DefaultEventAttribute;
1241
1241
  };
1242
1242
 
@@ -1251,7 +1251,7 @@ export interface DefaultPropertyAttribute$instance extends Attribute {
1251
1251
 
1252
1252
 
1253
1253
  export const DefaultPropertyAttribute: {
1254
- new(name: string): DefaultPropertyAttribute$instance;
1254
+ new(name: string): DefaultPropertyAttribute;
1255
1255
  readonly default_: DefaultPropertyAttribute;
1256
1256
  };
1257
1257
 
@@ -1266,21 +1266,21 @@ export interface DefaultValueAttribute$instance extends Attribute {
1266
1266
 
1267
1267
 
1268
1268
  export const DefaultValueAttribute: {
1269
- new(type_: Type, value: string): DefaultValueAttribute$instance;
1270
- new(value: char): DefaultValueAttribute$instance;
1271
- new(value: byte): DefaultValueAttribute$instance;
1272
- new(value: short): DefaultValueAttribute$instance;
1273
- new(value: int): DefaultValueAttribute$instance;
1274
- new(value: long): DefaultValueAttribute$instance;
1275
- new(value: float): DefaultValueAttribute$instance;
1276
- new(value: double): DefaultValueAttribute$instance;
1277
- new(value: boolean): DefaultValueAttribute$instance;
1278
- new(value: string): DefaultValueAttribute$instance;
1279
- new(value: unknown): DefaultValueAttribute$instance;
1280
- new(value: sbyte): DefaultValueAttribute$instance;
1281
- new(value: ushort): DefaultValueAttribute$instance;
1282
- new(value: uint): DefaultValueAttribute$instance;
1283
- new(value: ulong): DefaultValueAttribute$instance;
1269
+ new(type_: Type, value: string): DefaultValueAttribute;
1270
+ new(value: char): DefaultValueAttribute;
1271
+ new(value: byte): DefaultValueAttribute;
1272
+ new(value: short): DefaultValueAttribute;
1273
+ new(value: int): DefaultValueAttribute;
1274
+ new(value: long): DefaultValueAttribute;
1275
+ new(value: float): DefaultValueAttribute;
1276
+ new(value: double): DefaultValueAttribute;
1277
+ new(value: boolean): DefaultValueAttribute;
1278
+ new(value: string): DefaultValueAttribute;
1279
+ new(value: unknown): DefaultValueAttribute;
1280
+ new(value: sbyte): DefaultValueAttribute;
1281
+ new(value: ushort): DefaultValueAttribute;
1282
+ new(value: uint): DefaultValueAttribute;
1283
+ new(value: ulong): DefaultValueAttribute;
1284
1284
  };
1285
1285
 
1286
1286
 
@@ -1295,8 +1295,8 @@ export interface DescriptionAttribute$instance extends Attribute {
1295
1295
 
1296
1296
 
1297
1297
  export const DescriptionAttribute: {
1298
- new(): DescriptionAttribute$instance;
1299
- new(description: string): DescriptionAttribute$instance;
1298
+ new(): DescriptionAttribute;
1299
+ new(description: string): DescriptionAttribute;
1300
1300
  readonly default_: DescriptionAttribute;
1301
1301
  };
1302
1302
 
@@ -1313,11 +1313,11 @@ export interface DesignerAttribute$instance extends Attribute {
1313
1313
 
1314
1314
 
1315
1315
  export const DesignerAttribute: {
1316
- new(designerTypeName: string): DesignerAttribute$instance;
1317
- new(designerType: Type): DesignerAttribute$instance;
1318
- new(designerTypeName: string, designerBaseTypeName: string): DesignerAttribute$instance;
1319
- new(designerTypeName: string, designerBaseType: Type): DesignerAttribute$instance;
1320
- new(designerType: Type, designerBaseType: Type): DesignerAttribute$instance;
1316
+ new(designerTypeName: string): DesignerAttribute;
1317
+ new(designerType: Type): DesignerAttribute;
1318
+ new(designerTypeName: string, designerBaseTypeName: string): DesignerAttribute;
1319
+ new(designerTypeName: string, designerBaseType: Type): DesignerAttribute;
1320
+ new(designerType: Type, designerBaseType: Type): DesignerAttribute;
1321
1321
  };
1322
1322
 
1323
1323
 
@@ -1333,8 +1333,8 @@ export interface DesignerCategoryAttribute$instance extends Attribute {
1333
1333
 
1334
1334
 
1335
1335
  export const DesignerCategoryAttribute: {
1336
- new(): DesignerCategoryAttribute$instance;
1337
- new(category: string): DesignerCategoryAttribute$instance;
1336
+ new(): DesignerCategoryAttribute;
1337
+ new(category: string): DesignerCategoryAttribute;
1338
1338
  readonly component: DesignerCategoryAttribute;
1339
1339
  readonly default_: DesignerCategoryAttribute;
1340
1340
  readonly form: DesignerCategoryAttribute;
@@ -1353,7 +1353,7 @@ export interface DesignerSerializationVisibilityAttribute$instance extends Attri
1353
1353
 
1354
1354
 
1355
1355
  export const DesignerSerializationVisibilityAttribute: {
1356
- new(visibility: DesignerSerializationVisibility): DesignerSerializationVisibilityAttribute$instance;
1356
+ new(visibility: DesignerSerializationVisibility): DesignerSerializationVisibilityAttribute;
1357
1357
  readonly content: DesignerSerializationVisibilityAttribute;
1358
1358
  readonly hidden: DesignerSerializationVisibilityAttribute;
1359
1359
  readonly visible: DesignerSerializationVisibilityAttribute;
@@ -1372,7 +1372,7 @@ export interface DesignOnlyAttribute$instance extends Attribute {
1372
1372
 
1373
1373
 
1374
1374
  export const DesignOnlyAttribute: {
1375
- new(isDesignOnly: boolean): DesignOnlyAttribute$instance;
1375
+ new(isDesignOnly: boolean): DesignOnlyAttribute;
1376
1376
  readonly yes: DesignOnlyAttribute;
1377
1377
  readonly no: DesignOnlyAttribute;
1378
1378
  readonly default_: DesignOnlyAttribute;
@@ -1390,8 +1390,8 @@ export interface DesignTimeVisibleAttribute$instance extends Attribute {
1390
1390
 
1391
1391
 
1392
1392
  export const DesignTimeVisibleAttribute: {
1393
- new(visible: boolean): DesignTimeVisibleAttribute$instance;
1394
- new(): DesignTimeVisibleAttribute$instance;
1393
+ new(visible: boolean): DesignTimeVisibleAttribute;
1394
+ new(): DesignTimeVisibleAttribute;
1395
1395
  readonly yes: DesignTimeVisibleAttribute;
1396
1396
  readonly no: DesignTimeVisibleAttribute;
1397
1397
  readonly default_: DesignTimeVisibleAttribute;
@@ -1409,8 +1409,8 @@ export interface DisplayNameAttribute$instance extends Attribute {
1409
1409
 
1410
1410
 
1411
1411
  export const DisplayNameAttribute: {
1412
- new(): DisplayNameAttribute$instance;
1413
- new(displayName: string): DisplayNameAttribute$instance;
1412
+ new(): DisplayNameAttribute;
1413
+ new(displayName: string): DisplayNameAttribute;
1414
1414
  readonly default_: DisplayNameAttribute;
1415
1415
  };
1416
1416
 
@@ -1422,7 +1422,7 @@ export interface DoubleConverter$instance extends BaseNumberConverter {
1422
1422
 
1423
1423
 
1424
1424
  export const DoubleConverter: {
1425
- new(): DoubleConverter$instance;
1425
+ new(): DoubleConverter;
1426
1426
  };
1427
1427
 
1428
1428
 
@@ -1435,7 +1435,7 @@ export interface DoWorkEventArgs$instance extends CancelEventArgs {
1435
1435
 
1436
1436
 
1437
1437
  export const DoWorkEventArgs: {
1438
- new(argument: unknown): DoWorkEventArgs$instance;
1438
+ new(argument: unknown): DoWorkEventArgs;
1439
1439
  };
1440
1440
 
1441
1441
 
@@ -1451,10 +1451,10 @@ export interface EditorAttribute$instance extends Attribute {
1451
1451
 
1452
1452
 
1453
1453
  export const EditorAttribute: {
1454
- new(): EditorAttribute$instance;
1455
- new(typeName: string, baseTypeName: string): EditorAttribute$instance;
1456
- new(typeName: string, baseType: Type): EditorAttribute$instance;
1457
- new(type_: Type, baseType: Type): EditorAttribute$instance;
1454
+ new(): EditorAttribute;
1455
+ new(typeName: string, baseTypeName: string): EditorAttribute;
1456
+ new(typeName: string, baseType: Type): EditorAttribute;
1457
+ new(type_: Type, baseType: Type): EditorAttribute;
1458
1458
  };
1459
1459
 
1460
1460
 
@@ -1468,8 +1468,8 @@ export interface EditorBrowsableAttribute$instance extends Attribute {
1468
1468
 
1469
1469
 
1470
1470
  export const EditorBrowsableAttribute: {
1471
- new(state: EditorBrowsableState): EditorBrowsableAttribute$instance;
1472
- new(): EditorBrowsableAttribute$instance;
1471
+ new(state: EditorBrowsableState): EditorBrowsableAttribute;
1472
+ new(): EditorBrowsableAttribute;
1473
1473
  };
1474
1474
 
1475
1475
 
@@ -1496,7 +1496,7 @@ export interface EnumConverter$instance extends TypeConverter {
1496
1496
 
1497
1497
 
1498
1498
  export const EnumConverter: {
1499
- new(type_: Type): EnumConverter$instance;
1499
+ new(type_: Type): EnumConverter;
1500
1500
  };
1501
1501
 
1502
1502
 
@@ -1538,8 +1538,8 @@ export interface EventDescriptorCollection$instance {
1538
1538
 
1539
1539
 
1540
1540
  export const EventDescriptorCollection: {
1541
- new(events: EventDescriptor[]): EventDescriptorCollection$instance;
1542
- new(events: EventDescriptor[], readOnly: boolean): EventDescriptorCollection$instance;
1541
+ new(events: EventDescriptor[]): EventDescriptorCollection;
1542
+ new(events: EventDescriptor[], readOnly: boolean): EventDescriptorCollection;
1543
1543
  readonly empty: EventDescriptorCollection;
1544
1544
  };
1545
1545
 
@@ -1563,7 +1563,7 @@ export interface EventHandlerList$instance {
1563
1563
 
1564
1564
 
1565
1565
  export const EventHandlerList: {
1566
- new(): EventHandlerList$instance;
1566
+ new(): EventHandlerList;
1567
1567
  };
1568
1568
 
1569
1569
 
@@ -1586,7 +1586,7 @@ export interface ExpandableObjectConverter$instance extends TypeConverter {
1586
1586
 
1587
1587
 
1588
1588
  export const ExpandableObjectConverter: {
1589
- new(): ExpandableObjectConverter$instance;
1589
+ new(): ExpandableObjectConverter;
1590
1590
  };
1591
1591
 
1592
1592
 
@@ -1603,7 +1603,7 @@ export interface ExtenderProvidedPropertyAttribute$instance extends Attribute {
1603
1603
 
1604
1604
 
1605
1605
  export const ExtenderProvidedPropertyAttribute: {
1606
- new(): ExtenderProvidedPropertyAttribute$instance;
1606
+ new(): ExtenderProvidedPropertyAttribute;
1607
1607
  };
1608
1608
 
1609
1609
 
@@ -1622,7 +1622,7 @@ export interface GuidConverter$instance extends TypeConverter {
1622
1622
 
1623
1623
 
1624
1624
  export const GuidConverter: {
1625
- new(): GuidConverter$instance;
1625
+ new(): GuidConverter;
1626
1626
  };
1627
1627
 
1628
1628
 
@@ -1633,7 +1633,7 @@ export interface HalfConverter$instance extends BaseNumberConverter {
1633
1633
 
1634
1634
 
1635
1635
  export const HalfConverter: {
1636
- new(): HalfConverter$instance;
1636
+ new(): HalfConverter;
1637
1637
  };
1638
1638
 
1639
1639
 
@@ -1645,8 +1645,8 @@ export interface HandledEventArgs$instance extends EventArgs {
1645
1645
 
1646
1646
 
1647
1647
  export const HandledEventArgs: {
1648
- new(): HandledEventArgs$instance;
1649
- new(defaultHandledValue: boolean): HandledEventArgs$instance;
1648
+ new(): HandledEventArgs;
1649
+ new(defaultHandledValue: boolean): HandledEventArgs;
1650
1650
  };
1651
1651
 
1652
1652
 
@@ -1661,7 +1661,7 @@ export interface ImmutableObjectAttribute$instance extends Attribute {
1661
1661
 
1662
1662
 
1663
1663
  export const ImmutableObjectAttribute: {
1664
- new(immutable: boolean): ImmutableObjectAttribute$instance;
1664
+ new(immutable: boolean): ImmutableObjectAttribute;
1665
1665
  readonly yes: ImmutableObjectAttribute;
1666
1666
  readonly no: ImmutableObjectAttribute;
1667
1667
  readonly default_: ImmutableObjectAttribute;
@@ -1680,8 +1680,8 @@ export interface InheritanceAttribute$instance extends Attribute {
1680
1680
 
1681
1681
 
1682
1682
  export const InheritanceAttribute: {
1683
- new(): InheritanceAttribute$instance;
1684
- new(inheritanceLevel: InheritanceLevel): InheritanceAttribute$instance;
1683
+ new(): InheritanceAttribute;
1684
+ new(inheritanceLevel: InheritanceLevel): InheritanceAttribute;
1685
1685
  readonly inherited: InheritanceAttribute;
1686
1686
  readonly inheritedReadOnly: InheritanceAttribute;
1687
1687
  readonly notInherited: InheritanceAttribute;
@@ -1697,7 +1697,7 @@ export interface InitializationEventAttribute$instance extends Attribute {
1697
1697
 
1698
1698
 
1699
1699
  export const InitializationEventAttribute: {
1700
- new(eventName: string): InitializationEventAttribute$instance;
1700
+ new(eventName: string): InitializationEventAttribute;
1701
1701
  };
1702
1702
 
1703
1703
 
@@ -1711,8 +1711,8 @@ export interface InstallerTypeAttribute$instance extends Attribute {
1711
1711
 
1712
1712
 
1713
1713
  export const InstallerTypeAttribute: {
1714
- new(installerType: Type): InstallerTypeAttribute$instance;
1715
- new(typeName: string): InstallerTypeAttribute$instance;
1714
+ new(installerType: Type): InstallerTypeAttribute;
1715
+ new(typeName: string): InstallerTypeAttribute;
1716
1716
  };
1717
1717
 
1718
1718
 
@@ -1735,7 +1735,7 @@ export interface Int128Converter$instance extends BaseNumberConverter {
1735
1735
 
1736
1736
 
1737
1737
  export const Int128Converter: {
1738
- new(): Int128Converter$instance;
1738
+ new(): Int128Converter;
1739
1739
  };
1740
1740
 
1741
1741
 
@@ -1746,7 +1746,7 @@ export interface Int16Converter$instance extends BaseNumberConverter {
1746
1746
 
1747
1747
 
1748
1748
  export const Int16Converter: {
1749
- new(): Int16Converter$instance;
1749
+ new(): Int16Converter;
1750
1750
  };
1751
1751
 
1752
1752
 
@@ -1757,7 +1757,7 @@ export interface Int32Converter$instance extends BaseNumberConverter {
1757
1757
 
1758
1758
 
1759
1759
  export const Int32Converter: {
1760
- new(): Int32Converter$instance;
1760
+ new(): Int32Converter;
1761
1761
  };
1762
1762
 
1763
1763
 
@@ -1768,7 +1768,7 @@ export interface Int64Converter$instance extends BaseNumberConverter {
1768
1768
 
1769
1769
 
1770
1770
  export const Int64Converter: {
1771
- new(): Int64Converter$instance;
1771
+ new(): Int64Converter;
1772
1772
  };
1773
1773
 
1774
1774
 
@@ -1780,9 +1780,9 @@ export interface InvalidAsynchronousStateException$instance extends ArgumentExce
1780
1780
 
1781
1781
 
1782
1782
  export const InvalidAsynchronousStateException: {
1783
- new(): InvalidAsynchronousStateException$instance;
1784
- new(message: string): InvalidAsynchronousStateException$instance;
1785
- new(message: string, innerException: Exception): InvalidAsynchronousStateException$instance;
1783
+ new(): InvalidAsynchronousStateException;
1784
+ new(message: string): InvalidAsynchronousStateException;
1785
+ new(message: string, innerException: Exception): InvalidAsynchronousStateException;
1786
1786
  };
1787
1787
 
1788
1788
 
@@ -1799,10 +1799,10 @@ export interface InvalidEnumArgumentException$instance extends ArgumentException
1799
1799
 
1800
1800
 
1801
1801
  export const InvalidEnumArgumentException: {
1802
- new(): InvalidEnumArgumentException$instance;
1803
- new(message: string): InvalidEnumArgumentException$instance;
1804
- new(message: string, innerException: Exception): InvalidEnumArgumentException$instance;
1805
- new(argumentName: string, invalidValue: int, enumClass: Type): InvalidEnumArgumentException$instance;
1802
+ new(): InvalidEnumArgumentException;
1803
+ new(message: string): InvalidEnumArgumentException;
1804
+ new(message: string, innerException: Exception): InvalidEnumArgumentException;
1805
+ new(argumentName: string, invalidValue: int, enumClass: Type): InvalidEnumArgumentException;
1806
1806
  };
1807
1807
 
1808
1808
 
@@ -1841,7 +1841,7 @@ export interface LicenseContext$instance {
1841
1841
 
1842
1842
 
1843
1843
  export const LicenseContext: {
1844
- new(): LicenseContext$instance;
1844
+ new(): LicenseContext;
1845
1845
  };
1846
1846
 
1847
1847
 
@@ -1861,10 +1861,10 @@ export interface LicenseException$instance extends SystemException {
1861
1861
 
1862
1862
 
1863
1863
  export const LicenseException: {
1864
- new(type_: Type): LicenseException$instance;
1865
- new(type_: Type, instance: unknown): LicenseException$instance;
1866
- new(type_: Type, instance: unknown, message: string): LicenseException$instance;
1867
- new(type_: Type, instance: unknown, message: string, innerException: Exception): LicenseException$instance;
1864
+ new(type_: Type): LicenseException;
1865
+ new(type_: Type, instance: unknown): LicenseException;
1866
+ new(type_: Type, instance: unknown, message: string): LicenseException;
1867
+ new(type_: Type, instance: unknown, message: string, innerException: Exception): LicenseException;
1868
1868
  };
1869
1869
 
1870
1870
 
@@ -1880,7 +1880,7 @@ export interface LicenseManager$instance {
1880
1880
 
1881
1881
 
1882
1882
  export const LicenseManager: {
1883
- new(): LicenseManager$instance;
1883
+ new(): LicenseManager;
1884
1884
  currentContext: LicenseContext;
1885
1885
  readonly usageMode: LicenseUsageMode;
1886
1886
  createWithContext(type_: Type, creationContext: LicenseContext, args: unknown[]): unknown;
@@ -1917,9 +1917,9 @@ export interface LicenseProviderAttribute$instance extends Attribute {
1917
1917
 
1918
1918
 
1919
1919
  export const LicenseProviderAttribute: {
1920
- new(): LicenseProviderAttribute$instance;
1921
- new(typeName: string): LicenseProviderAttribute$instance;
1922
- new(type_: Type): LicenseProviderAttribute$instance;
1920
+ new(): LicenseProviderAttribute;
1921
+ new(typeName: string): LicenseProviderAttribute;
1922
+ new(type_: Type): LicenseProviderAttribute;
1923
1923
  readonly default_: LicenseProviderAttribute;
1924
1924
  };
1925
1925
 
@@ -1932,7 +1932,7 @@ export interface LicFileLicenseProvider$instance extends LicenseProvider {
1932
1932
 
1933
1933
 
1934
1934
  export const LicFileLicenseProvider: {
1935
- new(): LicFileLicenseProvider$instance;
1935
+ new(): LicFileLicenseProvider;
1936
1936
  };
1937
1937
 
1938
1938
 
@@ -1947,8 +1947,8 @@ export interface ListBindableAttribute$instance extends Attribute {
1947
1947
 
1948
1948
 
1949
1949
  export const ListBindableAttribute: {
1950
- new(listBindable: boolean): ListBindableAttribute$instance;
1951
- new(flags: BindableSupport): ListBindableAttribute$instance;
1950
+ new(listBindable: boolean): ListBindableAttribute;
1951
+ new(flags: BindableSupport): ListBindableAttribute;
1952
1952
  readonly yes: ListBindableAttribute;
1953
1953
  readonly no: ListBindableAttribute;
1954
1954
  readonly default_: ListBindableAttribute;
@@ -1966,10 +1966,10 @@ export interface ListChangedEventArgs$instance extends EventArgs {
1966
1966
 
1967
1967
 
1968
1968
  export const ListChangedEventArgs: {
1969
- new(listChangedType: ListChangedType, newIndex: int): ListChangedEventArgs$instance;
1970
- new(listChangedType: ListChangedType, newIndex: int, propDesc: PropertyDescriptor): ListChangedEventArgs$instance;
1971
- new(listChangedType: ListChangedType, propDesc: PropertyDescriptor): ListChangedEventArgs$instance;
1972
- new(listChangedType: ListChangedType, newIndex: int, oldIndex: int): ListChangedEventArgs$instance;
1969
+ new(listChangedType: ListChangedType, newIndex: int): ListChangedEventArgs;
1970
+ new(listChangedType: ListChangedType, newIndex: int, propDesc: PropertyDescriptor): ListChangedEventArgs;
1971
+ new(listChangedType: ListChangedType, propDesc: PropertyDescriptor): ListChangedEventArgs;
1972
+ new(listChangedType: ListChangedType, newIndex: int, oldIndex: int): ListChangedEventArgs;
1973
1973
  };
1974
1974
 
1975
1975
 
@@ -1982,7 +1982,7 @@ export interface ListSortDescription$instance {
1982
1982
 
1983
1983
 
1984
1984
  export const ListSortDescription: {
1985
- new(property: PropertyDescriptor, direction: ListSortDirection): ListSortDescription$instance;
1985
+ new(property: PropertyDescriptor, direction: ListSortDirection): ListSortDescription;
1986
1986
  };
1987
1987
 
1988
1988
 
@@ -1998,8 +1998,8 @@ export interface ListSortDescriptionCollection$instance {
1998
1998
 
1999
1999
 
2000
2000
  export const ListSortDescriptionCollection: {
2001
- new(): ListSortDescriptionCollection$instance;
2002
- new(sorts: ListSortDescription[]): ListSortDescriptionCollection$instance;
2001
+ new(): ListSortDescriptionCollection;
2002
+ new(sorts: ListSortDescription[]): ListSortDescriptionCollection;
2003
2003
  };
2004
2004
 
2005
2005
 
@@ -2021,7 +2021,7 @@ export interface LocalizableAttribute$instance extends Attribute {
2021
2021
 
2022
2022
 
2023
2023
  export const LocalizableAttribute: {
2024
- new(isLocalizable: boolean): LocalizableAttribute$instance;
2024
+ new(isLocalizable: boolean): LocalizableAttribute;
2025
2025
  readonly yes: LocalizableAttribute;
2026
2026
  readonly no: LocalizableAttribute;
2027
2027
  readonly default_: LocalizableAttribute;
@@ -2041,8 +2041,8 @@ export interface LookupBindingPropertiesAttribute$instance extends Attribute {
2041
2041
 
2042
2042
 
2043
2043
  export const LookupBindingPropertiesAttribute: {
2044
- new(): LookupBindingPropertiesAttribute$instance;
2045
- new(dataSource: string, displayMember: string, valueMember: string, lookupMember: string): LookupBindingPropertiesAttribute$instance;
2044
+ new(): LookupBindingPropertiesAttribute;
2045
+ new(dataSource: string, displayMember: string, valueMember: string, lookupMember: string): LookupBindingPropertiesAttribute;
2046
2046
  readonly default_: LookupBindingPropertiesAttribute;
2047
2047
  };
2048
2048
 
@@ -2060,7 +2060,7 @@ export interface MarshalByValueComponent$instance {
2060
2060
 
2061
2061
 
2062
2062
  export const MarshalByValueComponent: {
2063
- new(): MarshalByValueComponent$instance;
2063
+ new(): MarshalByValueComponent;
2064
2064
  };
2065
2065
 
2066
2066
 
@@ -2147,13 +2147,13 @@ export interface MaskedTextProvider$instance {
2147
2147
 
2148
2148
 
2149
2149
  export const MaskedTextProvider: {
2150
- new(mask: string): MaskedTextProvider$instance;
2151
- new(mask: string, restrictToAscii: boolean): MaskedTextProvider$instance;
2152
- new(mask: string, culture: CultureInfo): MaskedTextProvider$instance;
2153
- new(mask: string, culture: CultureInfo, restrictToAscii: boolean): MaskedTextProvider$instance;
2154
- new(mask: string, passwordChar: char, allowPromptAsInput: boolean): MaskedTextProvider$instance;
2155
- new(mask: string, culture: CultureInfo, passwordChar: char, allowPromptAsInput: boolean): MaskedTextProvider$instance;
2156
- new(mask: string, culture: CultureInfo, allowPromptAsInput: boolean, promptChar: char, passwordChar: char, restrictToAscii: boolean): MaskedTextProvider$instance;
2150
+ new(mask: string): MaskedTextProvider;
2151
+ new(mask: string, restrictToAscii: boolean): MaskedTextProvider;
2152
+ new(mask: string, culture: CultureInfo): MaskedTextProvider;
2153
+ new(mask: string, culture: CultureInfo, restrictToAscii: boolean): MaskedTextProvider;
2154
+ new(mask: string, passwordChar: char, allowPromptAsInput: boolean): MaskedTextProvider;
2155
+ new(mask: string, culture: CultureInfo, passwordChar: char, allowPromptAsInput: boolean): MaskedTextProvider;
2156
+ new(mask: string, culture: CultureInfo, allowPromptAsInput: boolean, promptChar: char, passwordChar: char, restrictToAscii: boolean): MaskedTextProvider;
2157
2157
  readonly defaultPasswordChar: char;
2158
2158
  readonly invalidIndex: int;
2159
2159
  getOperationResultFromHint(hint: MaskedTextResultHint): boolean;
@@ -2200,7 +2200,7 @@ export interface MergablePropertyAttribute$instance extends Attribute {
2200
2200
 
2201
2201
 
2202
2202
  export const MergablePropertyAttribute: {
2203
- new(allowMerge: boolean): MergablePropertyAttribute$instance;
2203
+ new(allowMerge: boolean): MergablePropertyAttribute;
2204
2204
  readonly yes: MergablePropertyAttribute;
2205
2205
  readonly no: MergablePropertyAttribute;
2206
2206
  readonly default_: MergablePropertyAttribute;
@@ -2221,7 +2221,7 @@ export interface MultilineStringConverter$instance extends TypeConverter {
2221
2221
 
2222
2222
 
2223
2223
  export const MultilineStringConverter: {
2224
- new(): MultilineStringConverter$instance;
2224
+ new(): MultilineStringConverter;
2225
2225
  };
2226
2226
 
2227
2227
 
@@ -2236,7 +2236,7 @@ export interface NestedContainer$instance extends Container$instance {
2236
2236
 
2237
2237
 
2238
2238
  export const NestedContainer: {
2239
- new(owner: IComponent): NestedContainer$instance;
2239
+ new(owner: IComponent): NestedContainer;
2240
2240
  };
2241
2241
 
2242
2242
 
@@ -2258,7 +2258,7 @@ export interface NotifyParentPropertyAttribute$instance extends Attribute {
2258
2258
 
2259
2259
 
2260
2260
  export const NotifyParentPropertyAttribute: {
2261
- new(notifyParent: boolean): NotifyParentPropertyAttribute$instance;
2261
+ new(notifyParent: boolean): NotifyParentPropertyAttribute;
2262
2262
  readonly yes: NotifyParentPropertyAttribute;
2263
2263
  readonly no: NotifyParentPropertyAttribute;
2264
2264
  readonly default_: NotifyParentPropertyAttribute;
@@ -2300,7 +2300,7 @@ export interface NullableConverter$instance extends TypeConverter {
2300
2300
 
2301
2301
 
2302
2302
  export const NullableConverter: {
2303
- new(type_: Type): NullableConverter$instance;
2303
+ new(type_: Type): NullableConverter;
2304
2304
  };
2305
2305
 
2306
2306
 
@@ -2315,8 +2315,8 @@ export interface ParenthesizePropertyNameAttribute$instance extends Attribute {
2315
2315
 
2316
2316
 
2317
2317
  export const ParenthesizePropertyNameAttribute: {
2318
- new(): ParenthesizePropertyNameAttribute$instance;
2319
- new(needParenthesis: boolean): ParenthesizePropertyNameAttribute$instance;
2318
+ new(): ParenthesizePropertyNameAttribute;
2319
+ new(needParenthesis: boolean): ParenthesizePropertyNameAttribute;
2320
2320
  readonly default_: ParenthesizePropertyNameAttribute;
2321
2321
  };
2322
2322
 
@@ -2332,8 +2332,8 @@ export interface PasswordPropertyTextAttribute$instance extends Attribute {
2332
2332
 
2333
2333
 
2334
2334
  export const PasswordPropertyTextAttribute: {
2335
- new(): PasswordPropertyTextAttribute$instance;
2336
- new(password: boolean): PasswordPropertyTextAttribute$instance;
2335
+ new(): PasswordPropertyTextAttribute;
2336
+ new(password: boolean): PasswordPropertyTextAttribute;
2337
2337
  readonly yes: PasswordPropertyTextAttribute;
2338
2338
  readonly no: PasswordPropertyTextAttribute;
2339
2339
  readonly default_: PasswordPropertyTextAttribute;
@@ -2349,7 +2349,7 @@ export interface ProgressChangedEventArgs$instance extends EventArgs {
2349
2349
 
2350
2350
 
2351
2351
  export const ProgressChangedEventArgs: {
2352
- new(progressPercentage: int, userState: unknown): ProgressChangedEventArgs$instance;
2352
+ new(progressPercentage: int, userState: unknown): ProgressChangedEventArgs;
2353
2353
  };
2354
2354
 
2355
2355
 
@@ -2361,7 +2361,7 @@ export interface PropertyChangedEventArgs$instance extends EventArgs {
2361
2361
 
2362
2362
 
2363
2363
  export const PropertyChangedEventArgs: {
2364
- new(propertyName: string): PropertyChangedEventArgs$instance;
2364
+ new(propertyName: string): PropertyChangedEventArgs;
2365
2365
  };
2366
2366
 
2367
2367
 
@@ -2373,7 +2373,7 @@ export interface PropertyChangingEventArgs$instance extends EventArgs {
2373
2373
 
2374
2374
 
2375
2375
  export const PropertyChangingEventArgs: {
2376
- new(propertyName: string): PropertyChangingEventArgs$instance;
2376
+ new(propertyName: string): PropertyChangingEventArgs;
2377
2377
  };
2378
2378
 
2379
2379
 
@@ -2433,8 +2433,8 @@ export interface PropertyDescriptorCollection$instance {
2433
2433
 
2434
2434
 
2435
2435
  export const PropertyDescriptorCollection: {
2436
- new(properties: PropertyDescriptor[]): PropertyDescriptorCollection$instance;
2437
- new(properties: PropertyDescriptor[], readOnly: boolean): PropertyDescriptorCollection$instance;
2436
+ new(properties: PropertyDescriptor[]): PropertyDescriptorCollection;
2437
+ new(properties: PropertyDescriptor[], readOnly: boolean): PropertyDescriptorCollection;
2438
2438
  readonly empty: PropertyDescriptorCollection;
2439
2439
  };
2440
2440
 
@@ -2459,11 +2459,11 @@ export interface PropertyTabAttribute$instance extends Attribute {
2459
2459
 
2460
2460
 
2461
2461
  export const PropertyTabAttribute: {
2462
- new(): PropertyTabAttribute$instance;
2463
- new(tabClass: Type): PropertyTabAttribute$instance;
2464
- new(tabClassName: string): PropertyTabAttribute$instance;
2465
- new(tabClass: Type, tabScope: PropertyTabScope): PropertyTabAttribute$instance;
2466
- new(tabClassName: string, tabScope: PropertyTabScope): PropertyTabAttribute$instance;
2462
+ new(): PropertyTabAttribute;
2463
+ new(tabClass: Type): PropertyTabAttribute;
2464
+ new(tabClassName: string): PropertyTabAttribute;
2465
+ new(tabClass: Type, tabScope: PropertyTabScope): PropertyTabAttribute;
2466
+ new(tabClassName: string, tabScope: PropertyTabScope): PropertyTabAttribute;
2467
2467
  };
2468
2468
 
2469
2469
 
@@ -2479,8 +2479,8 @@ export interface ProvidePropertyAttribute$instance extends Attribute {
2479
2479
 
2480
2480
 
2481
2481
  export const ProvidePropertyAttribute: {
2482
- new(propertyName: string, receiverType: Type): ProvidePropertyAttribute$instance;
2483
- new(propertyName: string, receiverTypeName: string): ProvidePropertyAttribute$instance;
2482
+ new(propertyName: string, receiverType: Type): ProvidePropertyAttribute;
2483
+ new(propertyName: string, receiverTypeName: string): ProvidePropertyAttribute;
2484
2484
  };
2485
2485
 
2486
2486
 
@@ -2495,7 +2495,7 @@ export interface ReadOnlyAttribute$instance extends Attribute {
2495
2495
 
2496
2496
 
2497
2497
  export const ReadOnlyAttribute: {
2498
- new(isReadOnly: boolean): ReadOnlyAttribute$instance;
2498
+ new(isReadOnly: boolean): ReadOnlyAttribute;
2499
2499
  readonly yes: ReadOnlyAttribute;
2500
2500
  readonly no: ReadOnlyAttribute;
2501
2501
  readonly default_: ReadOnlyAttribute;
@@ -2513,7 +2513,7 @@ export interface RecommendedAsConfigurableAttribute$instance extends Attribute {
2513
2513
 
2514
2514
 
2515
2515
  export const RecommendedAsConfigurableAttribute: {
2516
- new(recommendedAsConfigurable: boolean): RecommendedAsConfigurableAttribute$instance;
2516
+ new(recommendedAsConfigurable: boolean): RecommendedAsConfigurableAttribute;
2517
2517
  readonly no: RecommendedAsConfigurableAttribute;
2518
2518
  readonly yes: RecommendedAsConfigurableAttribute;
2519
2519
  readonly default_: RecommendedAsConfigurableAttribute;
@@ -2539,7 +2539,7 @@ export interface ReferenceConverter$instance extends TypeConverter {
2539
2539
 
2540
2540
 
2541
2541
  export const ReferenceConverter: {
2542
- new(type_: Type): ReferenceConverter$instance;
2542
+ new(type_: Type): ReferenceConverter;
2543
2543
  };
2544
2544
 
2545
2545
 
@@ -2552,8 +2552,8 @@ export interface RefreshEventArgs$instance extends EventArgs {
2552
2552
 
2553
2553
 
2554
2554
  export const RefreshEventArgs: {
2555
- new(componentChanged: unknown): RefreshEventArgs$instance;
2556
- new(typeChanged: Type): RefreshEventArgs$instance;
2555
+ new(componentChanged: unknown): RefreshEventArgs;
2556
+ new(typeChanged: Type): RefreshEventArgs;
2557
2557
  };
2558
2558
 
2559
2559
 
@@ -2568,7 +2568,7 @@ export interface RefreshPropertiesAttribute$instance extends Attribute {
2568
2568
 
2569
2569
 
2570
2570
  export const RefreshPropertiesAttribute: {
2571
- new(refresh: RefreshProperties): RefreshPropertiesAttribute$instance;
2571
+ new(refresh: RefreshProperties): RefreshPropertiesAttribute;
2572
2572
  readonly all: RefreshPropertiesAttribute;
2573
2573
  readonly repaint: RefreshPropertiesAttribute;
2574
2574
  readonly default_: RefreshPropertiesAttribute;
@@ -2586,7 +2586,7 @@ export interface RunInstallerAttribute$instance extends Attribute {
2586
2586
 
2587
2587
 
2588
2588
  export const RunInstallerAttribute: {
2589
- new(runInstaller: boolean): RunInstallerAttribute$instance;
2589
+ new(runInstaller: boolean): RunInstallerAttribute;
2590
2590
  readonly yes: RunInstallerAttribute;
2591
2591
  readonly no: RunInstallerAttribute;
2592
2592
  readonly default_: RunInstallerAttribute;
@@ -2602,7 +2602,7 @@ export interface RunWorkerCompletedEventArgs$instance extends AsyncCompletedEven
2602
2602
 
2603
2603
 
2604
2604
  export const RunWorkerCompletedEventArgs: {
2605
- new(result: unknown, error: Exception, cancelled: boolean): RunWorkerCompletedEventArgs$instance;
2605
+ new(result: unknown, error: Exception, cancelled: boolean): RunWorkerCompletedEventArgs;
2606
2606
  };
2607
2607
 
2608
2608
 
@@ -2613,7 +2613,7 @@ export interface SByteConverter$instance extends BaseNumberConverter {
2613
2613
 
2614
2614
 
2615
2615
  export const SByteConverter: {
2616
- new(): SByteConverter$instance;
2616
+ new(): SByteConverter;
2617
2617
  };
2618
2618
 
2619
2619
 
@@ -2627,7 +2627,7 @@ export interface SettingsBindableAttribute$instance extends Attribute {
2627
2627
 
2628
2628
 
2629
2629
  export const SettingsBindableAttribute: {
2630
- new(bindable: boolean): SettingsBindableAttribute$instance;
2630
+ new(bindable: boolean): SettingsBindableAttribute;
2631
2631
  readonly yes: SettingsBindableAttribute;
2632
2632
  readonly no: SettingsBindableAttribute;
2633
2633
  };
@@ -2640,7 +2640,7 @@ export interface SingleConverter$instance extends BaseNumberConverter {
2640
2640
 
2641
2641
 
2642
2642
  export const SingleConverter: {
2643
- new(): SingleConverter$instance;
2643
+ new(): SingleConverter;
2644
2644
  };
2645
2645
 
2646
2646
 
@@ -2655,7 +2655,7 @@ export interface StringConverter$instance extends TypeConverter {
2655
2655
 
2656
2656
 
2657
2657
  export const StringConverter: {
2658
- new(): StringConverter$instance;
2658
+ new(): StringConverter;
2659
2659
  };
2660
2660
 
2661
2661
 
@@ -2674,7 +2674,7 @@ export interface TimeOnlyConverter$instance extends TypeConverter {
2674
2674
 
2675
2675
 
2676
2676
  export const TimeOnlyConverter: {
2677
- new(): TimeOnlyConverter$instance;
2677
+ new(): TimeOnlyConverter;
2678
2678
  };
2679
2679
 
2680
2680
 
@@ -2693,7 +2693,7 @@ export interface TimeSpanConverter$instance extends TypeConverter {
2693
2693
 
2694
2694
 
2695
2695
  export const TimeSpanConverter: {
2696
- new(): TimeSpanConverter$instance;
2696
+ new(): TimeSpanConverter;
2697
2697
  };
2698
2698
 
2699
2699
 
@@ -2709,9 +2709,9 @@ export interface ToolboxItemAttribute$instance extends Attribute {
2709
2709
 
2710
2710
 
2711
2711
  export const ToolboxItemAttribute: {
2712
- new(defaultType: boolean): ToolboxItemAttribute$instance;
2713
- new(toolboxItemTypeName: string): ToolboxItemAttribute$instance;
2714
- new(toolboxItemType: Type): ToolboxItemAttribute$instance;
2712
+ new(defaultType: boolean): ToolboxItemAttribute;
2713
+ new(toolboxItemTypeName: string): ToolboxItemAttribute;
2714
+ new(toolboxItemType: Type): ToolboxItemAttribute;
2715
2715
  readonly default_: ToolboxItemAttribute;
2716
2716
  readonly none: ToolboxItemAttribute;
2717
2717
  };
@@ -2731,8 +2731,8 @@ export interface ToolboxItemFilterAttribute$instance extends Attribute {
2731
2731
 
2732
2732
 
2733
2733
  export const ToolboxItemFilterAttribute: {
2734
- new(filterString: string): ToolboxItemFilterAttribute$instance;
2735
- new(filterString: string, filterType: ToolboxItemFilterType): ToolboxItemFilterAttribute$instance;
2734
+ new(filterString: string): ToolboxItemFilterAttribute;
2735
+ new(filterString: string, filterType: ToolboxItemFilterType): ToolboxItemFilterAttribute;
2736
2736
  };
2737
2737
 
2738
2738
 
@@ -2778,7 +2778,7 @@ export interface TypeConverter$instance {
2778
2778
 
2779
2779
 
2780
2780
  export const TypeConverter: {
2781
- new(): TypeConverter$instance;
2781
+ new(): TypeConverter;
2782
2782
  };
2783
2783
 
2784
2784
 
@@ -2793,7 +2793,7 @@ export interface TypeConverter_StandardValuesCollection$instance {
2793
2793
 
2794
2794
 
2795
2795
  export const TypeConverter_StandardValuesCollection: {
2796
- new(values: ICollection): TypeConverter_StandardValuesCollection$instance;
2796
+ new(values: ICollection): TypeConverter_StandardValuesCollection;
2797
2797
  };
2798
2798
 
2799
2799
 
@@ -2813,9 +2813,9 @@ export interface TypeConverterAttribute$instance extends Attribute {
2813
2813
 
2814
2814
 
2815
2815
  export const TypeConverterAttribute: {
2816
- new(): TypeConverterAttribute$instance;
2817
- new(type_: Type): TypeConverterAttribute$instance;
2818
- new(typeName: string): TypeConverterAttribute$instance;
2816
+ new(): TypeConverterAttribute;
2817
+ new(type_: Type): TypeConverterAttribute;
2818
+ new(typeName: string): TypeConverterAttribute;
2819
2819
  readonly default_: TypeConverterAttribute;
2820
2820
  };
2821
2821
 
@@ -2857,8 +2857,8 @@ export interface TypeDescriptionProviderAttribute$instance extends Attribute {
2857
2857
 
2858
2858
 
2859
2859
  export const TypeDescriptionProviderAttribute: {
2860
- new(typeName: string): TypeDescriptionProviderAttribute$instance;
2861
- new(type_: Type): TypeDescriptionProviderAttribute$instance;
2860
+ new(typeName: string): TypeDescriptionProviderAttribute;
2861
+ new(type_: Type): TypeDescriptionProviderAttribute;
2862
2862
  };
2863
2863
 
2864
2864
 
@@ -2869,7 +2869,7 @@ export interface TypeDescriptor$instance {
2869
2869
 
2870
2870
 
2871
2871
  export const TypeDescriptor: {
2872
- new(): TypeDescriptor$instance;
2872
+ new(): TypeDescriptor;
2873
2873
  readonly interfaceType: Type;
2874
2874
  readonly comObjectType: Type;
2875
2875
  comNativeDescriptorHandler: IComNativeDescriptorHandler;
@@ -2976,7 +2976,7 @@ export interface UInt128Converter$instance extends BaseNumberConverter {
2976
2976
 
2977
2977
 
2978
2978
  export const UInt128Converter: {
2979
- new(): UInt128Converter$instance;
2979
+ new(): UInt128Converter;
2980
2980
  };
2981
2981
 
2982
2982
 
@@ -2987,7 +2987,7 @@ export interface UInt16Converter$instance extends BaseNumberConverter {
2987
2987
 
2988
2988
 
2989
2989
  export const UInt16Converter: {
2990
- new(): UInt16Converter$instance;
2990
+ new(): UInt16Converter;
2991
2991
  };
2992
2992
 
2993
2993
 
@@ -2998,7 +2998,7 @@ export interface UInt32Converter$instance extends BaseNumberConverter {
2998
2998
 
2999
2999
 
3000
3000
  export const UInt32Converter: {
3001
- new(): UInt32Converter$instance;
3001
+ new(): UInt32Converter;
3002
3002
  };
3003
3003
 
3004
3004
 
@@ -3009,7 +3009,7 @@ export interface UInt64Converter$instance extends BaseNumberConverter {
3009
3009
 
3010
3010
 
3011
3011
  export const UInt64Converter: {
3012
- new(): UInt64Converter$instance;
3012
+ new(): UInt64Converter;
3013
3013
  };
3014
3014
 
3015
3015
 
@@ -3030,7 +3030,7 @@ export interface VersionConverter$instance extends TypeConverter {
3030
3030
 
3031
3031
 
3032
3032
  export const VersionConverter: {
3033
- new(): VersionConverter$instance;
3033
+ new(): VersionConverter;
3034
3034
  };
3035
3035
 
3036
3036
 
@@ -3044,11 +3044,11 @@ export interface WarningException$instance extends SystemException {
3044
3044
 
3045
3045
 
3046
3046
  export const WarningException: {
3047
- new(): WarningException$instance;
3048
- new(message: string): WarningException$instance;
3049
- new(message: string, helpUrl: string): WarningException$instance;
3050
- new(message: string, innerException: Exception): WarningException$instance;
3051
- new(message: string, helpUrl: string, helpTopic: string): WarningException$instance;
3047
+ new(): WarningException;
3048
+ new(message: string): WarningException;
3049
+ new(message: string, helpUrl: string): WarningException;
3050
+ new(message: string, innerException: Exception): WarningException;
3051
+ new(message: string, helpUrl: string, helpTopic: string): WarningException;
3052
3052
  };
3053
3053
 
3054
3054
 
@@ -3067,11 +3067,11 @@ export interface Win32Exception$instance extends ExternalException {
3067
3067
 
3068
3068
 
3069
3069
  export const Win32Exception: {
3070
- new(): Win32Exception$instance;
3071
- new(error: int): Win32Exception$instance;
3072
- new(error: int, message: string): Win32Exception$instance;
3073
- new(message: string): Win32Exception$instance;
3074
- new(message: string, innerException: Exception): Win32Exception$instance;
3070
+ new(): Win32Exception;
3071
+ new(error: int): Win32Exception;
3072
+ new(error: int, message: string): Win32Exception;
3073
+ new(message: string): Win32Exception;
3074
+ new(message: string, innerException: Exception): Win32Exception;
3075
3075
  };
3076
3076
 
3077
3077