@tsonic/dotnet 0.7.4 → 0.7.7

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 (263) hide show
  1. package/Internal/internal/index.d.ts +0 -25
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
  3. package/Microsoft.VisualBasic/bindings.json +203 -29
  4. package/Microsoft.VisualBasic/internal/index.d.ts +30 -55
  5. package/Microsoft.VisualBasic/internal/metadata.json +203 -29
  6. package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
  7. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +4 -29
  8. package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
  9. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +6 -31
  10. package/Microsoft.Win32/internal/index.d.ts +0 -25
  11. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
  12. package/System/bindings.json +4800 -552
  13. package/System/internal/index.d.ts +2537 -395
  14. package/System/internal/metadata.json +4800 -552
  15. package/System.Buffers/bindings.json +196 -24
  16. package/System.Buffers/internal/index.d.ts +29 -54
  17. package/System.Buffers/internal/metadata.json +196 -24
  18. package/System.Buffers.Binary/bindings.json +182 -26
  19. package/System.Buffers.Binary/internal/index.d.ts +115 -140
  20. package/System.Buffers.Binary/internal/metadata.json +182 -26
  21. package/System.Buffers.Text/bindings.json +431 -49
  22. package/System.Buffers.Text/internal/index.d.ts +64 -89
  23. package/System.Buffers.Text/internal/metadata.json +431 -49
  24. package/System.CodeDom.Compiler/internal/index.d.ts +6 -31
  25. package/System.Collections/bindings.json +11 -1
  26. package/System.Collections/internal/index.d.ts +2 -27
  27. package/System.Collections/internal/metadata.json +11 -1
  28. package/System.Collections.Concurrent/bindings.json +211 -29
  29. package/System.Collections.Concurrent/internal/index.d.ts +31 -56
  30. package/System.Collections.Concurrent/internal/metadata.json +211 -29
  31. package/System.Collections.Frozen/bindings.json +56 -8
  32. package/System.Collections.Frozen/internal/index.d.ts +9 -34
  33. package/System.Collections.Frozen/internal/metadata.json +56 -8
  34. package/System.Collections.Generic/bindings.json +273 -35
  35. package/System.Collections.Generic/internal/index.d.ts +36 -61
  36. package/System.Collections.Generic/internal/metadata.json +273 -35
  37. package/System.Collections.Immutable/bindings.json +362 -50
  38. package/System.Collections.Immutable/internal/index.d.ts +49 -74
  39. package/System.Collections.Immutable/internal/metadata.json +362 -50
  40. package/System.Collections.ObjectModel/bindings.json +28 -4
  41. package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
  42. package/System.Collections.ObjectModel/internal/metadata.json +28 -4
  43. package/System.Collections.Specialized/internal/index.d.ts +0 -25
  44. package/System.ComponentModel/bindings.json +174 -18
  45. package/System.ComponentModel/internal/index.d.ts +22 -47
  46. package/System.ComponentModel/internal/metadata.json +174 -18
  47. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
  48. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
  49. package/System.ComponentModel.Design/internal/index.d.ts +0 -25
  50. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +0 -25
  51. package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
  52. package/System.Data/internal/index.d.ts +7 -32
  53. package/System.Data.Common/bindings.json +14 -2
  54. package/System.Data.Common/internal/index.d.ts +27 -52
  55. package/System.Data.Common/internal/metadata.json +14 -2
  56. package/System.Data.SqlTypes/internal/index.d.ts +1 -26
  57. package/System.Diagnostics/bindings.json +181 -23
  58. package/System.Diagnostics/internal/index.d.ts +87 -112
  59. package/System.Diagnostics/internal/metadata.json +181 -23
  60. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
  61. package/System.Diagnostics.Contracts/bindings.json +7 -1
  62. package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
  63. package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
  64. package/System.Diagnostics.Metrics/bindings.json +35 -5
  65. package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
  66. package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
  67. package/System.Diagnostics.SymbolStore/internal/index.d.ts +0 -25
  68. package/System.Diagnostics.Tracing/bindings.json +37 -3
  69. package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
  70. package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
  71. package/System.Drawing/internal/index.d.ts +0 -25
  72. package/System.Dynamic/bindings.json +63 -9
  73. package/System.Dynamic/internal/index.d.ts +17 -42
  74. package/System.Dynamic/internal/metadata.json +63 -9
  75. package/System.Formats.Asn1/bindings.json +451 -49
  76. package/System.Formats.Asn1/internal/index.d.ts +69 -94
  77. package/System.Formats.Asn1/internal/metadata.json +451 -49
  78. package/System.Formats.Tar/internal/index.d.ts +4 -29
  79. package/System.Globalization/bindings.json +28 -4
  80. package/System.Globalization/internal/index.d.ts +18 -43
  81. package/System.Globalization/internal/metadata.json +28 -4
  82. package/System.IO/bindings.json +35 -5
  83. package/System.IO/internal/index.d.ts +197 -222
  84. package/System.IO/internal/metadata.json +35 -5
  85. package/System.IO.Compression/bindings.json +50 -6
  86. package/System.IO.Compression/internal/index.d.ts +51 -76
  87. package/System.IO.Compression/internal/metadata.json +50 -6
  88. package/System.IO.Enumeration/bindings.json +42 -6
  89. package/System.IO.Enumeration/internal/index.d.ts +11 -36
  90. package/System.IO.Enumeration/internal/metadata.json +42 -6
  91. package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
  92. package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
  93. package/System.IO.Pipelines/bindings.json +7 -1
  94. package/System.IO.Pipelines/internal/index.d.ts +17 -42
  95. package/System.IO.Pipelines/internal/metadata.json +7 -1
  96. package/System.IO.Pipes/internal/index.d.ts +11 -36
  97. package/System.Linq/bindings.json +7 -1
  98. package/System.Linq/internal/index.d.ts +332 -357
  99. package/System.Linq/internal/metadata.json +7 -1
  100. package/System.Linq.Expressions/bindings.json +14 -2
  101. package/System.Linq.Expressions/internal/index.d.ts +3 -28
  102. package/System.Linq.Expressions/internal/metadata.json +14 -2
  103. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -25
  104. package/System.Net/bindings.json +175 -25
  105. package/System.Net/internal/index.d.ts +36 -61
  106. package/System.Net/internal/metadata.json +175 -25
  107. package/System.Net.Cache/internal/index.d.ts +0 -25
  108. package/System.Net.Http/bindings.json +21 -3
  109. package/System.Net.Http/internal/index.d.ts +21 -46
  110. package/System.Net.Http/internal/metadata.json +21 -3
  111. package/System.Net.Http.Headers/bindings.json +154 -22
  112. package/System.Net.Http.Headers/internal/index.d.ts +67 -92
  113. package/System.Net.Http.Headers/internal/metadata.json +154 -22
  114. package/System.Net.Http.Json/internal/index.d.ts +0 -25
  115. package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
  116. package/System.Net.Mail/bindings.json +21 -3
  117. package/System.Net.Mail/internal/index.d.ts +4 -29
  118. package/System.Net.Mail/internal/metadata.json +21 -3
  119. package/System.Net.Mime/internal/index.d.ts +0 -25
  120. package/System.Net.NetworkInformation/bindings.json +14 -2
  121. package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
  122. package/System.Net.NetworkInformation/internal/metadata.json +14 -2
  123. package/System.Net.Quic/internal/index.d.ts +14 -39
  124. package/System.Net.Security/bindings.json +43 -5
  125. package/System.Net.Security/internal/index.d.ts +29 -54
  126. package/System.Net.Security/internal/metadata.json +43 -5
  127. package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
  128. package/System.Net.Sockets/bindings.json +224 -28
  129. package/System.Net.Sockets/internal/index.d.ts +108 -133
  130. package/System.Net.Sockets/internal/metadata.json +224 -28
  131. package/System.Net.WebSockets/internal/index.d.ts +29 -54
  132. package/System.Numerics/bindings.json +1030 -142
  133. package/System.Numerics/internal/index.d.ts +264 -289
  134. package/System.Numerics/internal/metadata.json +1030 -142
  135. package/System.Reflection/bindings.json +29 -3
  136. package/System.Reflection/internal/index.d.ts +4 -29
  137. package/System.Reflection/internal/metadata.json +29 -3
  138. package/System.Reflection.Emit/bindings.json +26 -2
  139. package/System.Reflection.Emit/internal/index.d.ts +3 -28
  140. package/System.Reflection.Emit/internal/metadata.json +26 -2
  141. package/System.Reflection.Metadata/bindings.json +46 -6
  142. package/System.Reflection.Metadata/internal/index.d.ts +31 -56
  143. package/System.Reflection.Metadata/internal/metadata.json +46 -6
  144. package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
  145. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +24 -49
  146. package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
  147. package/System.Reflection.PortableExecutable/bindings.json +18 -2
  148. package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
  149. package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
  150. package/System.Resources/bindings.json +11 -1
  151. package/System.Resources/internal/index.d.ts +3 -28
  152. package/System.Resources/internal/metadata.json +11 -1
  153. package/System.Runtime/internal/index.d.ts +0 -25
  154. package/System.Runtime.CompilerServices/bindings.json +495 -57
  155. package/System.Runtime.CompilerServices/internal/index.d.ts +68 -93
  156. package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
  157. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
  158. package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
  159. package/System.Runtime.InteropServices/bindings.json +377 -47
  160. package/System.Runtime.InteropServices/internal/index.d.ts +68 -93
  161. package/System.Runtime.InteropServices/internal/metadata.json +377 -47
  162. package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
  163. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
  164. package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
  165. package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
  166. package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
  167. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
  168. package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
  169. package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
  170. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
  171. package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
  172. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
  173. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
  174. package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
  175. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
  176. package/System.Runtime.Intrinsics/bindings.json +112 -16
  177. package/System.Runtime.Intrinsics/internal/index.d.ts +800 -825
  178. package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
  179. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
  180. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
  181. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
  182. package/System.Runtime.Loader/internal/index.d.ts +0 -25
  183. package/System.Runtime.Remoting/internal/index.d.ts +0 -25
  184. package/System.Runtime.Serialization/bindings.json +71 -9
  185. package/System.Runtime.Serialization/internal/index.d.ts +9 -34
  186. package/System.Runtime.Serialization/internal/metadata.json +71 -9
  187. package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
  188. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
  189. package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
  190. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
  191. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
  192. package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
  193. package/System.Runtime.Versioning/internal/index.d.ts +0 -25
  194. package/System.Security/internal/index.d.ts +1 -26
  195. package/System.Security.AccessControl/bindings.json +14 -2
  196. package/System.Security.AccessControl/internal/index.d.ts +3 -28
  197. package/System.Security.AccessControl/internal/metadata.json +14 -2
  198. package/System.Security.Authentication/internal/index.d.ts +0 -25
  199. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
  200. package/System.Security.Claims/internal/index.d.ts +1 -26
  201. package/System.Security.Cryptography/bindings.json +1348 -192
  202. package/System.Security.Cryptography/internal/index.d.ts +593 -618
  203. package/System.Security.Cryptography/internal/metadata.json +1348 -192
  204. package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
  205. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
  206. package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
  207. package/System.Security.Permissions/internal/index.d.ts +0 -25
  208. package/System.Security.Policy/internal/index.d.ts +0 -25
  209. package/System.Security.Principal/internal/index.d.ts +0 -25
  210. package/System.Text/bindings.json +494 -58
  211. package/System.Text/internal/index.d.ts +137 -162
  212. package/System.Text/internal/metadata.json +494 -58
  213. package/System.Text.Encodings.Web/bindings.json +29 -3
  214. package/System.Text.Encodings.Web/internal/index.d.ts +7 -32
  215. package/System.Text.Encodings.Web/internal/metadata.json +29 -3
  216. package/System.Text.Json/bindings.json +309 -43
  217. package/System.Text.Json/internal/index.d.ts +141 -166
  218. package/System.Text.Json/internal/metadata.json +309 -43
  219. package/System.Text.Json.Nodes/bindings.json +46 -6
  220. package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
  221. package/System.Text.Json.Nodes/internal/metadata.json +46 -6
  222. package/System.Text.Json.Schema/internal/index.d.ts +1 -26
  223. package/System.Text.Json.Serialization/bindings.json +21 -3
  224. package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
  225. package/System.Text.Json.Serialization/internal/metadata.json +21 -3
  226. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +20 -45
  227. package/System.Text.RegularExpressions/bindings.json +14 -2
  228. package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
  229. package/System.Text.RegularExpressions/internal/metadata.json +14 -2
  230. package/System.Text.Unicode/bindings.json +58 -6
  231. package/System.Text.Unicode/internal/index.d.ts +12 -37
  232. package/System.Text.Unicode/internal/metadata.json +58 -6
  233. package/System.Threading/bindings.json +1012 -140
  234. package/System.Threading/internal/index.d.ts +149 -174
  235. package/System.Threading/internal/metadata.json +1012 -140
  236. package/System.Threading.Channels/bindings.json +14 -2
  237. package/System.Threading.Channels/internal/index.d.ts +5 -30
  238. package/System.Threading.Channels/internal/metadata.json +14 -2
  239. package/System.Threading.Tasks/internal/index.d.ts +23 -48
  240. package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
  241. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +33 -58
  242. package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
  243. package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
  244. package/System.Timers/internal/index.d.ts +0 -25
  245. package/System.Transactions/internal/index.d.ts +0 -25
  246. package/System.Web/internal/index.d.ts +0 -25
  247. package/System.Windows.Input/internal/index.d.ts +0 -25
  248. package/System.Windows.Markup/internal/index.d.ts +0 -25
  249. package/System.Xml/bindings.json +197 -27
  250. package/System.Xml/internal/index.d.ts +35 -60
  251. package/System.Xml/internal/metadata.json +197 -27
  252. package/System.Xml.Linq/internal/index.d.ts +0 -25
  253. package/System.Xml.Resolvers/internal/index.d.ts +0 -25
  254. package/System.Xml.Schema/internal/index.d.ts +0 -25
  255. package/System.Xml.Serialization/internal/index.d.ts +0 -25
  256. package/System.Xml.XPath/internal/index.d.ts +1 -26
  257. package/System.Xml.Xsl/internal/index.d.ts +1 -26
  258. package/System.Xml.Xsl.Runtime/bindings.json +35 -5
  259. package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
  260. package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
  261. package/System.d.ts +21 -0
  262. package/__internal/extensions/index.d.ts +463 -463
  263. package/package.json +1 -1
