@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,57 +0,0 @@
1
- // Generated by tsbindgen - Architecture
2
- // Namespace: System.Net.Sockets
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 { SafeHandleMinusOneIsInvalid } from '../Microsoft.Win32.SafeHandles/internal/index.js';
10
- import type { IList_1 } from '../System.Collections.Generic/internal/index.js';
11
- import type { IDictionary, IList } from '../System.Collections/internal/index.js';
12
- import type { Win32Exception } from '../System.ComponentModel/internal/index.js';
13
- import type { FileAccess, FileStream, SeekOrigin, Stream } from '../System.IO/internal/index.js';
14
- import type { EndPoint, IPAddress, IPEndPoint, SocketAddress } from '../System.Net/internal/index.js';
15
- import type { MethodBase } 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 { ArraySegment_1, AsyncCallback, Boolean as ClrBoolean, Byte, Enum, EventArgs, EventHandler_1, Exception, IAsyncDisposable, IAsyncResult, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, Memory_1, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, TimeSpan, Type, TypeCode, ValueType, Void } from '../System/internal/index.js';
20
-
21
- export * from './internal/index.js';
22
-
23
- // Individual type exports for convenience
24
- export { SocketException as SocketException } from './internal/index.js';
25
- export { AddressFamily as AddressFamily } from './internal/index.js';
26
- export { SocketError as SocketError } from './internal/index.js';
27
- export { SocketReceiveFromResult as SocketReceiveFromResult } from './internal/index.js';
28
- export { SocketReceiveMessageFromResult as SocketReceiveMessageFromResult } from './internal/index.js';
29
- export { SocketTaskExtensions$instance as SocketTaskExtensions } from './internal/index.js';
30
- export { IOControlCode as IOControlCode } from './internal/index.js';
31
- export { IPPacketInformation as IPPacketInformation } from './internal/index.js';
32
- export { IPProtectionLevel as IPProtectionLevel } from './internal/index.js';
33
- export { LingerOption as LingerOption } from './internal/index.js';
34
- export { MulticastOption as MulticastOption } from './internal/index.js';
35
- export { IPv6MulticastOption as IPv6MulticastOption } from './internal/index.js';
36
- export { NetworkStream as NetworkStream } from './internal/index.js';
37
- export { SafeSocketHandle as SafeSocketHandle } from './internal/index.js';
38
- export { SelectMode as SelectMode } from './internal/index.js';
39
- export { SendPacketsElement as SendPacketsElement } from './internal/index.js';
40
- export { Socket as Socket } from './internal/index.js';
41
- export { SocketAsyncEventArgs as SocketAsyncEventArgs } from './internal/index.js';
42
- export { SocketAsyncOperation as SocketAsyncOperation } from './internal/index.js';
43
- export { SocketFlags as SocketFlags } from './internal/index.js';
44
- export { SocketInformationOptions as SocketInformationOptions } from './internal/index.js';
45
- export { SocketInformation as SocketInformation } from './internal/index.js';
46
- export { SocketOptionLevel as SocketOptionLevel } from './internal/index.js';
47
- export { SocketOptionName as SocketOptionName } from './internal/index.js';
48
- export { SocketShutdown as SocketShutdown } from './internal/index.js';
49
- export { TcpClient as TcpClient } from './internal/index.js';
50
- export { TcpListener as TcpListener } from './internal/index.js';
51
- export { TransmitFileOptions as TransmitFileOptions } from './internal/index.js';
52
- export { UdpClient as UdpClient } from './internal/index.js';
53
- export { UdpReceiveResult as UdpReceiveResult } from './internal/index.js';
54
- export { UnixDomainSocketEndPoint as UnixDomainSocketEndPoint } from './internal/index.js';
55
- export { ProtocolFamily as ProtocolFamily } from './internal/index.js';
56
- export { ProtocolType as ProtocolType } from './internal/index.js';
57
- export { SocketType as SocketType } from './internal/index.js';
@@ -1,43 +0,0 @@
1
- // Generated by tsbindgen - Architecture
2
- // Namespace: System.Net.WebSockets
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 { IEnumerable_1, IReadOnlyDictionary_2 } from '../System.Collections.Generic/internal/index.js';
10
- import type { NameValueCollection } from '../System.Collections.Specialized/internal/index.js';
11
- import type { IDictionary } from '../System.Collections/internal/index.js';
12
- import type { Win32Exception } from '../System.ComponentModel/internal/index.js';
13
- import type { SeekOrigin, Stream } from '../System.IO/internal/index.js';
14
- import type { HttpMessageInvoker, HttpVersionPolicy } from '../System.Net.Http/internal/index.js';
15
- import type { RemoteCertificateValidationCallback } from '../System.Net.Security/internal/index.js';
16
- import type { CookieCollection, CookieContainer, HttpStatusCode, ICredentials, IWebProxy } from '../System.Net/internal/index.js';
17
- import type { MethodBase } from '../System.Reflection/internal/index.js';
18
- import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
19
- import type { X509CertificateCollection } from '../System.Security.Cryptography.X509Certificates/internal/index.js';
20
- import type { IPrincipal } from '../System.Security.Principal/internal/index.js';
21
- import type { Task, Task_1, ValueTask, ValueTask_1 } from '../System.Threading.Tasks/internal/index.js';
22
- import type { CancellationToken } from '../System.Threading/internal/index.js';
23
- import type { ArraySegment_1, AsyncCallback, Boolean as ClrBoolean, Byte, Enum, Exception, IAsyncDisposable, IAsyncResult, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Memory_1, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, TimeSpan, Type, TypeCode, Uri, ValueType, Version, Void } from '../System/internal/index.js';
24
-
25
- export * from './internal/index.js';
26
-
27
- // Individual type exports for convenience
28
- export { HttpListenerWebSocketContext as HttpListenerWebSocketContext } from './internal/index.js';
29
- export { ValueWebSocketReceiveResult as ValueWebSocketReceiveResult } from './internal/index.js';
30
- export { WebSocket as WebSocket } from './internal/index.js';
31
- export { WebSocketCloseStatus as WebSocketCloseStatus } from './internal/index.js';
32
- export { WebSocketContext as WebSocketContext } from './internal/index.js';
33
- export { WebSocketCreationOptions as WebSocketCreationOptions } from './internal/index.js';
34
- export { WebSocketDeflateOptions as WebSocketDeflateOptions } from './internal/index.js';
35
- export { WebSocketError as WebSocketError } from './internal/index.js';
36
- export { WebSocketException as WebSocketException } from './internal/index.js';
37
- export { WebSocketMessageType as WebSocketMessageType } from './internal/index.js';
38
- export { WebSocketMessageFlags as WebSocketMessageFlags } from './internal/index.js';
39
- export { WebSocketReceiveResult as WebSocketReceiveResult } from './internal/index.js';
40
- export { WebSocketState as WebSocketState } from './internal/index.js';
41
- export { WebSocketStream as WebSocketStream } from './internal/index.js';
42
- export { ClientWebSocket as ClientWebSocket } from './internal/index.js';
43
- export { ClientWebSocketOptions as ClientWebSocketOptions } from './internal/index.js';
@@ -1,94 +0,0 @@
1
- // Generated by tsbindgen - Architecture
2
- // Namespace: System.Numerics
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 { IComparer_1, IEqualityComparer_1 } from '../System.Collections.Generic/internal/index.js';
10
- import type { NumberStyles } from '../System.Globalization/internal/index.js';
11
- import type { Boolean as ClrBoolean, Byte, Char, Decimal, Double, IComparable, IComparable_1, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, IParsable_1, ISpanFormattable, ISpanParsable_1, IUtf8SpanFormattable, IUtf8SpanParsable_1, MidpointRounding, Object as ClrObject, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, UInt16, UInt32, UInt64, UIntPtr, ValueTuple_2, ValueType, Void } from '../System/internal/index.js';
12
-
13
- export * from './internal/index.js';
14
-
15
- // Individual type exports for convenience
16
- export { BitOperations$instance as BitOperations } from './internal/index.js';
17
- export { Matrix3x2 as Matrix3x2 } from './internal/index.js';
18
- export { Matrix4x4 as Matrix4x4 } from './internal/index.js';
19
- export { Plane as Plane } from './internal/index.js';
20
- export { Vector$instance as Vector_0 } from './internal/index.js';
21
- export { Quaternion as Quaternion } from './internal/index.js';
22
- export { TotalOrderIeee754Comparer_1 as TotalOrderIeee754Comparer_1 } from './internal/index.js';
23
- export { TotalOrderIeee754Comparer_1 as TotalOrderIeee754Comparer } from './internal/index.js';
24
- export { Vector_1 as Vector_1 } from './internal/index.js';
25
- export { Vector_1 as Vector } from './internal/index.js';
26
- export { Vector2 as Vector2 } from './internal/index.js';
27
- export { Vector3 as Vector3 } from './internal/index.js';
28
- export { Vector4 as Vector4 } from './internal/index.js';
29
- export type IAdditionOperators_3<TSelf extends IAdditionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IAdditionOperators_3<TSelf, TOther, TResult>;
30
- export type IAdditionOperators<TSelf extends IAdditionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IAdditionOperators_3<TSelf, TOther, TResult>;
31
- export type IAdditiveIdentity_2<TSelf extends IAdditiveIdentity_2<TSelf, TResult>, TResult> = Internal.IAdditiveIdentity_2<TSelf, TResult>;
32
- export type IAdditiveIdentity<TSelf extends IAdditiveIdentity_2<TSelf, TResult>, TResult> = Internal.IAdditiveIdentity_2<TSelf, TResult>;
33
- export type IBinaryFloatingPointIeee754_1<TSelf extends IBinaryFloatingPointIeee754_1<TSelf>> = Internal.IBinaryFloatingPointIeee754_1<TSelf>;
34
- export type IBinaryFloatingPointIeee754<TSelf extends IBinaryFloatingPointIeee754_1<TSelf>> = Internal.IBinaryFloatingPointIeee754_1<TSelf>;
35
- export type IBinaryInteger_1<TSelf extends IBinaryInteger_1<TSelf>> = Internal.IBinaryInteger_1<TSelf>;
36
- export type IBinaryInteger<TSelf extends IBinaryInteger_1<TSelf>> = Internal.IBinaryInteger_1<TSelf>;
37
- export type IBinaryNumber_1<TSelf extends IBinaryNumber_1<TSelf>> = Internal.IBinaryNumber_1<TSelf>;
38
- export type IBinaryNumber<TSelf extends IBinaryNumber_1<TSelf>> = Internal.IBinaryNumber_1<TSelf>;
39
- export type IBitwiseOperators_3<TSelf extends IBitwiseOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IBitwiseOperators_3<TSelf, TOther, TResult>;
40
- export type IBitwiseOperators<TSelf extends IBitwiseOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IBitwiseOperators_3<TSelf, TOther, TResult>;
41
- export type IComparisonOperators_3<TSelf extends IComparisonOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IComparisonOperators_3<TSelf, TOther, TResult>;
42
- export type IComparisonOperators<TSelf extends IComparisonOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IComparisonOperators_3<TSelf, TOther, TResult>;
43
- export type IDecrementOperators_1<TSelf extends IDecrementOperators_1<TSelf>> = Internal.IDecrementOperators_1<TSelf>;
44
- export type IDecrementOperators<TSelf extends IDecrementOperators_1<TSelf>> = Internal.IDecrementOperators_1<TSelf>;
45
- export type IDivisionOperators_3<TSelf extends IDivisionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IDivisionOperators_3<TSelf, TOther, TResult>;
46
- export type IDivisionOperators<TSelf extends IDivisionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IDivisionOperators_3<TSelf, TOther, TResult>;
47
- export type IEqualityOperators_3<TSelf extends IEqualityOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IEqualityOperators_3<TSelf, TOther, TResult>;
48
- export type IEqualityOperators<TSelf extends IEqualityOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IEqualityOperators_3<TSelf, TOther, TResult>;
49
- export type IExponentialFunctions_1<TSelf extends IExponentialFunctions_1<TSelf>> = Internal.IExponentialFunctions_1<TSelf>;
50
- export type IExponentialFunctions<TSelf extends IExponentialFunctions_1<TSelf>> = Internal.IExponentialFunctions_1<TSelf>;
51
- export type IFloatingPoint_1<TSelf extends IFloatingPoint_1<TSelf>> = Internal.IFloatingPoint_1<TSelf>;
52
- export type IFloatingPoint<TSelf extends IFloatingPoint_1<TSelf>> = Internal.IFloatingPoint_1<TSelf>;
53
- export type IFloatingPointConstants_1<TSelf extends IFloatingPointConstants_1<TSelf>> = Internal.IFloatingPointConstants_1<TSelf>;
54
- export type IFloatingPointConstants<TSelf extends IFloatingPointConstants_1<TSelf>> = Internal.IFloatingPointConstants_1<TSelf>;
55
- export type IFloatingPointIeee754_1<TSelf extends IFloatingPointIeee754_1<TSelf>> = Internal.IFloatingPointIeee754_1<TSelf>;
56
- export type IFloatingPointIeee754<TSelf extends IFloatingPointIeee754_1<TSelf>> = Internal.IFloatingPointIeee754_1<TSelf>;
57
- export type IHyperbolicFunctions_1<TSelf extends IHyperbolicFunctions_1<TSelf>> = Internal.IHyperbolicFunctions_1<TSelf>;
58
- export type IHyperbolicFunctions<TSelf extends IHyperbolicFunctions_1<TSelf>> = Internal.IHyperbolicFunctions_1<TSelf>;
59
- export type IIncrementOperators_1<TSelf extends IIncrementOperators_1<TSelf>> = Internal.IIncrementOperators_1<TSelf>;
60
- export type IIncrementOperators<TSelf extends IIncrementOperators_1<TSelf>> = Internal.IIncrementOperators_1<TSelf>;
61
- export type ILogarithmicFunctions_1<TSelf extends ILogarithmicFunctions_1<TSelf>> = Internal.ILogarithmicFunctions_1<TSelf>;
62
- export type ILogarithmicFunctions<TSelf extends ILogarithmicFunctions_1<TSelf>> = Internal.ILogarithmicFunctions_1<TSelf>;
63
- export type IMinMaxValue_1<TSelf extends IMinMaxValue_1<TSelf>> = Internal.IMinMaxValue_1<TSelf>;
64
- export type IMinMaxValue<TSelf extends IMinMaxValue_1<TSelf>> = Internal.IMinMaxValue_1<TSelf>;
65
- export type IModulusOperators_3<TSelf extends IModulusOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IModulusOperators_3<TSelf, TOther, TResult>;
66
- export type IModulusOperators<TSelf extends IModulusOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IModulusOperators_3<TSelf, TOther, TResult>;
67
- export type IMultiplicativeIdentity_2<TSelf extends IMultiplicativeIdentity_2<TSelf, TResult>, TResult> = Internal.IMultiplicativeIdentity_2<TSelf, TResult>;
68
- export type IMultiplicativeIdentity<TSelf extends IMultiplicativeIdentity_2<TSelf, TResult>, TResult> = Internal.IMultiplicativeIdentity_2<TSelf, TResult>;
69
- export type IMultiplyOperators_3<TSelf extends IMultiplyOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IMultiplyOperators_3<TSelf, TOther, TResult>;
70
- export type IMultiplyOperators<TSelf extends IMultiplyOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IMultiplyOperators_3<TSelf, TOther, TResult>;
71
- export type INumber_1<TSelf extends INumber_1<TSelf>> = Internal.INumber_1<TSelf>;
72
- export type INumber<TSelf extends INumber_1<TSelf>> = Internal.INumber_1<TSelf>;
73
- export type INumberBase_1<TSelf extends INumberBase_1<TSelf>> = Internal.INumberBase_1<TSelf>;
74
- export type INumberBase<TSelf extends INumberBase_1<TSelf>> = Internal.INumberBase_1<TSelf>;
75
- export type IPowerFunctions_1<TSelf extends IPowerFunctions_1<TSelf>> = Internal.IPowerFunctions_1<TSelf>;
76
- export type IPowerFunctions<TSelf extends IPowerFunctions_1<TSelf>> = Internal.IPowerFunctions_1<TSelf>;
77
- export type IRootFunctions_1<TSelf extends IRootFunctions_1<TSelf>> = Internal.IRootFunctions_1<TSelf>;
78
- export type IRootFunctions<TSelf extends IRootFunctions_1<TSelf>> = Internal.IRootFunctions_1<TSelf>;
79
- export type IShiftOperators_3<TSelf extends IShiftOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IShiftOperators_3<TSelf, TOther, TResult>;
80
- export type IShiftOperators<TSelf extends IShiftOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IShiftOperators_3<TSelf, TOther, TResult>;
81
- export type ISignedNumber_1<TSelf extends ISignedNumber_1<TSelf>> = Internal.ISignedNumber_1<TSelf>;
82
- export type ISignedNumber<TSelf extends ISignedNumber_1<TSelf>> = Internal.ISignedNumber_1<TSelf>;
83
- export type ISubtractionOperators_3<TSelf extends ISubtractionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.ISubtractionOperators_3<TSelf, TOther, TResult>;
84
- export type ISubtractionOperators<TSelf extends ISubtractionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.ISubtractionOperators_3<TSelf, TOther, TResult>;
85
- export type ITrigonometricFunctions_1<TSelf extends ITrigonometricFunctions_1<TSelf>> = Internal.ITrigonometricFunctions_1<TSelf>;
86
- export type ITrigonometricFunctions<TSelf extends ITrigonometricFunctions_1<TSelf>> = Internal.ITrigonometricFunctions_1<TSelf>;
87
- export type IUnaryNegationOperators_2<TSelf extends IUnaryNegationOperators_2<TSelf, TResult>, TResult> = Internal.IUnaryNegationOperators_2<TSelf, TResult>;
88
- export type IUnaryNegationOperators<TSelf extends IUnaryNegationOperators_2<TSelf, TResult>, TResult> = Internal.IUnaryNegationOperators_2<TSelf, TResult>;
89
- export type IUnaryPlusOperators_2<TSelf extends IUnaryPlusOperators_2<TSelf, TResult>, TResult> = Internal.IUnaryPlusOperators_2<TSelf, TResult>;
90
- export type IUnaryPlusOperators<TSelf extends IUnaryPlusOperators_2<TSelf, TResult>, TResult> = Internal.IUnaryPlusOperators_2<TSelf, TResult>;
91
- export type IUnsignedNumber_1<TSelf extends IUnsignedNumber_1<TSelf>> = Internal.IUnsignedNumber_1<TSelf>;
92
- export type IUnsignedNumber<TSelf extends IUnsignedNumber_1<TSelf>> = Internal.IUnsignedNumber_1<TSelf>;
93
- export { BigInteger as BigInteger } from './internal/index.js';
94
- export { Complex as Complex } from './internal/index.js';
@@ -1,126 +0,0 @@
1
- // Generated by tsbindgen - Architecture
2
- // Namespace: System.Reflection
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 { IEnumerable_1, IList_1 } from '../System.Collections.Generic/internal/index.js';
10
- import type { IDictionary } from '../System.Collections/internal/index.js';
11
- import type { AssemblyHashAlgorithm as AssemblyHashAlgorithm_Assemblies, AssemblyVersionCompatibility } from '../System.Configuration.Assemblies/internal/index.js';
12
- import type { CultureInfo } from '../System.Globalization/internal/index.js';
13
- import type { FileStream, Stream } from '../System.IO/internal/index.js';
14
- import type { StructLayoutAttribute } from '../System.Runtime.InteropServices/internal/index.js';
15
- import type { IDeserializationCallback, IObjectReference, ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
16
- import type { SecurityRuleSet } from '../System.Security/internal/index.js';
17
- import type { ApplicationException, Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Byte, Delegate, Enum, Exception, FormatException, Guid, IAsyncResult, ICloneable, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, MarshalByRefObject, ModuleHandle, MulticastDelegate, Object as ClrObject, ResolveEventArgs, RuntimeFieldHandle, RuntimeMethodHandle, RuntimeTypeHandle, Span_1, String as ClrString, SystemException, Type, TypeCode, TypedReference, UInt32, ValueType, Version, Void } from '../System/internal/index.js';
18
-
19
- export * from './internal/index.js';
20
-
21
- // Individual type exports for convenience
22
- export type ICustomTypeProvider = Internal.ICustomTypeProvider;
23
- export { Assembly as Assembly } from './internal/index.js';
24
- export { AssemblyName as AssemblyName } from './internal/index.js';
25
- export { ConstructorInfo as ConstructorInfo } from './internal/index.js';
26
- export { ConstructorInvoker as ConstructorInvoker } from './internal/index.js';
27
- export { FieldInfo as FieldInfo } from './internal/index.js';
28
- export { MemberInfo as MemberInfo } from './internal/index.js';
29
- export { MethodBase as MethodBase } from './internal/index.js';
30
- export { MethodInvoker as MethodInvoker } from './internal/index.js';
31
- export { CustomAttributeTypedArgument as CustomAttributeTypedArgument } from './internal/index.js';
32
- export { AmbiguousMatchException as AmbiguousMatchException } from './internal/index.js';
33
- export { AssemblyAlgorithmIdAttribute as AssemblyAlgorithmIdAttribute } from './internal/index.js';
34
- export { AssemblyCompanyAttribute as AssemblyCompanyAttribute } from './internal/index.js';
35
- export { AssemblyConfigurationAttribute as AssemblyConfigurationAttribute } from './internal/index.js';
36
- export { AssemblyContentType as AssemblyContentType } from './internal/index.js';
37
- export { AssemblyCopyrightAttribute as AssemblyCopyrightAttribute } from './internal/index.js';
38
- export { AssemblyCultureAttribute as AssemblyCultureAttribute } from './internal/index.js';
39
- export { AssemblyDefaultAliasAttribute as AssemblyDefaultAliasAttribute } from './internal/index.js';
40
- export { AssemblyDelaySignAttribute as AssemblyDelaySignAttribute } from './internal/index.js';
41
- export { AssemblyDescriptionAttribute as AssemblyDescriptionAttribute } from './internal/index.js';
42
- export { AssemblyFileVersionAttribute as AssemblyFileVersionAttribute } from './internal/index.js';
43
- export { AssemblyFlagsAttribute as AssemblyFlagsAttribute } from './internal/index.js';
44
- export { AssemblyInformationalVersionAttribute as AssemblyInformationalVersionAttribute } from './internal/index.js';
45
- export { AssemblyKeyFileAttribute as AssemblyKeyFileAttribute } from './internal/index.js';
46
- export { AssemblyKeyNameAttribute as AssemblyKeyNameAttribute } from './internal/index.js';
47
- export { AssemblyMetadataAttribute as AssemblyMetadataAttribute } from './internal/index.js';
48
- export { AssemblyNameFlags as AssemblyNameFlags } from './internal/index.js';
49
- export { AssemblyNameProxy as AssemblyNameProxy } from './internal/index.js';
50
- export { AssemblyProductAttribute as AssemblyProductAttribute } from './internal/index.js';
51
- export { AssemblySignatureKeyAttribute as AssemblySignatureKeyAttribute } from './internal/index.js';
52
- export { AssemblyTitleAttribute as AssemblyTitleAttribute } from './internal/index.js';
53
- export { AssemblyTrademarkAttribute as AssemblyTrademarkAttribute } from './internal/index.js';
54
- export { AssemblyVersionAttribute as AssemblyVersionAttribute } from './internal/index.js';
55
- export { Binder as Binder } from './internal/index.js';
56
- export { BindingFlags as BindingFlags } from './internal/index.js';
57
- export { CallingConventions as CallingConventions } from './internal/index.js';
58
- export { CustomAttributeData as CustomAttributeData } from './internal/index.js';
59
- export { CustomAttributeExtensions$instance as CustomAttributeExtensions } from './internal/index.js';
60
- export { CustomAttributeFormatException as CustomAttributeFormatException } from './internal/index.js';
61
- export { CustomAttributeNamedArgument as CustomAttributeNamedArgument } from './internal/index.js';
62
- export { DefaultMemberAttribute as DefaultMemberAttribute } from './internal/index.js';
63
- export { EventAttributes as EventAttributes } from './internal/index.js';
64
- export { EventInfo as EventInfo } from './internal/index.js';
65
- export { ExceptionHandlingClause as ExceptionHandlingClause } from './internal/index.js';
66
- export { ExceptionHandlingClauseOptions as ExceptionHandlingClauseOptions } from './internal/index.js';
67
- export { FieldAttributes as FieldAttributes } from './internal/index.js';
68
- export { GenericParameterAttributes as GenericParameterAttributes } from './internal/index.js';
69
- export type ICustomAttributeProvider = Internal.ICustomAttributeProvider;
70
- export { ImageFileMachine as ImageFileMachine } from './internal/index.js';
71
- export { InterfaceMapping as InterfaceMapping } from './internal/index.js';
72
- export { IntrospectionExtensions$instance as IntrospectionExtensions } from './internal/index.js';
73
- export { InvalidFilterCriteriaException as InvalidFilterCriteriaException } from './internal/index.js';
74
- export type IReflect = Internal.IReflect;
75
- export type IReflectableType = Internal.IReflectableType;
76
- export { LocalVariableInfo as LocalVariableInfo } from './internal/index.js';
77
- export { ManifestResourceInfo as ManifestResourceInfo } from './internal/index.js';
78
- export type MemberFilter = Internal.MemberFilter;
79
- export { MemberTypes as MemberTypes } from './internal/index.js';
80
- export { MethodAttributes as MethodAttributes } from './internal/index.js';
81
- export { MethodBody as MethodBody } from './internal/index.js';
82
- export { MethodImplAttributes as MethodImplAttributes } from './internal/index.js';
83
- export { MethodInfo as MethodInfo } from './internal/index.js';
84
- export { Missing as Missing } from './internal/index.js';
85
- export { Module as Module } from './internal/index.js';
86
- export type ModuleResolveEventHandler = Internal.ModuleResolveEventHandler;
87
- export { NullabilityInfo as NullabilityInfo } from './internal/index.js';
88
- export { NullabilityState as NullabilityState } from './internal/index.js';
89
- export { NullabilityInfoContext as NullabilityInfoContext } from './internal/index.js';
90
- export { ObfuscateAssemblyAttribute as ObfuscateAssemblyAttribute } from './internal/index.js';
91
- export { ObfuscationAttribute as ObfuscationAttribute } from './internal/index.js';
92
- export { ParameterAttributes as ParameterAttributes } from './internal/index.js';
93
- export { ParameterInfo as ParameterInfo } from './internal/index.js';
94
- export { ParameterModifier as ParameterModifier } from './internal/index.js';
95
- export { Pointer as Pointer } from './internal/index.js';
96
- export { PortableExecutableKinds as PortableExecutableKinds } from './internal/index.js';
97
- export { ProcessorArchitecture as ProcessorArchitecture } from './internal/index.js';
98
- export { PropertyAttributes as PropertyAttributes } from './internal/index.js';
99
- export { PropertyInfo as PropertyInfo } from './internal/index.js';
100
- export { ReflectionContext as ReflectionContext } from './internal/index.js';
101
- export { ReflectionTypeLoadException as ReflectionTypeLoadException } from './internal/index.js';
102
- export { ResourceAttributes as ResourceAttributes } from './internal/index.js';
103
- export { ResourceLocation as ResourceLocation } from './internal/index.js';
104
- export { RuntimeReflectionExtensions$instance as RuntimeReflectionExtensions } from './internal/index.js';
105
- export { StrongNameKeyPair as StrongNameKeyPair } from './internal/index.js';
106
- export { TargetException as TargetException } from './internal/index.js';
107
- export { TargetInvocationException as TargetInvocationException } from './internal/index.js';
108
- export { TargetParameterCountException as TargetParameterCountException } from './internal/index.js';
109
- export { TypeAttributes as TypeAttributes } from './internal/index.js';
110
- export { TypeDelegator as TypeDelegator } from './internal/index.js';
111
- export type TypeFilter = Internal.TypeFilter;
112
- export { TypeInfo as TypeInfo } from './internal/index.js';
113
- export { DispatchProxy as DispatchProxy } from './internal/index.js';
114
- export { MethodSemanticsAttributes as MethodSemanticsAttributes } from './internal/index.js';
115
- export { DeclarativeSecurityAction as DeclarativeSecurityAction } from './internal/index.js';
116
- export { MethodImportAttributes as MethodImportAttributes } from './internal/index.js';
117
- export { ManifestResourceAttributes as ManifestResourceAttributes } from './internal/index.js';
118
- export { AssemblyHashAlgorithm as AssemblyHashAlgorithm } from './internal/index.js';
119
- export { AssemblyFlags as AssemblyFlags } from './internal/index.js';
120
- export { TypeExtensions$instance as TypeExtensions } from './internal/index.js';
121
- export { AssemblyExtensions$instance as AssemblyExtensions } from './internal/index.js';
122
- export { EventInfoExtensions$instance as EventInfoExtensions } from './internal/index.js';
123
- export { MemberInfoExtensions$instance as MemberInfoExtensions } from './internal/index.js';
124
- export { MethodInfoExtensions$instance as MethodInfoExtensions } from './internal/index.js';
125
- export { ModuleExtensions$instance as ModuleExtensions } from './internal/index.js';
126
- export { PropertyInfoExtensions$instance as PropertyInfoExtensions } from './internal/index.js';
@@ -1,51 +0,0 @@
1
- // Generated by tsbindgen - Architecture
2
- // Namespace: System.Reflection.Emit
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 { IEnumerable_1, IList_1 } from '../System.Collections.Generic/internal/index.js';
10
- import type { ISymbolDocumentWriter } from '../System.Diagnostics.SymbolStore/internal/index.js';
11
- import type { CultureInfo } from '../System.Globalization/internal/index.js';
12
- import type { FileStream, Stream } from '../System.IO/internal/index.js';
13
- import type { MetadataBuilder } from '../System.Reflection.Metadata.Ecma335/internal/index.js';
14
- import type { BlobBuilder } from '../System.Reflection.Metadata/internal/index.js';
15
- import type { Assembly, AssemblyName, Binder, BindingFlags, CallingConventions, ConstructorInfo, CustomAttributeData, EventAttributes, EventInfo, FieldAttributes, FieldInfo, GenericParameterAttributes, ICustomAttributeProvider, ImageFileMachine, InterfaceMapping, IReflect, IReflectableType, LocalVariableInfo, ManifestResourceInfo, MemberFilter, MemberInfo, MemberTypes, MethodAttributes, MethodBase, MethodBody, MethodImplAttributes, MethodInfo, Module, ParameterAttributes, ParameterInfo, ParameterModifier, PortableExecutableKinds, PropertyAttributes, PropertyInfo, TypeAttributes, TypeFilter, TypeInfo } from '../System.Reflection/internal/index.js';
16
- import type { CallingConvention, CharSet, StructLayoutAttribute } from '../System.Runtime.InteropServices/internal/index.js';
17
- import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
18
- import type { SecurityRuleSet } from '../System.Security/internal/index.js';
19
- import type { Array as ClrArray, Boolean as ClrBoolean, Byte, Delegate, Double, Enum, Guid, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, ModuleHandle, Object as ClrObject, RuntimeFieldHandle, RuntimeMethodHandle, RuntimeTypeHandle, SByte, Single, String as ClrString, Type, TypeCode, TypedReference, ValueType, Version, Void } from '../System/internal/index.js';
20
-
21
- export * from './internal/index.js';
22
-
23
- // Individual type exports for convenience
24
- export { CustomAttributeBuilder as CustomAttributeBuilder } from './internal/index.js';
25
- export { DynamicILInfo as DynamicILInfo } from './internal/index.js';
26
- export { DynamicMethod as DynamicMethod } from './internal/index.js';
27
- export { AssemblyBuilder as AssemblyBuilder } from './internal/index.js';
28
- export { SignatureHelper as SignatureHelper } from './internal/index.js';
29
- export { AssemblyBuilderAccess as AssemblyBuilderAccess } from './internal/index.js';
30
- export { ConstructorBuilder as ConstructorBuilder } from './internal/index.js';
31
- export { EnumBuilder as EnumBuilder } from './internal/index.js';
32
- export { EventBuilder as EventBuilder } from './internal/index.js';
33
- export { FieldBuilder as FieldBuilder } from './internal/index.js';
34
- export { FlowControl as FlowControl } from './internal/index.js';
35
- export { GenericTypeParameterBuilder as GenericTypeParameterBuilder } from './internal/index.js';
36
- export { ILGenerator as ILGenerator } from './internal/index.js';
37
- export { Label as Label } from './internal/index.js';
38
- export { LocalBuilder as LocalBuilder } from './internal/index.js';
39
- export { MethodBuilder as MethodBuilder } from './internal/index.js';
40
- export { ModuleBuilder as ModuleBuilder } from './internal/index.js';
41
- export { OpCode as OpCode } from './internal/index.js';
42
- export { OpCodes as OpCodes } from './internal/index.js';
43
- export { OpCodeType as OpCodeType } from './internal/index.js';
44
- export { OperandType as OperandType } from './internal/index.js';
45
- export { PackingSize as PackingSize } from './internal/index.js';
46
- export { ParameterBuilder as ParameterBuilder } from './internal/index.js';
47
- export { PEFileKinds as PEFileKinds } from './internal/index.js';
48
- export { PropertyBuilder as PropertyBuilder } from './internal/index.js';
49
- export { StackBehaviour as StackBehaviour } from './internal/index.js';
50
- export { TypeBuilder as TypeBuilder } from './internal/index.js';
51
- export { PersistedAssemblyBuilder as PersistedAssemblyBuilder } from './internal/index.js';