@tsonic/dotnet 0.7.2 → 0.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (300) hide show
  1. package/Internal.d.ts +13 -0
  2. package/Microsoft.CSharp.RuntimeBinder.d.ts +23 -0
  3. package/Microsoft.VisualBasic/internal/index.d.ts +8 -8
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -2
  5. package/Microsoft.VisualBasic.CompilerServices.d.ts +45 -0
  6. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +7 -7
  7. package/Microsoft.VisualBasic.FileIO.d.ts +27 -0
  8. package/Microsoft.VisualBasic.d.ts +48 -0
  9. package/Microsoft.Win32.SafeHandles.d.ts +29 -0
  10. package/Microsoft.Win32.d.ts +21 -0
  11. package/System/internal/index.d.ts +79 -72
  12. package/System.Buffers/internal/index.d.ts +1 -1
  13. package/{System.Buffers.Binary/index.d.ts → System.Buffers.Binary.d.ts} +4 -6
  14. package/System.Buffers.Text.d.ts +16 -0
  15. package/System.Buffers.d.ts +42 -0
  16. package/System.CodeDom.Compiler/internal/index.d.ts +2 -2
  17. package/System.CodeDom.Compiler.d.ts +17 -0
  18. package/System.Collections.Concurrent/internal/index.d.ts +1 -0
  19. package/System.Collections.Concurrent.d.ts +33 -0
  20. package/System.Collections.Frozen.d.ts +18 -0
  21. package/System.Collections.Generic/internal/index.d.ts +10 -0
  22. package/System.Collections.Generic.d.ts +61 -0
  23. package/System.Collections.Immutable/internal/index.d.ts +16 -11
  24. package/System.Collections.Immutable.d.ts +35 -0
  25. package/System.Collections.ObjectModel.d.ts +32 -0
  26. package/System.Collections.Specialized/internal/index.d.ts +3 -2
  27. package/System.Collections.Specialized.d.ts +32 -0
  28. package/System.Collections.d.ts +39 -0
  29. package/System.ComponentModel/internal/index.d.ts +11 -7
  30. package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
  31. package/System.ComponentModel.DataAnnotations.d.ts +55 -0
  32. package/System.ComponentModel.Design/internal/index.d.ts +3 -0
  33. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -1
  34. package/{System.ComponentModel.Design.Serialization/index.d.ts → System.ComponentModel.Design.Serialization.d.ts} +20 -22
  35. package/{System.ComponentModel.Design/index.d.ts → System.ComponentModel.Design.d.ts} +38 -40
  36. package/System.ComponentModel.d.ts +207 -0
  37. package/{System.Configuration.Assemblies/index.d.ts → System.Configuration.Assemblies.d.ts} +5 -7
  38. package/System.Data/internal/index.d.ts +12 -7
  39. package/System.Data.Common.d.ts +62 -0
  40. package/System.Data.SqlTypes/internal/index.d.ts +26 -26
  41. package/System.Data.SqlTypes.d.ts +43 -0
  42. package/System.Data.d.ts +146 -0
  43. package/System.Diagnostics/internal/index.d.ts +19 -19
  44. package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
  45. package/System.Diagnostics.Contracts.d.ts +30 -0
  46. package/System.Diagnostics.Metrics/internal/index.d.ts +4 -4
  47. package/System.Diagnostics.Metrics.d.ts +42 -0
  48. package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -1
  49. package/{System.Diagnostics.SymbolStore/index.d.ts → System.Diagnostics.SymbolStore.d.ts} +9 -11
  50. package/System.Diagnostics.Tracing.d.ts +47 -0
  51. package/System.Diagnostics.d.ts +118 -0
  52. package/System.Drawing/internal/index.d.ts +7 -7
  53. package/System.Drawing.d.ts +30 -0
  54. package/System.Dynamic/internal/index.d.ts +2 -2
  55. package/System.Dynamic.d.ts +37 -0
  56. package/System.Formats.Asn1/internal/index.d.ts +1 -1
  57. package/System.Formats.Asn1.d.ts +25 -0
  58. package/System.Formats.Tar.d.ts +27 -0
  59. package/System.Globalization/internal/index.d.ts +1 -1
  60. package/System.Globalization.d.ts +57 -0
  61. package/System.IO/internal/index.d.ts +9 -9
  62. package/System.IO.Compression.d.ts +37 -0
  63. package/System.IO.Enumeration.d.ts +21 -0
  64. package/System.IO.IsolatedStorage.d.ts +24 -0
  65. package/{System.IO.MemoryMappedFiles/index.d.ts → System.IO.MemoryMappedFiles.d.ts} +13 -15
  66. package/System.IO.Pipelines.d.ts +26 -0
  67. package/System.IO.Pipes.d.ts +35 -0
  68. package/System.IO.d.ts +79 -0
  69. package/System.Linq/internal/index.d.ts +5 -0
  70. package/System.Linq.Expressions/internal/index.d.ts +47 -47
  71. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
  72. package/System.Linq.Expressions.Interpreter.d.ts +12 -0
  73. package/System.Linq.Expressions.d.ts +67 -0
  74. package/System.Linq.d.ts +68 -0
  75. package/System.Net/internal/index.d.ts +6 -2
  76. package/System.Net.Cache.d.ts +16 -0
  77. package/System.Net.Http/internal/index.d.ts +1 -1
  78. package/System.Net.Http.Headers.d.ts +42 -0
  79. package/System.Net.Http.Json.d.ts +24 -0
  80. package/System.Net.Http.Metrics.d.ts +13 -0
  81. package/System.Net.Http.d.ts +57 -0
  82. package/System.Net.Mail.d.ts +45 -0
  83. package/System.Net.Mime.d.ts +22 -0
  84. package/System.Net.NetworkInformation.d.ts +63 -0
  85. package/System.Net.Quic.d.ts +35 -0
  86. package/System.Net.Security/internal/index.d.ts +1 -1
  87. package/System.Net.Security.d.ts +47 -0
  88. package/System.Net.ServerSentEvents.d.ts +32 -0
  89. package/System.Net.Sockets/internal/index.d.ts +2 -2
  90. package/System.Net.Sockets.d.ts +55 -0
  91. package/System.Net.WebSockets.d.ts +41 -0
  92. package/System.Net.d.ts +120 -0
  93. package/System.Numerics/internal/index.d.ts +61 -21
  94. package/System.Numerics.d.ts +67 -0
  95. package/System.Reflection/internal/index.d.ts +3 -3
  96. package/System.Reflection.Emit/internal/index.d.ts +7 -7
  97. package/System.Reflection.Emit.d.ts +49 -0
  98. package/System.Reflection.Metadata/internal/index.d.ts +46 -43
  99. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +2 -2
  100. package/System.Reflection.Metadata.Ecma335.d.ts +62 -0
  101. package/System.Reflection.Metadata.d.ts +208 -0
  102. package/System.Reflection.PortableExecutable.d.ts +43 -0
  103. package/System.Reflection.d.ts +124 -0
  104. package/System.Resources/internal/index.d.ts +2 -0
  105. package/System.Resources.d.ts +27 -0
  106. package/System.Runtime.CompilerServices/internal/index.d.ts +2 -1
  107. package/System.Runtime.CompilerServices.d.ts +214 -0
  108. package/{System.Runtime.ConstrainedExecution/index.d.ts → System.Runtime.ConstrainedExecution.d.ts} +8 -10
  109. package/{System.Runtime.ExceptionServices/index.d.ts → System.Runtime.ExceptionServices.d.ts} +7 -9
  110. package/System.Runtime.InteropServices/internal/index.d.ts +19 -18
  111. package/System.Runtime.InteropServices.ComTypes.d.ts +70 -0
  112. package/System.Runtime.InteropServices.Java.d.ts +16 -0
  113. package/System.Runtime.InteropServices.JavaScript.d.ts +58 -0
  114. package/System.Runtime.InteropServices.Marshalling.d.ts +47 -0
  115. package/{System.Runtime.InteropServices.ObjectiveC/index.d.ts → System.Runtime.InteropServices.ObjectiveC.d.ts} +9 -11
  116. package/System.Runtime.InteropServices.Swift.d.ts +24 -0
  117. package/System.Runtime.InteropServices.d.ts +162 -0
  118. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  119. package/System.Runtime.Intrinsics.Arm.d.ts +35 -0
  120. package/System.Runtime.Intrinsics.Wasm.d.ts +13 -0
  121. package/System.Runtime.Intrinsics.X86.d.ts +88 -0
  122. package/System.Runtime.Intrinsics.d.ts +41 -0
  123. package/System.Runtime.Loader.d.ts +17 -0
  124. package/System.Runtime.Remoting.d.ts +12 -0
  125. package/System.Runtime.Serialization.DataContracts.d.ts +21 -0
  126. package/System.Runtime.Serialization.Formatters.Binary.d.ts +15 -0
  127. package/{System.Runtime.Serialization.Formatters/index.d.ts → System.Runtime.Serialization.Formatters.d.ts} +6 -8
  128. package/System.Runtime.Serialization.Json.d.ts +23 -0
  129. package/System.Runtime.Serialization.d.ts +76 -0
  130. package/System.Runtime.Versioning/internal/index.d.ts +1 -1
  131. package/System.Runtime.Versioning.d.ts +27 -0
  132. package/System.Runtime.d.ts +27 -0
  133. package/System.Security.AccessControl.d.ts +99 -0
  134. package/System.Security.Authentication.ExtendedProtection.d.ts +23 -0
  135. package/System.Security.Authentication.d.ts +20 -0
  136. package/System.Security.Claims.d.ts +19 -0
  137. package/System.Security.Cryptography/internal/index.d.ts +15 -15
  138. package/System.Security.Cryptography.X509Certificates.d.ts +78 -0
  139. package/System.Security.Cryptography.d.ts +191 -0
  140. package/System.Security.Permissions.d.ts +18 -0
  141. package/System.Security.Policy.d.ts +14 -0
  142. package/System.Security.Principal/internal/index.d.ts +1 -1
  143. package/System.Security.Principal.d.ts +36 -0
  144. package/System.Security.d.ts +35 -0
  145. package/System.Text/internal/index.d.ts +10 -9
  146. package/System.Text.Encodings.Web/internal/index.d.ts +7 -7
  147. package/System.Text.Encodings.Web.d.ts +20 -0
  148. package/System.Text.Json/internal/index.d.ts +1 -1
  149. package/System.Text.Json.Nodes.d.ts +23 -0
  150. package/System.Text.Json.Schema.d.ts +17 -0
  151. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +1 -1
  152. package/System.Text.Json.Serialization.Metadata.d.ts +42 -0
  153. package/System.Text.Json.Serialization.d.ts +70 -0
  154. package/System.Text.Json.d.ts +44 -0
  155. package/System.Text.RegularExpressions.d.ts +35 -0
  156. package/System.Text.Unicode.d.ts +16 -0
  157. package/System.Text.d.ts +54 -0
  158. package/System.Threading/internal/index.d.ts +5 -5
  159. package/System.Threading.Channels.d.ts +38 -0
  160. package/System.Threading.Tasks/internal/index.d.ts +12 -12
  161. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +1 -1
  162. package/System.Threading.Tasks.Dataflow.d.ts +54 -0
  163. package/System.Threading.Tasks.Sources.d.ts +25 -0
  164. package/System.Threading.Tasks.d.ts +65 -0
  165. package/System.Threading.d.ts +99 -0
  166. package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
  167. package/System.Transactions/internal/index.d.ts +1 -1
  168. package/{System.Transactions/index.d.ts → System.Transactions.d.ts} +32 -34
  169. package/System.Web.d.ts +16 -0
  170. package/{System.Windows.Input/index.d.ts → System.Windows.Input.d.ts} +3 -5
  171. package/{System.Windows.Markup/index.d.ts → System.Windows.Markup.d.ts} +4 -6
  172. package/System.Xml.Linq/internal/index.d.ts +10 -10
  173. package/System.Xml.Linq.d.ts +43 -0
  174. package/System.Xml.Resolvers.d.ts +18 -0
  175. package/System.Xml.Schema.d.ts +108 -0
  176. package/System.Xml.Serialization.d.ts +89 -0
  177. package/System.Xml.XPath.d.ts +34 -0
  178. package/System.Xml.Xsl.Runtime.d.ts +66 -0
  179. package/System.Xml.Xsl.d.ts +29 -0
  180. package/System.Xml.d.ts +105 -0
  181. package/System.d.ts +410 -0
  182. package/families.json +359 -0
  183. package/package.json +1 -1
  184. package/tsconfig.json +2 -1
  185. package/Internal/index.d.ts +0 -15
  186. package/Microsoft.CSharp.RuntimeBinder/index.d.ts +0 -25
  187. package/Microsoft.VisualBasic/index.d.ts +0 -50
  188. package/Microsoft.VisualBasic.CompilerServices/index.d.ts +0 -47
  189. package/Microsoft.VisualBasic.FileIO/index.d.ts +0 -29
  190. package/Microsoft.Win32/index.d.ts +0 -23
  191. package/Microsoft.Win32.SafeHandles/index.d.ts +0 -31
  192. package/System/index.d.ts +0 -428
  193. package/System.Buffers/index.d.ts +0 -48
  194. package/System.Buffers.Text/index.d.ts +0 -18
  195. package/System.CodeDom.Compiler/index.d.ts +0 -19
  196. package/System.Collections/index.d.ts +0 -41
  197. package/System.Collections.Concurrent/index.d.ts +0 -35
  198. package/System.Collections.Frozen/index.d.ts +0 -26
  199. package/System.Collections.Generic/index.d.ts +0 -129
  200. package/System.Collections.Immutable/index.d.ts +0 -64
  201. package/System.Collections.ObjectModel/index.d.ts +0 -34
  202. package/System.Collections.Specialized/index.d.ts +0 -34
  203. package/System.ComponentModel/index.d.ts +0 -210
  204. package/System.ComponentModel.DataAnnotations/index.d.ts +0 -57
  205. package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +0 -21
  206. package/System.Data/index.d.ts +0 -139
  207. package/System.Data.Common/index.d.ts +0 -64
  208. package/System.Data.SqlTypes/index.d.ts +0 -45
  209. package/System.Diagnostics/index.d.ts +0 -123
  210. package/System.Diagnostics.CodeAnalysis/index.d.ts +0 -40
  211. package/System.Diagnostics.Contracts/index.d.ts +0 -32
  212. package/System.Diagnostics.Metrics/index.d.ts +0 -47
  213. package/System.Diagnostics.Tracing/index.d.ts +0 -49
  214. package/System.Drawing/index.d.ts +0 -32
  215. package/System.Dynamic/index.d.ts +0 -39
  216. package/System.Formats.Asn1/index.d.ts +0 -27
  217. package/System.Formats.Tar/index.d.ts +0 -29
  218. package/System.Globalization/index.d.ts +0 -59
  219. package/System.IO/index.d.ts +0 -81
  220. package/System.IO.Compression/index.d.ts +0 -39
  221. package/System.IO.Enumeration/index.d.ts +0 -27
  222. package/System.IO.IsolatedStorage/index.d.ts +0 -26
  223. package/System.IO.Pipelines/index.d.ts +0 -28
  224. package/System.IO.Pipes/index.d.ts +0 -37
  225. package/System.Linq/index.d.ts +0 -56
  226. package/System.Linq.Expressions/index.d.ts +0 -61
  227. package/System.Linq.Expressions.Interpreter/index.d.ts +0 -14
  228. package/System.Net/index.d.ts +0 -122
  229. package/System.Net.Cache/index.d.ts +0 -18
  230. package/System.Net.Http/index.d.ts +0 -61
  231. package/System.Net.Http.Headers/index.d.ts +0 -45
  232. package/System.Net.Http.Json/index.d.ts +0 -26
  233. package/System.Net.Http.Metrics/index.d.ts +0 -15
  234. package/System.Net.Mail/index.d.ts +0 -47
  235. package/System.Net.Mime/index.d.ts +0 -24
  236. package/System.Net.NetworkInformation/index.d.ts +0 -65
  237. package/System.Net.Quic/index.d.ts +0 -37
  238. package/System.Net.Security/index.d.ts +0 -49
  239. package/System.Net.ServerSentEvents/index.d.ts +0 -28
  240. package/System.Net.Sockets/index.d.ts +0 -57
  241. package/System.Net.WebSockets/index.d.ts +0 -43
  242. package/System.Numerics/index.d.ts +0 -94
  243. package/System.Reflection/index.d.ts +0 -126
  244. package/System.Reflection.Emit/index.d.ts +0 -51
  245. package/System.Reflection.Metadata/index.d.ts +0 -220
  246. package/System.Reflection.Metadata.Ecma335/index.d.ts +0 -65
  247. package/System.Reflection.PortableExecutable/index.d.ts +0 -45
  248. package/System.Resources/index.d.ts +0 -29
  249. package/System.Runtime/index.d.ts +0 -29
  250. package/System.Runtime.CompilerServices/index.d.ts +0 -219
  251. package/System.Runtime.InteropServices/index.d.ts +0 -161
  252. package/System.Runtime.InteropServices.ComTypes/index.d.ts +0 -72
  253. package/System.Runtime.InteropServices.Java/index.d.ts +0 -18
  254. package/System.Runtime.InteropServices.JavaScript/index.d.ts +0 -54
  255. package/System.Runtime.InteropServices.Marshalling/index.d.ts +0 -59
  256. package/System.Runtime.InteropServices.Swift/index.d.ts +0 -18
  257. package/System.Runtime.Intrinsics/index.d.ts +0 -26
  258. package/System.Runtime.Intrinsics.Arm/index.d.ts +0 -37
  259. package/System.Runtime.Intrinsics.Wasm/index.d.ts +0 -15
  260. package/System.Runtime.Intrinsics.X86/index.d.ts +0 -90
  261. package/System.Runtime.Loader/index.d.ts +0 -19
  262. package/System.Runtime.Remoting/index.d.ts +0 -14
  263. package/System.Runtime.Serialization/index.d.ts +0 -78
  264. package/System.Runtime.Serialization.DataContracts/index.d.ts +0 -23
  265. package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +0 -17
  266. package/System.Runtime.Serialization.Json/index.d.ts +0 -25
  267. package/System.Runtime.Versioning/index.d.ts +0 -29
  268. package/System.Security/index.d.ts +0 -37
  269. package/System.Security.AccessControl/index.d.ts +0 -87
  270. package/System.Security.Authentication/index.d.ts +0 -22
  271. package/System.Security.Authentication.ExtendedProtection/index.d.ts +0 -25
  272. package/System.Security.Claims/index.d.ts +0 -21
  273. package/System.Security.Cryptography/index.d.ts +0 -193
  274. package/System.Security.Cryptography.X509Certificates/index.d.ts +0 -80
  275. package/System.Security.Permissions/index.d.ts +0 -20
  276. package/System.Security.Policy/index.d.ts +0 -16
  277. package/System.Security.Principal/index.d.ts +0 -38
  278. package/System.Text/index.d.ts +0 -56
  279. package/System.Text.Encodings.Web/index.d.ts +0 -22
  280. package/System.Text.Json/index.d.ts +0 -46
  281. package/System.Text.Json.Nodes/index.d.ts +0 -25
  282. package/System.Text.Json.Schema/index.d.ts +0 -19
  283. package/System.Text.Json.Serialization/index.d.ts +0 -59
  284. package/System.Text.Json.Serialization.Metadata/index.d.ts +0 -39
  285. package/System.Text.RegularExpressions/index.d.ts +0 -37
  286. package/System.Text.Unicode/index.d.ts +0 -18
  287. package/System.Threading/index.d.ts +0 -104
  288. package/System.Threading.Channels/index.d.ts +0 -34
  289. package/System.Threading.Tasks/index.d.ts +0 -50
  290. package/System.Threading.Tasks.Dataflow/index.d.ts +0 -52
  291. package/System.Threading.Tasks.Sources/index.d.ts +0 -20
  292. package/System.Web/index.d.ts +0 -18
  293. package/System.Xml/index.d.ts +0 -107
  294. package/System.Xml.Linq/index.d.ts +0 -45
  295. package/System.Xml.Resolvers/index.d.ts +0 -20
  296. package/System.Xml.Schema/index.d.ts +0 -110
  297. package/System.Xml.Serialization/index.d.ts +0 -91
  298. package/System.Xml.XPath/index.d.ts +0 -36
  299. package/System.Xml.Xsl/index.d.ts +0 -31
  300. package/System.Xml.Xsl.Runtime/index.d.ts +0 -69
