@tsonic/dotnet 10.0.1 → 10.0.2

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 (283) hide show
  1. package/Internal/bindings.json +5 -0
  2. package/Microsoft.CSharp.RuntimeBinder/bindings.json +71 -8
  3. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -0
  4. package/Microsoft.VisualBasic/bindings.json +635 -68
  5. package/Microsoft.VisualBasic.CompilerServices/bindings.json +210 -0
  6. package/Microsoft.VisualBasic.FileIO/bindings.json +195 -24
  7. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -3
  8. package/Microsoft.Win32/bindings.json +107 -24
  9. package/Microsoft.Win32.SafeHandles/bindings.json +769 -15
  10. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +123 -18
  11. package/System/bindings.json +11622 -2308
  12. package/System/internal/index.d.ts +165 -15
  13. package/System.Buffers/bindings.json +371 -62
  14. package/System.Buffers/internal/index.d.ts +25 -13
  15. package/System.Buffers.Binary/bindings.json +126 -0
  16. package/System.Buffers.Text/bindings.json +67 -0
  17. package/System.Buffers.Text/internal/index.d.ts +1 -1
  18. package/System.Buffers.Text.d.ts +1 -1
  19. package/System.Buffers.d.ts +1 -1
  20. package/System.CodeDom.Compiler/bindings.json +142 -4
  21. package/System.CodeDom.Compiler/internal/index.d.ts +10 -3
  22. package/System.CodeDom.Compiler.d.ts +1 -1
  23. package/System.Collections/bindings.json +1094 -69
  24. package/System.Collections/internal/index.d.ts +41 -3
  25. package/System.Collections.Concurrent/bindings.json +353 -90
  26. package/System.Collections.Concurrent/internal/index.d.ts +9 -2
  27. package/System.Collections.Frozen/bindings.json +158 -48
  28. package/System.Collections.Generic/bindings.json +1910 -634
  29. package/System.Collections.Generic/internal/index.d.ts +24 -9
  30. package/System.Collections.Immutable/bindings.json +1321 -292
  31. package/System.Collections.ObjectModel/bindings.json +1123 -199
  32. package/System.Collections.ObjectModel/internal/index.d.ts +46 -7
  33. package/System.Collections.ObjectModel.d.ts +3 -3
  34. package/System.Collections.Specialized/bindings.json +763 -58
  35. package/System.Collections.Specialized/internal/index.d.ts +15 -1
  36. package/System.ComponentModel/bindings.json +3590 -166
  37. package/System.ComponentModel/internal/index.d.ts +173 -27
  38. package/System.ComponentModel.DataAnnotations/bindings.json +743 -13
  39. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +152 -43
  40. package/System.ComponentModel.DataAnnotations.Schema/bindings.json +24 -4
  41. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
  42. package/System.ComponentModel.DataAnnotations.Schema.d.ts +1 -1
  43. package/System.ComponentModel.DataAnnotations.d.ts +2 -2
  44. package/System.ComponentModel.Design/bindings.json +714 -40
  45. package/System.ComponentModel.Design/internal/index.d.ts +43 -12
  46. package/System.ComponentModel.Design.Serialization/bindings.json +261 -12
  47. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +17 -4
  48. package/System.ComponentModel.Design.d.ts +1 -1
  49. package/System.ComponentModel.d.ts +2 -2
  50. package/System.Configuration.Assemblies/bindings.json +19 -8
  51. package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
  52. package/System.Configuration.Assemblies.d.ts +1 -1
  53. package/System.Data/bindings.json +3325 -302
  54. package/System.Data/internal/index.d.ts +145 -24
  55. package/System.Data.Common/bindings.json +3047 -241
  56. package/System.Data.Common/internal/index.d.ts +228 -55
  57. package/System.Data.Common.d.ts +3 -3
  58. package/System.Data.SqlTypes/bindings.json +754 -71
  59. package/System.Data.SqlTypes/internal/index.d.ts +1 -0
  60. package/System.Data.d.ts +3 -3
  61. package/System.Diagnostics/bindings.json +1737 -130
  62. package/System.Diagnostics/internal/index.d.ts +121 -41
  63. package/System.Diagnostics.CodeAnalysis/bindings.json +125 -4
  64. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +1 -1
  65. package/System.Diagnostics.CodeAnalysis.d.ts +1 -1
  66. package/System.Diagnostics.Contracts/bindings.json +68 -4
  67. package/System.Diagnostics.Metrics/bindings.json +565 -55
  68. package/System.Diagnostics.Metrics/internal/index.d.ts +49 -12
  69. package/System.Diagnostics.SymbolStore/bindings.json +106 -4
  70. package/System.Diagnostics.Tracing/bindings.json +979 -160
  71. package/System.Diagnostics.Tracing/internal/index.d.ts +37 -17
  72. package/System.Diagnostics.d.ts +2 -2
  73. package/System.Drawing/bindings.json +611 -4
  74. package/System.Drawing/internal/index.d.ts +1 -1
  75. package/System.Drawing.d.ts +1 -1
  76. package/System.Dynamic/bindings.json +346 -24
  77. package/System.Dynamic/internal/index.d.ts +13 -0
  78. package/System.Formats.Asn1/bindings.json +229 -12
  79. package/System.Formats.Asn1/internal/index.d.ts +1 -0
  80. package/System.Formats.Tar/bindings.json +120 -16
  81. package/System.Globalization/bindings.json +1088 -53
  82. package/System.Globalization/internal/index.d.ts +44 -7
  83. package/System.IO/bindings.json +2163 -110
  84. package/System.IO/internal/index.d.ts +119 -27
  85. package/System.IO.Compression/bindings.json +466 -38
  86. package/System.IO.Compression/internal/index.d.ts +36 -9
  87. package/System.IO.Compression.d.ts +2 -2
  88. package/System.IO.Enumeration/bindings.json +221 -22
  89. package/System.IO.Enumeration/internal/index.d.ts +15 -4
  90. package/System.IO.IsolatedStorage/bindings.json +250 -11
  91. package/System.IO.IsolatedStorage/internal/index.d.ts +18 -5
  92. package/System.IO.IsolatedStorage.d.ts +2 -2
  93. package/System.IO.MemoryMappedFiles/bindings.json +138 -16
  94. package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -8
  95. package/System.IO.MemoryMappedFiles.d.ts +4 -3
  96. package/System.IO.Pipelines/bindings.json +147 -3
  97. package/System.IO.Pipelines/internal/index.d.ts +15 -2
  98. package/System.IO.Pipes/bindings.json +889 -54
  99. package/System.IO.Pipes/internal/index.d.ts +64 -23
  100. package/System.IO.Pipes.d.ts +4 -3
  101. package/System.IO.d.ts +2 -2
  102. package/System.Linq/bindings.json +944 -79
  103. package/System.Linq.Expressions/bindings.json +1998 -57
  104. package/System.Linq.Expressions/internal/index.d.ts +207 -29
  105. package/System.Linq.Expressions.Interpreter/bindings.json +2 -0
  106. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -1
  107. package/System.Linq.Expressions.Interpreter.d.ts +1 -1
  108. package/System.Linq.Expressions.d.ts +1 -1
  109. package/System.Net/bindings.json +2083 -248
  110. package/System.Net/internal/index.d.ts +102 -40
  111. package/System.Net.Cache/bindings.json +53 -12
  112. package/System.Net.Cache/internal/index.d.ts +1 -1
  113. package/System.Net.Cache.d.ts +1 -1
  114. package/System.Net.Http/bindings.json +2104 -105
  115. package/System.Net.Http/internal/index.d.ts +174 -31
  116. package/System.Net.Http.Headers/bindings.json +456 -24
  117. package/System.Net.Http.Headers/internal/index.d.ts +8 -2
  118. package/System.Net.Http.Json/bindings.json +171 -0
  119. package/System.Net.Http.Json/internal/index.d.ts +14 -2
  120. package/System.Net.Http.Metrics/bindings.json +5 -0
  121. package/System.Net.Mail/bindings.json +1127 -101
  122. package/System.Net.Mail/internal/index.d.ts +87 -16
  123. package/System.Net.Mime/bindings.json +82 -4
  124. package/System.Net.Mime/internal/index.d.ts +1 -1
  125. package/System.Net.Mime.d.ts +1 -1
  126. package/System.Net.NetworkInformation/bindings.json +857 -61
  127. package/System.Net.NetworkInformation/internal/index.d.ts +27 -5
  128. package/System.Net.NetworkInformation.d.ts +2 -2
  129. package/System.Net.Quic/bindings.json +157 -16
  130. package/System.Net.Quic/internal/index.d.ts +8 -3
  131. package/System.Net.Quic.d.ts +2 -2
  132. package/System.Net.Security/bindings.json +798 -37
  133. package/System.Net.Security/internal/index.d.ts +22 -5
  134. package/System.Net.Security.d.ts +2 -2
  135. package/System.Net.ServerSentEvents/bindings.json +31 -13
  136. package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
  137. package/System.Net.Sockets/bindings.json +1157 -78
  138. package/System.Net.Sockets/internal/index.d.ts +53 -21
  139. package/System.Net.Sockets.d.ts +2 -2
  140. package/System.Net.WebSockets/bindings.json +311 -26
  141. package/System.Net.WebSockets/internal/index.d.ts +12 -3
  142. package/System.Net.WebSockets.d.ts +2 -2
  143. package/System.Net.d.ts +2 -2
  144. package/System.Numerics/bindings.json +3546 -957
  145. package/System.Reflection/bindings.json +1913 -132
  146. package/System.Reflection/internal/index.d.ts +49 -5
  147. package/System.Reflection.Emit/bindings.json +2509 -57
  148. package/System.Reflection.Emit/internal/index.d.ts +158 -15
  149. package/System.Reflection.Emit.d.ts +1 -1
  150. package/System.Reflection.Metadata/bindings.json +1936 -231
  151. package/System.Reflection.Metadata/internal/index.d.ts +8 -1
  152. package/System.Reflection.Metadata.Ecma335/bindings.json +480 -24
  153. package/System.Reflection.PortableExecutable/bindings.json +583 -39
  154. package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -3
  155. package/System.Resources/bindings.json +323 -17
  156. package/System.Resources/internal/index.d.ts +21 -5
  157. package/System.Resources.d.ts +1 -1
  158. package/System.Runtime/bindings.json +65 -8
  159. package/System.Runtime/internal/index.d.ts +6 -1
  160. package/System.Runtime.CompilerServices/bindings.json +718 -139
  161. package/System.Runtime.CompilerServices/internal/index.d.ts +3 -0
  162. package/System.Runtime.ConstrainedExecution/bindings.json +56 -10
  163. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +8 -2
  164. package/System.Runtime.ConstrainedExecution.d.ts +1 -1
  165. package/System.Runtime.ExceptionServices/bindings.json +11 -0
  166. package/System.Runtime.InteropServices/bindings.json +1858 -265
  167. package/System.Runtime.InteropServices/internal/index.d.ts +51 -11
  168. package/System.Runtime.InteropServices.ComTypes/bindings.json +478 -72
  169. package/System.Runtime.InteropServices.Java/bindings.json +12 -0
  170. package/System.Runtime.InteropServices.JavaScript/bindings.json +205 -30
  171. package/System.Runtime.InteropServices.Marshalling/bindings.json +484 -89
  172. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +22 -4
  173. package/System.Runtime.InteropServices.Marshalling.d.ts +2 -1
  174. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +19 -4
  175. package/System.Runtime.InteropServices.Swift/bindings.json +11 -3
  176. package/System.Runtime.InteropServices.d.ts +1 -1
  177. package/System.Runtime.Intrinsics/bindings.json +1296 -40
  178. package/System.Runtime.Intrinsics.Arm/bindings.json +4959 -8
  179. package/System.Runtime.Intrinsics.Wasm/bindings.json +484 -1
  180. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -0
  181. package/System.Runtime.Intrinsics.X86/bindings.json +3765 -8
  182. package/System.Runtime.Loader/bindings.json +130 -0
  183. package/System.Runtime.Loader/internal/index.d.ts +10 -1
  184. package/System.Runtime.Remoting/bindings.json +2 -0
  185. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  186. package/System.Runtime.Remoting.d.ts +1 -1
  187. package/System.Runtime.Serialization/bindings.json +920 -17
  188. package/System.Runtime.Serialization/internal/index.d.ts +36 -5
  189. package/System.Runtime.Serialization.DataContracts/bindings.json +85 -38
  190. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +27 -19
  191. package/System.Runtime.Serialization.Formatters/bindings.json +24 -12
  192. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
  193. package/System.Runtime.Serialization.Formatters.Binary/bindings.json +15 -0
  194. package/System.Runtime.Serialization.Formatters.d.ts +1 -1
  195. package/System.Runtime.Serialization.Json/bindings.json +56 -0
  196. package/System.Runtime.Serialization.d.ts +2 -2
  197. package/System.Runtime.Versioning/bindings.json +62 -8
  198. package/System.Runtime.Versioning/internal/index.d.ts +1 -1
  199. package/System.Runtime.Versioning.d.ts +1 -1
  200. package/System.Security/bindings.json +265 -12
  201. package/System.Security/internal/index.d.ts +12 -1
  202. package/System.Security.AccessControl/bindings.json +4082 -797
  203. package/System.Security.AccessControl/internal/index.d.ts +131 -72
  204. package/System.Security.AccessControl.d.ts +2 -1
  205. package/System.Security.Authentication/bindings.json +80 -16
  206. package/System.Security.Authentication/internal/index.d.ts +2 -0
  207. package/System.Security.Authentication.ExtendedProtection/bindings.json +108 -13
  208. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -3
  209. package/System.Security.Authentication.ExtendedProtection.d.ts +2 -2
  210. package/System.Security.Claims/bindings.json +436 -0
  211. package/System.Security.Claims/internal/index.d.ts +34 -4
  212. package/System.Security.Claims.d.ts +2 -1
  213. package/System.Security.Cryptography/bindings.json +11592 -237
  214. package/System.Security.Cryptography/internal/index.d.ts +822 -102
  215. package/System.Security.Cryptography.X509Certificates/bindings.json +1000 -114
  216. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +36 -9
  217. package/System.Security.Cryptography.X509Certificates.d.ts +1 -1
  218. package/System.Security.Cryptography.d.ts +2 -2
  219. package/System.Security.Permissions/bindings.json +88 -14
  220. package/System.Security.Permissions/internal/index.d.ts +3 -1
  221. package/System.Security.Permissions.d.ts +1 -1
  222. package/System.Security.Policy/bindings.json +42 -1
  223. package/System.Security.Policy/internal/index.d.ts +1 -0
  224. package/System.Security.Principal/bindings.json +355 -28
  225. package/System.Security.Principal/internal/index.d.ts +11 -3
  226. package/System.Security.Principal.d.ts +1 -1
  227. package/System.Text/bindings.json +800 -31
  228. package/System.Text/internal/index.d.ts +10 -1
  229. package/System.Text.Encodings.Web/bindings.json +87 -4
  230. package/System.Text.Encodings.Web/internal/index.d.ts +4 -0
  231. package/System.Text.Json/bindings.json +574 -49
  232. package/System.Text.Json/internal/index.d.ts +12 -10
  233. package/System.Text.Json.Nodes/bindings.json +152 -19
  234. package/System.Text.Json.Nodes/internal/index.d.ts +1 -1
  235. package/System.Text.Json.Schema/bindings.json +10 -0
  236. package/System.Text.Json.Schema/internal/index.d.ts +1 -1
  237. package/System.Text.Json.Schema.d.ts +1 -1
  238. package/System.Text.Json.Serialization/bindings.json +295 -54
  239. package/System.Text.Json.Serialization/internal/index.d.ts +13 -1
  240. package/System.Text.Json.Serialization.Metadata/bindings.json +198 -24
  241. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +7 -4
  242. package/System.Text.RegularExpressions/bindings.json +1319 -103
  243. package/System.Text.RegularExpressions/internal/index.d.ts +25 -5
  244. package/System.Text.RegularExpressions.d.ts +1 -1
  245. package/System.Text.Unicode/bindings.json +185 -0
  246. package/System.Text.Unicode/internal/index.d.ts +1 -1
  247. package/System.Text.Unicode.d.ts +1 -1
  248. package/System.Threading/bindings.json +1270 -64
  249. package/System.Threading/internal/index.d.ts +104 -36
  250. package/System.Threading.Channels/bindings.json +143 -29
  251. package/System.Threading.Channels/internal/index.d.ts +8 -2
  252. package/System.Threading.Tasks/bindings.json +719 -29
  253. package/System.Threading.Tasks/internal/index.d.ts +25 -4
  254. package/System.Threading.Tasks.Dataflow/bindings.json +442 -143
  255. package/System.Threading.Tasks.Sources/bindings.json +34 -11
  256. package/System.Timers/bindings.json +50 -4
  257. package/System.Timers/internal/index.d.ts +9 -4
  258. package/System.Timers.d.ts +2 -2
  259. package/System.Transactions/bindings.json +269 -32
  260. package/System.Transactions/internal/index.d.ts +5 -0
  261. package/System.Web/bindings.json +32 -0
  262. package/System.Windows.Input/bindings.json +3 -0
  263. package/System.Windows.Markup/bindings.json +4 -0
  264. package/System.Windows.Markup/internal/index.d.ts +1 -1
  265. package/System.Windows.Markup.d.ts +1 -1
  266. package/System.Xml/bindings.json +2447 -210
  267. package/System.Xml/internal/index.d.ts +100 -30
  268. package/System.Xml.Linq/bindings.json +361 -24
  269. package/System.Xml.Resolvers/bindings.json +26 -4
  270. package/System.Xml.Schema/bindings.json +830 -56
  271. package/System.Xml.Schema/internal/index.d.ts +20 -1
  272. package/System.Xml.Serialization/bindings.json +4421 -149
  273. package/System.Xml.Serialization/internal/index.d.ts +74 -8
  274. package/System.Xml.Serialization.d.ts +4 -4
  275. package/System.Xml.XPath/bindings.json +287 -35
  276. package/System.Xml.XPath/internal/index.d.ts +4 -0
  277. package/System.Xml.Xsl/bindings.json +174 -8
  278. package/System.Xml.Xsl/internal/index.d.ts +8 -2
  279. package/System.Xml.Xsl.Runtime/bindings.json +613 -58
  280. package/System.Xml.Xsl.Runtime/internal/index.d.ts +19 -3
  281. package/System.Xml.Xsl.d.ts +1 -1
  282. package/System.d.ts +1 -1
  283. package/package.json +1 -1