@@ -9,31 +9,6 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
9
9
  import * as System_Internal from "../../System/internal/index.js";
10
10
  import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Type, Void } from "../../System/internal/index.js";
11
11
 
12
- // CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
13
- // This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
14
- // Value positions (parameters, return types) use lowercase primitives for ergonomics
15
- export type CLROf<T> =
16
- T extends sbyte ? System_Internal.SByte :
17
- T extends short ? System_Internal.Int16 :
18
- T extends int ? System_Internal.Int32 :
19
- T extends long ? System_Internal.Int64 :
20
- T extends int128 ? System_Internal.Int128 :
21
- T extends nint ? System_Internal.IntPtr :
22
- T extends byte ? System_Internal.Byte :
23
- T extends ushort ? System_Internal.UInt16 :
24
- T extends uint ? System_Internal.UInt32 :
25
- T extends ulong ? System_Internal.UInt64 :
26
- T extends uint128 ? System_Internal.UInt128 :
27
- T extends nuint ? System_Internal.UIntPtr :
28
- T extends half ? System_Internal.Half :
29
- T extends float ? System_Internal.Single :
30
- T extends double ? System_Internal.Double :
31
- T extends decimal ? System_Internal.Decimal :
32
- T extends char ? System_Internal.Char :
33
- T extends boolean ? System_Internal.Boolean :
34
- T extends string ? System_Internal.String :
35
- T; // Identity fallback for non-primitive types
36
-
37
12
  export abstract class Console$instance {
38
13
  static write(s: string): void;
39
14
  static writeLine(): void;
@@ -16,31 +16,6 @@ import type { ISerializable, SerializationInfo, StreamingContext } from "../../S
16
16
  import * as System_Internal from "../../System/internal/index.js";
17
17
  import type { Boolean as ClrBoolean, Enum, Exception, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from "../../System/internal/index.js";
18
18
 
19
- // CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
20
- // This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
21
- // Value positions (parameters, return types) use lowercase primitives for ergonomics
22
- export type CLROf<T> =
23
- T extends sbyte ? System_Internal.SByte :
24
- T extends short ? System_Internal.Int16 :
25
- T extends int ? System_Internal.Int32 :
26
- T extends long ? System_Internal.Int64 :
27
- T extends int128 ? System_Internal.Int128 :
28
- T extends nint ? System_Internal.IntPtr :
29
- T extends byte ? System_Internal.Byte :
30
- T extends ushort ? System_Internal.UInt16 :
31
- T extends uint ? System_Internal.UInt32 :
32
- T extends ulong ? System_Internal.UInt64 :
33
- T extends uint128 ? System_Internal.UInt128 :
34
- T extends nuint ? System_Internal.UIntPtr :
35
- T extends half ? System_Internal.Half :
36
- T extends float ? System_Internal.Single :
37
- T extends double ? System_Internal.Double :
38
- T extends decimal ? System_Internal.Decimal :
39
- T extends char ? System_Internal.Char :
40
- T extends boolean ? System_Internal.Boolean :
41
- T extends string ? System_Internal.String :
42
- T; // Identity fallback for non-primitive types
43
-
44
19
  export enum CSharpArgumentInfoFlags {
45
20
  none = 0,
46
21
  useCompileTimeType = 1,
@@ -18235,7 +18235,13 @@
18235
18235
  "parameterCount": 3,
18236
18236
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18237
18237
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18238
- "isExtensionMethod": false
18238
+ "isExtensionMethod": false,
18239
+ "parameterModifiers": [
18240
+ {
18241
+ "index": 1,
18242
+ "modifier": "ref"
18243
+ }
18244
+ ]
18239
18245
  },
18240
18246
  {
18241
18247
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.ValueType\u0026,System.Int64):System.Void",
@@ -18249,7 +18255,13 @@
18249
18255
  "parameterCount": 3,
18250
18256
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18251
18257
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18252
- "isExtensionMethod": false
18258
+ "isExtensionMethod": false,
18259
+ "parameterModifiers": [
18260
+ {
18261
+ "index": 1,
18262
+ "modifier": "ref"
18263
+ }
18264
+ ]
18253
18265
  },
18254
18266
  {
18255
18267
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.Array\u0026,System.Int64,System.Boolean,System.Boolean):System.Void",
@@ -18263,7 +18275,13 @@
18263
18275
  "parameterCount": 5,
18264
18276
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18265
18277
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18266
- "isExtensionMethod": false
18278
+ "isExtensionMethod": false,
18279
+ "parameterModifiers": [
18280
+ {
18281
+ "index": 1,
18282
+ "modifier": "ref"
18283
+ }
18284
+ ]
18267
18285
  },
