@tsonic/dotnet 10.0.41 → 10.0.42

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 (332) hide show
  1. package/Internal/bindings.json +5 -5
  2. package/Internal/internal/index.d.ts +1 -1
  3. package/Internal.d.ts +4 -0
  4. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +1 -1
  5. package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
  6. package/Microsoft.VisualBasic/bindings.json +13 -13
  7. package/Microsoft.VisualBasic/internal/index.d.ts +51 -51
  8. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +116 -116
  9. package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
  10. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
  11. package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
  12. package/Microsoft.VisualBasic.d.ts +4 -0
  13. package/Microsoft.Win32/internal/index.d.ts +9 -9
  14. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +1 -1
  15. package/Microsoft.Win32.SafeHandles.d.ts +4 -0
  16. package/Microsoft.Win32.d.ts +4 -0
  17. package/README.md +8 -1
  18. package/System/bindings.json +204 -124
  19. package/System/internal/index.d.ts +1041 -1026
  20. package/System.Buffers/internal/index.d.ts +51 -51
  21. package/System.Buffers.Binary/internal/index.d.ts +1 -1
  22. package/System.Buffers.Binary.d.ts +4 -0
  23. package/System.Buffers.Text/internal/index.d.ts +1 -1
  24. package/System.Buffers.Text.d.ts +4 -0
  25. package/System.Buffers.d.ts +10 -6
  26. package/System.CodeDom.Compiler/internal/index.d.ts +14 -14
  27. package/System.CodeDom.Compiler.d.ts +4 -0
  28. package/System.Collections/bindings.json +300 -300
  29. package/System.Collections/internal/index.d.ts +113 -113
  30. package/System.Collections.Concurrent/bindings.json +93 -93
  31. package/System.Collections.Concurrent/internal/index.d.ts +65 -65
  32. package/System.Collections.Concurrent.d.ts +7 -3
  33. package/System.Collections.Frozen/bindings.json +90 -50
  34. package/System.Collections.Frozen/internal/index.d.ts +35 -33
  35. package/System.Collections.Frozen.d.ts +6 -2
  36. package/System.Collections.Generic/bindings.json +932 -612
  37. package/System.Collections.Generic/internal/index.d.ts +303 -287
  38. package/System.Collections.Generic.d.ts +19 -15
  39. package/System.Collections.Immutable/bindings.json +189 -189
  40. package/System.Collections.Immutable/internal/index.d.ts +235 -234
  41. package/System.Collections.Immutable.d.ts +21 -17
  42. package/System.Collections.ObjectModel/bindings.json +229 -229
  43. package/System.Collections.ObjectModel/internal/index.d.ts +41 -41
  44. package/System.Collections.ObjectModel.d.ts +6 -2
  45. package/System.Collections.Specialized/bindings.json +79 -79
  46. package/System.Collections.Specialized/internal/index.d.ts +46 -46
  47. package/System.Collections.Specialized.d.ts +4 -0
  48. package/System.Collections.d.ts +4 -0
  49. package/System.ComponentModel/bindings.json +108 -108
  50. package/System.ComponentModel/internal/index.d.ts +368 -363
  51. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +78 -78
  52. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
  53. package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
  54. package/System.ComponentModel.DataAnnotations.d.ts +4 -0
  55. package/System.ComponentModel.Design/bindings.json +18 -18
  56. package/System.ComponentModel.Design/internal/index.d.ts +47 -47
  57. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +38 -38
  58. package/System.ComponentModel.Design.Serialization.d.ts +4 -0
  59. package/System.ComponentModel.Design.d.ts +4 -0
  60. package/System.ComponentModel.d.ts +4 -0
  61. package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
  62. package/System.Configuration.Assemblies.d.ts +4 -0
  63. package/System.Data/bindings.json +124 -124
  64. package/System.Data/internal/index.d.ts +156 -156
  65. package/System.Data.Common/bindings.json +68 -68
  66. package/System.Data.Common/internal/index.d.ts +42 -42
  67. package/System.Data.Common.d.ts +4 -0
  68. package/System.Data.SqlTypes/internal/index.d.ts +40 -40
  69. package/System.Data.SqlTypes.d.ts +4 -0
  70. package/System.Data.d.ts +8 -4
  71. package/System.Diagnostics/bindings.json +251 -231
  72. package/System.Diagnostics/internal/index.d.ts +167 -154
  73. package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
  74. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +7 -7
  75. package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
  76. package/System.Diagnostics.Contracts/bindings.json +62 -62
  77. package/System.Diagnostics.Contracts/internal/index.d.ts +9 -9
  78. package/System.Diagnostics.Contracts.d.ts +4 -0
  79. package/System.Diagnostics.Metrics/internal/index.d.ts +86 -86
  80. package/System.Diagnostics.Metrics.d.ts +7 -3
  81. package/System.Diagnostics.SymbolStore/bindings.json +2 -2
  82. package/System.Diagnostics.SymbolStore/internal/index.d.ts +3 -3
  83. package/System.Diagnostics.SymbolStore.d.ts +4 -0
  84. package/System.Diagnostics.Tracing/bindings.json +212 -212
  85. package/System.Diagnostics.Tracing/internal/index.d.ts +7 -7
  86. package/System.Diagnostics.Tracing.d.ts +4 -0
  87. package/System.Diagnostics.d.ts +5 -1
  88. package/System.Drawing/internal/index.d.ts +48 -48
  89. package/System.Drawing.d.ts +4 -0
  90. package/System.Dynamic/bindings.json +13 -13
  91. package/System.Dynamic/internal/index.d.ts +36 -35
  92. package/System.Dynamic.d.ts +4 -0
  93. package/System.Formats.Asn1/internal/index.d.ts +11 -11
  94. package/System.Formats.Asn1.d.ts +4 -0
  95. package/System.Formats.Tar/internal/index.d.ts +1 -1
  96. package/System.Formats.Tar.d.ts +4 -0
  97. package/System.Globalization/bindings.json +3 -3
  98. package/System.Globalization/internal/index.d.ts +19 -19
  99. package/System.Globalization.d.ts +4 -0
  100. package/System.IO/bindings.json +957 -957
  101. package/System.IO/internal/index.d.ts +55 -55
  102. package/System.IO.Compression/internal/index.d.ts +13 -13
  103. package/System.IO.Compression.d.ts +4 -0
  104. package/System.IO.Enumeration/bindings.json +47 -47
  105. package/System.IO.Enumeration/internal/index.d.ts +11 -11
  106. package/System.IO.Enumeration.d.ts +4 -0
  107. package/System.IO.IsolatedStorage/internal/index.d.ts +10 -10
  108. package/System.IO.IsolatedStorage.d.ts +4 -0
  109. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -1
  110. package/System.IO.MemoryMappedFiles.d.ts +4 -0
  111. package/System.IO.Pipelines/internal/index.d.ts +4 -4
  112. package/System.IO.Pipelines.d.ts +4 -0
  113. package/System.IO.Pipes/internal/index.d.ts +4 -4
  114. package/System.IO.Pipes.d.ts +4 -0
  115. package/System.IO.d.ts +4 -0
  116. package/System.Linq/bindings.json +22 -22
  117. package/System.Linq/internal/index.d.ts +703 -701
  118. package/System.Linq.Expressions/internal/index.d.ts +67 -41
  119. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
  120. package/System.Linq.Expressions.Interpreter.d.ts +4 -0
  121. package/System.Linq.Expressions.d.ts +6 -2
  122. package/System.Linq.d.ts +18 -14
  123. package/System.Net/bindings.json +27 -27
  124. package/System.Net/internal/index.d.ts +53 -53
  125. package/System.Net.Cache/internal/index.d.ts +1 -1
  126. package/System.Net.Cache.d.ts +4 -0
  127. package/System.Net.Http/bindings.json +22 -22
  128. package/System.Net.Http/internal/index.d.ts +16 -16
  129. package/System.Net.Http.Headers/bindings.json +66 -26
  130. package/System.Net.Http.Headers/internal/index.d.ts +26 -24
  131. package/System.Net.Http.Headers.d.ts +4 -0
  132. package/System.Net.Http.Json/internal/index.d.ts +63 -63
  133. package/System.Net.Http.Json.d.ts +4 -0
  134. package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
  135. package/System.Net.Http.Metrics.d.ts +4 -0
  136. package/System.Net.Http.d.ts +5 -1
  137. package/System.Net.Mail/bindings.json +96 -96
  138. package/System.Net.Mail/internal/index.d.ts +8 -8
  139. package/System.Net.Mail.d.ts +4 -0
  140. package/System.Net.Mime/internal/index.d.ts +3 -3
  141. package/System.Net.Mime.d.ts +4 -0
  142. package/System.Net.NetworkInformation/bindings.json +40 -40
  143. package/System.Net.NetworkInformation/internal/index.d.ts +15 -15
  144. package/System.Net.NetworkInformation.d.ts +4 -0
  145. package/System.Net.Quic/internal/index.d.ts +4 -4
  146. package/System.Net.Quic.d.ts +4 -0
  147. package/System.Net.Security/internal/index.d.ts +29 -29
  148. package/System.Net.Security.d.ts +4 -0
  149. package/System.Net.ServerSentEvents/internal/index.d.ts +9 -9
  150. package/System.Net.ServerSentEvents.d.ts +7 -3
  151. package/System.Net.Sockets/internal/index.d.ts +42 -42
  152. package/System.Net.Sockets.d.ts +4 -0
  153. package/System.Net.WebSockets/bindings.json +101 -101
  154. package/System.Net.WebSockets/internal/index.d.ts +5 -5
  155. package/System.Net.WebSockets.d.ts +4 -0
  156. package/System.Net.d.ts +4 -0
  157. package/System.Numerics/bindings.json +3 -3
  158. package/System.Numerics/internal/index.d.ts +218 -218
  159. package/System.Numerics.d.ts +38 -34
  160. package/System.Reflection/bindings.json +870 -870
  161. package/System.Reflection/internal/index.d.ts +107 -107
  162. package/System.Reflection.Emit/bindings.json +754 -754
  163. package/System.Reflection.Emit/internal/index.d.ts +27 -25
  164. package/System.Reflection.Emit.d.ts +4 -0
  165. package/System.Reflection.Metadata/bindings.json +607 -87
  166. package/System.Reflection.Metadata/internal/index.d.ts +144 -118
  167. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +9 -9
  168. package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
  169. package/System.Reflection.Metadata.d.ts +9 -5
  170. package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
  171. package/System.Reflection.PortableExecutable.d.ts +4 -0
  172. package/System.Reflection.d.ts +4 -0
  173. package/System.Resources/bindings.json +3 -3
  174. package/System.Resources/internal/index.d.ts +7 -7
  175. package/System.Resources.d.ts +4 -0
  176. package/System.Runtime/bindings.json +9 -9
  177. package/System.Runtime/internal/index.d.ts +7 -7
  178. package/System.Runtime.CompilerServices/bindings.json +383 -383
  179. package/System.Runtime.CompilerServices/internal/index.d.ts +226 -226
  180. package/System.Runtime.CompilerServices.d.ts +20 -16
  181. package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
  182. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +1 -1
  183. package/System.Runtime.ConstrainedExecution.d.ts +4 -0
  184. package/System.Runtime.ExceptionServices/bindings.json +9 -9
  185. package/System.Runtime.ExceptionServices/internal/index.d.ts +2 -2
  186. package/System.Runtime.ExceptionServices.d.ts +4 -0
  187. package/System.Runtime.InteropServices/bindings.json +559 -559
  188. package/System.Runtime.InteropServices/internal/index.d.ts +182 -182
  189. package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
  190. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +19 -19
  191. package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
  192. package/System.Runtime.InteropServices.Java/bindings.json +12 -12
  193. package/System.Runtime.InteropServices.Java/internal/index.d.ts +2 -2
  194. package/System.Runtime.InteropServices.Java.d.ts +4 -0
  195. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +38 -38
  196. package/System.Runtime.InteropServices.JavaScript.d.ts +6 -2
  197. package/System.Runtime.InteropServices.Marshalling/bindings.json +117 -117
  198. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +81 -81
  199. package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
  200. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +15 -15
  201. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -2
  202. package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
  203. package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
  204. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  205. package/System.Runtime.InteropServices.Swift.d.ts +6 -2
  206. package/System.Runtime.InteropServices.d.ts +6 -2
  207. package/System.Runtime.Intrinsics/internal/index.d.ts +514 -514
  208. package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
  209. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +1 -1
  210. package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
  211. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
  212. package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
  213. package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
  214. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +1 -1
  215. package/System.Runtime.Intrinsics.X86.d.ts +4 -0
  216. package/System.Runtime.Intrinsics.d.ts +12 -8
  217. package/System.Runtime.Loader/internal/index.d.ts +1 -1
  218. package/System.Runtime.Loader.d.ts +4 -0
  219. package/System.Runtime.Remoting/internal/index.d.ts +3 -3
  220. package/System.Runtime.Remoting.d.ts +4 -0
  221. package/System.Runtime.Serialization/bindings.json +13 -13
  222. package/System.Runtime.Serialization/internal/index.d.ts +102 -102
  223. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  224. package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
  225. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
  226. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
  227. package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
  228. package/System.Runtime.Serialization.Formatters.d.ts +4 -0
  229. package/System.Runtime.Serialization.Json/internal/index.d.ts +13 -13
  230. package/System.Runtime.Serialization.Json.d.ts +4 -0
  231. package/System.Runtime.Serialization.d.ts +4 -0
  232. package/System.Runtime.Versioning/bindings.json +13 -13
  233. package/System.Runtime.Versioning/internal/index.d.ts +2 -2
  234. package/System.Runtime.Versioning.d.ts +4 -0
  235. package/System.Runtime.d.ts +4 -0
  236. package/System.Security/bindings.json +5 -5
  237. package/System.Security/internal/index.d.ts +10 -10
  238. package/System.Security.AccessControl/bindings.json +33 -33
  239. package/System.Security.AccessControl/internal/index.d.ts +21 -21
  240. package/System.Security.AccessControl.d.ts +10 -6
  241. package/System.Security.Authentication/internal/index.d.ts +1 -1
  242. package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
  243. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -3
  244. package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
  245. package/System.Security.Authentication.d.ts +4 -0
  246. package/System.Security.Claims/internal/index.d.ts +3 -3
  247. package/System.Security.Claims.d.ts +4 -0
  248. package/System.Security.Cryptography/bindings.json +40 -40
  249. package/System.Security.Cryptography/internal/index.d.ts +28 -27
  250. package/System.Security.Cryptography.X509Certificates/bindings.json +312 -312
  251. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +10 -10
  252. package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
  253. package/System.Security.Cryptography.d.ts +4 -0
  254. package/System.Security.Permissions/internal/index.d.ts +1 -1
  255. package/System.Security.Permissions.d.ts +4 -0
  256. package/System.Security.Policy/bindings.json +5 -5
  257. package/System.Security.Policy/internal/index.d.ts +9 -9
  258. package/System.Security.Policy.d.ts +4 -0
  259. package/System.Security.Principal/bindings.json +8 -8
  260. package/System.Security.Principal/internal/index.d.ts +8 -8
  261. package/System.Security.Principal.d.ts +4 -0
  262. package/System.Security.d.ts +4 -0
  263. package/System.Text/bindings.json +20 -20
  264. package/System.Text/internal/index.d.ts +48 -48
  265. package/System.Text.Encodings.Web/internal/index.d.ts +1 -1
  266. package/System.Text.Encodings.Web.d.ts +4 -0
  267. package/System.Text.Json/internal/index.d.ts +109 -109
  268. package/System.Text.Json.Nodes/bindings.json +27 -27
  269. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  270. package/System.Text.Json.Nodes.d.ts +4 -0
  271. package/System.Text.Json.Schema/internal/index.d.ts +1 -1
  272. package/System.Text.Json.Schema.d.ts +4 -0
  273. package/System.Text.Json.Serialization/internal/index.d.ts +18 -18
  274. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -67
  275. package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
  276. package/System.Text.Json.Serialization.d.ts +10 -6
  277. package/System.Text.Json.d.ts +4 -0
  278. package/System.Text.RegularExpressions/bindings.json +158 -118
  279. package/System.Text.RegularExpressions/internal/index.d.ts +9 -7
  280. package/System.Text.RegularExpressions.d.ts +4 -0
  281. package/System.Text.Unicode/internal/index.d.ts +6 -6
  282. package/System.Text.Unicode.d.ts +4 -0
  283. package/System.Text.d.ts +4 -0
  284. package/System.Threading/bindings.json +19 -19
  285. package/System.Threading/internal/index.d.ts +97 -97
  286. package/System.Threading.Channels/internal/index.d.ts +23 -23
  287. package/System.Threading.Channels.d.ts +8 -4
  288. package/System.Threading.Tasks/bindings.json +138 -38
  289. package/System.Threading.Tasks/internal/index.d.ts +229 -227
  290. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +95 -95
  291. package/System.Threading.Tasks.Dataflow.d.ts +18 -14
  292. package/System.Threading.Tasks.Sources/bindings.json +9 -9
  293. package/System.Threading.Tasks.Sources/internal/index.d.ts +9 -9
  294. package/System.Threading.Tasks.Sources.d.ts +6 -2
  295. package/System.Threading.Tasks.d.ts +12 -8
  296. package/System.Threading.d.ts +4 -0
  297. package/System.Timers/internal/index.d.ts +2 -2
  298. package/System.Timers.d.ts +4 -0
  299. package/System.Transactions/internal/index.d.ts +6 -6
  300. package/System.Transactions.d.ts +4 -0
  301. package/System.Web/internal/index.d.ts +2 -2
  302. package/System.Web.d.ts +4 -0
  303. package/System.Windows.Input/internal/index.d.ts +3 -3
  304. package/System.Windows.Input.d.ts +4 -0
  305. package/System.Windows.Markup/internal/index.d.ts +1 -1
  306. package/System.Windows.Markup.d.ts +4 -0
  307. package/System.Xml/bindings.json +27 -27
  308. package/System.Xml/internal/index.d.ts +29 -29
  309. package/System.Xml.Linq/bindings.json +6 -6
  310. package/System.Xml.Linq/internal/index.d.ts +49 -49
  311. package/System.Xml.Linq.d.ts +4 -0
  312. package/System.Xml.Resolvers/internal/index.d.ts +3 -3
  313. package/System.Xml.Resolvers.d.ts +4 -0
  314. package/System.Xml.Schema/bindings.json +24 -24
  315. package/System.Xml.Schema/internal/index.d.ts +24 -24
  316. package/System.Xml.Schema.d.ts +4 -0
  317. package/System.Xml.Serialization/bindings.json +57 -57
  318. package/System.Xml.Serialization/internal/index.d.ts +49 -49
  319. package/System.Xml.Serialization.d.ts +4 -0
  320. package/System.Xml.XPath/bindings.json +1 -1
  321. package/System.Xml.XPath/internal/index.d.ts +18 -18
  322. package/System.Xml.XPath.d.ts +4 -0
  323. package/System.Xml.Xsl/bindings.json +1 -1
  324. package/System.Xml.Xsl/internal/index.d.ts +12 -12
  325. package/System.Xml.Xsl.Runtime/bindings.json +70 -70
  326. package/System.Xml.Xsl.Runtime/internal/index.d.ts +21 -21
  327. package/System.Xml.Xsl.Runtime.d.ts +4 -0
  328. package/System.Xml.Xsl.d.ts +4 -0
  329. package/System.Xml.d.ts +4 -0
  330. package/System.d.ts +126 -122
  331. package/__internal/extensions/index.d.ts +1288 -1293
  332. package/package.json +2 -2