@@ -14,13 +14,13 @@ import type { ICollection_1, IEnumerable_1, IEnumerator_1, IList_1, IReadOnlyCol
14
14
  import * as System_Collections_ObjectModel_Internal from "../../System.Collections.ObjectModel/internal/index.js";
15
15
  import type { Collection_1 } from "../../System.Collections.ObjectModel/internal/index.js";
16
16
  import * as System_Collections_Internal from "../../System.Collections/internal/index.js";
17
- import type { Hashtable, ICollection, IComparer, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IList, ReadOnlyCollectionBase } from "../../System.Collections/internal/index.js";
17
+ import type { ArrayList, Hashtable, ICollection, IComparer, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IList, ReadOnlyCollectionBase } from "../../System.Collections/internal/index.js";
18
18
  import type { IDesigner } from "../../System.ComponentModel.Design/internal/index.js";
19
19
  import type { CultureInfo } from "../../System.Globalization/internal/index.js";
20
20
  import type { UnmanagedMemoryStream } from "../../System.IO/internal/index.js";
21
21
  import type { Assembly, MethodBase, MethodInfo, Module } from "../../System.Reflection/internal/index.js";
22
22
  import * as System_Resources_Internal from "../../System.Resources/internal/index.js";
23
- import type { ResourceManager, ResourceSet } from "../../System.Resources/internal/index.js";
23
+ import type { ResourceManager, ResourceSet, UltimateResourceFallbackLocation } from "../../System.Resources/internal/index.js";
24
24
  import * as System_Runtime_InteropServices_Internal from "../../System.Runtime.InteropServices/internal/index.js";
25
25
  import type { ExternalException } from "../../System.Runtime.InteropServices/internal/index.js";
26
26
  import * as System_Runtime_Serialization_Internal from "../../System.Runtime.Serialization/internal/index.js";
@@ -562,7 +562,12 @@ export const AsyncCompletedEventArgs: {
562
562
 
563
563
  export type AsyncCompletedEventArgs = AsyncCompletedEventArgs$instance;
564
564
 
565
- export interface AsyncOperation$instance {
565
+ export abstract class AsyncOperation$protected {
566
+ protected Finalize(): void;
567
+ }
568
+
569
+
570
+ export interface AsyncOperation$instance extends AsyncOperation$protected {
566
571
  readonly SynchronizationContext: SynchronizationContext;
567
572
  readonly UserSuppliedState: unknown | undefined;
568
573
  OperationCompleted(): void;
@@ -578,7 +583,12 @@ export const AsyncOperation: {
578
583
 
579
584
  export type AsyncOperation = AsyncOperation$instance;
580
585
 
581
- export interface AttributeCollection$instance {
586
+ export abstract class AttributeCollection$protected {
587
+ protected readonly Attributes: Attribute[];
588
+ }
589
+
590
+
591
+ export interface AttributeCollection$instance extends AttributeCollection$protected {
582
592
  readonly Count: int;
583
593
  Contains(attribute: Attribute): boolean;
584
594
  Contains(attributes: Attribute[]): boolean;
@@ -593,6 +603,7 @@ export interface AttributeCollection$instance {
593
603
 
594
604
  export const AttributeCollection: {
595
605
  new(attributes: Attribute[]): AttributeCollection;
606
+ new(): AttributeCollection;
596
607
  readonly Empty: AttributeCollection;
597
608
  FromExisting(existing: AttributeCollection, ...newAttributes: Attribute[]): AttributeCollection;
598
609
  };
@@ -621,7 +632,15 @@ export const AttributeProviderAttribute: {
621
632
 
622
633
  export type AttributeProviderAttribute = AttributeProviderAttribute$instance;
623
634
 
624
- export interface BackgroundWorker$instance extends Component$instance {
635
+ export abstract class BackgroundWorker$protected {
636
+ protected Dispose2(disposing: boolean): void;
637
+ protected OnDoWork(e: DoWorkEventArgs): void;
638
+ protected OnProgressChanged(e: ProgressChangedEventArgs): void;
639
+ protected OnRunWorkerCompleted(e: RunWorkerCompletedEventArgs): void;
640
+ }
641
+
642
+
643
+ export interface BackgroundWorker$instance extends BackgroundWorker$protected, Component$instance {
625
644
  readonly CancellationPending: boolean;
626
645
  readonly IsBusy: boolean;
627
646
  WorkerReportsProgress: boolean;
@@ -645,8 +664,6 @@ export interface __BackgroundWorker$views {
645
664
  As_IDisposable(): System_Internal.IDisposable$instance;
646
665
  }
647
666
 
648
- export interface BackgroundWorker$instance extends IComponent$instance {}
649
-
650
667
  export type BackgroundWorker = BackgroundWorker$instance & __BackgroundWorker$views;
651
668
 
652
669
 
@@ -690,7 +707,27 @@ export const BindableAttribute: {
690
707
 
691
708
  export type BindableAttribute = BindableAttribute$instance;
692
709
 
693
- export interface BindingList_1$instance<T> extends Collection_1<T> {
710
+ export abstract class BindingList_1$protected<T> {
711
+ protected readonly IsSortedCore: boolean;
712
+ protected readonly SortDirectionCore: ListSortDirection;
713
+ protected readonly SortPropertyCore: PropertyDescriptor | undefined;
714
+ protected readonly SupportsChangeNotificationCore: boolean;
715
+ protected readonly SupportsSearchingCore: boolean;
716
+ protected readonly SupportsSortingCore: boolean;
717
+ protected AddNewCore(): unknown | undefined;
718
+ protected ApplySortCore(prop: PropertyDescriptor, direction: ListSortDirection): void;
719
+ protected ClearItems(): void;
720
+ protected FindCore(prop: PropertyDescriptor, key: unknown): int;
721
+ protected InsertItem(index: int, item: T): void;
722
+ protected OnAddingNew(e: AddingNewEventArgs): void;
723
+ protected OnListChanged(e: ListChangedEventArgs): void;
724
+ protected RemoveItem(index: int): void;
725
+ protected RemoveSortCore(): void;
726
+ protected SetItem(index: int, item: T): void;
727
+ }
728
+
729
+
730
+ export interface BindingList_1$instance<T> extends BindingList_1$protected<T>, Collection_1<T> {
694
731
  AllowEdit: boolean;
695
732
  AllowNew: boolean;
696
733
  AllowRemove: boolean;
@@ -805,7 +842,12 @@ export const CancelEventArgs: {
805
842
 
806
843
  export type CancelEventArgs = CancelEventArgs$instance;
807
844
 
808
- export interface CategoryAttribute$instance extends Attribute {
845
+ export abstract class CategoryAttribute$protected {
846
+ protected GetLocalizedString(value: string): string | undefined;
847
+ }
848
+
849
+
850
+ export interface CategoryAttribute$instance extends CategoryAttribute$protected, Attribute {
809
851
  readonly Category: string;
810
852
  Equals(obj: unknown): boolean;
811
853
  GetHashCode(): int;
@@ -899,7 +941,15 @@ export const ComplexBindingPropertiesAttribute: {
899
941
 
900
942
  export type ComplexBindingPropertiesAttribute = ComplexBindingPropertiesAttribute$instance;
901
943
 
902
- export interface Component$instance extends MarshalByRefObject {
944
+ export abstract class Component$protected {
945
+ protected readonly CanRaiseEvents: boolean;
946
+ protected Dispose(disposing: boolean): void;
947
+ protected Finalize(): void;
948
+ protected GetService(service: Type): unknown | undefined;
949
+ }
950
+
951
+
952
+ export interface Component$instance extends Component$protected, MarshalByRefObject {
903
953
  readonly Container: IContainer;
904
954
  get Site(): ISite | undefined;
905
955
  set Site(value: ISite);
@@ -967,6 +1017,7 @@ export interface ComponentEditor$instance {
967
1017
 
968
1018
 
969
1019
  export const ComponentEditor: {
1020
+ new(): ComponentEditor;
970
1021
  };
971
1022
 
972
1023
 
@@ -987,7 +1038,16 @@ export const ComponentResourceManager: {
987
1038
 
988
1039
  export type ComponentResourceManager = ComponentResourceManager$instance;
989
1040
 
990
- export interface Container$instance {
1041
+ export abstract class Container$protected {
1042
+ protected CreateSite(component: IComponent, name: string): ISite;
1043
+ protected Dispose(disposing: boolean): void;
1044
+ protected Finalize(): void;
1045
+ protected GetService(service: Type): unknown | undefined;
1046
+ protected ValidateName(component: IComponent, name: string): void;
1047
+ }
1048
+
1049
+
1050
+ export interface Container$instance extends Container$protected {
991
1051
  readonly Components: ComponentCollection;
992
1052
  Add(component: IComponent): void;
993
1053
  Add(component: IComponent, name: string): void;
@@ -1015,12 +1075,18 @@ export interface ContainerFilterService$instance {
1015
1075
 
1016
1076
 
1017
1077
  export const ContainerFilterService: {
1078
+ new(): ContainerFilterService;
1018
1079
  };
1019
1080
 
1020
1081
 
1021
1082
  export type ContainerFilterService = ContainerFilterService$instance;
1022
1083
 
1023
- export interface CultureInfoConverter$instance extends TypeConverter {
1084
+ export abstract class CultureInfoConverter$protected {
1085
+ protected GetCultureName(culture: CultureInfo): string;
1086
+ }
1087
+
1088
+
1089
+ export interface CultureInfoConverter$instance extends CultureInfoConverter$protected, TypeConverter {
1024
1090
  CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
1025
1091
  CanConvertFrom(sourceType: Type): boolean;
1026
1092
  CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
@@ -1066,6 +1132,8 @@ export interface CustomTypeDescriptor$instance {
1066
1132
 
1067
1133
 
1068
1134
  export const CustomTypeDescriptor: {
1135
+ new(): CustomTypeDescriptor;
1136
+ new(parent: ICustomTypeDescriptor): CustomTypeDescriptor;
1069
1137
  };
1070
1138
 
1071
1139
 
@@ -1481,7 +1549,12 @@ export const EditorBrowsableAttribute: {
1481
1549
 
1482
1550
  export type EditorBrowsableAttribute = EditorBrowsableAttribute$instance;
1483
1551
 
1484
- export interface EnumConverter$instance extends TypeConverter {
1552
+ export abstract class EnumConverter$protected {
1553
+ protected readonly Comparer: IComparer;
1554
+ }
1555
+
1556
+
1557
+ export interface EnumConverter$instance extends EnumConverter$protected, TypeConverter {
1485
1558
  CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
1486
1559
  CanConvertFrom(sourceType: Type): boolean;
1487
1560
  CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
@@ -1518,13 +1591,16 @@ export interface EventDescriptor$instance extends MemberDescriptor {
1518
1591
 
1519
1592
 
1520
1593
  export const EventDescriptor: {
1594
+ new(name: string, attrs: Attribute[]): EventDescriptor;
1595
+ new(descr: MemberDescriptor): EventDescriptor;
1596
+ new(descr: MemberDescriptor, attrs: Attribute[]): EventDescriptor;
1521
1597
  };
1522
1598
 
1523
1599
 
1524
1600
  export type EventDescriptor = EventDescriptor$instance;
1525
1601
 
1526
1602
  export interface EventDescriptorCollection$instance {
1527
- readonly Count: int;
1603
+ Count: int;
1528
1604
  Add(value: EventDescriptor): int;
1529
1605
  Clear(): void;
1530
1606
  Contains(value: EventDescriptor): boolean;
@@ -1600,9 +1676,11 @@ export const ExpandableObjectConverter: {
1600
1676
  export type ExpandableObjectConverter = ExpandableObjectConverter$instance;
1601
1677
 
1602
1678
  export interface ExtenderProvidedPropertyAttribute$instance extends Attribute {
1603
- readonly ExtenderProperty: PropertyDescriptor | undefined;
1604
- readonly Provider: IExtenderProvider;
1605
- readonly ReceiverType: Type | undefined;
1679
+ get ExtenderProperty(): PropertyDescriptor | undefined;
1680
+ set ExtenderProperty(value: PropertyDescriptor);
1681
+ Provider: IExtenderProvider;
1682
+ get ReceiverType(): Type | undefined;
1683
+ set ReceiverType(value: Type);
1606
1684
  Equals(obj: unknown): boolean;
1607
1685
  GetHashCode(): int;
1608
1686
  IsDefaultAttribute(): boolean;
@@ -1732,6 +1810,7 @@ export interface InstanceCreationEditor$instance {
1732
1810
 
1733
1811
 
1734
1812
  export const InstanceCreationEditor: {
1813
+ new(): InstanceCreationEditor;
1735
1814
  };
1736
1815
 
1737
1816
 
@@ -1790,6 +1869,7 @@ export const InvalidAsynchronousStateException: {
1790
1869
  new(): InvalidAsynchronousStateException;
1791
1870
  new(message: string): InvalidAsynchronousStateException;
1792
1871
  new(message: string, innerException: Exception): InvalidAsynchronousStateException;
1872
+ new(info: SerializationInfo, context: StreamingContext): InvalidAsynchronousStateException;
1793
1873
  };
1794
1874
 
1795
1875
 
@@ -1810,6 +1890,7 @@ export const InvalidEnumArgumentException: {
1810
1890
  new(message: string): InvalidEnumArgumentException;
1811
1891
  new(message: string, innerException: Exception): InvalidEnumArgumentException;
1812
1892
  new(argumentName: string, invalidValue: int, enumClass: Type): InvalidEnumArgumentException;
1893
+ new(info: SerializationInfo, context: StreamingContext): InvalidEnumArgumentException;
1813
1894
  };
1814
1895
 
1815
1896
 
@@ -1827,6 +1908,7 @@ export interface License$instance {
1827
1908
 
1828
1909
 
1829
1910
  export const License: {
1911
+ new(): License;
1830
1912
  };
1831
1913
 
1832
1914
 
@@ -1872,6 +1954,7 @@ export const LicenseException: {
1872
1954
  new(type: Type, instance: unknown): LicenseException;
1873
1955
  new(type: Type, instance: unknown, message: string): LicenseException;
1874
1956
  new(type: Type, instance: unknown, message: string, innerException: Exception): LicenseException;
1957
+ new(info: SerializationInfo, context: StreamingContext): LicenseException;
1875
1958
  };
1876
1959
 
1877
1960
 
@@ -1910,6 +1993,7 @@ export interface LicenseProvider$instance {
1910
1993
 
1911
1994
 
1912
1995
  export const LicenseProvider: {
1996
+ new(): LicenseProvider;
1913
1997
  };
1914
1998
 
1915
1999
 
@@ -1933,7 +2017,13 @@ export const LicenseProviderAttribute: {
1933
2017
 
1934
2018
  export type LicenseProviderAttribute = LicenseProviderAttribute$instance;
1935
2019
 
1936
- export interface LicFileLicenseProvider$instance extends LicenseProvider {
2020
+ export abstract class LicFileLicenseProvider$protected {
2021
+ protected GetKey(type: Type): string;
2022
+ protected IsKeyValid(key: string, type: Type): boolean;
2023
+ }
2024
+
2025
+
2026
+ export interface LicFileLicenseProvider$instance extends LicFileLicenseProvider$protected, LicenseProvider {
1937
2027
  GetLicense(context: LicenseContext, type: Type, instance: unknown, allowExceptions: boolean): License | undefined;
1938
2028
  }
1939
2029
 
@@ -2057,7 +2147,13 @@ export const LookupBindingPropertiesAttribute: {
2057
2147
 
2058
2148
  export type LookupBindingPropertiesAttribute = LookupBindingPropertiesAttribute$instance;
2059
2149
 
2060
- export interface MarshalByValueComponent$instance {
2150
+ export abstract class MarshalByValueComponent$protected {
2151
+ protected Dispose(disposing: boolean): void;
2152
+ protected Finalize(): void;
2153
+ }
2154
+
2155
+
2156
+ export interface MarshalByValueComponent$instance extends MarshalByValueComponent$protected {
2061
2157
  readonly Container: IContainer;
2062
2158
  readonly DesignMode: boolean;
2063
2159
  get Site(): ISite | undefined;
@@ -2087,7 +2183,7 @@ export type MarshalByValueComponent = MarshalByValueComponent$instance & __Marsh
2087
2183
  export interface MaskedTextProvider$instance {
2088
2184
  readonly AllowPromptAsInput: boolean;
2089
2185
  readonly AsciiOnly: boolean;
2090
- readonly AssignedEditPositionCount: int;
2186
+ AssignedEditPositionCount: int;
2091
2187
  readonly AvailableEditPositionCount: int;
2092
2188
  readonly Culture: CultureInfo;
2093
2189
  readonly EditPositionCount: int;
@@ -2181,7 +2277,16 @@ export interface MaskedTextProvider$instance extends System_Internal.ICloneable$
2181
2277
  export type MaskedTextProvider = MaskedTextProvider$instance & __MaskedTextProvider$views;
2182
2278
 
2183
2279
 
2184
- export interface MemberDescriptor$instance {
2280
+ export abstract class MemberDescriptor$protected {
2281
+ protected AttributeArray: Attribute[] | undefined;
2282
+ protected readonly NameHashCode: int;
2283
+ protected CreateAttributeCollection(): AttributeCollection;
2284
+ protected FillAttributes(attributeList: IList): void;
2285
+ protected GetInvocationTarget(type: Type, instance: unknown): unknown | undefined;
2286
+ }
2287
+
2288
+
2289
+ export interface MemberDescriptor$instance extends MemberDescriptor$protected {
2185
2290
  readonly Attributes: AttributeCollection;
2186
2291
  readonly Category: string;
2187
2292
  readonly Description: string;
@@ -2195,6 +2300,14 @@ export interface MemberDescriptor$instance {
2195
2300
 
2196
2301
 
2197
2302
  export const MemberDescriptor: {
2303
+ new(name: string): MemberDescriptor;
2304
+ new(name: string, attributes: Attribute[]): MemberDescriptor;
2305
+ new(descr: MemberDescriptor): MemberDescriptor;
2306
+ new(oldMemberDescriptor: MemberDescriptor, newAttributes: Attribute[]): MemberDescriptor;
2307
+ FindMethod(componentClass: Type, name: string, args: Type[], returnType: Type, publicOnly: boolean): MethodInfo | undefined;
2308
+ FindMethod(componentClass: Type, name: string, args: Type[], returnType: Type): MethodInfo | undefined;
2309
+ GetInvokee(componentClass: Type, component: unknown): unknown;
2310
+ GetSite(component: unknown): ISite | undefined;
2198
2311
  };
2199
2312
 
2200
2313
 
@@ -2236,7 +2349,15 @@ export const MultilineStringConverter: {
2236
2349
 
2237
2350
  export type MultilineStringConverter = MultilineStringConverter$instance;
2238
2351
 
2239
- export interface NestedContainer$instance extends Container$instance {
2352
+ export abstract class NestedContainer$protected {
2353
+ protected readonly OwnerName: string | undefined;
2354
+ protected CreateSite(component: IComponent, name: string): ISite;
2355
+ protected Dispose2(disposing: boolean): void;
2356
+ protected GetService(service: Type): unknown | undefined;
2357
+ }
2358
+
2359
+
2360
+ export interface NestedContainer$instance extends NestedContainer$protected, Container$instance {
2240
2361
  readonly Owner: IComponent;
2241
2362
  Add(component: IComponent): void;
2242
2363
  Add(component: IComponent, name: string): void;
@@ -2388,7 +2509,14 @@ export const PropertyChangingEventArgs: {
2388
2509
 
2389
2510
  export type PropertyChangingEventArgs = PropertyChangingEventArgs$instance;
2390
2511
 
2391
- export interface PropertyDescriptor$instance extends MemberDescriptor {
2512
+ export abstract class PropertyDescriptor$protected {
2513
+ protected FillAttributes(attributeList: IList): void;
2514
+ protected GetInvocationTarget(type: Type, instance: unknown): unknown | undefined;
2515
+ protected OnValueChanged(component: unknown, e: EventArgs): void;
2516
+ }
2517
+
2518
+
2519
+ export interface PropertyDescriptor$instance extends PropertyDescriptor$protected, MemberDescriptor {
2392
2520
  readonly ComponentType: Type;
2393
2521
  readonly Converter: TypeConverter;
2394
2522
  readonly ConverterFromRegisteredType: TypeConverter;
@@ -2415,13 +2543,16 @@ export interface PropertyDescriptor$instance extends MemberDescriptor {
2415
2543
 
2416
2544
 
2417
2545
  export const PropertyDescriptor: {
2546
+ new(name: string, attrs: Attribute[]): PropertyDescriptor;
2547
+ new(descr: MemberDescriptor): PropertyDescriptor;
2548
+ new(descr: MemberDescriptor, attrs: Attribute[]): PropertyDescriptor;
2418
2549
  };
2419
2550
 
2420
2551
 
2421
2552
  export type PropertyDescriptor = PropertyDescriptor$instance;
2422
2553
 
2423
2554
  export interface PropertyDescriptorCollection$instance {
2424
- readonly Count: int;
2555
+ Count: int;
2425
2556
  Add(value: PropertyDescriptor): int;
2426
2557
  Clear(): void;
2427
2558
  Contains(value: PropertyDescriptor): boolean;
@@ -2460,7 +2591,7 @@ export type PropertyDescriptorCollection = PropertyDescriptorCollection$instance
2460
2591
 
2461
2592
  export interface PropertyTabAttribute$instance extends Attribute {
2462
2593
  readonly TabClasses: Type[];
2463
- readonly TabScopes: PropertyTabScope[];
2594
+ TabScopes: PropertyTabScope[];
2464
2595
  Equals(other: unknown): boolean;
2465
2596
  Equals(other: PropertyTabAttribute): boolean;
2466
2597
  GetHashCode(): int;
@@ -2531,7 +2662,12 @@ export const RecommendedAsConfigurableAttribute: {
2531
2662
 
2532
2663
  export type RecommendedAsConfigurableAttribute = RecommendedAsConfigurableAttribute$instance;
2533
2664
 
2534
- export interface ReferenceConverter$instance extends TypeConverter {
2665
+ export abstract class ReferenceConverter$protected {
2666
+ protected IsValueAllowed(context: ITypeDescriptorContext, value: unknown): boolean;
2667
+ }
2668
+
2669
+
2670
+ export interface ReferenceConverter$instance extends ReferenceConverter$protected, TypeConverter {
2535
2671
  CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
2536
2672
  CanConvertFrom(sourceType: Type): boolean;
2537
2673
  ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown | undefined;
@@ -2831,7 +2967,12 @@ export const TypeConverterAttribute: {
2831
2967
 
2832
2968
  export type TypeConverterAttribute = TypeConverterAttribute$instance;
2833
2969
 
2834
- export interface TypeDescriptionProvider$instance {
2970
+ export abstract class TypeDescriptionProvider$protected {
2971
+ protected GetExtenderProviders(instance: unknown): IExtenderProvider[];
2972
+ }
2973
+
2974
+
2975
+ export interface TypeDescriptionProvider$instance extends TypeDescriptionProvider$protected {
2835
2976
  readonly RequireRegisteredTypes: Nullable_1<System_Internal.Boolean>;
2836
2977
  CreateInstance(provider: IServiceProvider, objectType: Type, argTypes: Type[], args: unknown[]): unknown | undefined;
2837
2978
  GetCache(instance: unknown): IDictionary | undefined;
@@ -2855,6 +2996,8 @@ export interface TypeDescriptionProvider$instance {
2855
2996
 
2856
2997
 
2857
2998
  export const TypeDescriptionProvider: {
2999
+ new(): TypeDescriptionProvider;
3000
+ new(parent: TypeDescriptionProvider): TypeDescriptionProvider;
2858
3001
  };
2859
3002
 
2860
3003
 
@@ -2976,6 +3119,7 @@ export interface TypeListConverter$instance extends TypeConverter {
2976
3119
 
2977
3120
 
2978
3121
  export const TypeListConverter: {
3122
+ new(types: Type[]): TypeListConverter;
2979
3123
  };
2980
3124
 
2981
3125
 
@@ -3059,6 +3203,7 @@ export const WarningException: {
3059
3203
  new(message: string, helpUrl: string): WarningException;
3060
3204
  new(message: string, innerException: Exception): WarningException;
3061
3205
  new(message: string, helpUrl: string, helpTopic: string): WarningException;
3206
+ new(info: SerializationInfo, context: StreamingContext): WarningException;
3062
3207
  };
3063
3208
 
3064
3209
 
@@ -3082,6 +3227,7 @@ export const Win32Exception: {
3082
3227
  new(error: int, message: string): Win32Exception;
3083
3228
  new(message: string): Win32Exception;
3084
3229
  new(message: string, innerException: Exception): Win32Exception;
3230
+ new(info: SerializationInfo, context: StreamingContext): Win32Exception;
3085
3231
  };
3086
3232
 
3087
3233