18268
18286
  {
18269
18287
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.Boolean\u0026,System.Int64):System.Void",
@@ -18277,7 +18295,13 @@
18277
18295
  "parameterCount": 3,
18278
18296
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18279
18297
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18280
- "isExtensionMethod": false
18298
+ "isExtensionMethod": false,
18299
+ "parameterModifiers": [
18300
+ {
18301
+ "index": 1,
18302
+ "modifier": "ref"
18303
+ }
18304
+ ]
18281
18305
  },
18282
18306
  {
18283
18307
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.Byte\u0026,System.Int64):System.Void",
@@ -18291,7 +18315,13 @@
18291
18315
  "parameterCount": 3,
18292
18316
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18293
18317
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18294
- "isExtensionMethod": false
18318
+ "isExtensionMethod": false,
18319
+ "parameterModifiers": [
18320
+ {
18321
+ "index": 1,
18322
+ "modifier": "ref"
18323
+ }
18324
+ ]
18295
18325
  },
18296
18326
  {
18297
18327
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.Int16\u0026,System.Int64):System.Void",
@@ -18305,7 +18335,13 @@
18305
18335
  "parameterCount": 3,
18306
18336
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18307
18337
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18308
- "isExtensionMethod": false
18338
+ "isExtensionMethod": false,
18339
+ "parameterModifiers": [
18340
+ {
18341
+ "index": 1,
18342
+ "modifier": "ref"
18343
+ }
18344
+ ]
18309
18345
  },
