@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
@@ -1,219 +0,0 @@
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 './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
- export * from './internal/index.js';
22
-
23
- // Individual type exports for convenience
24
- export type IRuntimeVariables = Internal.IRuntimeVariables;
25
- export { RuntimeOps$instance as RuntimeOps } from './internal/index.js';
26
- export { ReadOnlyCollectionBuilder_1 as ReadOnlyCollectionBuilder_1 } from './internal/index.js';
27
- export { ReadOnlyCollectionBuilder_1 as ReadOnlyCollectionBuilder } from './internal/index.js';
28
- export { RuleCache_1 as RuleCache_1 } from './internal/index.js';
29
- export { RuleCache_1 as RuleCache } from './internal/index.js';
30
- export { CallSite as CallSite_0 } from './internal/index.js';
31
- export { CallSite_1 as CallSite_1 } from './internal/index.js';
32
- export { CallSite_1 as CallSite } from './internal/index.js';
33
- export { CallSiteBinder as CallSiteBinder } from './internal/index.js';
34
- export { CallSiteOps$instance as CallSiteOps } from './internal/index.js';
35
- export { CallSiteHelpers$instance as CallSiteHelpers } from './internal/index.js';
36
- export { DynamicAttribute as DynamicAttribute } from './internal/index.js';
37
- export { DebugInfoGenerator as DebugInfoGenerator } from './internal/index.js';
38
- export { Closure as Closure } from './internal/index.js';
39
- export { AsyncHelpers$instance as AsyncHelpers } from './internal/index.js';
40
- export { RuntimeHelpers$instance as RuntimeHelpers } from './internal/index.js';
41
- export type RuntimeHelpers_TryCode = Internal.RuntimeHelpers_TryCode;
42
- export type RuntimeHelpers_CleanupCode = Internal.RuntimeHelpers_CleanupCode;
43
- export { AccessedThroughPropertyAttribute as AccessedThroughPropertyAttribute } from './internal/index.js';
44
- export { AsyncIteratorMethodBuilder as AsyncIteratorMethodBuilder } from './internal/index.js';
45
- export { AsyncIteratorStateMachineAttribute as AsyncIteratorStateMachineAttribute } from './internal/index.js';
46
- export { AsyncMethodBuilderAttribute as AsyncMethodBuilderAttribute } from './internal/index.js';
47
- export { AsyncStateMachineAttribute as AsyncStateMachineAttribute } from './internal/index.js';
48
- export { AsyncTaskMethodBuilder as AsyncTaskMethodBuilder_0 } from './internal/index.js';
49
- export { AsyncTaskMethodBuilder_1 as AsyncTaskMethodBuilder_1 } from './internal/index.js';
50
- export { AsyncTaskMethodBuilder_1 as AsyncTaskMethodBuilder } from './internal/index.js';
51
- export { AsyncValueTaskMethodBuilder as AsyncValueTaskMethodBuilder_0 } from './internal/index.js';
52
- export { AsyncValueTaskMethodBuilder_1 as AsyncValueTaskMethodBuilder_1 } from './internal/index.js';
53
- export { AsyncValueTaskMethodBuilder_1 as AsyncValueTaskMethodBuilder } from './internal/index.js';
54
- export { AsyncVoidMethodBuilder as AsyncVoidMethodBuilder } from './internal/index.js';
55
- export { CallerArgumentExpressionAttribute as CallerArgumentExpressionAttribute } from './internal/index.js';
56
- export { CallerFilePathAttribute as CallerFilePathAttribute } from './internal/index.js';
57
- export { CallerLineNumberAttribute as CallerLineNumberAttribute } from './internal/index.js';
58
- export { CallerMemberNameAttribute as CallerMemberNameAttribute } from './internal/index.js';
59
- export { CallConvCdecl as CallConvCdecl } from './internal/index.js';
60
- export { CallConvFastcall as CallConvFastcall } from './internal/index.js';
61
- export { CallConvStdcall as CallConvStdcall } from './internal/index.js';
62
- export { CallConvSwift as CallConvSwift } from './internal/index.js';
63
- export { CallConvSuppressGCTransition as CallConvSuppressGCTransition } from './internal/index.js';
64
- export { CallConvThiscall as CallConvThiscall } from './internal/index.js';
65
- export { CallConvMemberFunction as CallConvMemberFunction } from './internal/index.js';
66
- export { CollectionBuilderAttribute as CollectionBuilderAttribute } from './internal/index.js';
67
- export { CompilationRelaxations as CompilationRelaxations } from './internal/index.js';
68
- export { CompilationRelaxationsAttribute as CompilationRelaxationsAttribute } from './internal/index.js';
69
- export { CompilerFeatureRequiredAttribute as CompilerFeatureRequiredAttribute } from './internal/index.js';
70
- export { CompilerGeneratedAttribute as CompilerGeneratedAttribute } from './internal/index.js';
71
- export { CompilerLoweringPreserveAttribute as CompilerLoweringPreserveAttribute } from './internal/index.js';
72
- export { CompilerGlobalScopeAttribute as CompilerGlobalScopeAttribute } from './internal/index.js';
73
- export { ConditionalWeakTable_2 as ConditionalWeakTable_2 } from './internal/index.js';
74
- export { ConditionalWeakTable_2 as ConditionalWeakTable } from './internal/index.js';
75
- export type ConditionalWeakTable_2_CreateValueCallback<TKey, TValue> = Internal.ConditionalWeakTable_2_CreateValueCallback<TKey, TValue>;
76
- export { ConfiguredAsyncDisposable as ConfiguredAsyncDisposable } from './internal/index.js';
77
- export { ConfiguredCancelableAsyncEnumerable_1 as ConfiguredCancelableAsyncEnumerable_1 } from './internal/index.js';
78
- export { ConfiguredCancelableAsyncEnumerable_1 as ConfiguredCancelableAsyncEnumerable } from './internal/index.js';
79
- export { ConfiguredCancelableAsyncEnumerable_1_Enumerator as ConfiguredCancelableAsyncEnumerable_1_Enumerator } from './internal/index.js';
80
- export { ConfiguredValueTaskAwaitable as ConfiguredValueTaskAwaitable_0 } from './internal/index.js';
81
- export { ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter as ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter } from './internal/index.js';
82
- export { ConfiguredValueTaskAwaitable_1 as ConfiguredValueTaskAwaitable_1 } from './internal/index.js';
83
- export { ConfiguredValueTaskAwaitable_1 as ConfiguredValueTaskAwaitable } from './internal/index.js';
84
- export { ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter as ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter } from './internal/index.js';
85
- export { ContractHelper$instance as ContractHelper } from './internal/index.js';
86
- export { CreateNewOnMetadataUpdateAttribute as CreateNewOnMetadataUpdateAttribute } from './internal/index.js';
87
- export { CustomConstantAttribute as CustomConstantAttribute } from './internal/index.js';
88
- export { DateTimeConstantAttribute as DateTimeConstantAttribute } from './internal/index.js';
89
- export { DecimalConstantAttribute as DecimalConstantAttribute } from './internal/index.js';
90
- export { DefaultDependencyAttribute as DefaultDependencyAttribute } from './internal/index.js';
91
- export { DependencyAttribute as DependencyAttribute } from './internal/index.js';
92
- export { DisablePrivateReflectionAttribute as DisablePrivateReflectionAttribute } from './internal/index.js';
93
- export { DisableRuntimeMarshallingAttribute as DisableRuntimeMarshallingAttribute } from './internal/index.js';
94
- export { DiscardableAttribute as DiscardableAttribute } from './internal/index.js';
95
- export { EnumeratorCancellationAttribute as EnumeratorCancellationAttribute } from './internal/index.js';
96
- export { ExtensionAttribute as ExtensionAttribute } from './internal/index.js';
97
- export { ExtensionMarkerAttribute as ExtensionMarkerAttribute } from './internal/index.js';
98
- export { FixedAddressValueTypeAttribute as FixedAddressValueTypeAttribute } from './internal/index.js';
99
- export { FixedBufferAttribute as FixedBufferAttribute } from './internal/index.js';
100
- export { FormattableStringFactory$instance as FormattableStringFactory } from './internal/index.js';
101
- export type IAsyncStateMachine = Internal.IAsyncStateMachine;
102
- export { IndexerNameAttribute as IndexerNameAttribute } from './internal/index.js';
103
- export type INotifyCompletion = Internal.INotifyCompletion;
104
- export type ICriticalNotifyCompletion = Internal.ICriticalNotifyCompletion;
105
- export { InternalsVisibleToAttribute as InternalsVisibleToAttribute } from './internal/index.js';
106
- export { IsByRefLikeAttribute as IsByRefLikeAttribute } from './internal/index.js';
107
- export { InlineArray2_1 as InlineArray2_1 } from './internal/index.js';
108
- export { InlineArray2_1 as InlineArray2 } from './internal/index.js';
109
- export { InlineArray3_1 as InlineArray3_1 } from './internal/index.js';
110
- export { InlineArray3_1 as InlineArray3 } from './internal/index.js';
111
- export { InlineArray4_1 as InlineArray4_1 } from './internal/index.js';
112
- export { InlineArray4_1 as InlineArray4 } from './internal/index.js';
113
- export { InlineArray5_1 as InlineArray5_1 } from './internal/index.js';
114
- export { InlineArray5_1 as InlineArray5 } from './internal/index.js';
115
- export { InlineArray6_1 as InlineArray6_1 } from './internal/index.js';
116
- export { InlineArray6_1 as InlineArray6 } from './internal/index.js';
117
- export { InlineArray7_1 as InlineArray7_1 } from './internal/index.js';
118
- export { InlineArray7_1 as InlineArray7 } from './internal/index.js';
119
- export { InlineArray8_1 as InlineArray8_1 } from './internal/index.js';
120
- export { InlineArray8_1 as InlineArray8 } from './internal/index.js';
121
- export { InlineArray9_1 as InlineArray9_1 } from './internal/index.js';
122
- export { InlineArray9_1 as InlineArray9 } from './internal/index.js';
123
- export { InlineArray10_1 as InlineArray10_1 } from './internal/index.js';
124
- export { InlineArray10_1 as InlineArray10 } from './internal/index.js';
125
- export { InlineArray11_1 as InlineArray11_1 } from './internal/index.js';
126
- export { InlineArray11_1 as InlineArray11 } from './internal/index.js';
127
- export { InlineArray12_1 as InlineArray12_1 } from './internal/index.js';
128
- export { InlineArray12_1 as InlineArray12 } from './internal/index.js';
129
- export { InlineArray13_1 as InlineArray13_1 } from './internal/index.js';
130
- export { InlineArray13_1 as InlineArray13 } from './internal/index.js';
131
- export { InlineArray14_1 as InlineArray14_1 } from './internal/index.js';
132
- export { InlineArray14_1 as InlineArray14 } from './internal/index.js';
133
- export { InlineArray15_1 as InlineArray15_1 } from './internal/index.js';
134
- export { InlineArray15_1 as InlineArray15 } from './internal/index.js';
135
- export { InlineArray16_1 as InlineArray16_1 } from './internal/index.js';
136
- export { InlineArray16_1 as InlineArray16 } from './internal/index.js';
137
- export { InlineArrayAttribute as InlineArrayAttribute } from './internal/index.js';
138
- export { IsConst$instance as IsConst } from './internal/index.js';
139
- export { IsExternalInit$instance as IsExternalInit } from './internal/index.js';
140
- export { IsReadOnlyAttribute as IsReadOnlyAttribute } from './internal/index.js';
141
- export { IsVolatile$instance as IsVolatile } from './internal/index.js';
142
- export { InterpolatedStringHandlerAttribute as InterpolatedStringHandlerAttribute } from './internal/index.js';
143
- export { InterpolatedStringHandlerArgumentAttribute as InterpolatedStringHandlerArgumentAttribute } from './internal/index.js';
144
- export { DefaultInterpolatedStringHandler as DefaultInterpolatedStringHandler } from './internal/index.js';
145
- export { IsUnmanagedAttribute as IsUnmanagedAttribute } from './internal/index.js';
146
- export { IteratorStateMachineAttribute as IteratorStateMachineAttribute } from './internal/index.js';
147
- export type ITuple = Internal.ITuple;
148
- export { LoadHint as LoadHint } from './internal/index.js';
149
- export { MethodCodeType as MethodCodeType } from './internal/index.js';
150
- export { MethodImplAttribute as MethodImplAttribute } from './internal/index.js';
151
- export { MethodImplOptions as MethodImplOptions } from './internal/index.js';
152
- export { ModuleInitializerAttribute as ModuleInitializerAttribute } from './internal/index.js';
153
- export { MetadataUpdateDeletedAttribute as MetadataUpdateDeletedAttribute } from './internal/index.js';
154
- export { MetadataUpdateOriginalTypeAttribute as MetadataUpdateOriginalTypeAttribute } from './internal/index.js';
155
- export { NullableAttribute as NullableAttribute } from './internal/index.js';
156
- export { NullableContextAttribute as NullableContextAttribute } from './internal/index.js';
157
- export { NullablePublicOnlyAttribute as NullablePublicOnlyAttribute } from './internal/index.js';
158
- export { ReferenceAssemblyAttribute as ReferenceAssemblyAttribute } from './internal/index.js';
159
- export { ParamCollectionAttribute as ParamCollectionAttribute } from './internal/index.js';
160
- export { PoolingAsyncValueTaskMethodBuilder as PoolingAsyncValueTaskMethodBuilder_0 } from './internal/index.js';
161
- export { PoolingAsyncValueTaskMethodBuilder_1 as PoolingAsyncValueTaskMethodBuilder_1 } from './internal/index.js';
162
- export { PoolingAsyncValueTaskMethodBuilder_1 as PoolingAsyncValueTaskMethodBuilder } from './internal/index.js';
163
- export { PreserveBaseOverridesAttribute as PreserveBaseOverridesAttribute } from './internal/index.js';
164
- export { OverloadResolutionPriorityAttribute as OverloadResolutionPriorityAttribute } from './internal/index.js';
165
- export { RefSafetyRulesAttribute as RefSafetyRulesAttribute } from './internal/index.js';
166
- export { RequiredMemberAttribute as RequiredMemberAttribute } from './internal/index.js';
167
- export { RequiresLocationAttribute as RequiresLocationAttribute } from './internal/index.js';
168
- export { RuntimeCompatibilityAttribute as RuntimeCompatibilityAttribute } from './internal/index.js';
169
- export { RuntimeFeature$instance as RuntimeFeature } from './internal/index.js';
170
- export { RuntimeWrappedException as RuntimeWrappedException } from './internal/index.js';
171
- export { ScopedRefAttribute as ScopedRefAttribute } from './internal/index.js';
172
- export { SkipLocalsInitAttribute as SkipLocalsInitAttribute } from './internal/index.js';
173
- export { SpecialNameAttribute as SpecialNameAttribute } from './internal/index.js';
174
- export { StateMachineAttribute as StateMachineAttribute } from './internal/index.js';
175
- export { StringFreezingAttribute as StringFreezingAttribute } from './internal/index.js';
176
- export { StrongBox_1 as StrongBox_1 } from './internal/index.js';
177
- export { StrongBox_1 as StrongBox } from './internal/index.js';
178
- export type IStrongBox = Internal.IStrongBox;
179
- export { SuppressIldasmAttribute as SuppressIldasmAttribute } from './internal/index.js';
180
- export { SwitchExpressionException as SwitchExpressionException } from './internal/index.js';
181
- export { TaskAwaiter as TaskAwaiter_0 } from './internal/index.js';
182
- export { TaskAwaiter_1 as TaskAwaiter_1 } from './internal/index.js';
183
- export { TaskAwaiter_1 as TaskAwaiter } from './internal/index.js';
184
- export { ConfiguredTaskAwaitable as ConfiguredTaskAwaitable_0 } from './internal/index.js';
185
- export { ConfiguredTaskAwaitable_ConfiguredTaskAwaiter as ConfiguredTaskAwaitable_ConfiguredTaskAwaiter } from './internal/index.js';
186
- export { ConfiguredTaskAwaitable_1 as ConfiguredTaskAwaitable_1 } from './internal/index.js';
187
- export { ConfiguredTaskAwaitable_1 as ConfiguredTaskAwaitable } from './internal/index.js';
188
- export { ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter as ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter } from './internal/index.js';
189
- export { TupleElementNamesAttribute as TupleElementNamesAttribute } from './internal/index.js';
190
- export { TypeForwardedFromAttribute as TypeForwardedFromAttribute } from './internal/index.js';
191
- export { TypeForwardedToAttribute as TypeForwardedToAttribute } from './internal/index.js';
192
- export { Unsafe$instance as Unsafe } from './internal/index.js';
193
- export { UnsafeAccessorKind as UnsafeAccessorKind } from './internal/index.js';
194
- export { UnsafeAccessorAttribute as UnsafeAccessorAttribute } from './internal/index.js';
195
- export { UnsafeAccessorTypeAttribute as UnsafeAccessorTypeAttribute } from './internal/index.js';
196
- export { UnsafeValueTypeAttribute as UnsafeValueTypeAttribute } from './internal/index.js';
197
- export { ValueTaskAwaiter as ValueTaskAwaiter_0 } from './internal/index.js';
198
- export { ValueTaskAwaiter_1 as ValueTaskAwaiter_1 } from './internal/index.js';
199
- export { ValueTaskAwaiter_1 as ValueTaskAwaiter } from './internal/index.js';
200
- export { YieldAwaitable as YieldAwaitable } from './internal/index.js';
201
- export { YieldAwaitable_YieldAwaiter as YieldAwaitable_YieldAwaiter } from './internal/index.js';
202
- export { IsPinned$instance as IsPinned } from './internal/index.js';
203
- export { IsBoxed$instance as IsBoxed } from './internal/index.js';
204
- export { IsByValue$instance as IsByValue } from './internal/index.js';
205
- export { IsCopyConstructed$instance as IsCopyConstructed } from './internal/index.js';
206
- export { IsExplicitlyDereferenced$instance as IsExplicitlyDereferenced } from './internal/index.js';
207
- export { IsImplicitlyDereferenced$instance as IsImplicitlyDereferenced } from './internal/index.js';
208
- export { IsJitIntrinsic$instance as IsJitIntrinsic } from './internal/index.js';
209
- export { IsLong$instance as IsLong } from './internal/index.js';
210
- export { IsSignUnspecifiedByte$instance as IsSignUnspecifiedByte } from './internal/index.js';
211
- export { IsUdtReturn$instance as IsUdtReturn } from './internal/index.js';
212
- export { HasCopySemanticsAttribute as HasCopySemanticsAttribute } from './internal/index.js';
213
- export { ScopelessEnumAttribute as ScopelessEnumAttribute } from './internal/index.js';
214
- export { NativeCppClassAttribute as NativeCppClassAttribute } from './internal/index.js';
215
- export { CppInlineNamespaceAttribute as CppInlineNamespaceAttribute } from './internal/index.js';
216
- export { RequiredAttributeAttribute as RequiredAttributeAttribute } from './internal/index.js';
217
- export { CompilerMarshalOverride$instance as CompilerMarshalOverride } from './internal/index.js';
218
- export { IDispatchConstantAttribute as IDispatchConstantAttribute } from './internal/index.js';
219
- export { IUnknownConstantAttribute as IUnknownConstantAttribute } from './internal/index.js';
@@ -1,161 +0,0 @@
1
- // Generated by tsbindgen - Architecture
2
- // Namespace: System.Runtime.InteropServices
3
- // Facade - Public API Surface
4
-
5
- // Import internal declarations
6
- import * as Internal from './internal/index.js';
7
-
8
- // Cross-namespace type imports for constraints
9
- import type { SafeHandleZeroOrMinusOneIsInvalid } from '../Microsoft.Win32.SafeHandles/internal/index.js';
10
- import type { MemoryManager_1, ReadOnlySequence_1, ReadOnlySequenceSegment_1, SequenceReader_1 } from '../System.Buffers/internal/index.js';
11
- import type { Dictionary_2, Dictionary_2_AlternateLookup_1, IEnumerable_1, IList_1, IReadOnlyDictionary_2, List_1 } from '../System.Collections.Generic/internal/index.js';
12
- import type { ImmutableArray_1, ImmutableArray_1_Builder } from '../System.Collections.Immutable/internal/index.js';
13
- import type { BitArray, IDictionary } from '../System.Collections/internal/index.js';
14
- import type { NumberStyles } from '../System.Globalization/internal/index.js';
15
- import type { IAdditionOperators_3, IAdditiveIdentity_2, IBinaryFloatingPointIeee754_1, IBinaryInteger_1, IBinaryNumber_1, IBitwiseOperators_3, IComparisonOperators_3, IDecrementOperators_1, IDivisionOperators_3, IEqualityOperators_3, IExponentialFunctions_1, IFloatingPoint_1, IFloatingPointConstants_1, IFloatingPointIeee754_1, IHyperbolicFunctions_1, IIncrementOperators_1, ILogarithmicFunctions_1, IMinMaxValue_1, IModulusOperators_3, IMultiplicativeIdentity_2, IMultiplyOperators_3, INumber_1, INumberBase_1, IPowerFunctions_1, IRootFunctions_1, ISignedNumber_1, ISubtractionOperators_3, ITrigonometricFunctions_1, IUnaryNegationOperators_2, IUnaryPlusOperators_2 } from '../System.Numerics/internal/index.js';
16
- import type { Assembly, CustomAttributeData, EventAttributes, EventInfo, ICustomAttributeProvider, MemberInfo, MemberTypes, MethodBase, MethodInfo, Module } from '../System.Reflection/internal/index.js';
17
- import type { CriticalFinalizerObject } from '../System.Runtime.ConstrainedExecution/internal/index.js';
18
- import type { ITypeInfo } from '../System.Runtime.InteropServices.ComTypes/internal/index.js';
19
- import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
20
- import type { SecureString } from '../System.Security/internal/index.js';
21
- import type { JsonElement, JsonProperty } from '../System.Text.Json/internal/index.js';
22
- import type { Action_1, Array as ClrArray, ArraySegment_1, AsyncCallback, Attribute, Boolean as ClrBoolean, Byte, Char, Decimal, Delegate, Double, Enum, Exception, Guid, IAsyncResult, ICloneable, IComparable, IComparable_1, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, IParsable_1, ISpanFormattable, ISpanParsable_1, IUtf8SpanFormattable, IUtf8SpanParsable_1, MarshalByRefObject, Memory_1, MidpointRounding, MulticastDelegate, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, RuntimeTypeHandle, Single, Span_1, String as ClrString, SystemException, Type, TypeCode, UInt32, UInt64, UIntPtr, ValueTuple_2, ValueType, Void } from '../System/internal/index.js';
23
-
24
- export * from './internal/index.js';
25
-
26
- // Individual type exports for convenience
27
- export { ImmutableCollectionsMarshal$instance as ImmutableCollectionsMarshal } from './internal/index.js';
28
- export { SequenceMarshal$instance as SequenceMarshal } from './internal/index.js';
29
- export { GCHandle as GCHandle_0 } from './internal/index.js';
30
- export { Marshal$instance as Marshal } from './internal/index.js';
31
- export { MemoryMarshal$instance as MemoryMarshal } from './internal/index.js';
32
- export { NativeLibrary$instance as NativeLibrary } from './internal/index.js';
33
- export { ComWrappers as ComWrappers } from './internal/index.js';
34
- export { ComWrappers_ComInterfaceEntry as ComWrappers_ComInterfaceEntry } from './internal/index.js';
35
- export { ComWrappers_ComInterfaceDispatch as ComWrappers_ComInterfaceDispatch } from './internal/index.js';
36
- export { AllowReversePInvokeCallsAttribute as AllowReversePInvokeCallsAttribute } from './internal/index.js';
37
- export { Architecture as Architecture } from './internal/index.js';
38
- export { ArrayWithOffset as ArrayWithOffset } from './internal/index.js';
39
- export { BestFitMappingAttribute as BestFitMappingAttribute } from './internal/index.js';
40
- export { BStrWrapper as BStrWrapper } from './internal/index.js';
41
- export { CallingConvention as CallingConvention } from './internal/index.js';
42
- export { CharSet as CharSet } from './internal/index.js';
43
- export { ClassInterfaceAttribute as ClassInterfaceAttribute } from './internal/index.js';
44
- export { ClassInterfaceType as ClassInterfaceType } from './internal/index.js';
45
- export { CLong as CLong } from './internal/index.js';
46
- export { CoClassAttribute as CoClassAttribute } from './internal/index.js';
47
- export { CollectionsMarshal$instance as CollectionsMarshal } from './internal/index.js';
48
- export { ComDefaultInterfaceAttribute as ComDefaultInterfaceAttribute } from './internal/index.js';
49
- export { ComEventInterfaceAttribute as ComEventInterfaceAttribute } from './internal/index.js';
50
- export { COMException as COMException } from './internal/index.js';
51
- export { ComImportAttribute as ComImportAttribute } from './internal/index.js';
52
- export { ComInterfaceType as ComInterfaceType } from './internal/index.js';
53
- export { ComMemberType as ComMemberType } from './internal/index.js';
54
- export { ComSourceInterfacesAttribute as ComSourceInterfacesAttribute } from './internal/index.js';
55
- export { ComVisibleAttribute as ComVisibleAttribute } from './internal/index.js';
56
- export { CreateObjectFlags as CreateObjectFlags } from './internal/index.js';
57
- export { CreateComInterfaceFlags as CreateComInterfaceFlags } from './internal/index.js';
58
- export { CreatedWrapperFlags as CreatedWrapperFlags } from './internal/index.js';
59
- export { CriticalHandle as CriticalHandle } from './internal/index.js';
60
- export { CULong as CULong } from './internal/index.js';
61
- export { CurrencyWrapper as CurrencyWrapper } from './internal/index.js';
62
- export { CustomQueryInterfaceMode as CustomQueryInterfaceMode } from './internal/index.js';
63
- export { CustomQueryInterfaceResult as CustomQueryInterfaceResult } from './internal/index.js';
64
- export { DefaultCharSetAttribute as DefaultCharSetAttribute } from './internal/index.js';
65
- export { DefaultDllImportSearchPathsAttribute as DefaultDllImportSearchPathsAttribute } from './internal/index.js';
66
- export { DefaultParameterValueAttribute as DefaultParameterValueAttribute } from './internal/index.js';
67
- export { DispatchWrapper as DispatchWrapper } from './internal/index.js';
68
- export { DispIdAttribute as DispIdAttribute } from './internal/index.js';
69
- export { DllImportAttribute as DllImportAttribute } from './internal/index.js';
70
- export { DllImportSearchPath as DllImportSearchPath } from './internal/index.js';
71
- export { ErrorWrapper as ErrorWrapper } from './internal/index.js';
72
- export { ExternalException as ExternalException } from './internal/index.js';
73
- export { FieldOffsetAttribute as FieldOffsetAttribute } from './internal/index.js';
74
- export { GCHandle_1 as GCHandle_1 } from './internal/index.js';
75
- export { GCHandle_1 as GCHandle } from './internal/index.js';
76
- export { GCHandleExtensions$instance as GCHandleExtensions } from './internal/index.js';
77
- export { GCHandleType as GCHandleType } from './internal/index.js';
78
- export { GuidAttribute as GuidAttribute } from './internal/index.js';
79
- export { HandleRef as HandleRef } from './internal/index.js';
80
- export type ICustomAdapter = Internal.ICustomAdapter;
81
- export type ICustomFactory = Internal.ICustomFactory;
82
- export type ICustomMarshaler = Internal.ICustomMarshaler;
83
- export type ICustomQueryInterface = Internal.ICustomQueryInterface;
84
- export type IDynamicInterfaceCastable = Internal.IDynamicInterfaceCastable;
85
- export { DynamicInterfaceCastableImplementationAttribute as DynamicInterfaceCastableImplementationAttribute } from './internal/index.js';
86
- export { InAttribute as InAttribute } from './internal/index.js';
87
- export { InterfaceTypeAttribute as InterfaceTypeAttribute } from './internal/index.js';
88
- export { InvalidComObjectException as InvalidComObjectException } from './internal/index.js';
89
- export { InvalidOleVariantTypeException as InvalidOleVariantTypeException } from './internal/index.js';
90
- export { LayoutKind as LayoutKind } from './internal/index.js';
91
- export { LCIDConversionAttribute as LCIDConversionAttribute } from './internal/index.js';
92
- export { LibraryImportAttribute as LibraryImportAttribute } from './internal/index.js';
93
- export { MarshalAsAttribute as MarshalAsAttribute } from './internal/index.js';
94
- export { MarshalDirectiveException as MarshalDirectiveException } from './internal/index.js';
95
- export type DllImportResolver = Internal.DllImportResolver;
96
- export { NativeMemory$instance as NativeMemory } from './internal/index.js';
97
- export { NFloat as NFloat } from './internal/index.js';
98
- export { OptionalAttribute as OptionalAttribute } from './internal/index.js';
99
- export { OSPlatform as OSPlatform } from './internal/index.js';
100
- export { OutAttribute as OutAttribute } from './internal/index.js';
101
- export { PinnedGCHandle_1 as PinnedGCHandle_1 } from './internal/index.js';
102
- export { PinnedGCHandle_1 as PinnedGCHandle } from './internal/index.js';
103
- export { PosixSignal as PosixSignal } from './internal/index.js';
104
- export { PosixSignalContext as PosixSignalContext } from './internal/index.js';
105
- export { PosixSignalRegistration as PosixSignalRegistration } from './internal/index.js';
106
- export { PreserveSigAttribute as PreserveSigAttribute } from './internal/index.js';
107
- export { ProgIdAttribute as ProgIdAttribute } from './internal/index.js';
108
- export { RuntimeInformation$instance as RuntimeInformation } from './internal/index.js';
109
- export { SafeArrayRankMismatchException as SafeArrayRankMismatchException } from './internal/index.js';
110
- export { SafeArrayTypeMismatchException as SafeArrayTypeMismatchException } from './internal/index.js';
111
- export { SafeBuffer as SafeBuffer } from './internal/index.js';
112
- export { SafeHandle as SafeHandle } from './internal/index.js';
113
- export { SEHException as SEHException } from './internal/index.js';
114
- export { StringMarshalling as StringMarshalling } from './internal/index.js';
115
- export { StructLayoutAttribute as StructLayoutAttribute } from './internal/index.js';
116
- export { SuppressGCTransitionAttribute as SuppressGCTransitionAttribute } from './internal/index.js';
117
- export { TypeIdentifierAttribute as TypeIdentifierAttribute } from './internal/index.js';
118
- export { TypeMapAttribute_1 as TypeMapAttribute_1 } from './internal/index.js';
119
- export { TypeMapAttribute_1 as TypeMapAttribute } from './internal/index.js';
120
- export { TypeMapAssociationAttribute_1 as TypeMapAssociationAttribute_1 } from './internal/index.js';
121
- export { TypeMapAssociationAttribute_1 as TypeMapAssociationAttribute } from './internal/index.js';
122
- export { TypeMapAssemblyTargetAttribute_1 as TypeMapAssemblyTargetAttribute_1 } from './internal/index.js';
123
- export { TypeMapAssemblyTargetAttribute_1 as TypeMapAssemblyTargetAttribute } from './internal/index.js';
124
- export { TypeMapping$instance as TypeMapping } from './internal/index.js';
125
- export { UnknownWrapper as UnknownWrapper } from './internal/index.js';
126
- export { UnmanagedCallConvAttribute as UnmanagedCallConvAttribute } from './internal/index.js';
127
- export { UnmanagedCallersOnlyAttribute as UnmanagedCallersOnlyAttribute } from './internal/index.js';
128
- export { UnmanagedFunctionPointerAttribute as UnmanagedFunctionPointerAttribute } from './internal/index.js';
129
- export { UnmanagedType as UnmanagedType } from './internal/index.js';
130
- export { VarEnum as VarEnum } from './internal/index.js';
131
- export { VariantWrapper as VariantWrapper } from './internal/index.js';
132
- export { WasmImportLinkageAttribute as WasmImportLinkageAttribute } from './internal/index.js';
133
- export { WeakGCHandle_1 as WeakGCHandle_1 } from './internal/index.js';
134
- export { WeakGCHandle_1 as WeakGCHandle } from './internal/index.js';
135
- export { ComEventsHelper$instance as ComEventsHelper } from './internal/index.js';
136
- export { StandardOleMarshalObject as StandardOleMarshalObject } from './internal/index.js';
137
- export { AssemblyRegistrationFlags as AssemblyRegistrationFlags } from './internal/index.js';
138
- export { AutomationProxyAttribute as AutomationProxyAttribute } from './internal/index.js';
139
- export { ComAliasNameAttribute as ComAliasNameAttribute } from './internal/index.js';
140
- export { ComAwareEventInfo as ComAwareEventInfo } from './internal/index.js';
141
- export { ComCompatibleVersionAttribute as ComCompatibleVersionAttribute } from './internal/index.js';
142
- export { ComConversionLossAttribute as ComConversionLossAttribute } from './internal/index.js';
143
- export { ComRegisterFunctionAttribute as ComRegisterFunctionAttribute } from './internal/index.js';
144
- export { ComUnregisterFunctionAttribute as ComUnregisterFunctionAttribute } from './internal/index.js';
145
- export { ExporterEventKind as ExporterEventKind } from './internal/index.js';
146
- export { HandleCollector as HandleCollector } from './internal/index.js';
147
- export { ImportedFromTypeLibAttribute as ImportedFromTypeLibAttribute } from './internal/index.js';
148
- export { ManagedToNativeComInteropStubAttribute as ManagedToNativeComInteropStubAttribute } from './internal/index.js';
149
- export { PrimaryInteropAssemblyAttribute as PrimaryInteropAssemblyAttribute } from './internal/index.js';
150
- export { RegistrationClassContext as RegistrationClassContext } from './internal/index.js';
151
- export { RegistrationConnectionType as RegistrationConnectionType } from './internal/index.js';
152
- export { RuntimeEnvironment$instance as RuntimeEnvironment } from './internal/index.js';
153
- export { TypeLibFuncAttribute as TypeLibFuncAttribute } from './internal/index.js';
154
- export { TypeLibFuncFlags as TypeLibFuncFlags } from './internal/index.js';
155
- export { TypeLibImportClassAttribute as TypeLibImportClassAttribute } from './internal/index.js';
156
- export { TypeLibTypeAttribute as TypeLibTypeAttribute } from './internal/index.js';
157
- export { TypeLibTypeFlags as TypeLibTypeFlags } from './internal/index.js';
158
- export { TypeLibVarAttribute as TypeLibVarAttribute } from './internal/index.js';
159
- export { TypeLibVarFlags as TypeLibVarFlags } from './internal/index.js';
160
- export { TypeLibVersionAttribute as TypeLibVersionAttribute } from './internal/index.js';
161
- export { JsonMarshal$instance as JsonMarshal } from './internal/index.js';
@@ -1,72 +0,0 @@
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 './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
- export * from './internal/index.js';
12
-
13
- // Individual type exports for convenience
14
- export { BIND_OPTS as BIND_OPTS } from './internal/index.js';
15
- export type IBindCtx = Internal.IBindCtx;
16
- export type IConnectionPoint = Internal.IConnectionPoint;
17
- export type IConnectionPointContainer = Internal.IConnectionPointContainer;
18
- export type IEnumConnectionPoints = Internal.IEnumConnectionPoints;
19
- export { CONNECTDATA as CONNECTDATA } from './internal/index.js';
20
- export type IEnumConnections = Internal.IEnumConnections;
21
- export type IEnumMoniker = Internal.IEnumMoniker;
22
- export type IEnumString = Internal.IEnumString;
23
- export type IEnumVARIANT = Internal.IEnumVARIANT;
24
- export { FILETIME as FILETIME } from './internal/index.js';
25
- export type IMoniker = Internal.IMoniker;
26
- export type IPersistFile = Internal.IPersistFile;
27
- export type IRunningObjectTable = Internal.IRunningObjectTable;
28
- export { STATSTG as STATSTG } from './internal/index.js';
29
- export type IStream = Internal.IStream;
30
- export { DESCKIND as DESCKIND } from './internal/index.js';
31
- export { BINDPTR as BINDPTR } from './internal/index.js';
32
- export type ITypeComp = Internal.ITypeComp;
33
- export { TYPEKIND as TYPEKIND } from './internal/index.js';
34
- export { TYPEFLAGS as TYPEFLAGS } from './internal/index.js';
35
- export { IMPLTYPEFLAGS as IMPLTYPEFLAGS } from './internal/index.js';
36
- export { TYPEATTR as TYPEATTR } from './internal/index.js';
37
- export { FUNCDESC as FUNCDESC } from './internal/index.js';
38
- export { IDLFLAG as IDLFLAG } from './internal/index.js';
39
- export { IDLDESC as IDLDESC } from './internal/index.js';
40
- export { PARAMFLAG as PARAMFLAG } from './internal/index.js';
41
- export { PARAMDESC as PARAMDESC } from './internal/index.js';
42
- export { TYPEDESC as TYPEDESC } from './internal/index.js';
43
- export { ELEMDESC as ELEMDESC } from './internal/index.js';
44
- export { ELEMDESC_DESCUNION as ELEMDESC_DESCUNION } from './internal/index.js';
45
- export { VARKIND as VARKIND } from './internal/index.js';
46
- export { VARDESC as VARDESC } from './internal/index.js';
47
- export { VARDESC_DESCUNION as VARDESC_DESCUNION } from './internal/index.js';
48
- export { DISPPARAMS as DISPPARAMS } from './internal/index.js';
49
- export { EXCEPINFO as EXCEPINFO } from './internal/index.js';
50
- export { FUNCKIND as FUNCKIND } from './internal/index.js';
51
- export { INVOKEKIND as INVOKEKIND } from './internal/index.js';
52
- export { CALLCONV as CALLCONV } from './internal/index.js';
53
- export { FUNCFLAGS as FUNCFLAGS } from './internal/index.js';
54
- export { VARFLAGS as VARFLAGS } from './internal/index.js';
55
- export type ITypeInfo = Internal.ITypeInfo;
56
- export type ITypeInfo2 = Internal.ITypeInfo2;
57
- export { SYSKIND as SYSKIND } from './internal/index.js';
58
- export { LIBFLAGS as LIBFLAGS } from './internal/index.js';
59
- export { TYPELIBATTR as TYPELIBATTR } from './internal/index.js';
60
- export type ITypeLib = Internal.ITypeLib;
61
- export type ITypeLib2 = Internal.ITypeLib2;
62
- export { ADVF as ADVF } from './internal/index.js';
63
- export { DATADIR as DATADIR } from './internal/index.js';
64
- export { DVASPECT as DVASPECT } from './internal/index.js';
65
- export { FORMATETC as FORMATETC } from './internal/index.js';
66
- export type IAdviseSink = Internal.IAdviseSink;
67
- export type IDataObject = Internal.IDataObject;
68
- export type IEnumFORMATETC = Internal.IEnumFORMATETC;
69
- export type IEnumSTATDATA = Internal.IEnumSTATDATA;
70
- export { STATDATA as STATDATA } from './internal/index.js';
71
- export { STGMEDIUM as STGMEDIUM } from './internal/index.js';
72
- export { TYMED as TYMED } from './internal/index.js';
@@ -1,18 +0,0 @@
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 './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
- export * from './internal/index.js';
13
-
14
- // Individual type exports for convenience
15
- export { ComponentCrossReference as ComponentCrossReference } from './internal/index.js';
16
- export { JavaMarshal$instance as JavaMarshal } from './internal/index.js';
17
- export { MarkCrossReferencesArgs as MarkCrossReferencesArgs } from './internal/index.js';
18
- export { StronglyConnectedComponent as StronglyConnectedComponent } from './internal/index.js';
@@ -1,54 +0,0 @@
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 './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
- export * from './internal/index.js';
17
-
18
- // Individual type exports for convenience
19
- export { JSImportAttribute as JSImportAttribute } from './internal/index.js';
20
- export { JSExportAttribute as JSExportAttribute } from './internal/index.js';
21
- export { JSMarshalAsAttribute_1 as JSMarshalAsAttribute_1 } from './internal/index.js';
22
- export { JSMarshalAsAttribute_1 as JSMarshalAsAttribute } from './internal/index.js';
23
- export { JSType as JSType } from './internal/index.js';
24
- export { JSObject as JSObject } from './internal/index.js';
25
- export { JSException as JSException } from './internal/index.js';
26
- export { JSHost$instance as JSHost } from './internal/index.js';
27
- export { JSFunctionBinding as JSFunctionBinding } from './internal/index.js';
28
- export { JSMarshalerType as JSMarshalerType } from './internal/index.js';
29
- export { JSMarshalerArgument as JSMarshalerArgument } from './internal/index.js';
30
- export { JSType_Void as JSType_Void } from './internal/index.js';
31
- export { JSType_Discard as JSType_Discard } from './internal/index.js';
32
- export { JSType_Boolean as JSType_Boolean } from './internal/index.js';
33
- export { JSType_Number as JSType_Number } from './internal/index.js';
34
- export { JSType_BigInt as JSType_BigInt } from './internal/index.js';
35
- export { JSType_Date as JSType_Date } from './internal/index.js';
36
- export { JSType_String as JSType_String } from './internal/index.js';
37
- export { JSType_Object as JSType_Object } from './internal/index.js';
38
- export { JSType_Error as JSType_Error } from './internal/index.js';
39
- export { JSType_MemoryView as JSType_MemoryView } from './internal/index.js';
40
- export { JSType_Array_1 as JSType_Array_1 } from './internal/index.js';
41
- export { JSType_Array_1 as JSType_Array } from './internal/index.js';
42
- export { JSType_Promise_1 as JSType_Promise_1 } from './internal/index.js';
43
- export { JSType_Promise_1 as JSType_Promise } from './internal/index.js';
44
- export { JSType_Function as JSType_Function_0 } from './internal/index.js';
45
- export { JSType_Function_1 as JSType_Function_1 } from './internal/index.js';
46
- export { JSType_Function_1 as JSType_Function } from './internal/index.js';
47
- export { JSType_Function_2 as JSType_Function_2 } from './internal/index.js';
48
- export { JSType_Function_3 as JSType_Function_3 } from './internal/index.js';
49
- export { JSType_Function_4 as JSType_Function_4 } from './internal/index.js';
50
- export { JSType_Any as JSType_Any } from './internal/index.js';
51
- export type JSMarshalerArgument_ArgumentToManagedCallback_1<T> = Internal.JSMarshalerArgument_ArgumentToManagedCallback_1<T>;
52
- export type JSMarshalerArgument_ArgumentToManagedCallback<T> = Internal.JSMarshalerArgument_ArgumentToManagedCallback_1<T>;
53
- export type JSMarshalerArgument_ArgumentToJSCallback_1<T> = Internal.JSMarshalerArgument_ArgumentToJSCallback_1<T>;
54
- export type JSMarshalerArgument_ArgumentToJSCallback<T> = Internal.JSMarshalerArgument_ArgumentToJSCallback_1<T>;
@@ -1,59 +0,0 @@
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 './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
- export * from './internal/index.js';
14
-
15
- // Individual type exports for convenience
16
- export { AnsiStringMarshaller$instance as AnsiStringMarshaller } from './internal/index.js';
17
- export { AnsiStringMarshaller_ManagedToUnmanagedIn as AnsiStringMarshaller_ManagedToUnmanagedIn } from './internal/index.js';
18
- export { ArrayMarshaller_2_ManagedToUnmanagedIn as ArrayMarshaller_2_ManagedToUnmanagedIn } from './internal/index.js';
19
- export { BStrStringMarshaller$instance as BStrStringMarshaller } from './internal/index.js';
20
- export { BStrStringMarshaller_ManagedToUnmanagedIn as BStrStringMarshaller_ManagedToUnmanagedIn } from './internal/index.js';
21
- export { ComVariant as ComVariant } from './internal/index.js';
22
- export { ContiguousCollectionMarshallerAttribute as ContiguousCollectionMarshallerAttribute } from './internal/index.js';
23
- export { CustomMarshallerAttribute as CustomMarshallerAttribute } from './internal/index.js';
24
- export { CustomMarshallerAttribute_GenericPlaceholder as CustomMarshallerAttribute_GenericPlaceholder } from './internal/index.js';
25
- export { MarshalMode as MarshalMode } from './internal/index.js';
26
- export { MarshalUsingAttribute as MarshalUsingAttribute } from './internal/index.js';
27
- export { NativeMarshallingAttribute as NativeMarshallingAttribute } from './internal/index.js';
28
- export { PointerArrayMarshaller_2_ManagedToUnmanagedIn as PointerArrayMarshaller_2_ManagedToUnmanagedIn } from './internal/index.js';
29
- export { ReadOnlySpanMarshaller_2_ManagedToUnmanagedIn as ReadOnlySpanMarshaller_2_ManagedToUnmanagedIn } from './internal/index.js';
30
- export { ReadOnlySpanMarshaller_2_ManagedToUnmanagedOut as ReadOnlySpanMarshaller_2_ManagedToUnmanagedOut } from './internal/index.js';
31
- export { SafeHandleMarshaller_1_ManagedToUnmanagedIn as SafeHandleMarshaller_1_ManagedToUnmanagedIn } from './internal/index.js';
32
- export { SafeHandleMarshaller_1_ManagedToUnmanagedRef as SafeHandleMarshaller_1_ManagedToUnmanagedRef } from './internal/index.js';
33
- export { SafeHandleMarshaller_1_ManagedToUnmanagedOut as SafeHandleMarshaller_1_ManagedToUnmanagedOut } from './internal/index.js';
34
- export { SpanMarshaller_2_ManagedToUnmanagedIn as SpanMarshaller_2_ManagedToUnmanagedIn } from './internal/index.js';
35
- export { Utf16StringMarshaller$instance as Utf16StringMarshaller } from './internal/index.js';
36
- export { Utf8StringMarshaller$instance as Utf8StringMarshaller } from './internal/index.js';
37
- export { Utf8StringMarshaller_ManagedToUnmanagedIn as Utf8StringMarshaller_ManagedToUnmanagedIn } from './internal/index.js';
38
- export { ComExposedClassAttribute_1 as ComExposedClassAttribute_1 } from './internal/index.js';
39
- export { ComExposedClassAttribute_1 as ComExposedClassAttribute } from './internal/index.js';
40
- export { ComInterfaceOptions as ComInterfaceOptions } from './internal/index.js';
41
- export { ComVariantMarshaller$instance as ComVariantMarshaller } from './internal/index.js';
42
- export { ComVariantMarshaller_RefPropagate as ComVariantMarshaller_RefPropagate } from './internal/index.js';
43
- export { ComObject as ComObject } from './internal/index.js';
44
- export { ExceptionAsVoidMarshaller$instance as ExceptionAsVoidMarshaller } from './internal/index.js';
45
- export { GeneratedComClassAttribute as GeneratedComClassAttribute } from './internal/index.js';
46
- export { GeneratedComInterfaceAttribute as GeneratedComInterfaceAttribute } from './internal/index.js';
47
- export type IComExposedClass = Internal.IComExposedClass;
48
- export type IComExposedDetails = Internal.IComExposedDetails;
49
- export type IIUnknownCacheStrategy = Internal.IIUnknownCacheStrategy;
50
- export { IIUnknownCacheStrategy_TableInfo as IIUnknownCacheStrategy_TableInfo } from './internal/index.js';
51
- export type IIUnknownDerivedDetails = Internal.IIUnknownDerivedDetails;
52
- export type IIUnknownInterfaceDetailsStrategy = Internal.IIUnknownInterfaceDetailsStrategy;
53
- export type IIUnknownInterfaceType = Internal.IIUnknownInterfaceType;
54
- export type IIUnknownStrategy = Internal.IIUnknownStrategy;
55
- export { IUnknownDerivedAttribute_2 as IUnknownDerivedAttribute_2 } from './internal/index.js';
56
- export { IUnknownDerivedAttribute_2 as IUnknownDerivedAttribute } from './internal/index.js';
57
- export type IUnmanagedVirtualMethodTableProvider = Internal.IUnmanagedVirtualMethodTableProvider;
58
- export { StrategyBasedComWrappers as StrategyBasedComWrappers } from './internal/index.js';
59
- export { VirtualMethodTableInfo as VirtualMethodTableInfo } from './internal/index.js';