@tsonic/dotnet 0.7.3 → 0.7.6
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.
- package/Internal/internal/index.d.ts +0 -25
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
- package/Microsoft.VisualBasic/bindings.json +203 -29
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -63
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +6 -31
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +10 -35
- package/Microsoft.Win32/internal/index.d.ts +0 -25
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
- package/System/bindings.json +4800 -552
- package/System/internal/index.d.ts +2608 -459
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +30 -55
- package/System.Buffers/internal/metadata.json +196 -24
- package/System.Buffers.Binary/bindings.json +182 -26
- package/System.Buffers.Binary/internal/index.d.ts +115 -140
- package/System.Buffers.Binary/internal/metadata.json +182 -26
- package/System.Buffers.Text/bindings.json +431 -49
- package/System.Buffers.Text/internal/index.d.ts +64 -89
- package/System.Buffers.Text/internal/metadata.json +431 -49
- package/System.Buffers.d.ts +11 -2
- package/System.CodeDom.Compiler/internal/index.d.ts +8 -33
- package/System.Collections/bindings.json +11 -1
- package/System.Collections/internal/index.d.ts +2 -27
- package/System.Collections/internal/metadata.json +11 -1
- package/System.Collections.Concurrent/bindings.json +211 -29
- package/System.Collections.Concurrent/internal/index.d.ts +32 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Concurrent.d.ts +11 -2
- package/System.Collections.Frozen/bindings.json +56 -8
- package/System.Collections.Frozen/internal/index.d.ts +9 -34
- package/System.Collections.Frozen/internal/metadata.json +56 -8
- package/System.Collections.Generic/bindings.json +273 -35
- package/System.Collections.Generic/internal/index.d.ts +46 -61
- package/System.Collections.Generic/internal/metadata.json +273 -35
- package/System.Collections.Immutable/bindings.json +362 -50
- package/System.Collections.Immutable/internal/index.d.ts +65 -85
- package/System.Collections.Immutable/internal/metadata.json +362 -50
- package/System.Collections.ObjectModel/bindings.json +28 -4
- package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
- package/System.Collections.ObjectModel/internal/metadata.json +28 -4
- package/System.Collections.ObjectModel.d.ts +11 -2
- package/System.Collections.Specialized/internal/index.d.ts +3 -27
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +33 -54
- package/System.ComponentModel/internal/metadata.json +174 -18
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design/internal/index.d.ts +3 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -26
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +19 -39
- package/System.Data.Common/bindings.json +14 -2
- package/System.Data.Common/internal/index.d.ts +27 -52
- package/System.Data.Common/internal/metadata.json +14 -2
- package/System.Data.SqlTypes/internal/index.d.ts +27 -52
- package/System.Data.d.ts +17 -4
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +106 -131
- package/System.Diagnostics/internal/metadata.json +181 -23
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
- package/System.Diagnostics.Contracts/bindings.json +7 -1
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
- package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
- package/System.Diagnostics.Metrics/bindings.json +35 -5
- package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
- package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
- package/System.Diagnostics.Metrics.d.ts +11 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -26
- package/System.Diagnostics.Tracing/bindings.json +37 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
- package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
- package/System.Drawing/internal/index.d.ts +7 -32
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +19 -44
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +70 -95
- package/System.Formats.Asn1/internal/metadata.json +451 -49
- package/System.Formats.Tar/internal/index.d.ts +4 -29
- package/System.Globalization/bindings.json +28 -4
- package/System.Globalization/internal/index.d.ts +19 -44
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +206 -231
- package/System.IO/internal/metadata.json +35 -5
- package/System.IO.Compression/bindings.json +50 -6
- package/System.IO.Compression/internal/index.d.ts +51 -76
- package/System.IO.Compression/internal/metadata.json +50 -6
- package/System.IO.Enumeration/bindings.json +42 -6
- package/System.IO.Enumeration/internal/index.d.ts +11 -36
- package/System.IO.Enumeration/internal/metadata.json +42 -6
- package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
- package/System.IO.Pipelines/bindings.json +7 -1
- package/System.IO.Pipelines/internal/index.d.ts +17 -42
- package/System.IO.Pipelines/internal/metadata.json +7 -1
- package/System.IO.Pipes/internal/index.d.ts +11 -36
- package/System.Linq/bindings.json +7 -1
- package/System.Linq/internal/index.d.ts +337 -357
- package/System.Linq/internal/metadata.json +7 -1
- package/System.Linq.Expressions/bindings.json +14 -2
- package/System.Linq.Expressions/internal/index.d.ts +50 -75
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -27
- package/System.Linq.Expressions.d.ts +11 -2
- package/System.Linq.d.ts +35 -10
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +40 -61
- package/System.Net/internal/metadata.json +175 -25
- package/System.Net.Cache/internal/index.d.ts +0 -25
- package/System.Net.Http/bindings.json +21 -3
- package/System.Net.Http/internal/index.d.ts +22 -47
- package/System.Net.Http/internal/metadata.json +21 -3
- package/System.Net.Http.Headers/bindings.json +154 -22
- package/System.Net.Http.Headers/internal/index.d.ts +67 -92
- package/System.Net.Http.Headers/internal/metadata.json +154 -22
- package/System.Net.Http.Json/internal/index.d.ts +0 -25
- package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
- package/System.Net.Mail/bindings.json +21 -3
- package/System.Net.Mail/internal/index.d.ts +4 -29
- package/System.Net.Mail/internal/metadata.json +21 -3
- package/System.Net.Mime/internal/index.d.ts +0 -25
- package/System.Net.NetworkInformation/bindings.json +14 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
- package/System.Net.NetworkInformation/internal/metadata.json +14 -2
- package/System.Net.Quic/internal/index.d.ts +14 -39
- package/System.Net.Security/bindings.json +43 -5
- package/System.Net.Security/internal/index.d.ts +30 -55
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.ServerSentEvents.d.ts +11 -2
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +110 -135
- package/System.Net.Sockets/internal/metadata.json +224 -28
- package/System.Net.WebSockets/internal/index.d.ts +29 -54
- package/System.Numerics/bindings.json +1030 -142
- package/System.Numerics/internal/index.d.ts +303 -288
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Numerics.d.ts +11 -2
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +7 -32
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +10 -35
- package/System.Reflection.Emit/internal/metadata.json +26 -2
- package/System.Reflection.Metadata/bindings.json +46 -6
- package/System.Reflection.Metadata/internal/index.d.ts +77 -99
- package/System.Reflection.Metadata/internal/metadata.json +46 -6
- package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +26 -51
- package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
- package/System.Reflection.PortableExecutable/bindings.json +18 -2
- package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
- package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
- package/System.Resources/bindings.json +11 -1
- package/System.Resources/internal/index.d.ts +5 -28
- package/System.Resources/internal/metadata.json +11 -1
- package/System.Runtime/internal/index.d.ts +0 -25
- package/System.Runtime.CompilerServices/bindings.json +495 -57
- package/System.Runtime.CompilerServices/internal/index.d.ts +70 -94
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.CompilerServices.d.ts +41 -12
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
- package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices/bindings.json +377 -47
- package/System.Runtime.InteropServices/internal/index.d.ts +83 -107
- package/System.Runtime.InteropServices/internal/metadata.json +377 -47
- package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
- package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
- package/System.Runtime.InteropServices.JavaScript.d.ts +17 -2
- package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
- package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
- package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.Swift.d.ts +11 -2
- package/System.Runtime.InteropServices.d.ts +11 -2
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +804 -829
- package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
- package/System.Runtime.Intrinsics.d.ts +29 -8
- package/System.Runtime.Loader/internal/index.d.ts +0 -25
- package/System.Runtime.Remoting/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization/bindings.json +71 -9
- package/System.Runtime.Serialization/internal/index.d.ts +9 -34
- package/System.Runtime.Serialization/internal/metadata.json +71 -9
- package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
- package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
- package/System.Runtime.Versioning/internal/index.d.ts +1 -26
- package/System.Security/internal/index.d.ts +1 -26
- package/System.Security.AccessControl/bindings.json +14 -2
- package/System.Security.AccessControl/internal/index.d.ts +3 -28
- package/System.Security.AccessControl/internal/metadata.json +14 -2
- package/System.Security.AccessControl.d.ts +23 -6
- package/System.Security.Authentication/internal/index.d.ts +0 -25
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
- package/System.Security.Claims/internal/index.d.ts +1 -26
- package/System.Security.Cryptography/bindings.json +1348 -192
- package/System.Security.Cryptography/internal/index.d.ts +608 -633
- package/System.Security.Cryptography/internal/metadata.json +1348 -192
- package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
- package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
- package/System.Security.Permissions/internal/index.d.ts +0 -25
- package/System.Security.Policy/internal/index.d.ts +0 -25
- package/System.Security.Principal/internal/index.d.ts +1 -26
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +146 -170
- package/System.Text/internal/metadata.json +494 -58
- package/System.Text.Encodings.Web/bindings.json +29 -3
- package/System.Text.Encodings.Web/internal/index.d.ts +14 -39
- package/System.Text.Encodings.Web/internal/metadata.json +29 -3
- package/System.Text.Json/bindings.json +309 -43
- package/System.Text.Json/internal/index.d.ts +142 -167
- package/System.Text.Json/internal/metadata.json +309 -43
- package/System.Text.Json.Nodes/bindings.json +46 -6
- package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
- package/System.Text.Json.Nodes/internal/metadata.json +46 -6
- package/System.Text.Json.Schema/internal/index.d.ts +1 -26
- package/System.Text.Json.Serialization/bindings.json +21 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
- package/System.Text.Json.Serialization/internal/metadata.json +21 -3
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +21 -46
- package/System.Text.Json.Serialization.Metadata.d.ts +11 -2
- package/System.Text.Json.Serialization.d.ts +23 -6
- package/System.Text.RegularExpressions/bindings.json +14 -2
- package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
- package/System.Text.RegularExpressions/internal/metadata.json +14 -2
- package/System.Text.Unicode/bindings.json +58 -6
- package/System.Text.Unicode/internal/index.d.ts +12 -37
- package/System.Text.Unicode/internal/metadata.json +58 -6
- package/System.Threading/bindings.json +1012 -140
- package/System.Threading/internal/index.d.ts +154 -179
- package/System.Threading/internal/metadata.json +1012 -140
- package/System.Threading.Channels/bindings.json +14 -2
- package/System.Threading.Channels/internal/index.d.ts +5 -30
- package/System.Threading.Channels/internal/metadata.json +14 -2
- package/System.Threading.Channels.d.ts +13 -2
- package/System.Threading.Tasks/internal/index.d.ts +35 -60
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +34 -59
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Dataflow.d.ts +21 -2
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Threading.Tasks.Sources.d.ts +11 -2
- package/System.Threading.Tasks.d.ts +29 -8
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +1 -26
- package/System.Web/internal/index.d.ts +0 -25
- package/System.Windows.Input/internal/index.d.ts +0 -25
- package/System.Windows.Markup/internal/index.d.ts +0 -25
- package/System.Xml/bindings.json +197 -27
- package/System.Xml/internal/index.d.ts +35 -60
- package/System.Xml/internal/metadata.json +197 -27
- package/System.Xml.Linq/internal/index.d.ts +10 -35
- package/System.Xml.Resolvers/internal/index.d.ts +0 -25
- package/System.Xml.Schema/internal/index.d.ts +0 -25
- package/System.Xml.Serialization/internal/index.d.ts +0 -25
- package/System.Xml.XPath/internal/index.d.ts +1 -26
- package/System.Xml.Xsl/internal/index.d.ts +1 -26
- package/System.Xml.Xsl.Runtime/bindings.json +35 -5
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
- package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
- package/System.d.ts +75 -14
- package/__internal/extensions/index.d.ts +463 -463
- package/families.json +359 -0
- package/package.json +1 -1
- package/tsconfig.json +2 -1
|
@@ -4678,7 +4678,13 @@
|
|
|
4678
4678
|
"isSealed": false,
|
|
4679
4679
|
"arity": 0,
|
|
4680
4680
|
"parameterCount": 3,
|
|
4681
|
-
"isExtensionMethod": false
|
|
4681
|
+
"isExtensionMethod": false,
|
|
4682
|
+
"parameterModifiers": [
|
|
4683
|
+
{
|
|
4684
|
+
"index": 1,
|
|
4685
|
+
"modifier": "ref"
|
|
4686
|
+
}
|
|
4687
|
+
]
|
|
4682
4688
|
},
|
|
4683
4689
|
{
|
|
4684
4690
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.ValueType\u0026,System.Int64):System.Void",
|
|
@@ -4694,7 +4700,13 @@
|
|
|
4694
4700
|
"isSealed": false,
|
|
4695
4701
|
"arity": 0,
|
|
4696
4702
|
"parameterCount": 3,
|
|
4697
|
-
"isExtensionMethod": false
|
|
4703
|
+
"isExtensionMethod": false,
|
|
4704
|
+
"parameterModifiers": [
|
|
4705
|
+
{
|
|
4706
|
+
"index": 1,
|
|
4707
|
+
"modifier": "ref"
|
|
4708
|
+
}
|
|
4709
|
+
]
|
|
4698
4710
|
},
|
|
4699
4711
|
{
|
|
4700
4712
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.Array\u0026,System.Int64,System.Boolean,System.Boolean):System.Void",
|
|
@@ -4710,7 +4722,13 @@
|
|
|
4710
4722
|
"isSealed": false,
|
|
4711
4723
|
"arity": 0,
|
|
4712
4724
|
"parameterCount": 5,
|
|
4713
|
-
"isExtensionMethod": false
|
|
4725
|
+
"isExtensionMethod": false,
|
|
4726
|
+
"parameterModifiers": [
|
|
4727
|
+
{
|
|
4728
|
+
"index": 1,
|
|
4729
|
+
"modifier": "ref"
|
|
4730
|
+
}
|
|
4731
|
+
]
|
|
4714
4732
|
},
|
|
4715
4733
|
{
|
|
4716
4734
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.Boolean\u0026,System.Int64):System.Void",
|
|
@@ -4726,7 +4744,13 @@
|
|
|
4726
4744
|
"isSealed": false,
|
|
4727
4745
|
"arity": 0,
|
|
4728
4746
|
"parameterCount": 3,
|
|
4729
|
-
"isExtensionMethod": false
|
|
4747
|
+
"isExtensionMethod": false,
|
|
4748
|
+
"parameterModifiers": [
|
|
4749
|
+
{
|
|
4750
|
+
"index": 1,
|
|
4751
|
+
"modifier": "ref"
|
|
4752
|
+
}
|
|
4753
|
+
]
|
|
4730
4754
|
},
|
|
4731
4755
|
{
|
|
4732
4756
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.Byte\u0026,System.Int64):System.Void",
|
|
@@ -4742,7 +4766,13 @@
|
|
|
4742
4766
|
"isSealed": false,
|
|
4743
4767
|
"arity": 0,
|
|
4744
4768
|
"parameterCount": 3,
|
|
4745
|
-
"isExtensionMethod": false
|
|
4769
|
+
"isExtensionMethod": false,
|
|
4770
|
+
"parameterModifiers": [
|
|
4771
|
+
{
|
|
4772
|
+
"index": 1,
|
|
4773
|
+
"modifier": "ref"
|
|
4774
|
+
}
|
|
4775
|
+
]
|
|
4746
4776
|
},
|
|
4747
4777
|
{
|
|
4748
4778
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.Int16\u0026,System.Int64):System.Void",
|
|
@@ -4758,7 +4788,13 @@
|
|
|
4758
4788
|
"isSealed": false,
|
|
4759
4789
|
"arity": 0,
|
|
4760
4790
|
"parameterCount": 3,
|
|
4761
|
-
"isExtensionMethod": false
|
|
4791
|
+
"isExtensionMethod": false,
|
|
4792
|
+
"parameterModifiers": [
|
|
4793
|
+
{
|
|
4794
|
+
"index": 1,
|
|
4795
|
+
"modifier": "ref"
|
|
4796
|
+
}
|
|
4797
|
+
]
|
|
4762
4798
|
},
|
|
4763
4799
|
{
|
|
4764
4800
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.Int32\u0026,System.Int64):System.Void",
|
|
@@ -4774,7 +4810,13 @@
|
|
|
4774
4810
|
"isSealed": false,
|
|
4775
4811
|
"arity": 0,
|
|
4776
4812
|
"parameterCount": 3,
|
|
4777
|
-
"isExtensionMethod": false
|
|
4813
|
+
"isExtensionMethod": false,
|
|
4814
|
+
"parameterModifiers": [
|
|
4815
|
+
{
|
|
4816
|
+
"index": 1,
|
|
4817
|
+
"modifier": "ref"
|
|
4818
|
+
}
|
|
4819
|
+
]
|
|
4778
4820
|
},
|
|
4779
4821
|
{
|
|
4780
4822
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.Int64\u0026,System.Int64):System.Void",
|
|
@@ -4790,7 +4832,13 @@
|
|
|
4790
4832
|
"isSealed": false,
|
|
4791
4833
|
"arity": 0,
|
|
4792
4834
|
"parameterCount": 3,
|
|
4793
|
-
"isExtensionMethod": false
|
|
4835
|
+
"isExtensionMethod": false,
|
|
4836
|
+
"parameterModifiers": [
|
|
4837
|
+
{
|
|
4838
|
+
"index": 1,
|
|
4839
|
+
"modifier": "ref"
|
|
4840
|
+
}
|
|
4841
|
+
]
|
|
4794
4842
|
},
|
|
4795
4843
|
{
|
|
4796
4844
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.Char\u0026,System.Int64):System.Void",
|
|
@@ -4806,7 +4854,13 @@
|
|
|
4806
4854
|
"isSealed": false,
|
|
4807
4855
|
"arity": 0,
|
|
4808
4856
|
"parameterCount": 3,
|
|
4809
|
-
"isExtensionMethod": false
|
|
4857
|
+
"isExtensionMethod": false,
|
|
4858
|
+
"parameterModifiers": [
|
|
4859
|
+
{
|
|
4860
|
+
"index": 1,
|
|
4861
|
+
"modifier": "ref"
|
|
4862
|
+
}
|
|
4863
|
+
]
|
|
4810
4864
|
},
|
|
4811
4865
|
{
|
|
4812
4866
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.Single\u0026,System.Int64):System.Void",
|
|
@@ -4822,7 +4876,13 @@
|
|
|
4822
4876
|
"isSealed": false,
|
|
4823
4877
|
"arity": 0,
|
|
4824
4878
|
"parameterCount": 3,
|
|
4825
|
-
"isExtensionMethod": false
|
|
4879
|
+
"isExtensionMethod": false,
|
|
4880
|
+
"parameterModifiers": [
|
|
4881
|
+
{
|
|
4882
|
+
"index": 1,
|
|
4883
|
+
"modifier": "ref"
|
|
4884
|
+
}
|
|
4885
|
+
]
|
|
4826
4886
|
},
|
|
4827
4887
|
{
|
|
4828
4888
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.Double\u0026,System.Int64):System.Void",
|
|
@@ -4838,7 +4898,13 @@
|
|
|
4838
4898
|
"isSealed": false,
|
|
4839
4899
|
"arity": 0,
|
|
4840
4900
|
"parameterCount": 3,
|
|
4841
|
-
"isExtensionMethod": false
|
|
4901
|
+
"isExtensionMethod": false,
|
|
4902
|
+
"parameterModifiers": [
|
|
4903
|
+
{
|
|
4904
|
+
"index": 1,
|
|
4905
|
+
"modifier": "ref"
|
|
4906
|
+
}
|
|
4907
|
+
]
|
|
4842
4908
|
},
|
|
4843
4909
|
{
|
|
4844
4910
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.Decimal\u0026,System.Int64):System.Void",
|
|
@@ -4854,7 +4920,13 @@
|
|
|
4854
4920
|
"isSealed": false,
|
|
4855
4921
|
"arity": 0,
|
|
4856
4922
|
"parameterCount": 3,
|
|
4857
|
-
"isExtensionMethod": false
|
|
4923
|
+
"isExtensionMethod": false,
|
|
4924
|
+
"parameterModifiers": [
|
|
4925
|
+
{
|
|
4926
|
+
"index": 1,
|
|
4927
|
+
"modifier": "ref"
|
|
4928
|
+
}
|
|
4929
|
+
]
|
|
4858
4930
|
},
|
|
4859
4931
|
{
|
|
4860
4932
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.String\u0026,System.Int64,System.Boolean):System.Void",
|
|
@@ -4870,7 +4942,13 @@
|
|
|
4870
4942
|
"isSealed": false,
|
|
4871
4943
|
"arity": 0,
|
|
4872
4944
|
"parameterCount": 4,
|
|
4873
|
-
"isExtensionMethod": false
|
|
4945
|
+
"isExtensionMethod": false,
|
|
4946
|
+
"parameterModifiers": [
|
|
4947
|
+
{
|
|
4948
|
+
"index": 1,
|
|
4949
|
+
"modifier": "ref"
|
|
4950
|
+
}
|
|
4951
|
+
]
|
|
4874
4952
|
},
|
|
4875
4953
|
{
|
|
4876
4954
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FileGet(System.Int32,System.DateTime\u0026,System.Int64):System.Void",
|
|
@@ -4886,7 +4964,13 @@
|
|
|
4886
4964
|
"isSealed": false,
|
|
4887
4965
|
"arity": 0,
|
|
4888
4966
|
"parameterCount": 3,
|
|
4889
|
-
"isExtensionMethod": false
|
|
4967
|
+
"isExtensionMethod": false,
|
|
4968
|
+
"parameterModifiers": [
|
|
4969
|
+
{
|
|
4970
|
+
"index": 1,
|
|
4971
|
+
"modifier": "ref"
|
|
4972
|
+
}
|
|
4973
|
+
]
|
|
4890
4974
|
},
|
|
4891
4975
|
{
|
|
4892
4976
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::FilePutObject(System.Int32,System.Object,System.Int64):System.Void",
|
|
@@ -5174,7 +5258,13 @@
|
|
|
5174
5258
|
"isSealed": false,
|
|
5175
5259
|
"arity": 0,
|
|
5176
5260
|
"parameterCount": 2,
|
|
5177
|
-
"isExtensionMethod": false
|
|
5261
|
+
"isExtensionMethod": false,
|
|
5262
|
+
"parameterModifiers": [
|
|
5263
|
+
{
|
|
5264
|
+
"index": 1,
|
|
5265
|
+
"modifier": "ref"
|
|
5266
|
+
}
|
|
5267
|
+
]
|
|
5178
5268
|
},
|
|
5179
5269
|
{
|
|
5180
5270
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Input(System.Int32,System.Boolean\u0026):System.Void",
|
|
@@ -5190,7 +5280,13 @@
|
|
|
5190
5280
|
"isSealed": false,
|
|
5191
5281
|
"arity": 0,
|
|
5192
5282
|
"parameterCount": 2,
|
|
5193
|
-
"isExtensionMethod": false
|
|
5283
|
+
"isExtensionMethod": false,
|
|
5284
|
+
"parameterModifiers": [
|
|
5285
|
+
{
|
|
5286
|
+
"index": 1,
|
|
5287
|
+
"modifier": "ref"
|
|
5288
|
+
}
|
|
5289
|
+
]
|
|
5194
5290
|
},
|
|
5195
5291
|
{
|
|
5196
5292
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Input(System.Int32,System.Byte\u0026):System.Void",
|
|
@@ -5206,7 +5302,13 @@
|
|
|
5206
5302
|
"isSealed": false,
|
|
5207
5303
|
"arity": 0,
|
|
5208
5304
|
"parameterCount": 2,
|
|
5209
|
-
"isExtensionMethod": false
|
|
5305
|
+
"isExtensionMethod": false,
|
|
5306
|
+
"parameterModifiers": [
|
|
5307
|
+
{
|
|
5308
|
+
"index": 1,
|
|
5309
|
+
"modifier": "ref"
|
|
5310
|
+
}
|
|
5311
|
+
]
|
|
5210
5312
|
},
|
|
5211
5313
|
{
|
|
5212
5314
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Input(System.Int32,System.Int16\u0026):System.Void",
|
|
@@ -5222,7 +5324,13 @@
|
|
|
5222
5324
|
"isSealed": false,
|
|
5223
5325
|
"arity": 0,
|
|
5224
5326
|
"parameterCount": 2,
|
|
5225
|
-
"isExtensionMethod": false
|
|
5327
|
+
"isExtensionMethod": false,
|
|
5328
|
+
"parameterModifiers": [
|
|
5329
|
+
{
|
|
5330
|
+
"index": 1,
|
|
5331
|
+
"modifier": "ref"
|
|
5332
|
+
}
|
|
5333
|
+
]
|
|
5226
5334
|
},
|
|
5227
5335
|
{
|
|
5228
5336
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Input(System.Int32,System.Int32\u0026):System.Void",
|
|
@@ -5238,7 +5346,13 @@
|
|
|
5238
5346
|
"isSealed": false,
|
|
5239
5347
|
"arity": 0,
|
|
5240
5348
|
"parameterCount": 2,
|
|
5241
|
-
"isExtensionMethod": false
|
|
5349
|
+
"isExtensionMethod": false,
|
|
5350
|
+
"parameterModifiers": [
|
|
5351
|
+
{
|
|
5352
|
+
"index": 1,
|
|
5353
|
+
"modifier": "ref"
|
|
5354
|
+
}
|
|
5355
|
+
]
|
|
5242
5356
|
},
|
|
5243
5357
|
{
|
|
5244
5358
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Input(System.Int32,System.Int64\u0026):System.Void",
|
|
@@ -5254,7 +5368,13 @@
|
|
|
5254
5368
|
"isSealed": false,
|
|
5255
5369
|
"arity": 0,
|
|
5256
5370
|
"parameterCount": 2,
|
|
5257
|
-
"isExtensionMethod": false
|
|
5371
|
+
"isExtensionMethod": false,
|
|
5372
|
+
"parameterModifiers": [
|
|
5373
|
+
{
|
|
5374
|
+
"index": 1,
|
|
5375
|
+
"modifier": "ref"
|
|
5376
|
+
}
|
|
5377
|
+
]
|
|
5258
5378
|
},
|
|
5259
5379
|
{
|
|
5260
5380
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Input(System.Int32,System.Char\u0026):System.Void",
|
|
@@ -5270,7 +5390,13 @@
|
|
|
5270
5390
|
"isSealed": false,
|
|
5271
5391
|
"arity": 0,
|
|
5272
5392
|
"parameterCount": 2,
|
|
5273
|
-
"isExtensionMethod": false
|
|
5393
|
+
"isExtensionMethod": false,
|
|
5394
|
+
"parameterModifiers": [
|
|
5395
|
+
{
|
|
5396
|
+
"index": 1,
|
|
5397
|
+
"modifier": "ref"
|
|
5398
|
+
}
|
|
5399
|
+
]
|
|
5274
5400
|
},
|
|
5275
5401
|
{
|
|
5276
5402
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Input(System.Int32,System.Single\u0026):System.Void",
|
|
@@ -5286,7 +5412,13 @@
|
|
|
5286
5412
|
"isSealed": false,
|
|
5287
5413
|
"arity": 0,
|
|
5288
5414
|
"parameterCount": 2,
|
|
5289
|
-
"isExtensionMethod": false
|
|
5415
|
+
"isExtensionMethod": false,
|
|
5416
|
+
"parameterModifiers": [
|
|
5417
|
+
{
|
|
5418
|
+
"index": 1,
|
|
5419
|
+
"modifier": "ref"
|
|
5420
|
+
}
|
|
5421
|
+
]
|
|
5290
5422
|
},
|
|
5291
5423
|
{
|
|
5292
5424
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Input(System.Int32,System.Double\u0026):System.Void",
|
|
@@ -5302,7 +5434,13 @@
|
|
|
5302
5434
|
"isSealed": false,
|
|
5303
5435
|
"arity": 0,
|
|
5304
5436
|
"parameterCount": 2,
|
|
5305
|
-
"isExtensionMethod": false
|
|
5437
|
+
"isExtensionMethod": false,
|
|
5438
|
+
"parameterModifiers": [
|
|
5439
|
+
{
|
|
5440
|
+
"index": 1,
|
|
5441
|
+
"modifier": "ref"
|
|
5442
|
+
}
|
|
5443
|
+
]
|
|
5306
5444
|
},
|
|
5307
5445
|
{
|
|
5308
5446
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Input(System.Int32,System.Decimal\u0026):System.Void",
|
|
@@ -5318,7 +5456,13 @@
|
|
|
5318
5456
|
"isSealed": false,
|
|
5319
5457
|
"arity": 0,
|
|
5320
5458
|
"parameterCount": 2,
|
|
5321
|
-
"isExtensionMethod": false
|
|
5459
|
+
"isExtensionMethod": false,
|
|
5460
|
+
"parameterModifiers": [
|
|
5461
|
+
{
|
|
5462
|
+
"index": 1,
|
|
5463
|
+
"modifier": "ref"
|
|
5464
|
+
}
|
|
5465
|
+
]
|
|
5322
5466
|
},
|
|
5323
5467
|
{
|
|
5324
5468
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Input(System.Int32,System.String\u0026):System.Void",
|
|
@@ -5334,7 +5478,13 @@
|
|
|
5334
5478
|
"isSealed": false,
|
|
5335
5479
|
"arity": 0,
|
|
5336
5480
|
"parameterCount": 2,
|
|
5337
|
-
"isExtensionMethod": false
|
|
5481
|
+
"isExtensionMethod": false,
|
|
5482
|
+
"parameterModifiers": [
|
|
5483
|
+
{
|
|
5484
|
+
"index": 1,
|
|
5485
|
+
"modifier": "ref"
|
|
5486
|
+
}
|
|
5487
|
+
]
|
|
5338
5488
|
},
|
|
5339
5489
|
{
|
|
5340
5490
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Input(System.Int32,System.DateTime\u0026):System.Void",
|
|
@@ -5350,7 +5500,13 @@
|
|
|
5350
5500
|
"isSealed": false,
|
|
5351
5501
|
"arity": 0,
|
|
5352
5502
|
"parameterCount": 2,
|
|
5353
|
-
"isExtensionMethod": false
|
|
5503
|
+
"isExtensionMethod": false,
|
|
5504
|
+
"parameterModifiers": [
|
|
5505
|
+
{
|
|
5506
|
+
"index": 1,
|
|
5507
|
+
"modifier": "ref"
|
|
5508
|
+
}
|
|
5509
|
+
]
|
|
5354
5510
|
},
|
|
5355
5511
|
{
|
|
5356
5512
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.FileSystem::Write(System.Int32,System.Object[]):System.Void",
|
|
@@ -5799,7 +5955,13 @@
|
|
|
5799
5955
|
"isSealed": false,
|
|
5800
5956
|
"arity": 0,
|
|
5801
5957
|
"parameterCount": 2,
|
|
5802
|
-
"isExtensionMethod": false
|
|
5958
|
+
"isExtensionMethod": false,
|
|
5959
|
+
"parameterModifiers": [
|
|
5960
|
+
{
|
|
5961
|
+
"index": 0,
|
|
5962
|
+
"modifier": "ref"
|
|
5963
|
+
}
|
|
5964
|
+
]
|
|
5803
5965
|
},
|
|
5804
5966
|
{
|
|
5805
5967
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.Financial::MIRR(System.Double[]\u0026,System.Double,System.Double):System.Double",
|
|
@@ -5815,7 +5977,13 @@
|
|
|
5815
5977
|
"isSealed": false,
|
|
5816
5978
|
"arity": 0,
|
|
5817
5979
|
"parameterCount": 3,
|
|
5818
|
-
"isExtensionMethod": false
|
|
5980
|
+
"isExtensionMethod": false,
|
|
5981
|
+
"parameterModifiers": [
|
|
5982
|
+
{
|
|
5983
|
+
"index": 0,
|
|
5984
|
+
"modifier": "ref"
|
|
5985
|
+
}
|
|
5986
|
+
]
|
|
5819
5987
|
},
|
|
5820
5988
|
{
|
|
5821
5989
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.Financial::NPer(System.Double,System.Double,System.Double,System.Double,Microsoft.VisualBasic.DueDate):System.Double",
|
|
@@ -5847,7 +6015,13 @@
|
|
|
5847
6015
|
"isSealed": false,
|
|
5848
6016
|
"arity": 0,
|
|
5849
6017
|
"parameterCount": 2,
|
|
5850
|
-
"isExtensionMethod": false
|
|
6018
|
+
"isExtensionMethod": false,
|
|
6019
|
+
"parameterModifiers": [
|
|
6020
|
+
{
|
|
6021
|
+
"index": 1,
|
|
6022
|
+
"modifier": "ref"
|
|
6023
|
+
}
|
|
6024
|
+
]
|
|
5851
6025
|
},
|
|
5852
6026
|
{
|
|
5853
6027
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.Financial::Pmt(System.Double,System.Double,System.Double,System.Double,Microsoft.VisualBasic.DueDate):System.Double",
|
|
@@ -4097,7 +4097,17 @@
|
|
|
4097
4097
|
"parameterCount": 6,
|
|
4098
4098
|
"declaringClrType": "Microsoft.VisualBasic.CompilerServices.ObjectFlowControl\u002BForLoopControl",
|
|
4099
4099
|
"declaringAssemblyName": "Microsoft.VisualBasic.Core",
|
|
4100
|
-
"isExtensionMethod": false
|
|
4100
|
+
"isExtensionMethod": false,
|
|
4101
|
+
"parameterModifiers": [
|
|
4102
|
+
{
|
|
4103
|
+
"index": 4,
|
|
4104
|
+
"modifier": "ref"
|
|
4105
|
+
},
|
|
4106
|
+
{
|
|
4107
|
+
"index": 5,
|
|
4108
|
+
"modifier": "ref"
|
|
4109
|
+
}
|
|
4110
|
+
]
|
|
4101
4111
|
},
|
|
4102
4112
|
{
|
|
4103
4113
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.CompilerServices.ObjectFlowControl\u002BForLoopControl::ForNextCheckObj(System.Object,System.Object,System.Object\u0026):System.Boolean",
|
|
@@ -4111,7 +4121,13 @@
|
|
|
4111
4121
|
"parameterCount": 3,
|
|
4112
4122
|
"declaringClrType": "Microsoft.VisualBasic.CompilerServices.ObjectFlowControl\u002BForLoopControl",
|
|
4113
4123
|
"declaringAssemblyName": "Microsoft.VisualBasic.Core",
|
|
4114
|
-
"isExtensionMethod": false
|
|
4124
|
+
"isExtensionMethod": false,
|
|
4125
|
+
"parameterModifiers": [
|
|
4126
|
+
{
|
|
4127
|
+
"index": 2,
|
|
4128
|
+
"modifier": "ref"
|
|
4129
|
+
}
|
|
4130
|
+
]
|
|
4115
4131
|
},
|
|
4116
4132
|
{
|
|
4117
4133
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.CompilerServices.ObjectFlowControl\u002BForLoopControl::ForNextCheckR4(System.Single,System.Single,System.Single):System.Boolean",
|
|
@@ -7119,7 +7135,13 @@
|
|
|
7119
7135
|
"parameterCount": 4,
|
|
7120
7136
|
"declaringClrType": "Microsoft.VisualBasic.CompilerServices.StringType",
|
|
7121
7137
|
"declaringAssemblyName": "Microsoft.VisualBasic.Core",
|
|
7122
|
-
"isExtensionMethod": false
|
|
7138
|
+
"isExtensionMethod": false,
|
|
7139
|
+
"parameterModifiers": [
|
|
7140
|
+
{
|
|
7141
|
+
"index": 0,
|
|
7142
|
+
"modifier": "ref"
|
|
7143
|
+
}
|
|
7144
|
+
]
|
|
7123
7145
|
}
|
|
7124
7146
|
],
|
|
7125
7147
|
"properties": [],
|
|
@@ -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
|
|
9
|
+
import type { ptr } from "@tsonic/types";
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import type { CallType, CompareMethod } from "../../Microsoft.VisualBasic/internal/index.js";
|
|
@@ -18,31 +18,6 @@ import type { ISerializable, SerializationInfo, StreamingContext } from "../../S
|
|
|
18
18
|
import * as System_Internal from "../../System/internal/index.js";
|
|
19
19
|
import type { Array as ClrArray, Attribute, Boolean as ClrBoolean, Byte, Char, DateTime, Decimal, Double, Exception, Int16, Int32, Int64, Object as ClrObject, SByte, Single, String as ClrString, Type, UInt16, UInt32, UInt64, Void } from "../../System/internal/index.js";
|
|
20
20
|
|
|
21
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
22
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
23
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
24
|
-
export type CLROf<T> =
|
|
25
|
-
T extends sbyte ? System_Internal.SByte :
|
|
26
|
-
T extends short ? System_Internal.Int16 :
|
|
27
|
-
T extends int ? System_Internal.Int32 :
|
|
28
|
-
T extends long ? System_Internal.Int64 :
|
|
29
|
-
T extends int128 ? System_Internal.Int128 :
|
|
30
|
-
T extends nint ? System_Internal.IntPtr :
|
|
31
|
-
T extends byte ? System_Internal.Byte :
|
|
32
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
33
|
-
T extends uint ? System_Internal.UInt32 :
|
|
34
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
35
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
36
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
37
|
-
T extends half ? System_Internal.Half :
|
|
38
|
-
T extends float ? System_Internal.Single :
|
|
39
|
-
T extends double ? System_Internal.Double :
|
|
40
|
-
T extends decimal ? System_Internal.Decimal :
|
|
41
|
-
T extends char ? System_Internal.Char :
|
|
42
|
-
T extends boolean ? System_Internal.Boolean :
|
|
43
|
-
T extends string ? System_Internal.String :
|
|
44
|
-
T; // Identity fallback for non-primitive types
|
|
45
|
-
|
|
46
21
|
export interface BooleanType$instance {
|
|
47
22
|
}
|
|
48
23
|
|
|
@@ -339,9 +314,9 @@ export interface ObjectFlowControl_ForLoopControl$instance {
|
|
|
339
314
|
|
|
340
315
|
export const ObjectFlowControl_ForLoopControl: {
|
|
341
316
|
new(): ObjectFlowControl_ForLoopControl$instance;
|
|
342
|
-
forLoopInitObj(Counter: unknown, Start: unknown, Limit: unknown, StepValue: unknown, LoopForResult:
|
|
317
|
+
forLoopInitObj(Counter: unknown, Start: unknown, Limit: unknown, StepValue: unknown, LoopForResult: unknown, CounterResult: unknown): boolean;
|
|
343
318
|
forNextCheckDec(count: decimal, limit: decimal, StepValue: decimal): boolean;
|
|
344
|
-
forNextCheckObj(Counter: unknown, LoopObj: unknown, CounterResult:
|
|
319
|
+
forNextCheckObj(Counter: unknown, LoopObj: unknown, CounterResult: unknown): boolean;
|
|
345
320
|
forNextCheckR4(count: float, limit: float, StepValue: float): boolean;
|
|
346
321
|
forNextCheckR8(count: double, limit: double, StepValue: double): boolean;
|
|
347
322
|
};
|
|
@@ -530,7 +505,7 @@ export const StringType: {
|
|
|
530
505
|
fromShort(Value: short): string;
|
|
531
506
|
fromSingle(Value: float, NumberFormat: NumberFormatInfo): string;
|
|
532
507
|
fromSingle(Value: float): string;
|
|
533
|
-
midStmtStr(sDest:
|
|
508
|
+
midStmtStr(sDest: string, StartPosition: int, MaxInsertLength: int, sInsert: string): void;
|
|
534
509
|
strCmp(sLeft: string, sRight: string, TextCompare: boolean): int;
|
|
535
510
|
strLike(Source: string, Pattern: string, CompareOption: CompareMethod): boolean;
|
|
536
511
|
strLikeBinary(Source: string, Pattern: string): boolean;
|
|
@@ -547,7 +522,7 @@ export interface Utils$instance {
|
|
|
547
522
|
export const Utils: {
|
|
548
523
|
new(): Utils$instance;
|
|
549
524
|
copyArray(arySrc: ClrArray, aryDest: ClrArray): ClrArray;
|
|
550
|
-
getResourceString(ResourceKey: string, Args: string[]): string;
|
|
525
|
+
getResourceString(ResourceKey: string, ...Args: string[]): string;
|
|
551
526
|
};
|
|
552
527
|
|
|
553
528
|
|
|
@@ -559,7 +534,7 @@ export interface Versioned$instance {
|
|
|
559
534
|
|
|
560
535
|
export const Versioned: {
|
|
561
536
|
new(): Versioned$instance;
|
|
562
|
-
callByName(Instance: unknown, MethodName: string, UseCallType: CallType, Arguments: unknown[]): unknown;
|
|
537
|
+
callByName(Instance: unknown, MethodName: string, UseCallType: CallType, ...Arguments: unknown[]): unknown;
|
|
563
538
|
isNumeric(Expression: unknown): boolean;
|
|
564
539
|
systemTypeName(VbName: string): string;
|
|
565
540
|
typeName(Expression: unknown): string;
|
|
@@ -2073,7 +2073,17 @@
|
|
|
2073
2073
|
"isSealed": false,
|
|
2074
2074
|
"arity": 0,
|
|
2075
2075
|
"parameterCount": 6,
|
|
2076
|
-
"isExtensionMethod": false
|
|
2076
|
+
"isExtensionMethod": false,
|
|
2077
|
+
"parameterModifiers": [
|
|
2078
|
+
{
|
|
2079
|
+
"index": 4,
|
|
2080
|
+
"modifier": "ref"
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"index": 5,
|
|
2084
|
+
"modifier": "ref"
|
|
2085
|
+
}
|
|
2086
|
+
]
|
|
2077
2087
|
},
|
|
2078
2088
|
{
|
|
2079
2089
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.CompilerServices.ObjectFlowControl\u002BForLoopControl::ForNextCheckObj(System.Object,System.Object,System.Object\u0026):System.Boolean",
|
|
@@ -2089,7 +2099,13 @@
|
|
|
2089
2099
|
"isSealed": false,
|
|
2090
2100
|
"arity": 0,
|
|
2091
2101
|
"parameterCount": 3,
|
|
2092
|
-
"isExtensionMethod": false
|
|
2102
|
+
"isExtensionMethod": false,
|
|
2103
|
+
"parameterModifiers": [
|
|
2104
|
+
{
|
|
2105
|
+
"index": 2,
|
|
2106
|
+
"modifier": "ref"
|
|
2107
|
+
}
|
|
2108
|
+
]
|
|
2093
2109
|
},
|
|
2094
2110
|
{
|
|
2095
2111
|
"stableId": "Microsoft.VisualBasic.Core:Microsoft.VisualBasic.CompilerServices.ObjectFlowControl\u002BForLoopControl::ForNextCheckR4(System.Single,System.Single,System.Single):System.Boolean",
|
|
@@ -3623,7 +3639,13 @@
|
|
|
3623
3639
|
"isSealed": false,
|
|
3624
3640
|
"arity": 0,
|
|
3625
3641
|
"parameterCount": 4,
|
|
3626
|
-
"isExtensionMethod": false
|
|
3642
|
+
"isExtensionMethod": false,
|
|
3643
|
+
"parameterModifiers": [
|
|
3644
|
+
{
|
|
3645
|
+
"index": 0,
|
|
3646
|
+
"modifier": "ref"
|
|
3647
|
+
}
|
|
3648
|
+
]
|
|
3627
3649
|
}
|
|
3628
3650
|
],
|
|
3629
3651
|
"properties": [],
|
|
@@ -16,31 +16,6 @@ import type { Encoding } from "../../System.Text/internal/index.js";
|
|
|
16
16
|
import * as System_Internal from "../../System/internal/index.js";
|
|
17
17
|
import type { Boolean as ClrBoolean, Byte, Enum, Exception, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, 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 DeleteDirectoryOption {
|
|
45
20
|
throwIfDirectoryNonEmpty = 4,
|
|
46
21
|
deleteAllContents = 5
|
|
@@ -103,15 +78,15 @@ export const FileSystem: {
|
|
|
103
78
|
deleteFile(file: string): void;
|
|
104
79
|
directoryExists(directory: string): boolean;
|
|
105
80
|
fileExists(file: string): boolean;
|
|
106
|
-
findInFiles(directory: string, containsText: string, ignoreCase: boolean, searchType: SearchOption, fileWildcards: string[]): ReadOnlyCollection_1<
|
|
107
|
-
findInFiles(directory: string, containsText: string, ignoreCase: boolean, searchType: SearchOption): ReadOnlyCollection_1<
|
|
108
|
-
getDirectories(directory: string, searchType: SearchOption, wildcards: string[]): ReadOnlyCollection_1<
|
|
109
|
-
getDirectories(directory: string): ReadOnlyCollection_1<
|
|
81
|
+
findInFiles(directory: string, containsText: string, ignoreCase: boolean, searchType: SearchOption, ...fileWildcards: string[]): ReadOnlyCollection_1<System_Internal.String>;
|
|
82
|
+
findInFiles(directory: string, containsText: string, ignoreCase: boolean, searchType: SearchOption): ReadOnlyCollection_1<System_Internal.String>;
|
|
83
|
+
getDirectories(directory: string, searchType: SearchOption, ...wildcards: string[]): ReadOnlyCollection_1<System_Internal.String>;
|
|
84
|
+
getDirectories(directory: string): ReadOnlyCollection_1<System_Internal.String>;
|
|
110
85
|
getDirectoryInfo(directory: string): DirectoryInfo;
|
|
111
86
|
getDriveInfo(drive: string): DriveInfo;
|
|
112
87
|
getFileInfo(file: string): FileInfo;
|
|
113
|
-
getFiles(directory: string, searchType: SearchOption, wildcards: string[]): ReadOnlyCollection_1<
|
|
114
|
-
getFiles(directory: string): ReadOnlyCollection_1<
|
|
88
|
+
getFiles(directory: string, searchType: SearchOption, ...wildcards: string[]): ReadOnlyCollection_1<System_Internal.String>;
|
|
89
|
+
getFiles(directory: string): ReadOnlyCollection_1<System_Internal.String>;
|
|
115
90
|
getName(path: string): string;
|
|
116
91
|
getParentPath(path: string): string;
|
|
117
92
|
getTempFileName(): string;
|
|
@@ -123,8 +98,8 @@ export const FileSystem: {
|
|
|
123
98
|
moveFile(sourceFileName: string, destinationFileName: string, showUI: UIOption): void;
|
|
124
99
|
moveFile(sourceFileName: string, destinationFileName: string, overwrite: boolean): void;
|
|
125
100
|
moveFile(sourceFileName: string, destinationFileName: string): void;
|
|
126
|
-
openTextFieldParser(file: string, fieldWidths: int[]): TextFieldParser;
|
|
127
|
-
openTextFieldParser(file: string, delimiters: string[]): TextFieldParser;
|
|
101
|
+
openTextFieldParser(file: string, ...fieldWidths: int[]): TextFieldParser;
|
|
102
|
+
openTextFieldParser(file: string, ...delimiters: string[]): TextFieldParser;
|
|
128
103
|
openTextFieldParser(file: string): TextFieldParser;
|
|
129
104
|
openTextFileReader(file: string, encoding: Encoding): StreamReader;
|
|
130
105
|
openTextFileReader(file: string): StreamReader;
|
|
@@ -203,8 +178,8 @@ export interface TextFieldParser$instance {
|
|
|
203
178
|
readFields(): string[];
|
|
204
179
|
readLine(): string;
|
|
205
180
|
readToEnd(): string;
|
|
206
|
-
setDelimiters(delimiters: string[]): void;
|
|
207
|
-
setFieldWidths(fieldWidths: int[]): void;
|
|
181
|
+
setDelimiters(...delimiters: string[]): void;
|
|
182
|
+
setFieldWidths(...fieldWidths: int[]): void;
|
|
208
183
|
}
|
|
209
184
|
|
|
210
185
|
|