18310
18346
  {
18311
18347
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.Int32\u0026,System.Int64):System.Void",
@@ -18319,7 +18355,13 @@
18319
18355
  "parameterCount": 3,
18320
18356
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18321
18357
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18322
- "isExtensionMethod": false
18358
+ "isExtensionMethod": false,
18359
+ "parameterModifiers": [
18360
+ {
18361
+ "index": 1,
18362
+ "modifier": "ref"
18363
+ }
18364
+ ]
18323
18365
  },
18324
18366
  {
18325
18367
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.Int64\u0026,System.Int64):System.Void",
@@ -18333,7 +18375,13 @@
18333
18375
  "parameterCount": 3,
18334
18376
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18335
18377
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18336
- "isExtensionMethod": false
18378
+ "isExtensionMethod": false,
18379
+ "parameterModifiers": [
18380
+ {
18381
+ "index": 1,
18382
+ "modifier": "ref"
18383
+ }
18384
+ ]
18337
18385
  },
18338
18386
  {
18339
18387
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.Char\u0026,System.Int64):System.Void",
@@ -18347,7 +18395,13 @@
18347
18395
  "parameterCount": 3,
18348
18396
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18349
18397
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18350
- "isExtensionMethod": false
18398
+ "isExtensionMethod": false,
18399
+ "parameterModifiers": [
18400
+ {
18401
+ "index": 1,
18402
+ "modifier": "ref"
18403
+ }
18404
+ ]
18351
18405
  },