@@ -0,0 +1,214 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Runtime.CompilerServices
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Runtime.CompilerServices/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { ICollection_1, IEnumerable_1, IEnumerator_1, IList_1, KeyValuePair_2 } from './System.Collections.Generic/internal/index.js';
10
+ import type { ReadOnlyCollection_1 } from './System.Collections.ObjectModel/internal/index.js';
11
+ import type { ICollection, IDictionary, IEnumerable, IEnumerator, IList } from './System.Collections/internal/index.js';
12
+ import type { ContractFailureKind } from './System.Diagnostics.Contracts/internal/index.js';
13
+ import type { ExpandoObject } from './System.Dynamic/internal/index.js';
14
+ import type { DebugInfoExpression, Expression, LabelTarget, LambdaExpression, ParameterExpression } from './System.Linq.Expressions/internal/index.js';
15
+ import type { MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
16
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
17
+ import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
18
+ import type { CancellationToken } from './System.Threading/internal/index.js';
19
+ import type { Action, Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Byte, Char, Decimal, Delegate, Enum, Exception, FormattableString, Func_2, Func_3, IAsyncResult, ICloneable, IComparable, IConvertible, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, InvalidOperationException, ISpanFormattable, ModuleHandle, MulticastDelegate, Object as ClrObject, Range, ReadOnlySpan_1, RuntimeFieldHandle, RuntimeMethodHandle, RuntimeTypeHandle, Span_1, String as ClrString, Type, TypeCode, UInt32, UIntPtr, ValueType, Void } from './System/internal/index.js';
20
+
21
+ // Public API exports (curated - no internal $instance/$views leakage)
22
+ export type IRuntimeVariables = Internal.IRuntimeVariables;
23
+ export { RuntimeOps$instance as RuntimeOps } from './System.Runtime.CompilerServices/internal/index.js';
24
+ export { ReadOnlyCollectionBuilder_1 as ReadOnlyCollectionBuilder } from './System.Runtime.CompilerServices/internal/index.js';
25
+ export { RuleCache_1 as RuleCache } from './System.Runtime.CompilerServices/internal/index.js';
26
+ export { CallSiteBinder as CallSiteBinder } from './System.Runtime.CompilerServices/internal/index.js';
27
+ export { CallSiteOps$instance as CallSiteOps } from './System.Runtime.CompilerServices/internal/index.js';
28
+ export { CallSiteHelpers$instance as CallSiteHelpers } from './System.Runtime.CompilerServices/internal/index.js';
29
+ export { DynamicAttribute as DynamicAttribute } from './System.Runtime.CompilerServices/internal/index.js';
30
+ export { DebugInfoGenerator as DebugInfoGenerator } from './System.Runtime.CompilerServices/internal/index.js';
31
+ export { Closure as Closure } from './System.Runtime.CompilerServices/internal/index.js';
32
+ export { AsyncHelpers$instance as AsyncHelpers } from './System.Runtime.CompilerServices/internal/index.js';
33
+ export { RuntimeHelpers$instance as RuntimeHelpers } from './System.Runtime.CompilerServices/internal/index.js';
34
+ export type RuntimeHelpers_TryCode = Internal.RuntimeHelpers_TryCode;
35
+ export type RuntimeHelpers_CleanupCode = Internal.RuntimeHelpers_CleanupCode;
36
+ export { AccessedThroughPropertyAttribute as AccessedThroughPropertyAttribute } from './System.Runtime.CompilerServices/internal/index.js';
37
+ export { AsyncIteratorMethodBuilder as AsyncIteratorMethodBuilder } from './System.Runtime.CompilerServices/internal/index.js';
38
+ export { AsyncIteratorStateMachineAttribute as AsyncIteratorStateMachineAttribute } from './System.Runtime.CompilerServices/internal/index.js';
39
+ export { AsyncMethodBuilderAttribute as AsyncMethodBuilderAttribute } from './System.Runtime.CompilerServices/internal/index.js';
40
+ export { AsyncStateMachineAttribute as AsyncStateMachineAttribute } from './System.Runtime.CompilerServices/internal/index.js';
41
+ export { AsyncVoidMethodBuilder as AsyncVoidMethodBuilder } from './System.Runtime.CompilerServices/internal/index.js';
42
+ export { CallerArgumentExpressionAttribute as CallerArgumentExpressionAttribute } from './System.Runtime.CompilerServices/internal/index.js';
43
+ export { CallerFilePathAttribute as CallerFilePathAttribute } from './System.Runtime.CompilerServices/internal/index.js';
44
+ export { CallerLineNumberAttribute as CallerLineNumberAttribute } from './System.Runtime.CompilerServices/internal/index.js';
45
+ export { CallerMemberNameAttribute as CallerMemberNameAttribute } from './System.Runtime.CompilerServices/internal/index.js';
46
+ export { CallConvCdecl as CallConvCdecl } from './System.Runtime.CompilerServices/internal/index.js';
47
+ export { CallConvFastcall as CallConvFastcall } from './System.Runtime.CompilerServices/internal/index.js';
48
+ export { CallConvStdcall as CallConvStdcall } from './System.Runtime.CompilerServices/internal/index.js';
49
+ export { CallConvSwift as CallConvSwift } from './System.Runtime.CompilerServices/internal/index.js';
50
+ export { CallConvSuppressGCTransition as CallConvSuppressGCTransition } from './System.Runtime.CompilerServices/internal/index.js';
51
+ export { CallConvThiscall as CallConvThiscall } from './System.Runtime.CompilerServices/internal/index.js';
52
+ export { CallConvMemberFunction as CallConvMemberFunction } from './System.Runtime.CompilerServices/internal/index.js';
53
+ export { CollectionBuilderAttribute as CollectionBuilderAttribute } from './System.Runtime.CompilerServices/internal/index.js';
54
+ export { CompilationRelaxations as CompilationRelaxations } from './System.Runtime.CompilerServices/internal/index.js';
55
+ export { CompilationRelaxationsAttribute as CompilationRelaxationsAttribute } from './System.Runtime.CompilerServices/internal/index.js';
56
+ export { CompilerFeatureRequiredAttribute as CompilerFeatureRequiredAttribute } from './System.Runtime.CompilerServices/internal/index.js';
57
+ export { CompilerGeneratedAttribute as CompilerGeneratedAttribute } from './System.Runtime.CompilerServices/internal/index.js';
58
+ export { CompilerLoweringPreserveAttribute as CompilerLoweringPreserveAttribute } from './System.Runtime.CompilerServices/internal/index.js';
59
+ export { CompilerGlobalScopeAttribute as CompilerGlobalScopeAttribute } from './System.Runtime.CompilerServices/internal/index.js';
60
+ export { ConditionalWeakTable_2 as ConditionalWeakTable } from './System.Runtime.CompilerServices/internal/index.js';
61
+ export { ConfiguredAsyncDisposable as ConfiguredAsyncDisposable } from './System.Runtime.CompilerServices/internal/index.js';
62
+ export { ConfiguredCancelableAsyncEnumerable_1 as ConfiguredCancelableAsyncEnumerable } from './System.Runtime.CompilerServices/internal/index.js';
63
+ export { ConfiguredValueTaskAwaitable as ConfiguredValueTaskAwaitable_0 } from './System.Runtime.CompilerServices/internal/index.js';
64
+ export { ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter as ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter } from './System.Runtime.CompilerServices/internal/index.js';
65
+ export { ConfiguredValueTaskAwaitable_1 as ConfiguredValueTaskAwaitable } from './System.Runtime.CompilerServices/internal/index.js';
66
+ export { ContractHelper$instance as ContractHelper } from './System.Runtime.CompilerServices/internal/index.js';
67
+ export { CreateNewOnMetadataUpdateAttribute as CreateNewOnMetadataUpdateAttribute } from './System.Runtime.CompilerServices/internal/index.js';
68
+ export { CustomConstantAttribute as CustomConstantAttribute } from './System.Runtime.CompilerServices/internal/index.js';
69
+ export { DateTimeConstantAttribute as DateTimeConstantAttribute } from './System.Runtime.CompilerServices/internal/index.js';
70
+ export { DecimalConstantAttribute as DecimalConstantAttribute } from './System.Runtime.CompilerServices/internal/index.js';
71
+ export { DefaultDependencyAttribute as DefaultDependencyAttribute } from './System.Runtime.CompilerServices/internal/index.js';
72
+ export { DependencyAttribute as DependencyAttribute } from './System.Runtime.CompilerServices/internal/index.js';
73
+ export { DisablePrivateReflectionAttribute as DisablePrivateReflectionAttribute } from './System.Runtime.CompilerServices/internal/index.js';
74
+ export { DisableRuntimeMarshallingAttribute as DisableRuntimeMarshallingAttribute } from './System.Runtime.CompilerServices/internal/index.js';
75
+ export { DiscardableAttribute as DiscardableAttribute } from './System.Runtime.CompilerServices/internal/index.js';
76
+ export { EnumeratorCancellationAttribute as EnumeratorCancellationAttribute } from './System.Runtime.CompilerServices/internal/index.js';
77
+ export { ExtensionAttribute as ExtensionAttribute } from './System.Runtime.CompilerServices/internal/index.js';
78
+ export { ExtensionMarkerAttribute as ExtensionMarkerAttribute } from './System.Runtime.CompilerServices/internal/index.js';
79
+ export { FixedAddressValueTypeAttribute as FixedAddressValueTypeAttribute } from './System.Runtime.CompilerServices/internal/index.js';
80
+ export { FixedBufferAttribute as FixedBufferAttribute } from './System.Runtime.CompilerServices/internal/index.js';
81
+ export { FormattableStringFactory$instance as FormattableStringFactory } from './System.Runtime.CompilerServices/internal/index.js';
82
+ export type IAsyncStateMachine = Internal.IAsyncStateMachine;
83
+ export { IndexerNameAttribute as IndexerNameAttribute } from './System.Runtime.CompilerServices/internal/index.js';
84
+ export type INotifyCompletion = Internal.INotifyCompletion;
85
+ export type ICriticalNotifyCompletion = Internal.ICriticalNotifyCompletion;
86
+ export { InternalsVisibleToAttribute as InternalsVisibleToAttribute } from './System.Runtime.CompilerServices/internal/index.js';
87
+ export { IsByRefLikeAttribute as IsByRefLikeAttribute } from './System.Runtime.CompilerServices/internal/index.js';
88
+ export { InlineArray2_1 as InlineArray2 } from './System.Runtime.CompilerServices/internal/index.js';
89
+ export { InlineArray3_1 as InlineArray3 } from './System.Runtime.CompilerServices/internal/index.js';
90
+ export { InlineArray4_1 as InlineArray4 } from './System.Runtime.CompilerServices/internal/index.js';
91
+ export { InlineArray5_1 as InlineArray5 } from './System.Runtime.CompilerServices/internal/index.js';
92
+ export { InlineArray6_1 as InlineArray6 } from './System.Runtime.CompilerServices/internal/index.js';
93
+ export { InlineArray7_1 as InlineArray7 } from './System.Runtime.CompilerServices/internal/index.js';
94
+ export { InlineArray8_1 as InlineArray8 } from './System.Runtime.CompilerServices/internal/index.js';
95
+ export { InlineArray9_1 as InlineArray9 } from './System.Runtime.CompilerServices/internal/index.js';
96
+ export { InlineArray10_1 as InlineArray10 } from './System.Runtime.CompilerServices/internal/index.js';
97
+ export { InlineArray11_1 as InlineArray11 } from './System.Runtime.CompilerServices/internal/index.js';
98
+ export { InlineArray12_1 as InlineArray12 } from './System.Runtime.CompilerServices/internal/index.js';
99
+ export { InlineArray13_1 as InlineArray13 } from './System.Runtime.CompilerServices/internal/index.js';
100
+ export { InlineArray14_1 as InlineArray14 } from './System.Runtime.CompilerServices/internal/index.js';
101
+ export { InlineArray15_1 as InlineArray15 } from './System.Runtime.CompilerServices/internal/index.js';
102
+ export { InlineArray16_1 as InlineArray16 } from './System.Runtime.CompilerServices/internal/index.js';
103
+ export { InlineArrayAttribute as InlineArrayAttribute } from './System.Runtime.CompilerServices/internal/index.js';
104
+ export { IsConst$instance as IsConst } from './System.Runtime.CompilerServices/internal/index.js';
105
+ export { IsExternalInit$instance as IsExternalInit } from './System.Runtime.CompilerServices/internal/index.js';
106
+ export { IsReadOnlyAttribute as IsReadOnlyAttribute } from './System.Runtime.CompilerServices/internal/index.js';
107
+ export { IsVolatile$instance as IsVolatile } from './System.Runtime.CompilerServices/internal/index.js';
108
+ export { InterpolatedStringHandlerAttribute as InterpolatedStringHandlerAttribute } from './System.Runtime.CompilerServices/internal/index.js';
109
+ export { InterpolatedStringHandlerArgumentAttribute as InterpolatedStringHandlerArgumentAttribute } from './System.Runtime.CompilerServices/internal/index.js';
110
+ export { DefaultInterpolatedStringHandler as DefaultInterpolatedStringHandler } from './System.Runtime.CompilerServices/internal/index.js';
111
+ export { IsUnmanagedAttribute as IsUnmanagedAttribute } from './System.Runtime.CompilerServices/internal/index.js';
112
+ export { IteratorStateMachineAttribute as IteratorStateMachineAttribute } from './System.Runtime.CompilerServices/internal/index.js';
113
+ export type ITuple = Internal.ITuple;
114
+ export { LoadHint as LoadHint } from './System.Runtime.CompilerServices/internal/index.js';
115
+ export { MethodCodeType as MethodCodeType } from './System.Runtime.CompilerServices/internal/index.js';
116
+ export { MethodImplAttribute as MethodImplAttribute } from './System.Runtime.CompilerServices/internal/index.js';
117
+ export { MethodImplOptions as MethodImplOptions } from './System.Runtime.CompilerServices/internal/index.js';
118
+ export { ModuleInitializerAttribute as ModuleInitializerAttribute } from './System.Runtime.CompilerServices/internal/index.js';
119
+ export { MetadataUpdateDeletedAttribute as MetadataUpdateDeletedAttribute } from './System.Runtime.CompilerServices/internal/index.js';
120
+ export { MetadataUpdateOriginalTypeAttribute as MetadataUpdateOriginalTypeAttribute } from './System.Runtime.CompilerServices/internal/index.js';
121
+ export { NullableAttribute as NullableAttribute } from './System.Runtime.CompilerServices/internal/index.js';
122
+ export { NullableContextAttribute as NullableContextAttribute } from './System.Runtime.CompilerServices/internal/index.js';
123
+ export { NullablePublicOnlyAttribute as NullablePublicOnlyAttribute } from './System.Runtime.CompilerServices/internal/index.js';
124
+ export { ReferenceAssemblyAttribute as ReferenceAssemblyAttribute } from './System.Runtime.CompilerServices/internal/index.js';
125
+ export { ParamCollectionAttribute as ParamCollectionAttribute } from './System.Runtime.CompilerServices/internal/index.js';
126
+ export { PreserveBaseOverridesAttribute as PreserveBaseOverridesAttribute } from './System.Runtime.CompilerServices/internal/index.js';
127
+ export { OverloadResolutionPriorityAttribute as OverloadResolutionPriorityAttribute } from './System.Runtime.CompilerServices/internal/index.js';
128
+ export { RefSafetyRulesAttribute as RefSafetyRulesAttribute } from './System.Runtime.CompilerServices/internal/index.js';
129
+ export { RequiredMemberAttribute as RequiredMemberAttribute } from './System.Runtime.CompilerServices/internal/index.js';
130
+ export { RequiresLocationAttribute as RequiresLocationAttribute } from './System.Runtime.CompilerServices/internal/index.js';
131
+ export { RuntimeCompatibilityAttribute as RuntimeCompatibilityAttribute } from './System.Runtime.CompilerServices/internal/index.js';
132
+ export { RuntimeFeature$instance as RuntimeFeature } from './System.Runtime.CompilerServices/internal/index.js';
133
+ export { RuntimeWrappedException as RuntimeWrappedException } from './System.Runtime.CompilerServices/internal/index.js';
134
+ export { ScopedRefAttribute as ScopedRefAttribute } from './System.Runtime.CompilerServices/internal/index.js';
135
+ export { SkipLocalsInitAttribute as SkipLocalsInitAttribute } from './System.Runtime.CompilerServices/internal/index.js';
136
+ export { SpecialNameAttribute as SpecialNameAttribute } from './System.Runtime.CompilerServices/internal/index.js';
137
+ export { StateMachineAttribute as StateMachineAttribute } from './System.Runtime.CompilerServices/internal/index.js';
138
+ export { StringFreezingAttribute as StringFreezingAttribute } from './System.Runtime.CompilerServices/internal/index.js';
139
+ export { StrongBox_1 as StrongBox } from './System.Runtime.CompilerServices/internal/index.js';
140
+ export type IStrongBox = Internal.IStrongBox;
141
+ export { SuppressIldasmAttribute as SuppressIldasmAttribute } from './System.Runtime.CompilerServices/internal/index.js';
142
+ export { SwitchExpressionException as SwitchExpressionException } from './System.Runtime.CompilerServices/internal/index.js';
143
+ export { ConfiguredTaskAwaitable as ConfiguredTaskAwaitable_0 } from './System.Runtime.CompilerServices/internal/index.js';
144
+ export { ConfiguredTaskAwaitable_ConfiguredTaskAwaiter as ConfiguredTaskAwaitable_ConfiguredTaskAwaiter } from './System.Runtime.CompilerServices/internal/index.js';
145
+ export { ConfiguredTaskAwaitable_1 as ConfiguredTaskAwaitable } from './System.Runtime.CompilerServices/internal/index.js';
146
+ export { TupleElementNamesAttribute as TupleElementNamesAttribute } from './System.Runtime.CompilerServices/internal/index.js';
147
+ export { TypeForwardedFromAttribute as TypeForwardedFromAttribute } from './System.Runtime.CompilerServices/internal/index.js';
148
+ export { TypeForwardedToAttribute as TypeForwardedToAttribute } from './System.Runtime.CompilerServices/internal/index.js';
149
+ export { Unsafe$instance as Unsafe } from './System.Runtime.CompilerServices/internal/index.js';
150
+ export { UnsafeAccessorKind as UnsafeAccessorKind } from './System.Runtime.CompilerServices/internal/index.js';
151
+ export { UnsafeAccessorAttribute as UnsafeAccessorAttribute } from './System.Runtime.CompilerServices/internal/index.js';
152
+ export { UnsafeAccessorTypeAttribute as UnsafeAccessorTypeAttribute } from './System.Runtime.CompilerServices/internal/index.js';
153
+ export { UnsafeValueTypeAttribute as UnsafeValueTypeAttribute } from './System.Runtime.CompilerServices/internal/index.js';
154
+ export { YieldAwaitable as YieldAwaitable } from './System.Runtime.CompilerServices/internal/index.js';
155
+ export { YieldAwaitable_YieldAwaiter as YieldAwaitable_YieldAwaiter } from './System.Runtime.CompilerServices/internal/index.js';
156
+ export { IsPinned$instance as IsPinned } from './System.Runtime.CompilerServices/internal/index.js';
157
+ export { IsBoxed$instance as IsBoxed } from './System.Runtime.CompilerServices/internal/index.js';
158
+ export { IsByValue$instance as IsByValue } from './System.Runtime.CompilerServices/internal/index.js';
159
+ export { IsCopyConstructed$instance as IsCopyConstructed } from './System.Runtime.CompilerServices/internal/index.js';
160
+ export { IsExplicitlyDereferenced$instance as IsExplicitlyDereferenced } from './System.Runtime.CompilerServices/internal/index.js';
161
+ export { IsImplicitlyDereferenced$instance as IsImplicitlyDereferenced } from './System.Runtime.CompilerServices/internal/index.js';
162
+ export { IsJitIntrinsic$instance as IsJitIntrinsic } from './System.Runtime.CompilerServices/internal/index.js';
163
+ export { IsLong$instance as IsLong } from './System.Runtime.CompilerServices/internal/index.js';
164
+ export { IsSignUnspecifiedByte$instance as IsSignUnspecifiedByte } from './System.Runtime.CompilerServices/internal/index.js';
165
+ export { IsUdtReturn$instance as IsUdtReturn } from './System.Runtime.CompilerServices/internal/index.js';
166
+ export { HasCopySemanticsAttribute as HasCopySemanticsAttribute } from './System.Runtime.CompilerServices/internal/index.js';
167
+ export { ScopelessEnumAttribute as ScopelessEnumAttribute } from './System.Runtime.CompilerServices/internal/index.js';
168
+ export { NativeCppClassAttribute as NativeCppClassAttribute } from './System.Runtime.CompilerServices/internal/index.js';
169
+ export { CppInlineNamespaceAttribute as CppInlineNamespaceAttribute } from './System.Runtime.CompilerServices/internal/index.js';
170
+ export { RequiredAttributeAttribute as RequiredAttributeAttribute } from './System.Runtime.CompilerServices/internal/index.js';
171
+ export { CompilerMarshalOverride$instance as CompilerMarshalOverride } from './System.Runtime.CompilerServices/internal/index.js';
172
+ export { IDispatchConstantAttribute as IDispatchConstantAttribute } from './System.Runtime.CompilerServices/internal/index.js';
173
+ export { IUnknownConstantAttribute as IUnknownConstantAttribute } from './System.Runtime.CompilerServices/internal/index.js';
174
+
175
+ // Multi-arity family sentinel (detects unspecified type parameters)
176
+ declare const __unspecified: unique symbol;
177
+ export type __ = typeof __unspecified;
178
+
179
+ export type AsyncTaskMethodBuilder<
180
+ T1 = __,
181
+ > =
182
+ [T1] extends [__] ? Internal.AsyncTaskMethodBuilder :
183
+ Internal.AsyncTaskMethodBuilder_1<T1>;
184
+
185
+ export type AsyncValueTaskMethodBuilder<
186
+ T1 = __,
187
+ > =
188
+ [T1] extends [__] ? Internal.AsyncValueTaskMethodBuilder :
189
+ Internal.AsyncValueTaskMethodBuilder_1<T1>;
190
+
191
+ export type CallSite<
192
+ T1 = __,
193
+ > =
194
+ [T1] extends [__] ? Internal.CallSite :
195
+ Internal.CallSite_1<T1>;
196
+
197
+ export type PoolingAsyncValueTaskMethodBuilder<
198
+ T1 = __,
199
+ > =
200
+ [T1] extends [__] ? Internal.PoolingAsyncValueTaskMethodBuilder :
201
+ Internal.PoolingAsyncValueTaskMethodBuilder_1<T1>;
202
+
203
+ export type TaskAwaiter<
204
+ T1 = __,
205
+ > =
206
+ [T1] extends [__] ? Internal.TaskAwaiter :
207
+ Internal.TaskAwaiter_1<T1>;
208
+
209
+ export type ValueTaskAwaiter<
210
+ T1 = __,
211
+ > =
212
+ [T1] extends [__] ? Internal.ValueTaskAwaiter :
213
+ Internal.ValueTaskAwaiter_1<T1>;
214
+
@@ -3,16 +3,14 @@
3
3
  // Facade - Public API Surface
4
4
 
5
5
  // Import internal declarations
6
- import * as Internal from './internal/index.js';
6
+ import * as Internal from './System.Runtime.ConstrainedExecution/internal/index.js';
7
7
 
8
8
  // Cross-namespace type imports for constraints
9
- import type { Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode } from '../System/internal/index.js';
9
+ import type { Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode } from './System/internal/index.js';
10
10
 
11
- export * from './internal/index.js';
12
-
13
- // Individual type exports for convenience
14
- export { Cer as Cer } from './internal/index.js';
15
- export { Consistency as Consistency } from './internal/index.js';
16
- export { CriticalFinalizerObject as CriticalFinalizerObject } from './internal/index.js';
17
- export { PrePrepareMethodAttribute as PrePrepareMethodAttribute } from './internal/index.js';
18
- export { ReliabilityContractAttribute as ReliabilityContractAttribute } from './internal/index.js';
11
+ // Public API exports (curated - no internal $instance/$views leakage)
12
+ export { Cer as Cer } from './System.Runtime.ConstrainedExecution/internal/index.js';
13
+ export { Consistency as Consistency } from './System.Runtime.ConstrainedExecution/internal/index.js';
14
+ export { CriticalFinalizerObject as CriticalFinalizerObject } from './System.Runtime.ConstrainedExecution/internal/index.js';
15
+ export { PrePrepareMethodAttribute as PrePrepareMethodAttribute } from './System.Runtime.ConstrainedExecution/internal/index.js';
16
+ export { ReliabilityContractAttribute as ReliabilityContractAttribute } from './System.Runtime.ConstrainedExecution/internal/index.js';
@@ -3,15 +3,13 @@
3
3
  // Facade - Public API Surface
4
4
 
5
5
  // Import internal declarations
6
- import * as Internal from './internal/index.js';
6
+ import * as Internal from './System.Runtime.ExceptionServices/internal/index.js';
7
7
 
8
8
  // Cross-namespace type imports for constraints
9
- import type { Attribute, Boolean as ClrBoolean, EventArgs, Exception, Func_2, Int32, Object as ClrObject, String as ClrString, Type, Void } from '../System/internal/index.js';
9
+ import type { Attribute, Boolean as ClrBoolean, EventArgs, Exception, Func_2, Int32, Object as ClrObject, String as ClrString, Type, Void } from './System/internal/index.js';
10
10
 
11
- export * from './internal/index.js';
12
-
13
- // Individual type exports for convenience
14
- export { ExceptionDispatchInfo as ExceptionDispatchInfo } from './internal/index.js';
15
- export { ExceptionHandling$instance as ExceptionHandling } from './internal/index.js';
16
- export { FirstChanceExceptionEventArgs as FirstChanceExceptionEventArgs } from './internal/index.js';
17
- export { HandleProcessCorruptedStateExceptionsAttribute as HandleProcessCorruptedStateExceptionsAttribute } from './internal/index.js';
11
+ // Public API exports (curated - no internal $instance/$views leakage)
12
+ export { ExceptionDispatchInfo as ExceptionDispatchInfo } from './System.Runtime.ExceptionServices/internal/index.js';
13
+ export { ExceptionHandling$instance as ExceptionHandling } from './System.Runtime.ExceptionServices/internal/index.js';
14
+ export { FirstChanceExceptionEventArgs as FirstChanceExceptionEventArgs } from './System.Runtime.ExceptionServices/internal/index.js';
15
+ export { HandleProcessCorruptedStateExceptionsAttribute as HandleProcessCorruptedStateExceptionsAttribute } from './System.Runtime.ExceptionServices/internal/index.js';
@@ -439,7 +439,7 @@ export interface __ArrayWithOffset$views {
439
439
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<ArrayWithOffset>;
440
440
 
441
441
  // Structural method bridges for numeric interface constraints
442
- Equals(other: ArrayWithOffset): boolean;
442
+ equals(other: ArrayWithOffset): boolean;
443
443
  }
444
444
 
445
445
  export type ArrayWithOffset = ArrayWithOffset$instance & __ArrayWithOffset$views;
@@ -464,7 +464,7 @@ export interface __CLong$views {
464
464
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CLong>;
465
465
 
466
466
  // Structural method bridges for numeric interface constraints
467
- Equals(other: CLong): boolean;
467
+ equals(other: CLong): boolean;
468
468
  }
469
469
 
470
470
  export type CLong = CLong$instance & __CLong$views;
@@ -515,7 +515,7 @@ export interface __CULong$views {
515
515
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CULong>;
516
516
 
517
517
  // Structural method bridges for numeric interface constraints
518
- Equals(other: CULong): boolean;
518
+ equals(other: CULong): boolean;
519
519
  }
520
520
 
521
521
  export type CULong = CULong$instance & __CULong$views;
@@ -545,7 +545,7 @@ export interface __GCHandle$views {
545
545
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<GCHandle>;
546
546
 
547
547
  // Structural method bridges for numeric interface constraints
548
- Equals(other: GCHandle): boolean;
548
+ equals(other: GCHandle): boolean;
549
549
  }
550
550
 
551
551
  export type GCHandle = GCHandle$instance & __GCHandle$views;
@@ -573,7 +573,7 @@ export interface __GCHandle_1$views<T> {
573
573
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<GCHandle_1<T>>;
574
574
 
575
575
  // Structural method bridges for numeric interface constraints
576
- Equals(other: GCHandle_1<T>): boolean;
576
+ equals(other: GCHandle_1<T>): boolean;
577
577
  }
578
578
 
579
579
  export interface GCHandle_1$instance<T> extends System_Internal.IDisposable$instance {}
@@ -756,16 +756,17 @@ export interface __NFloat$views {
756
756
  As_ITrigonometricFunctions_1(): System_Numerics_Internal.ITrigonometricFunctions_1$instance<NFloat>;
757
757
 
758
758
  // Structural method bridges for numeric interface constraints
759
- Equals(other: NFloat): boolean;
760
- CompareTo(obj: unknown): int;
761
- ToString(format: string, formatProvider: import("../../System/internal/index").IFormatProvider): string;
762
- TryFormat(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<char>>, charsWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
763
- GetExponentByteCount(): int;
764
- GetExponentShortestBitLength(): int;
765
- TryWriteExponentBigEndian(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
766
- WriteExponentBigEndian(destination: byte[], startIndex: int): int;
767
- WriteExponentBigEndian(destination: byte[]): int;
768
- WriteExponentBigEndian(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>): int;
759
+ equals(other: NFloat): boolean;
760
+ compareTo(obj: unknown): int;
761
+ toString(format: string, formatProvider: import("../../System/internal/index").IFormatProvider): string;
762
+ tryFormat(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<char>>, charsWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
763
+ tryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>, bytesWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
764
+ getExponentByteCount(): int;
765
+ getExponentShortestBitLength(): int;
766
+ tryWriteExponentBigEndian(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
767
+ writeExponentBigEndian(destination: byte[], startIndex: int): int;
768
+ writeExponentBigEndian(destination: byte[]): int;
769
+ writeExponentBigEndian(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>): int;
769
770
  }
770
771
 
771
772
  export interface NFloat$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<NFloat> {}
@@ -795,7 +796,7 @@ export interface __OSPlatform$views {
795
796
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<OSPlatform>;
796
797
 
797
798
  // Structural method bridges for numeric interface constraints
798
- Equals(other: OSPlatform): boolean;
799
+ equals(other: OSPlatform): boolean;
799
800
  }
800
801
 
801
802
  export type OSPlatform = OSPlatform$instance & __OSPlatform$views;
@@ -824,7 +825,7 @@ export interface __PinnedGCHandle_1$views<T> {
824
825
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<PinnedGCHandle_1<T>>;
825
826
 
826
827
  // Structural method bridges for numeric interface constraints
827
- Equals(other: PinnedGCHandle_1<T>): boolean;
828
+ equals(other: PinnedGCHandle_1<T>): boolean;
828
829
  }
829
830
 
830
831
  export interface PinnedGCHandle_1$instance<T> extends System_Internal.IDisposable$instance {}
@@ -855,7 +856,7 @@ export interface __WeakGCHandle_1$views<T> {
855
856
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<WeakGCHandle_1<T>>;
856
857
 
857
858
  // Structural method bridges for numeric interface constraints
858
- Equals(other: WeakGCHandle_1<T>): boolean;
859
+ equals(other: WeakGCHandle_1<T>): boolean;
859
860
  }
860
861
 
861
862
  export interface WeakGCHandle_1$instance<T> extends System_Internal.IDisposable$instance {}
@@ -0,0 +1,70 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Runtime.InteropServices.ComTypes
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Runtime.InteropServices.ComTypes/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { Boolean as ClrBoolean, Byte, Enum, Guid, IComparable, IConvertible, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
10
+
11
+ // Public API exports (curated - no internal $instance/$views leakage)
12
+ export { BIND_OPTS as BIND_OPTS } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
13
+ export type IBindCtx = Internal.IBindCtx;
14
+ export type IConnectionPoint = Internal.IConnectionPoint;
15
+ export type IConnectionPointContainer = Internal.IConnectionPointContainer;
16
+ export type IEnumConnectionPoints = Internal.IEnumConnectionPoints;
17
+ export { CONNECTDATA as CONNECTDATA } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
18
+ export type IEnumConnections = Internal.IEnumConnections;
19
+ export type IEnumMoniker = Internal.IEnumMoniker;
20
+ export type IEnumString = Internal.IEnumString;
21
+ export type IEnumVARIANT = Internal.IEnumVARIANT;
22
+ export { FILETIME as FILETIME } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
23
+ export type IMoniker = Internal.IMoniker;
24
+ export type IPersistFile = Internal.IPersistFile;
25
+ export type IRunningObjectTable = Internal.IRunningObjectTable;
26
+ export { STATSTG as STATSTG } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
27
+ export type IStream = Internal.IStream;
28
+ export { DESCKIND as DESCKIND } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
29
+ export { BINDPTR as BINDPTR } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
30
+ export type ITypeComp = Internal.ITypeComp;
31
+ export { TYPEKIND as TYPEKIND } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
32
+ export { TYPEFLAGS as TYPEFLAGS } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
33
+ export { IMPLTYPEFLAGS as IMPLTYPEFLAGS } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
34
+ export { TYPEATTR as TYPEATTR } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
35
+ export { FUNCDESC as FUNCDESC } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
36
+ export { IDLFLAG as IDLFLAG } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
37
+ export { IDLDESC as IDLDESC } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
38
+ export { PARAMFLAG as PARAMFLAG } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
39
+ export { PARAMDESC as PARAMDESC } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
40
+ export { TYPEDESC as TYPEDESC } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
41
+ export { ELEMDESC as ELEMDESC } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
42
+ export { ELEMDESC_DESCUNION as ELEMDESC_DESCUNION } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
43
+ export { VARKIND as VARKIND } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
44
+ export { VARDESC as VARDESC } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
45
+ export { VARDESC_DESCUNION as VARDESC_DESCUNION } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
46
+ export { DISPPARAMS as DISPPARAMS } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
47
+ export { EXCEPINFO as EXCEPINFO } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
48
+ export { FUNCKIND as FUNCKIND } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
49
+ export { INVOKEKIND as INVOKEKIND } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
50
+ export { CALLCONV as CALLCONV } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
51
+ export { FUNCFLAGS as FUNCFLAGS } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
52
+ export { VARFLAGS as VARFLAGS } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
53
+ export type ITypeInfo = Internal.ITypeInfo;
54
+ export type ITypeInfo2 = Internal.ITypeInfo2;
55
+ export { SYSKIND as SYSKIND } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
56
+ export { LIBFLAGS as LIBFLAGS } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
57
+ export { TYPELIBATTR as TYPELIBATTR } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
58
+ export type ITypeLib = Internal.ITypeLib;
59
+ export type ITypeLib2 = Internal.ITypeLib2;
60
+ export { ADVF as ADVF } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
61
+ export { DATADIR as DATADIR } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
62
+ export { DVASPECT as DVASPECT } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
63
+ export { FORMATETC as FORMATETC } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
64
+ export type IAdviseSink = Internal.IAdviseSink;
65
+ export type IDataObject = Internal.IDataObject;
66
+ export type IEnumFORMATETC = Internal.IEnumFORMATETC;
67
+ export type IEnumSTATDATA = Internal.IEnumSTATDATA;
68
+ export { STATDATA as STATDATA } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
69
+ export { STGMEDIUM as STGMEDIUM } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
70
+ export { TYMED as TYMED } from './System.Runtime.InteropServices.ComTypes/internal/index.js';
@@ -0,0 +1,16 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Runtime.InteropServices.Java
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Runtime.InteropServices.Java/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { GCHandle } from './System.Runtime.InteropServices/internal/index.js';
10
+ import type { Boolean as ClrBoolean, Int32, Object as ClrObject, ReadOnlySpan_1, String as ClrString, Type, UIntPtr, ValueType, Void } from './System/internal/index.js';
11
+
12
+ // Public API exports (curated - no internal $instance/$views leakage)
13
+ export { ComponentCrossReference as ComponentCrossReference } from './System.Runtime.InteropServices.Java/internal/index.js';
14
+ export { JavaMarshal$instance as JavaMarshal } from './System.Runtime.InteropServices.Java/internal/index.js';
15
+ export { MarkCrossReferencesArgs as MarkCrossReferencesArgs } from './System.Runtime.InteropServices.Java/internal/index.js';
16
+ export { StronglyConnectedComponent as StronglyConnectedComponent } from './System.Runtime.InteropServices.Java/internal/index.js';
@@ -0,0 +1,58 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Runtime.InteropServices.JavaScript
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Runtime.InteropServices.JavaScript/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IDictionary } from './System.Collections/internal/index.js';
10
+ import type { MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
11
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
12
+ import type { Task, Task_1 } from './System.Threading.Tasks/internal/index.js';
13
+ import type { CancellationToken } from './System.Threading/internal/index.js';
14
+ import type { Action, Action_1, Action_2, Action_3, ArraySegment_1, AsyncCallback, Attribute, Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Delegate, Double, Exception, Func_1, Func_2, Func_3, Func_4, IAsyncResult, ICloneable, IDisposable, Int16, Int32, Int64, IntPtr, MulticastDelegate, Nullable_1, Object as ClrObject, ReadOnlySpan_1, Single, Span_1, String as ClrString, Type, ValueType, Void } from './System/internal/index.js';
15
+
16
+ // Public API exports (curated - no internal $instance/$views leakage)
17
+ export { JSImportAttribute as JSImportAttribute } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
18
+ export { JSExportAttribute as JSExportAttribute } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
19
+ export { JSMarshalAsAttribute_1 as JSMarshalAsAttribute } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
20
+ export { JSType as JSType } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
21
+ export { JSObject as JSObject } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
22
+ export { JSException as JSException } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
23
+ export { JSHost$instance as JSHost } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
24
+ export { JSFunctionBinding as JSFunctionBinding } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
25
+ export { JSMarshalerType as JSMarshalerType } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
26
+ export { JSMarshalerArgument as JSMarshalerArgument } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
27
+ export { JSType_Void as JSType_Void } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
28
+ export { JSType_Discard as JSType_Discard } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
29
+ export { JSType_Boolean as JSType_Boolean } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
30
+ export { JSType_Number as JSType_Number } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
31
+ export { JSType_BigInt as JSType_BigInt } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
32
+ export { JSType_Date as JSType_Date } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
33
+ export { JSType_String as JSType_String } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
34
+ export { JSType_Object as JSType_Object } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
35
+ export { JSType_Error as JSType_Error } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
36
+ export { JSType_MemoryView as JSType_MemoryView } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
37
+ export { JSType_Array_1 as JSType_Array } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
38
+ export { JSType_Promise_1 as JSType_Promise } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
39
+ export { JSType_Any as JSType_Any } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
40
+ export type JSMarshalerArgument_ArgumentToManagedCallback<T> = Internal.JSMarshalerArgument_ArgumentToManagedCallback_1<T>;
41
+ export type JSMarshalerArgument_ArgumentToJSCallback<T> = Internal.JSMarshalerArgument_ArgumentToJSCallback_1<T>;
42
+
43
+ // Multi-arity family sentinel (detects unspecified type parameters)
44
+ declare const __unspecified: unique symbol;
45
+ export type __ = typeof __unspecified;
46
+
47
+ export type JSType_Function<
48
+ T1 = __,
49
+ T2 = __,
50
+ T3 = __,
51
+ T4 = __,
52
+ > =
53
+ [T1] extends [__] ? Internal.JSType_Function :
54
+ [T2] extends [__] ? [T1] extends [Internal.JSType] ? Internal.JSType_Function_1<T1> : never :
55
+ [T3] extends [__] ? [T1] extends [Internal.JSType] ? [T2] extends [Internal.JSType] ? Internal.JSType_Function_2<T1, T2> : never : never :
56
+ [T4] extends [__] ? [T1] extends [Internal.JSType] ? [T2] extends [Internal.JSType] ? [T3] extends [Internal.JSType] ? Internal.JSType_Function_3<T1, T2, T3> : never : never : never :
57
+ [T1] extends [Internal.JSType] ? [T2] extends [Internal.JSType] ? [T3] extends [Internal.JSType] ? [T4] extends [Internal.JSType] ? Internal.JSType_Function_4<T1, T2, T3, T4> : never : never : never : never;
58
+
@@ -0,0 +1,47 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Runtime.InteropServices.Marshalling
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Runtime.InteropServices.Marshalling/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IFloatingPointIeee754_1, INumber_1 } from './System.Numerics/internal/index.js';
10
+ import type { ComWrappers, ComWrappers_ComInterfaceEntry, CreateComInterfaceFlags, CreateObjectFlags, IDynamicInterfaceCastable, SafeHandle, StringMarshalling, VarEnum } from './System.Runtime.InteropServices/internal/index.js';
11
+ import type { Attribute, Boolean as ClrBoolean, Byte, Char, Enum, Exception, Guid, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, Object as ClrObject, ReadOnlySpan_1, RuntimeTypeHandle, Span_1, String as ClrString, Type, TypeCode, UInt16, ValueType, Void } from './System/internal/index.js';
12
+
13
+ // Public API exports (curated - no internal $instance/$views leakage)
14
+ export { AnsiStringMarshaller$instance as AnsiStringMarshaller } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
15
+ export { AnsiStringMarshaller_ManagedToUnmanagedIn as AnsiStringMarshaller_ManagedToUnmanagedIn } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
16
+ export { BStrStringMarshaller$instance as BStrStringMarshaller } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
17
+ export { BStrStringMarshaller_ManagedToUnmanagedIn as BStrStringMarshaller_ManagedToUnmanagedIn } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
18
+ export { ComVariant as ComVariant } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
19
+ export { ContiguousCollectionMarshallerAttribute as ContiguousCollectionMarshallerAttribute } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
20
+ export { CustomMarshallerAttribute as CustomMarshallerAttribute } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
21
+ export { CustomMarshallerAttribute_GenericPlaceholder as CustomMarshallerAttribute_GenericPlaceholder } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
22
+ export { MarshalMode as MarshalMode } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
23
+ export { MarshalUsingAttribute as MarshalUsingAttribute } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
24
+ export { NativeMarshallingAttribute as NativeMarshallingAttribute } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
25
+ export { Utf16StringMarshaller$instance as Utf16StringMarshaller } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
26
+ export { Utf8StringMarshaller$instance as Utf8StringMarshaller } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
27
+ export { Utf8StringMarshaller_ManagedToUnmanagedIn as Utf8StringMarshaller_ManagedToUnmanagedIn } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
28
+ export { ComExposedClassAttribute_1 as ComExposedClassAttribute } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
29
+ export { ComInterfaceOptions as ComInterfaceOptions } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
30
+ export { ComVariantMarshaller$instance as ComVariantMarshaller } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
31
+ export { ComVariantMarshaller_RefPropagate as ComVariantMarshaller_RefPropagate } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
32
+ export { ComObject as ComObject } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
33
+ export { ExceptionAsVoidMarshaller$instance as ExceptionAsVoidMarshaller } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
34
+ export { GeneratedComClassAttribute as GeneratedComClassAttribute } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
35
+ export { GeneratedComInterfaceAttribute as GeneratedComInterfaceAttribute } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
36
+ export type IComExposedClass = Internal.IComExposedClass;
37
+ export type IComExposedDetails = Internal.IComExposedDetails;
38
+ export type IIUnknownCacheStrategy = Internal.IIUnknownCacheStrategy;
39
+ export { IIUnknownCacheStrategy_TableInfo as IIUnknownCacheStrategy_TableInfo } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
40
+ export type IIUnknownDerivedDetails = Internal.IIUnknownDerivedDetails;
41
+ export type IIUnknownInterfaceDetailsStrategy = Internal.IIUnknownInterfaceDetailsStrategy;
42
+ export type IIUnknownInterfaceType = Internal.IIUnknownInterfaceType;
43
+ export type IIUnknownStrategy = Internal.IIUnknownStrategy;
44
+ export { IUnknownDerivedAttribute_2 as IUnknownDerivedAttribute } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
45
+ export type IUnmanagedVirtualMethodTableProvider = Internal.IUnmanagedVirtualMethodTableProvider;
46
+ export { StrategyBasedComWrappers as StrategyBasedComWrappers } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
47
+ export { VirtualMethodTableInfo as VirtualMethodTableInfo } from './System.Runtime.InteropServices.Marshalling/internal/index.js';
@@ -3,18 +3,16 @@
3
3
  // Facade - Public API Surface
4
4
 
5
5
  // Import internal declarations
6
- import * as Internal from './internal/index.js';
6
+ import * as Internal from './System.Runtime.InteropServices.ObjectiveC/internal/index.js';
7
7
 
8
8
  // Cross-namespace type imports for constraints
9
- import type { MethodInfo } from '../System.Reflection/internal/index.js';
10
- import type { GCHandle } from '../System.Runtime.InteropServices/internal/index.js';
11
- import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
12
- import type { AsyncCallback, Attribute, Boolean as ClrBoolean, Delegate, Enum, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, RuntimeMethodHandle, Span_1, String as ClrString, Type, TypeCode, Void } from '../System/internal/index.js';
9
+ import type { MethodInfo } from './System.Reflection/internal/index.js';
10
+ import type { GCHandle } from './System.Runtime.InteropServices/internal/index.js';
11
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
12
+ import type { AsyncCallback, Attribute, Boolean as ClrBoolean, Delegate, Enum, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, RuntimeMethodHandle, Span_1, String as ClrString, Type, TypeCode, Void } from './System/internal/index.js';
13
13
 
14
- export * from './internal/index.js';
15
-
16
- // Individual type exports for convenience
17
- export { ObjectiveCMarshal$instance as ObjectiveCMarshal } from './internal/index.js';
14
+ // Public API exports (curated - no internal $instance/$views leakage)
15
+ export { ObjectiveCMarshal$instance as ObjectiveCMarshal } from './System.Runtime.InteropServices.ObjectiveC/internal/index.js';
18
16
  export type ObjectiveCMarshal_UnhandledExceptionPropagationHandler = Internal.ObjectiveCMarshal_UnhandledExceptionPropagationHandler;
19
- export { ObjectiveCMarshal_MessageSendFunction as ObjectiveCMarshal_MessageSendFunction } from './internal/index.js';
20
- export { ObjectiveCTrackedTypeAttribute as ObjectiveCTrackedTypeAttribute } from './internal/index.js';
17
+ export { ObjectiveCMarshal_MessageSendFunction as ObjectiveCMarshal_MessageSendFunction } from './System.Runtime.InteropServices.ObjectiveC/internal/index.js';
18
+ export { ObjectiveCTrackedTypeAttribute as ObjectiveCTrackedTypeAttribute } from './System.Runtime.InteropServices.ObjectiveC/internal/index.js';