@@ -3102,7 +3102,7 @@
3102
3102
  {
3103
3103
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
3104
3104
  "clrName": "MoveNext",
3105
- "metadataToken": 100703846,
3105
+ "metadataToken": 100703851,
3106
3106
  "canonicalSignature": "():System.Boolean",
3107
3107
  "normalizedSignature": "MoveNext|():System.Boolean|static=false",
3108
3108
  "emitScope": "ViewOnly",
@@ -3123,7 +3123,7 @@
3123
3123
  {
3124
3124
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
3125
3125
  "clrName": "Reset",
3126
- "metadataToken": 100703848,
3126
+ "metadataToken": 100703853,
3127
3127
  "canonicalSignature": "():System.Void",
3128
3128
  "normalizedSignature": "Reset|():System.Void|static=false",
3129
3129
  "emitScope": "ViewOnly",
@@ -3165,7 +3165,7 @@
3165
3165
  {
3166
3166
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
3167
3167
  "clrName": "Current",
3168
- "metadataToken": 385881267,
3168
+ "metadataToken": 385881269,
3169
3169
  "canonicalSignature": ":System.Object",
3170
3170
  "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
3171
3171
  "emitScope": "ViewOnly",
@@ -3527,7 +3527,7 @@
3527
3527
  {
3528
3528
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
3529
3529
  "clrName": "CopyTo",
3530
- "metadataToken": 100703826,
3530
+ "metadataToken": 100703831,
3531
3531
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
3532
3532
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
3533
3533
  "emitScope": "ViewOnly",
@@ -3548,7 +3548,7 @@
3548
3548
  {
3549
3549
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
3550
3550
  "clrName": "GetEnumerator",
3551
- "metadataToken": 100703845,
3551
+ "metadataToken": 100703850,
3552
3552
  "canonicalSignature": "():System.Collections.IEnumerator",
3553
3553
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
3554
3554
  "emitScope": "ViewOnly",
@@ -3590,7 +3590,7 @@
3590
3590
  {
3591
3591
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
3592
3592
  "clrName": "Count",
3593
- "metadataToken": 385881256,
3593
+ "metadataToken": 385881258,
3594
3594
  "canonicalSignature": ":System.Int32",
3595
3595
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
3596
3596
  "emitScope": "ViewOnly",
@@ -3610,7 +3610,7 @@
3610
3610
  {
3611
3611
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
3612
3612
  "clrName": "SyncRoot",
3613
- "metadataToken": 385881257,
3613
+ "metadataToken": 385881259,
3614
3614
  "canonicalSignature": ":System.Object",
3615
3615
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
3616
3616
  "emitScope": "ViewOnly",
@@ -3630,7 +3630,7 @@
3630
3630
  {
3631
3631
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
3632
3632
  "clrName": "IsSynchronized",
3633
- "metadataToken": 385881258,
3633
+ "metadataToken": 385881260,
3634
3634
  "canonicalSignature": ":System.Boolean",
3635
3635
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
3636
3636
  "emitScope": "ViewOnly",
@@ -3847,7 +3847,7 @@
3847
3847
  {
3848
3848
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
3849
3849
  "clrName": "CopyTo",
3850
- "metadataToken": 100703826,
3850
+ "metadataToken": 100703831,
3851
3851
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
3852
3852
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
3853
3853
  "emitScope": "ViewOnly",
@@ -3868,7 +3868,7 @@
3868
3868
  {
3869
3869
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
3870
3870
  "clrName": "GetEnumerator",
3871
- "metadataToken": 100703845,
3871
+ "metadataToken": 100703850,
3872
3872
  "canonicalSignature": "():System.Collections.IEnumerator",
3873
3873
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
3874
3874
  "emitScope": "ViewOnly",
@@ -4024,7 +4024,7 @@
4024
4024
  {
4025
4025
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
4026
4026
  "clrName": "SyncRoot",
4027
- "metadataToken": 385881257,
4027
+ "metadataToken": 385881259,
4028
4028
  "canonicalSignature": ":System.Object",
4029
4029
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
4030
4030
  "emitScope": "ViewOnly",
@@ -4044,7 +4044,7 @@
4044
4044
  {
4045
4045
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
4046
4046
  "clrName": "IsSynchronized",
4047
- "metadataToken": 385881258,
4047
+ "metadataToken": 385881260,
4048
4048
  "canonicalSignature": ":System.Boolean",
4049
4049
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
4050
4050
  "emitScope": "ViewOnly",
@@ -4064,7 +4064,7 @@
4064
4064
  {
4065
4065
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
4066
4066
  "clrName": "Count",
4067
- "metadataToken": 385881256,
4067
+ "metadataToken": 385881258,
4068
4068
  "canonicalSignature": ":System.Int32",
4069
4069
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
4070
4070
  "emitScope": "ViewOnly",
@@ -5780,7 +5780,7 @@
5780
5780
  {
5781
5781
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
5782
5782
  "clrName": "CopyTo",
5783
- "metadataToken": 100703826,
5783
+ "metadataToken": 100703831,
5784
5784
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
5785
5785
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
5786
5786
  "emitScope": "ViewOnly",
@@ -5801,7 +5801,7 @@
5801
5801
  {
5802
5802
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
5803
5803
  "clrName": "GetEnumerator",
5804
- "metadataToken": 100703845,
5804
+ "metadataToken": 100703850,
5805
5805
  "canonicalSignature": "():System.Collections.IEnumerator",
5806
5806
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
5807
5807
  "emitScope": "ViewOnly",
@@ -5824,7 +5824,7 @@
5824
5824
  {
5825
5825
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
5826
5826
  "clrName": "Count",
5827
- "metadataToken": 385881256,
5827
+ "metadataToken": 385881258,
5828
5828
  "canonicalSignature": ":System.Int32",
5829
5829
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
5830
5830
  "emitScope": "ViewOnly",
@@ -5844,7 +5844,7 @@
5844
5844
  {
5845
5845
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
5846
5846
  "clrName": "SyncRoot",
5847
- "metadataToken": 385881257,
5847
+ "metadataToken": 385881259,
5848
5848
  "canonicalSignature": ":System.Object",
5849
5849
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
5850
5850
  "emitScope": "ViewOnly",
@@ -5864,7 +5864,7 @@
5864
5864
  {
5865
5865
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
5866
5866
  "clrName": "IsSynchronized",
5867
- "metadataToken": 385881258,
5867
+ "metadataToken": 385881260,
5868
5868
  "canonicalSignature": ":System.Boolean",
5869
5869
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
5870
5870
  "emitScope": "ViewOnly",
@@ -7730,7 +7730,7 @@
7730
7730
  {
7731
7731
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
7732
7732
  "clrName": "CopyTo",
7733
- "metadataToken": 100703826,
7733
+ "metadataToken": 100703831,
7734
7734
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
7735
7735
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
7736
7736
  "emitScope": "ViewOnly",
@@ -7751,7 +7751,7 @@
7751
7751
  {
7752
7752
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
7753
7753
  "clrName": "GetEnumerator",
7754
- "metadataToken": 100703845,
7754
+ "metadataToken": 100703850,
7755
7755
  "canonicalSignature": "():System.Collections.IEnumerator",
7756
7756
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
7757
7757
  "emitScope": "ViewOnly",
@@ -7888,7 +7888,7 @@
7888
7888
  {
7889
7889
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
7890
7890
  "clrName": "Count",
7891
- "metadataToken": 385881256,
7891
+ "metadataToken": 385881258,
7892
7892
  "canonicalSignature": ":System.Int32",
7893
7893
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
7894
7894
  "emitScope": "ViewOnly",
@@ -7908,7 +7908,7 @@
7908
7908
  {
7909
7909
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
7910
7910
  "clrName": "SyncRoot",
7911
- "metadataToken": 385881257,
7911
+ "metadataToken": 385881259,
7912
7912
  "canonicalSignature": ":System.Object",
7913
7913
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
7914
7914
  "emitScope": "ViewOnly",
@@ -7928,7 +7928,7 @@
7928
7928
  {
7929
7929
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
7930
7930
  "clrName": "IsSynchronized",
7931
- "metadataToken": 385881258,
7931
+ "metadataToken": 385881260,
7932
7932
  "canonicalSignature": ":System.Boolean",
7933
7933
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
7934
7934
  "emitScope": "ViewOnly",
@@ -11561,7 +11561,7 @@
11561
11561
  {
11562
11562
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
11563
11563
  "clrName": "CopyTo",
11564
- "metadataToken": 100703826,
11564
+ "metadataToken": 100703831,
11565
11565
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
11566
11566
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
11567
11567
  "emitScope": "ViewOnly",
@@ -11582,7 +11582,7 @@
11582
11582
  {
11583
11583
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
11584
11584
  "clrName": "GetEnumerator",
11585
- "metadataToken": 100703845,
11585
+ "metadataToken": 100703850,
11586
11586
  "canonicalSignature": "():System.Collections.IEnumerator",
11587
11587
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
11588
11588
  "emitScope": "ViewOnly",
@@ -11681,7 +11681,7 @@
11681
11681
  {
11682
11682
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
11683
11683
  "clrName": "SyncRoot",
11684
- "metadataToken": 385881257,
11684
+ "metadataToken": 385881259,
11685
11685
  "canonicalSignature": ":System.Object",
11686
11686
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
11687
11687
  "emitScope": "ViewOnly",
@@ -11701,7 +11701,7 @@
11701
11701
  {
11702
11702
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
11703
11703
  "clrName": "IsSynchronized",
11704
- "metadataToken": 385881258,
11704
+ "metadataToken": 385881260,
11705
11705
  "canonicalSignature": ":System.Boolean",
11706
11706
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
11707
11707
  "emitScope": "ViewOnly",
@@ -11721,7 +11721,7 @@
11721
11721
  {
11722
11722
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
11723
11723
  "clrName": "Count",
11724
- "metadataToken": 385881256,
11724
+ "metadataToken": 385881258,
11725
11725
  "canonicalSignature": ":System.Int32",
11726
11726
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
11727
11727
  "emitScope": "ViewOnly",
@@ -13648,7 +13648,7 @@
13648
13648
  {
13649
13649
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
13650
13650
  "clrName": "CopyTo",
13651
- "metadataToken": 100703826,
13651
+ "metadataToken": 100703831,
13652
13652
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
13653
13653
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
13654
13654
  "emitScope": "ViewOnly",
@@ -13669,7 +13669,7 @@
13669
13669
  {
13670
13670
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
13671
13671
  "clrName": "GetEnumerator",
13672
- "metadataToken": 100703845,
13672
+ "metadataToken": 100703850,
13673
13673
  "canonicalSignature": "():System.Collections.IEnumerator",
13674
13674
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
13675
13675
  "emitScope": "ViewOnly",
@@ -13692,7 +13692,7 @@
13692
13692
  {
13693
13693
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
13694
13694
  "clrName": "Count",
13695
- "metadataToken": 385881256,
13695
+ "metadataToken": 385881258,
13696
13696
  "canonicalSignature": ":System.Int32",
13697
13697
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
13698
13698
  "emitScope": "ViewOnly",
@@ -13712,7 +13712,7 @@
13712
13712
  {
13713
13713
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
13714
13714
  "clrName": "SyncRoot",
13715
- "metadataToken": 385881257,
13715
+ "metadataToken": 385881259,
13716
13716
  "canonicalSignature": ":System.Object",
13717
13717
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
13718
13718
  "emitScope": "ViewOnly",
@@ -13732,7 +13732,7 @@
13732
13732
  {
13733
13733
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
13734
13734
  "clrName": "IsSynchronized",
13735
- "metadataToken": 385881258,
13735
+ "metadataToken": 385881260,
13736
13736
  "canonicalSignature": ":System.Boolean",
13737
13737
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
13738
13738
  "emitScope": "ViewOnly",
@@ -3,7 +3,7 @@
3
3
  // Assembly: Microsoft.Win32.Registry, System.IO.FileSystem.AccessControl, System.Security.AccessControl, System.Threading.AccessControl
4
4
 
5
5
  // Core type aliases from @tsonic/core
6
- import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
6
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
 
9
9
  // Import types from other namespaces
@@ -264,7 +264,7 @@ export const AccessRule: (abstract new(identity: IdentityReference, accessMask:
264
264
 
265
265
  export type AccessRule = AccessRule$instance;
266
266
 
267
- export interface AccessRule_1$instance<T extends NonNullable<JsValue>> extends AccessRule {
267
+ export interface AccessRule_1$instance<T extends NonNullable<unknown>> extends AccessRule {
268
268
  readonly __tsonic_type_System_Security_AccessControl_AccessRule_1: never;
269
269
 
270
270
  readonly Rights: T;
@@ -272,14 +272,14 @@ export interface AccessRule_1$instance<T extends NonNullable<JsValue>> extends A
272
272
 
273
273
 
274
274
  export const AccessRule_1: {
275
- new<T extends NonNullable<JsValue>>(identity: IdentityReference, rights: T, type: AccessControlType): AccessRule_1<T>;
276
- new<T extends NonNullable<JsValue>>(identity: IdentityReference, rights: T, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, type: AccessControlType): AccessRule_1<T>;
277
- new<T extends NonNullable<JsValue>>(identity: string, rights: T, type: AccessControlType): AccessRule_1<T>;
278
- new<T extends NonNullable<JsValue>>(identity: string, rights: T, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, type: AccessControlType): AccessRule_1<T>;
275
+ new<T extends NonNullable<unknown>>(identity: IdentityReference, rights: T, type: AccessControlType): AccessRule_1<T>;
276
+ new<T extends NonNullable<unknown>>(identity: IdentityReference, rights: T, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, type: AccessControlType): AccessRule_1<T>;
277
+ new<T extends NonNullable<unknown>>(identity: string, rights: T, type: AccessControlType): AccessRule_1<T>;
278
+ new<T extends NonNullable<unknown>>(identity: string, rights: T, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, type: AccessControlType): AccessRule_1<T>;
279
279
  };
280
280
 
281
281
 
282
- export type AccessRule_1<T> = AccessRule_1$instance<T>;
282
+ export type AccessRule_1<T extends NonNullable<unknown>> = AccessRule_1$instance<T>;
283
283
 
284
284
  export interface AceEnumerator$instance {
285
285
  readonly __tsonic_type_System_Security_AccessControl_AceEnumerator: never;
@@ -316,7 +316,7 @@ export const AuditRule: (abstract new(identity: IdentityReference, accessMask: i
316
316
 
317
317
  export type AuditRule = AuditRule$instance;
318
318
 
319
- export interface AuditRule_1$instance<T extends NonNullable<JsValue>> extends AuditRule {
319
+ export interface AuditRule_1$instance<T extends NonNullable<unknown>> extends AuditRule {
320
320
  readonly __tsonic_type_System_Security_AccessControl_AuditRule_1: never;
321
321
 
322
322
  readonly Rights: T;
@@ -324,14 +324,14 @@ export interface AuditRule_1$instance<T extends NonNullable<JsValue>> extends Au
324
324
 
325
325
 
326
326
  export const AuditRule_1: {
327
- new<T extends NonNullable<JsValue>>(identity: IdentityReference, rights: T, flags: AuditFlags): AuditRule_1<T>;
328
- new<T extends NonNullable<JsValue>>(identity: IdentityReference, rights: T, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, flags: AuditFlags): AuditRule_1<T>;
329
- new<T extends NonNullable<JsValue>>(identity: string, rights: T, flags: AuditFlags): AuditRule_1<T>;
330
- new<T extends NonNullable<JsValue>>(identity: string, rights: T, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, flags: AuditFlags): AuditRule_1<T>;
327
+ new<T extends NonNullable<unknown>>(identity: IdentityReference, rights: T, flags: AuditFlags): AuditRule_1<T>;
328
+ new<T extends NonNullable<unknown>>(identity: IdentityReference, rights: T, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, flags: AuditFlags): AuditRule_1<T>;
329
+ new<T extends NonNullable<unknown>>(identity: string, rights: T, flags: AuditFlags): AuditRule_1<T>;
330
+ new<T extends NonNullable<unknown>>(identity: string, rights: T, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, flags: AuditFlags): AuditRule_1<T>;
331
331
  };
332
332
 
333
333
 
334
- export type AuditRule_1<T> = AuditRule_1$instance<T>;
334
+ export type AuditRule_1<T extends NonNullable<unknown>> = AuditRule_1$instance<T>;
335
335
 
336
336
  export interface AuthorizationRule$instance {
337
337
  readonly __tsonic_type_System_Security_AccessControl_AuthorizationRule: never;
@@ -720,7 +720,7 @@ export interface GenericAce$instance {
720
720
  readonly IsInherited: boolean;
721
721
  readonly PropagationFlags: PropagationFlags;
722
722
  Copy(): GenericAce;
723
- Equals(o: JsValue | null): boolean;
723
+ Equals(o: unknown | null): boolean;
724
724
  GetBinaryForm(binaryForm: byte[], offset: int): void;
725
725
  GetHashCode(): int;
726
726
  }
@@ -743,7 +743,7 @@ export interface GenericAcl$instance {
743
743
  readonly Count: int;
744
744
  readonly IsSynchronized: boolean;
745
745
  readonly Revision: byte;
746
- readonly SyncRoot: JsValue;
746
+ readonly SyncRoot: unknown;
747
747
  CopyTo(array: GenericAce[], index: int): void;
748
748
  GetBinaryForm(binaryForm: byte[], offset: int): void;
749
749
  GetEnumerator(): AceEnumerator;
@@ -869,13 +869,13 @@ export interface NativeObjectSecurity$instance extends CommonObjectSecurity {
869
869
  }
870
870
 
871
871
 
872
- export const NativeObjectSecurity: (abstract new(isContainer: boolean, resourceType: ResourceType) => NativeObjectSecurity) & (abstract new(isContainer: boolean, resourceType: ResourceType, handle: SafeHandle | null, includeSections: AccessControlSections) => NativeObjectSecurity) & (abstract new(isContainer: boolean, resourceType: ResourceType, handle: SafeHandle | null, includeSections: AccessControlSections, exceptionFromErrorCode: NativeObjectSecurity_ExceptionFromErrorCode | null, exceptionContext: JsValue | null) => NativeObjectSecurity) & (abstract new(isContainer: boolean, resourceType: ResourceType, exceptionFromErrorCode: NativeObjectSecurity_ExceptionFromErrorCode | null, exceptionContext: JsValue | null) => NativeObjectSecurity) & (abstract new(isContainer: boolean, resourceType: ResourceType, name: string | null, includeSections: AccessControlSections) => NativeObjectSecurity) & (abstract new(isContainer: boolean, resourceType: ResourceType, name: string | null, includeSections: AccessControlSections, exceptionFromErrorCode: NativeObjectSecurity_ExceptionFromErrorCode | null, exceptionContext: JsValue | null) => NativeObjectSecurity) & {
872
+ export const NativeObjectSecurity: (abstract new(isContainer: boolean, resourceType: ResourceType) => NativeObjectSecurity) & (abstract new(isContainer: boolean, resourceType: ResourceType, handle: SafeHandle | null, includeSections: AccessControlSections) => NativeObjectSecurity) & (abstract new(isContainer: boolean, resourceType: ResourceType, handle: SafeHandle | null, includeSections: AccessControlSections, exceptionFromErrorCode: NativeObjectSecurity_ExceptionFromErrorCode | null, exceptionContext: unknown | null) => NativeObjectSecurity) & (abstract new(isContainer: boolean, resourceType: ResourceType, exceptionFromErrorCode: NativeObjectSecurity_ExceptionFromErrorCode | null, exceptionContext: unknown | null) => NativeObjectSecurity) & (abstract new(isContainer: boolean, resourceType: ResourceType, name: string | null, includeSections: AccessControlSections) => NativeObjectSecurity) & (abstract new(isContainer: boolean, resourceType: ResourceType, name: string | null, includeSections: AccessControlSections, exceptionFromErrorCode: NativeObjectSecurity_ExceptionFromErrorCode | null, exceptionContext: unknown | null) => NativeObjectSecurity) & {
873
873
  };
874
874
 
875
875
 
876
876
  export type NativeObjectSecurity = NativeObjectSecurity$instance;
877
877
 
878
- export type NativeObjectSecurity_ExceptionFromErrorCode = (errorCode: int, name: string | null, handle: SafeHandle | null, context: JsValue | null) => Exception | null;
878
+ export type NativeObjectSecurity_ExceptionFromErrorCode = (errorCode: int, name: string | null, handle: SafeHandle | null, context: unknown | null) => Exception | null;
879
879
 
880
880
 
881
881
  export interface ObjectAccessRule$instance extends AccessRule {
@@ -970,7 +970,7 @@ export const ObjectSecurity: (abstract new() => ObjectSecurity) & (abstract new(
970
970
 
971
971
  export type ObjectSecurity = ObjectSecurity$instance;
972
972
 
973
- export interface ObjectSecurity_1$instance<T extends NonNullable<JsValue>> extends NativeObjectSecurity {
973
+ export interface ObjectSecurity_1$instance<T extends NonNullable<unknown>> extends NativeObjectSecurity {
974
974
  readonly __tsonic_type_System_Security_AccessControl_ObjectSecurity_1: never;
975
975
 
976
976
  readonly AccessRightType: Type;
@@ -995,13 +995,13 @@ export interface ObjectSecurity_1$instance<T extends NonNullable<JsValue>> exten
995
995
  }
996
996
 
997
997
 
998
- export const ObjectSecurity_1: (abstract new<T extends NonNullable<JsValue>>(isContainer: boolean, resourceType: ResourceType) => ObjectSecurity_1<T>) & (abstract new<T extends NonNullable<JsValue>>(isContainer: boolean, resourceType: ResourceType, safeHandle: SafeHandle | null, includeSections: AccessControlSections) => ObjectSecurity_1<T>) & (abstract new<T extends NonNullable<JsValue>>(isContainer: boolean, resourceType: ResourceType, safeHandle: SafeHandle | null, includeSections: AccessControlSections, exceptionFromErrorCode: NativeObjectSecurity_ExceptionFromErrorCode | null, exceptionContext: JsValue | null) => ObjectSecurity_1<T>) & (abstract new<T extends NonNullable<JsValue>>(isContainer: boolean, resourceType: ResourceType, name: string | null, includeSections: AccessControlSections) => ObjectSecurity_1<T>) & (abstract new<T extends NonNullable<JsValue>>(isContainer: boolean, resourceType: ResourceType, name: string | null, includeSections: AccessControlSections, exceptionFromErrorCode: NativeObjectSecurity_ExceptionFromErrorCode | null, exceptionContext: JsValue | null) => ObjectSecurity_1<T>) & {
998
+ export const ObjectSecurity_1: (abstract new<T extends NonNullable<unknown>>(isContainer: boolean, resourceType: ResourceType) => ObjectSecurity_1<T>) & (abstract new<T extends NonNullable<unknown>>(isContainer: boolean, resourceType: ResourceType, safeHandle: SafeHandle | null, includeSections: AccessControlSections) => ObjectSecurity_1<T>) & (abstract new<T extends NonNullable<unknown>>(isContainer: boolean, resourceType: ResourceType, safeHandle: SafeHandle | null, includeSections: AccessControlSections, exceptionFromErrorCode: NativeObjectSecurity_ExceptionFromErrorCode | null, exceptionContext: unknown | null) => ObjectSecurity_1<T>) & (abstract new<T extends NonNullable<unknown>>(isContainer: boolean, resourceType: ResourceType, name: string | null, includeSections: AccessControlSections) => ObjectSecurity_1<T>) & (abstract new<T extends NonNullable<unknown>>(isContainer: boolean, resourceType: ResourceType, name: string | null, includeSections: AccessControlSections, exceptionFromErrorCode: NativeObjectSecurity_ExceptionFromErrorCode | null, exceptionContext: unknown | null) => ObjectSecurity_1<T>) & {
999
999
  };
1000
1000
 
1001
1001
 
1002
- export type ObjectSecurity_1<T> = ObjectSecurity_1$instance<T>;
1002
+ export type ObjectSecurity_1<T extends NonNullable<unknown>> = ObjectSecurity_1$instance<T>;
1003
1003
 
1004
- export interface PrivilegeNotHeldException$instance extends UnauthorizedAccessException {
1004
+ export interface PrivilegeNotHeldException$instance extends UnauthorizedAccessException, System_Runtime_Serialization_Internal.ISerializable$instance {
1005
1005
  readonly __tsonic_type_System_Security_AccessControl_PrivilegeNotHeldException: never;
1006
1006
 
1007
1007
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
@@ -5,6 +5,10 @@
5
5
  // Import internal declarations
6
6
  import * as Internal from './System.Security.AccessControl/internal/index.js';
7
7
 
8
+ // Core type aliases from @tsonic/core
9
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
10
+
11
+
8
12
  // Cross-namespace type imports for constraints
9
13
  import type { ArrayList, ICollection, IDictionary, IEnumerable, IEnumerator, ReadOnlyCollectionBase } from './System.Collections/internal/index.js';
10
14
  import type { MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
@@ -87,20 +91,20 @@ declare const __unspecified: unique symbol;
87
91
  export type __ = typeof __unspecified;
88
92
 
89
93
  export type AccessRule<
90
- T1 = __,
94
+ T1 extends NonNullable<unknown> | __ = __,
91
95
  > =
92
96
  [T1] extends [__] ? Internal.AccessRule :
93
- [T1] extends [NonNullable<JsValue>] ? Internal.AccessRule_1<T1> : never;
97
+ [T1] extends [NonNullable<unknown>] ? Internal.AccessRule_1<T1> : never;
94
98
 
95
99
  export type AuditRule<
96
- T1 = __,
100
+ T1 extends NonNullable<unknown> | __ = __,
97
101
  > =
98
102
  [T1] extends [__] ? Internal.AuditRule :
99
- [T1] extends [NonNullable<JsValue>] ? Internal.AuditRule_1<T1> : never;
103
+ [T1] extends [NonNullable<unknown>] ? Internal.AuditRule_1<T1> : never;
100
104
 
101
105
  export type ObjectSecurity<
102
- T1 = __,
106
+ T1 extends NonNullable<unknown> | __ = __,
103
107
  > =
104
108
  [T1] extends [__] ? Internal.ObjectSecurity :
105
- [T1] extends [NonNullable<JsValue>] ? Internal.ObjectSecurity_1<T1> : never;
109
+ [T1] extends [NonNullable<unknown>] ? Internal.ObjectSecurity_1<T1> : never;
106
110
 
@@ -3,7 +3,7 @@
3
3
  // Assembly: System.Net.Primitives, System.Net.Security
4
4
 
5
5
  // Core type aliases from @tsonic/core
6
- import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
6
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
 
9
9
  // Import types from other namespaces
@@ -774,7 +774,7 @@
774
774
  {
775
775
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
776
776
  "clrName": "CopyTo",
777
- "metadataToken": 100703826,
777
+ "metadataToken": 100703831,
778
778
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
779
779
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
780
780
  "emitScope": "ViewOnly",
@@ -795,7 +795,7 @@
795
795
  {
796
796
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
797
797
  "clrName": "GetEnumerator",
798
- "metadataToken": 100703845,
798
+ "metadataToken": 100703850,
799
799
  "canonicalSignature": "():System.Collections.IEnumerator",
800
800
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
801
801
  "emitScope": "ViewOnly",
@@ -818,7 +818,7 @@
818
818
  {
819
819
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
820
820
  "clrName": "Count",
821
- "metadataToken": 385881256,
821
+ "metadataToken": 385881258,
822
822
  "canonicalSignature": ":System.Int32",
823
823
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
824
824
  "emitScope": "ViewOnly",
@@ -838,7 +838,7 @@
838
838
  {
839
839
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
840
840
  "clrName": "SyncRoot",
841
- "metadataToken": 385881257,
841
+ "metadataToken": 385881259,
842
842
  "canonicalSignature": ":System.Object",
843
843
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
844
844
  "emitScope": "ViewOnly",
@@ -858,7 +858,7 @@
858
858
  {
859
859
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
860
860
  "clrName": "IsSynchronized",
861
- "metadataToken": 385881258,
861
+ "metadataToken": 385881260,
862
862
  "canonicalSignature": ":System.Boolean",
863
863
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
864
864
  "emitScope": "ViewOnly",
@@ -3,7 +3,7 @@
3
3
  // Assembly: System.ComponentModel.TypeConverter, System.Net.Primitives, System.Net.Security
4
4
 
5
5
  // Core type aliases from @tsonic/core
6
- import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
6
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
 
9
9
  // Import types from other namespaces
@@ -93,8 +93,8 @@ export interface ExtendedProtectionPolicyTypeConverter$instance extends TypeConv
93
93
 
94
94
  CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
95
95
  CanConvertTo(destinationType: Type | null): boolean;
96
- ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
97
- ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
96
+ ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null, destinationType: Type): unknown | null;
97
+ ConvertTo(value: unknown | null, destinationType: Type): unknown | null;
98
98
  }
99
99
 
100
100
 
@@ -5,6 +5,10 @@
5
5
  // Import internal declarations
6
6
  import * as Internal from './System.Security.Authentication.ExtendedProtection/internal/index.js';
7
7
 
8
+ // Core type aliases from @tsonic/core
9
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
10
+
11
+
8
12
  // Cross-namespace type imports for constraints
9
13
  import type { SafeHandleZeroOrMinusOneIsInvalid } from './Microsoft.Win32.SafeHandles/internal/index.js';
10
14
  import type { ArrayList, ICollection, IDictionary, IEnumerable, IEnumerator, ReadOnlyCollectionBase } from './System.Collections/internal/index.js';
@@ -5,6 +5,10 @@
5
5
  // Import internal declarations
6
6
  import * as Internal from './System.Security.Authentication/internal/index.js';
7
7
 
8
+ // Core type aliases from @tsonic/core
9
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
10
+
11
+
8
12
  // Cross-namespace type imports for constraints
9
13
  import type { IDictionary } from './System.Collections/internal/index.js';
10
14
  import type { MethodBase } from './System.Reflection/internal/index.js';
@@ -3,7 +3,7 @@
3
3
  // Assembly: System.Security.Claims
4
4
 
5
5
  // Core type aliases from @tsonic/core
6
- import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
6
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
 
9
9
  // Import types from other namespaces
@@ -55,8 +55,8 @@ export interface ClaimsIdentity$instance extends System_Security_Principal_Inter
55
55
  get Actor(): ClaimsIdentity | null;
56
56
  set Actor(value: ClaimsIdentity | null);
57
57
  readonly AuthenticationType: string | string | null;
58
- get BootstrapContext(): JsValue | null;
59
- set BootstrapContext(value: JsValue | null);
58
+ get BootstrapContext(): unknown | null;
59
+ set BootstrapContext(value: unknown | null);
60
60
  readonly Claims: IEnumerable_1<Claim>;
61
61
  readonly CustomSerializationData: byte[] | null;
62
62
  readonly IsAuthenticated: boolean;
@@ -5,6 +5,10 @@
5
5
  // Import internal declarations
6
6
  import * as Internal from './System.Security.Claims/internal/index.js';
7
7
 
8
+ // Core type aliases from @tsonic/core
9
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
10
+
11
+
8
12
  // Cross-namespace type imports for constraints
9
13
  import type { IDictionary_2, IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
10
14
  import type { BinaryReader, BinaryWriter } from './System.IO/internal/index.js';