18352
18406
  {
18353
18407
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.Single\u0026,System.Int64):System.Void",
@@ -18361,7 +18415,13 @@
18361
18415
  "parameterCount": 3,
18362
18416
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18363
18417
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18364
- "isExtensionMethod": false
18418
+ "isExtensionMethod": false,
18419
+ "parameterModifiers": [
18420
+ {
18421
+ "index": 1,
18422
+ "modifier": "ref"
18423
+ }
18424
+ ]
18365
18425
  },
18366
18426
  {
18367
18427
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.Double\u0026,System.Int64):System.Void",
@@ -18375,7 +18435,13 @@
18375
18435
  "parameterCount": 3,
18376
18436
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18377
18437
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18378
- "isExtensionMethod": false
18438
+ "isExtensionMethod": false,
18439
+ "parameterModifiers": [
18440
+ {
18441
+ "index": 1,
18442
+ "modifier": "ref"
18443
+ }
18444
+ ]
18379
18445
  },
18380
18446
  {
18381
18447
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.Decimal\u0026,System.Int64):System.Void",
@@ -18389,7 +18455,13 @@
18389
18455
  "parameterCount": 3,
18390
18456
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18391
18457
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18392
- "isExtensionMethod": false
18458
+ "isExtensionMethod": false,
18459
+ "parameterModifiers": [
18460
+ {
18461
+ "index": 1,
18462
+ "modifier": "ref"
18463
+ }
18464
+ ]
18393
18465
  },
18394
18466
  {
18395
18467
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.String\u0026,System.Int64,System.Boolean):System.Void",
@@ -18403,7 +18475,13 @@
18403
18475
  "parameterCount": 4,
18404
18476
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18405
18477
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18406
- "isExtensionMethod": false
18478
+ "isExtensionMethod": false,
18479
+ "parameterModifiers": [
18480
+ {
18481
+ "index": 1,
18482
+ "modifier": "ref"
18483
+ }
18484
+ ]
18407
18485
  },
18408
18486
  {
18409
18487
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.DateTime\u0026,System.Int64):System.Void",
@@ -18417,7 +18495,13 @@
18417
18495
  "parameterCount": 3,
18418
18496
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18419
18497
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18420
- "isExtensionMethod": false
18498
+ "isExtensionMethod": false,
18499
+ "parameterModifiers": [
18500
+ {
18501
+ "index": 1,
18502
+ "modifier": "ref"
18503
+ }
18504
+ ]
18421
18505
  },
18422
18506
  {
18423
18507
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FilePutObject(System.Int32,System.Object,System.Int64):System.Void",
@@ -18669,7 +18753,13 @@
18669
18753
  "parameterCount": 2,
18670
18754
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18671
18755
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18672
- "isExtensionMethod": false
18756
+ "isExtensionMethod": false,
18757
+ "parameterModifiers": [
18758
+ {
18759
+ "index": 1,
18760
+ "modifier": "ref"
18761
+ }
18762
+ ]
18673
18763
  },
18674
18764
  {
18675
18765
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Input(System.Int32,System.Boolean\u0026):System.Void",
@@ -18683,7 +18773,13 @@
18683
18773
  "parameterCount": 2,
18684
18774
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18685
18775
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18686
- "isExtensionMethod": false
18776
+ "isExtensionMethod": false,
18777
+ "parameterModifiers": [
18778
+ {
18779
+ "index": 1,
18780
+ "modifier": "ref"
18781
+ }
18782
+ ]
18687
18783
  },
18688
18784
  {
18689
18785
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Input(System.Int32,System.Byte\u0026):System.Void",
@@ -18697,7 +18793,13 @@
18697
18793
  "parameterCount": 2,
18698
18794
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18699
18795
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18700
- "isExtensionMethod": false
18796
+ "isExtensionMethod": false,
18797
+ "parameterModifiers": [
18798
+ {
18799
+ "index": 1,
18800
+ "modifier": "ref"
18801
+ }
18802
+ ]
18701
18803
  },
18702
18804
  {
18703
18805
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Input(System.Int32,System.Int16\u0026):System.Void",
@@ -18711,7 +18813,13 @@
18711
18813
  "parameterCount": 2,
18712
18814
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18713
18815
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18714
- "isExtensionMethod": false
18816
+ "isExtensionMethod": false,
18817
+ "parameterModifiers": [
18818
+ {
18819
+ "index": 1,
18820
+ "modifier": "ref"
18821
+ }
18822
+ ]
18715
18823
  },
18716
18824
  {
18717
18825
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Input(System.Int32,System.Int32\u0026):System.Void",
@@ -18725,7 +18833,13 @@
18725
18833
  "parameterCount": 2,
18726
18834
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18727
18835
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18728
- "isExtensionMethod": false
18836
+ "isExtensionMethod": false,
18837
+ "parameterModifiers": [
18838
+ {
18839
+ "index": 1,
18840
+ "modifier": "ref"
18841
+ }
18842
+ ]
18729
18843
  },
18730
18844
  {
18731
18845
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Input(System.Int32,System.Int64\u0026):System.Void",
@@ -18739,7 +18853,13 @@
18739
18853
  "parameterCount": 2,
18740
18854
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18741
18855
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18742
- "isExtensionMethod": false
18856
+ "isExtensionMethod": false,
18857
+ "parameterModifiers": [
18858
+ {
18859
+ "index": 1,
18860
+ "modifier": "ref"
18861
+ }
18862
+ ]
18743
18863
  },
18744
18864
  {
18745
18865
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Input(System.Int32,System.Char\u0026):System.Void",
@@ -18753,7 +18873,13 @@
18753
18873
  "parameterCount": 2,
18754
18874
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18755
18875
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18756
- "isExtensionMethod": false
18876
+ "isExtensionMethod": false,
18877
+ "parameterModifiers": [
18878
+ {
18879
+ "index": 1,
18880
+ "modifier": "ref"
18881
+ }
18882
+ ]
18757
18883
  },
18758
18884
  {
18759
18885
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Input(System.Int32,System.Single\u0026):System.Void",
@@ -18767,7 +18893,13 @@
18767
18893
  "parameterCount": 2,
18768
18894
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18769
18895
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18770
- "isExtensionMethod": false
18896
+ "isExtensionMethod": false,
18897
+ "parameterModifiers": [
18898
+ {
18899
+ "index": 1,
18900
+ "modifier": "ref"
18901
+ }
18902
+ ]
18771
18903
  },
18772
18904
  {
18773
18905
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Input(System.Int32,System.Double\u0026):System.Void",
@@ -18781,7 +18913,13 @@
18781
18913
  "parameterCount": 2,
18782
18914
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18783
18915
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18784
- "isExtensionMethod": false
18916
+ "isExtensionMethod": false,
18917
+ "parameterModifiers": [
18918
+ {
18919
+ "index": 1,
18920
+ "modifier": "ref"
18921
+ }
18922
+ ]
18785
18923
  },
18786
18924
  {
18787
18925
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Input(System.Int32,System.Decimal\u0026):System.Void",
@@ -18795,7 +18933,13 @@
18795
18933
  "parameterCount": 2,
18796
18934
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18797
18935
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18798
- "isExtensionMethod": false
18936
+ "isExtensionMethod": false,
18937
+ "parameterModifiers": [
18938
+ {
18939
+ "index": 1,
18940
+ "modifier": "ref"
18941
+ }
18942
+ ]
18799
18943
  },
18800
18944
  {
18801
18945
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Input(System.Int32,System.String\u0026):System.Void",
@@ -18809,7 +18953,13 @@
18809
18953
  "parameterCount": 2,
18810
18954
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18811
18955
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18812
- "isExtensionMethod": false
18956
+ "isExtensionMethod": false,
18957
+ "parameterModifiers": [
18958
+ {
18959
+ "index": 1,
18960
+ "modifier": "ref"
18961
+ }
18962
+ ]
18813
18963
  },
18814
18964
  {
18815
18965
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Input(System.Int32,System.DateTime\u0026):System.Void",
@@ -18823,7 +18973,13 @@
18823
18973
  "parameterCount": 2,
18824
18974
  "declaringClrType": "Microsoft.VisualBasic.FileSystem",
18825
18975
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
18826
- "isExtensionMethod": false
18976
+ "isExtensionMethod": false,
18977
+ "parameterModifiers": [
18978
+ {
18979
+ "index": 1,
18980
+ "modifier": "ref"
18981
+ }
18982
+ ]
18827
18983
  },
18828
18984
  {
18829
18985
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Write(System.Int32,System.Object[]):System.Void",
@@ -20106,7 +20262,13 @@
20106
20262
  "parameterCount": 2,
20107
20263
  "declaringClrType": "Microsoft.VisualBasic.Financial",
20108
20264
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
20109
- "isExtensionMethod": false
20265
+ "isExtensionMethod": false,
20266
+ "parameterModifiers": [
20267
+ {
20268
+ "index": 0,
20269
+ "modifier": "ref"
20270
+ }
20271
+ ]
20110
20272
  },
20111
20273
  {
20112
20274
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.Financial::MIRR(System.Double[]\u0026,System.Double,System.Double):System.Double",
@@ -20120,7 +20282,13 @@
20120
20282
  "parameterCount": 3,
20121
20283
  "declaringClrType": "Microsoft.VisualBasic.Financial",
20122
20284
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
20123
- "isExtensionMethod": false
20285
+ "isExtensionMethod": false,
20286
+ "parameterModifiers": [
20287
+ {
20288
+ "index": 0,
20289
+ "modifier": "ref"
20290
+ }
20291
+ ]
20124
20292
  },
20125
20293
  {
20126
20294
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.Financial::NPer(System.Double,System.Double,System.Double,System.Double,Microsoft.VisualBasic.DueDate):System.Double",
@@ -20148,7 +20316,13 @@
20148
20316
  "parameterCount": 2,
20149
20317
  "declaringClrType": "Microsoft.VisualBasic.Financial",
20150
20318
  "declaringAssemblyName": "Microsoft.VisualBasic.Core",
20151
- "isExtensionMethod": false
20319
+ "isExtensionMethod": false,
20320
+ "parameterModifiers": [
20321
+ {
20322
+ "index": 1,
20323
+ "modifier": "ref"
20324
+ }
20325
+ ]
20152
20326
  },
20153
20327
  {
20154
20328
  "stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.Financial::Pmt(System.Double,System.Double,System.Double,System.Double,Microsoft.VisualBasic.DueDate):System.Double",
@@ -6,7 +6,7 @@
6
6
  import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
7
7
 
8
8
  // Import support types from @tsonic/types
9
- import type { ptr, ref } from "@tsonic/types";
9
+ import type { ptr } from "@tsonic/types";
10
10
 
11
11
  // Import types from other namespaces
12
12
  import * as System_Collections_Internal from "../../System.Collections/internal/index.js";
@@ -14,31 +14,6 @@ import type { ICollection, IEnumerator, IList } from "../../System.Collections/i
14
14
  import * as System_Internal from "../../System/internal/index.js";
15
15
  import type { Array as ClrArray, Attribute, Boolean as ClrBoolean, Byte, Char, DateTime, Decimal, Double, Enum, Exception, IComparable, IConvertible, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, Object as ClrObject, SByte, Single, String as ClrString, Type, TypeCode, UInt16, UInt32, UInt64, ValueType, Void } from "../../System/internal/index.js";
16
16
 
17
- // CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
18
- // This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
19
- // Value positions (parameters, return types) use lowercase primitives for ergonomics
20
- export type CLROf<T> =
21
- T extends sbyte ? System_Internal.SByte :
22
- T extends short ? System_Internal.Int16 :
23
- T extends int ? System_Internal.Int32 :
24
- T extends long ? System_Internal.Int64 :
25
- T extends int128 ? System_Internal.Int128 :
26
- T extends nint ? System_Internal.IntPtr :
27
- T extends byte ? System_Internal.Byte :
28
- T extends ushort ? System_Internal.UInt16 :
29
- T extends uint ? System_Internal.UInt32 :
30
- T extends ulong ? System_Internal.UInt64 :
31
- T extends uint128 ? System_Internal.UInt128 :
32
- T extends nuint ? System_Internal.UIntPtr :
33
- T extends half ? System_Internal.Half :
34
- T extends float ? System_Internal.Single :
35
- T extends double ? System_Internal.Double :
36
- T extends decimal ? System_Internal.Decimal :
37
- T extends char ? System_Internal.Char :
38
- T extends boolean ? System_Internal.Boolean :
39
- T extends string ? System_Internal.String :
40
- T; // Identity fallback for non-primitive types
41
-
42
17
  export enum AppWinStyle {
43
18
  hide = 0,
44
19
  normalFocus = 1,
@@ -559,20 +534,20 @@ export const FileSystem: {
559
534
  fileClose(...FileNumbers: int[]): void;
560
535
  fileCopy(Source: string, Destination: string): void;
561
536
  fileDateTime(PathName: string): DateTime;
562
- fileGet(FileNumber: int, Value: { value: ref<ClrArray> }, RecordNumber?: long, ArrayIsDynamic?: boolean, StringIsFixedLength?: boolean): void;
563
- fileGet(FileNumber: int, Value: { value: ref<boolean> }, RecordNumber?: long): void;
564
- fileGet(FileNumber: int, Value: { value: ref<byte> }, RecordNumber?: long): void;
565
- fileGet(FileNumber: int, Value: { value: ref<char> }, RecordNumber?: long): void;
566
- fileGet(FileNumber: int, Value: { value: ref<DateTime> }, RecordNumber?: long): void;
567
- fileGet(FileNumber: int, Value: { value: ref<decimal> }, RecordNumber?: long): void;
568
- fileGet(FileNumber: int, Value: { value: ref<double> }, RecordNumber?: long): void;
569
- fileGet(FileNumber: int, Value: { value: ref<short> }, RecordNumber?: long): void;
570
- fileGet(FileNumber: int, Value: { value: ref<int> }, RecordNumber?: long): void;
571
- fileGet(FileNumber: int, Value: { value: ref<long> }, RecordNumber?: long): void;
572
- fileGet(FileNumber: int, Value: { value: ref<float> }, RecordNumber?: long): void;
573
- fileGet(FileNumber: int, Value: { value: ref<string> }, RecordNumber?: long, StringIsFixedLength?: boolean): void;
574
- fileGet(FileNumber: int, Value: { value: ref<unknown> }, RecordNumber?: long): void;
575
- fileGetObject(FileNumber: int, Value: { value: ref<unknown> }, RecordNumber?: long): void;
537
+ fileGet(FileNumber: int, Value: ClrArray, RecordNumber?: long, ArrayIsDynamic?: boolean, StringIsFixedLength?: boolean): void;
538
+ fileGet(FileNumber: int, Value: boolean, RecordNumber?: long): void;
539
+ fileGet(FileNumber: int, Value: byte, RecordNumber?: long): void;
540
+ fileGet(FileNumber: int, Value: char, RecordNumber?: long): void;
541
+ fileGet(FileNumber: int, Value: DateTime, RecordNumber?: long): void;
542
+ fileGet(FileNumber: int, Value: decimal, RecordNumber?: long): void;
543
+ fileGet(FileNumber: int, Value: double, RecordNumber?: long): void;
544
+ fileGet(FileNumber: int, Value: short, RecordNumber?: long): void;
545
+ fileGet(FileNumber: int, Value: int, RecordNumber?: long): void;
546
+ fileGet(FileNumber: int, Value: long, RecordNumber?: long): void;
547
+ fileGet(FileNumber: int, Value: float, RecordNumber?: long): void;
548
+ fileGet(FileNumber: int, Value: string, RecordNumber?: long, StringIsFixedLength?: boolean): void;
549
+ fileGet(FileNumber: int, Value: unknown, RecordNumber?: long): void;
550
+ fileGetObject(FileNumber: int, Value: unknown, RecordNumber?: long): void;
576
551
  fileLen(PathName: string): long;
577
552
  fileOpen(FileNumber: int, FileName: string, Mode: OpenMode, Access?: OpenAccess, Share?: OpenShare, RecordLength?: int): void;
578
553
  filePut(FileNumber: int, Value: ClrArray, RecordNumber?: long, ArrayIsDynamic?: boolean, StringIsFixedLength?: boolean): void;
@@ -593,18 +568,18 @@ export const FileSystem: {
593
568
  fileWidth(FileNumber: int, RecordWidth: int): void;
594
569
  freeFile(): int;
595
570
  getAttr(PathName: string): FileAttribute;
596
- input(FileNumber: int, Value: { value: ref<boolean> }): void;
597
- input(FileNumber: int, Value: { value: ref<byte> }): void;
598
- input(FileNumber: int, Value: { value: ref<char> }): void;
599
- input(FileNumber: int, Value: { value: ref<DateTime> }): void;
600
- input(FileNumber: int, Value: { value: ref<decimal> }): void;
601
- input(FileNumber: int, Value: { value: ref<double> }): void;
602
- input(FileNumber: int, Value: { value: ref<short> }): void;
603
- input(FileNumber: int, Value: { value: ref<int> }): void;
604
- input(FileNumber: int, Value: { value: ref<long> }): void;
605
- input(FileNumber: int, Value: { value: ref<unknown> }): void;
606
- input(FileNumber: int, Value: { value: ref<float> }): void;
607
- input(FileNumber: int, Value: { value: ref<string> }): void;
571
+ input(FileNumber: int, Value: boolean): void;
572
+ input(FileNumber: int, Value: byte): void;
573
+ input(FileNumber: int, Value: char): void;
574
+ input(FileNumber: int, Value: DateTime): void;
575
+ input(FileNumber: int, Value: decimal): void;
576
+ input(FileNumber: int, Value: double): void;
577
+ input(FileNumber: int, Value: short): void;
578
+ input(FileNumber: int, Value: int): void;
579
+ input(FileNumber: int, Value: long): void;
580
+ input(FileNumber: int, Value: unknown): void;
581
+ input(FileNumber: int, Value: float): void;
582
+ input(FileNumber: int, Value: string): void;
608
583
  inputString(FileNumber: int, CharCount: int): string;
609
584
  kill(PathName: string): void;
610
585
  lineInput(FileNumber: int): string;
@@ -644,10 +619,10 @@ export const Financial: {
644
619
  DDB(Cost: double, Salvage: double, Life: double, Period: double, Factor?: double): double;
645
620
  FV(Rate: double, NPer: double, Pmt: double, PV?: double, Due?: DueDate): double;
646
621
  iPmt(Rate: double, Per: double, NPer: double, PV: double, FV?: double, Due?: DueDate): double;
647
- IRR(ValueArray: { value: ref<double[]> }, Guess?: double): double;
648
- MIRR(ValueArray: { value: ref<double[]> }, FinanceRate: double, ReinvestRate: double): double;
622
+ IRR(ValueArray: double[], Guess?: double): double;
623
+ MIRR(ValueArray: double[], FinanceRate: double, ReinvestRate: double): double;
649
624
  nPer(Rate: double, Pmt: double, PV: double, FV?: double, Due?: DueDate): double;
650
- NPV(Rate: double, ValueArray: { value: ref<double[]> }): double;
625
+ NPV(Rate: double, ValueArray: double[]): double;
651
626
  pmt(Rate: double, NPer: double, PV: double, FV?: double, Due?: DueDate): double;
652
627
  pPmt(Rate: double, Per: double, NPer: double, PV: double, FV?: double, Due?: DueDate): double;
653
628
  PV(Rate: double, NPer: double, Pmt: double, FV?: double, Due?: DueDate): double;