@tsonic/dotnet 10.0.40 → 10.0.41
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 +4 -3
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.VisualBasic/internal/index.d.ts +52 -54
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +117 -119
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -2
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/README.md +76 -104
- package/System/bindings.json +1520 -2039
- package/System/internal/index.d.ts +1549 -1602
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +12 -14
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +32 -31
- package/System.Collections/internal/index.d.ts +129 -131
- package/System.Collections.Concurrent/bindings.json +218 -218
- package/System.Collections.Concurrent/internal/index.d.ts +34 -36
- package/System.Collections.Frozen/bindings.json +413 -611
- package/System.Collections.Frozen/internal/index.d.ts +81 -97
- package/System.Collections.Frozen.d.ts +14 -2
- package/System.Collections.Generic/bindings.json +9420 -14155
- package/System.Collections.Generic/internal/index.d.ts +547 -758
- package/System.Collections.Generic.d.ts +1 -1
- package/System.Collections.Immutable/bindings.json +6000 -9080
- package/System.Collections.Immutable/internal/index.d.ts +265 -354
- package/System.Collections.Immutable.d.ts +49 -12
- package/System.Collections.ObjectModel/bindings.json +132 -654
- package/System.Collections.ObjectModel/internal/index.d.ts +10 -30
- package/System.Collections.Specialized/bindings.json +0 -123
- package/System.Collections.Specialized/internal/index.d.ts +88 -101
- package/System.ComponentModel/bindings.json +163 -102
- package/System.ComponentModel/internal/index.d.ts +618 -608
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +133 -132
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.Design/bindings.json +22 -292
- package/System.ComponentModel.Design/internal/index.d.ts +101 -109
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +61 -60
- package/System.ComponentModel.d.ts +1 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Data/bindings.json +4 -1
- package/System.Data/internal/index.d.ts +351 -350
- package/System.Data.Common/internal/index.d.ts +151 -152
- package/System.Data.SqlTypes/internal/index.d.ts +68 -67
- package/System.Diagnostics/bindings.json +7044 -7249
- package/System.Diagnostics/internal/index.d.ts +446 -461
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.Contracts/internal/index.d.ts +16 -18
- package/System.Diagnostics.Metrics/internal/index.d.ts +92 -94
- package/System.Diagnostics.Metrics.d.ts +1 -1
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +12 -11
- package/System.Diagnostics.Tracing/bindings.json +81 -21
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +2 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Dynamic/internal/index.d.ts +55 -57
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +21 -28
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Globalization/internal/index.d.ts +40 -42
- package/System.IO/internal/index.d.ts +187 -189
- package/System.IO.Compression/internal/index.d.ts +29 -31
- package/System.IO.Enumeration/bindings.json +250 -250
- package/System.IO.Enumeration/internal/index.d.ts +15 -17
- package/System.IO.IsolatedStorage/internal/index.d.ts +19 -18
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.Linq/internal/index.d.ts +223 -225
- package/System.Linq.Expressions/internal/index.d.ts +205 -207
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Net/bindings.json +104 -104
- package/System.Net/internal/index.d.ts +279 -281
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +0 -204
- package/System.Net.Http.Headers/internal/index.d.ts +111 -127
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Mail/internal/index.d.ts +76 -78
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.Quic/internal/index.d.ts +10 -9
- package/System.Net.Security/internal/index.d.ts +87 -89
- package/System.Net.ServerSentEvents/internal/index.d.ts +6 -5
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.WebSockets/internal/index.d.ts +47 -46
- package/System.Numerics/bindings.json +544 -116
- package/System.Numerics/internal/index.d.ts +110 -112
- package/System.Reflection/internal/index.d.ts +270 -272
- package/System.Reflection.Emit/internal/index.d.ts +114 -116
- package/System.Reflection.Metadata/bindings.json +166 -3169
- package/System.Reflection.Metadata/internal/index.d.ts +154 -361
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +13 -15
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +24 -11
- package/System.Reflection.PortableExecutable.d.ts +1 -0
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Runtime/internal/index.d.ts +12 -11
- package/System.Runtime.CompilerServices/bindings.json +519 -717
- package/System.Runtime.CompilerServices/internal/index.d.ts +113 -137
- package/System.Runtime.CompilerServices.d.ts +14 -4
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +4 -3
- package/System.Runtime.InteropServices/bindings.json +101 -101
- package/System.Runtime.InteropServices/internal/index.d.ts +234 -236
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +34 -36
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +67 -69
- package/System.Runtime.InteropServices.JavaScript.d.ts +8 -26
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2619 -2619
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +308 -310
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +141 -141
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +17 -19
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.Swift.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +22 -24
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization/internal/index.d.ts +175 -177
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +29 -31
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +10 -9
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +104 -0
- package/System.Security.AccessControl/internal/index.d.ts +59 -58
- package/System.Security.AccessControl.d.ts +6 -5
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Cryptography/bindings.json +469 -469
- package/System.Security.Cryptography/internal/index.d.ts +269 -271
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -62
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +98 -105
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Policy/internal/index.d.ts +11 -10
- package/System.Security.Principal/internal/index.d.ts +28 -27
- package/System.Text/bindings.json +1562 -1562
- package/System.Text/internal/index.d.ts +119 -121
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +135 -153
- package/System.Text.Json.Nodes/internal/index.d.ts +60 -62
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Serialization/internal/index.d.ts +32 -34
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +86 -85
- package/System.Text.Json.Serialization.d.ts +1 -1
- package/System.Text.RegularExpressions/bindings.json +198 -402
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -64
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Threading/bindings.json +42 -42
- package/System.Threading/internal/index.d.ts +157 -159
- package/System.Threading.Channels/internal/index.d.ts +10 -12
- package/System.Threading.Tasks/bindings.json +4 -1
- package/System.Threading.Tasks/internal/index.d.ts +115 -114
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -33
- package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -5
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Xml/internal/index.d.ts +383 -385
- package/System.Xml.Linq/internal/index.d.ts +103 -102
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Schema/bindings.json +76 -76
- package/System.Xml.Schema/internal/index.d.ts +233 -232
- package/System.Xml.Serialization/bindings.json +193 -0
- package/System.Xml.Serialization/internal/index.d.ts +277 -245
- package/System.Xml.Serialization.d.ts +2 -0
- package/System.Xml.XPath/internal/index.d.ts +46 -45
- package/System.Xml.Xsl/internal/index.d.ts +53 -52
- package/System.Xml.Xsl.Runtime/bindings.json +4 -1
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +35 -37
- package/System.d.ts +2 -2
- package/__internal/extensions/index.d.ts +517 -515
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.VisualBasic.CompilerServices
|
|
3
3
|
// Assembly: Microsoft.VisualBasic.Core
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import type { CallType, CompareMethod } from "../../Microsoft.VisualBasic/internal/index.js";
|
|
@@ -25,7 +23,7 @@ export interface BooleanType$instance {
|
|
|
25
23
|
|
|
26
24
|
|
|
27
25
|
export const BooleanType: {
|
|
28
|
-
FromObject(Value:
|
|
26
|
+
FromObject(Value: JsValue): boolean;
|
|
29
27
|
FromString(Value: string): boolean;
|
|
30
28
|
};
|
|
31
29
|
|
|
@@ -39,7 +37,7 @@ export interface ByteType$instance {
|
|
|
39
37
|
|
|
40
38
|
|
|
41
39
|
export const ByteType: {
|
|
42
|
-
FromObject(Value:
|
|
40
|
+
FromObject(Value: JsValue): byte;
|
|
43
41
|
FromString(Value: string): byte;
|
|
44
42
|
};
|
|
45
43
|
|
|
@@ -53,7 +51,7 @@ export interface CharArrayType$instance {
|
|
|
53
51
|
|
|
54
52
|
|
|
55
53
|
export const CharArrayType: {
|
|
56
|
-
FromObject(Value:
|
|
54
|
+
FromObject(Value: JsValue): char[];
|
|
57
55
|
FromString(Value: string): char[];
|
|
58
56
|
};
|
|
59
57
|
|
|
@@ -67,7 +65,7 @@ export interface CharType$instance {
|
|
|
67
65
|
|
|
68
66
|
|
|
69
67
|
export const CharType: {
|
|
70
|
-
FromObject(Value:
|
|
68
|
+
FromObject(Value: JsValue): char;
|
|
71
69
|
FromString(Value: string): char;
|
|
72
70
|
};
|
|
73
71
|
|
|
@@ -81,36 +79,36 @@ export interface Conversions$instance {
|
|
|
81
79
|
|
|
82
80
|
|
|
83
81
|
export const Conversions: {
|
|
84
|
-
ChangeType(Expression:
|
|
85
|
-
FallbackUserDefinedConversion(Expression:
|
|
82
|
+
ChangeType(Expression: JsValue, TargetType: Type): JsValue;
|
|
83
|
+
FallbackUserDefinedConversion(Expression: JsValue, TargetType: Type): JsValue;
|
|
86
84
|
FromCharAndCount(Value: char, Count: int): string;
|
|
87
85
|
FromCharArray(Value: char[]): string;
|
|
88
86
|
FromCharArraySubset(Value: char[], StartIndex: int, Length: int): string;
|
|
89
|
-
ToBoolean(Value:
|
|
87
|
+
ToBoolean(Value: JsValue): boolean;
|
|
90
88
|
ToBoolean(Value: string): boolean;
|
|
91
|
-
ToByte(Value:
|
|
89
|
+
ToByte(Value: JsValue): byte;
|
|
92
90
|
ToByte(Value: string): byte;
|
|
93
|
-
ToChar(Value:
|
|
91
|
+
ToChar(Value: JsValue): char;
|
|
94
92
|
ToChar(Value: string): char;
|
|
95
|
-
ToCharArrayRankOne(Value:
|
|
93
|
+
ToCharArrayRankOne(Value: JsValue): char[];
|
|
96
94
|
ToCharArrayRankOne(Value: string): char[];
|
|
97
|
-
ToDate(Value:
|
|
95
|
+
ToDate(Value: JsValue): DateTime;
|
|
98
96
|
ToDate(Value: string): DateTime;
|
|
99
97
|
ToDecimal(Value: boolean): decimal;
|
|
100
|
-
ToDecimal(Value:
|
|
98
|
+
ToDecimal(Value: JsValue): decimal;
|
|
101
99
|
ToDecimal(Value: string): decimal;
|
|
102
|
-
ToDouble(Value:
|
|
100
|
+
ToDouble(Value: JsValue): double;
|
|
103
101
|
ToDouble(Value: string): double;
|
|
104
|
-
ToGenericParameter<T>(Value:
|
|
105
|
-
ToInteger(Value:
|
|
102
|
+
ToGenericParameter<T>(Value: JsValue): T;
|
|
103
|
+
ToInteger(Value: JsValue): int;
|
|
106
104
|
ToInteger(Value: string): int;
|
|
107
|
-
ToLong(Value:
|
|
105
|
+
ToLong(Value: JsValue): long;
|
|
108
106
|
ToLong(Value: string): long;
|
|
109
|
-
ToSByte(Value:
|
|
107
|
+
ToSByte(Value: JsValue): sbyte;
|
|
110
108
|
ToSByte(Value: string): sbyte;
|
|
111
|
-
ToShort(Value:
|
|
109
|
+
ToShort(Value: JsValue): short;
|
|
112
110
|
ToShort(Value: string): short;
|
|
113
|
-
ToSingle(Value:
|
|
111
|
+
ToSingle(Value: JsValue): float;
|
|
114
112
|
ToSingle(Value: string): float;
|
|
115
113
|
ToString(Value: boolean): string;
|
|
116
114
|
ToString(Value: byte): string;
|
|
@@ -123,16 +121,16 @@ export const Conversions: {
|
|
|
123
121
|
ToString(Value: short): string;
|
|
124
122
|
ToString(Value: int): string;
|
|
125
123
|
ToString(Value: long): string;
|
|
126
|
-
ToString(Value:
|
|
124
|
+
ToString(Value: JsValue): string;
|
|
127
125
|
ToString(Value: float, NumberFormat: NumberFormatInfo): string;
|
|
128
126
|
ToString(Value: float): string;
|
|
129
127
|
ToString(Value: uint): string;
|
|
130
128
|
ToString(Value: ulong): string;
|
|
131
|
-
ToUInteger(Value:
|
|
129
|
+
ToUInteger(Value: JsValue): uint;
|
|
132
130
|
ToUInteger(Value: string): uint;
|
|
133
|
-
ToULong(Value:
|
|
131
|
+
ToULong(Value: JsValue): ulong;
|
|
134
132
|
ToULong(Value: string): ulong;
|
|
135
|
-
ToUShort(Value:
|
|
133
|
+
ToUShort(Value: JsValue): ushort;
|
|
136
134
|
ToUShort(Value: string): ushort;
|
|
137
135
|
};
|
|
138
136
|
|
|
@@ -146,7 +144,7 @@ export interface DateType$instance {
|
|
|
146
144
|
|
|
147
145
|
|
|
148
146
|
export const DateType: {
|
|
149
|
-
FromObject(Value:
|
|
147
|
+
FromObject(Value: JsValue): DateTime;
|
|
150
148
|
FromString(Value: string, culture: CultureInfo): DateTime;
|
|
151
149
|
FromString(Value: string): DateTime;
|
|
152
150
|
};
|
|
@@ -162,8 +160,8 @@ export interface DecimalType$instance {
|
|
|
162
160
|
|
|
163
161
|
export const DecimalType: {
|
|
164
162
|
FromBoolean(Value: boolean): decimal;
|
|
165
|
-
FromObject(Value:
|
|
166
|
-
FromObject(Value:
|
|
163
|
+
FromObject(Value: JsValue, NumberFormat: NumberFormatInfo): decimal;
|
|
164
|
+
FromObject(Value: JsValue): decimal;
|
|
167
165
|
FromString(Value: string, NumberFormat: NumberFormatInfo): decimal;
|
|
168
166
|
FromString(Value: string): decimal;
|
|
169
167
|
Parse(Value: string, NumberFormat: NumberFormatInfo): decimal;
|
|
@@ -192,8 +190,8 @@ export interface DoubleType$instance {
|
|
|
192
190
|
|
|
193
191
|
|
|
194
192
|
export const DoubleType: {
|
|
195
|
-
FromObject(Value:
|
|
196
|
-
FromObject(Value:
|
|
193
|
+
FromObject(Value: JsValue, NumberFormat: NumberFormatInfo): double;
|
|
194
|
+
FromObject(Value: JsValue): double;
|
|
197
195
|
FromString(Value: string, NumberFormat: NumberFormatInfo): double;
|
|
198
196
|
FromString(Value: string): double;
|
|
199
197
|
Parse(Value: string, NumberFormat: NumberFormatInfo): double;
|
|
@@ -230,7 +228,7 @@ export interface IntegerType$instance {
|
|
|
230
228
|
|
|
231
229
|
|
|
232
230
|
export const IntegerType: {
|
|
233
|
-
FromObject(Value:
|
|
231
|
+
FromObject(Value: JsValue): int;
|
|
234
232
|
FromString(Value: string): int;
|
|
235
233
|
};
|
|
236
234
|
|
|
@@ -244,13 +242,13 @@ export interface LateBinding$instance {
|
|
|
244
242
|
|
|
245
243
|
|
|
246
244
|
export const LateBinding: {
|
|
247
|
-
LateCall(o:
|
|
248
|
-
LateGet(o:
|
|
249
|
-
LateIndexGet(o:
|
|
250
|
-
LateIndexSet(o:
|
|
251
|
-
LateIndexSetComplex(o:
|
|
252
|
-
LateSet(o:
|
|
253
|
-
LateSetComplex(o:
|
|
245
|
+
LateCall(o: JsValue, objType: Type, name: string, args: JsValue[], paramnames: string[], CopyBack: boolean[]): void;
|
|
246
|
+
LateGet(o: JsValue, objType: Type, name: string, args: JsValue[], paramnames: string[], CopyBack: boolean[]): JsValue;
|
|
247
|
+
LateIndexGet(o: JsValue, args: JsValue[], paramnames: string[]): JsValue;
|
|
248
|
+
LateIndexSet(o: JsValue, args: JsValue[], paramnames: string[]): void;
|
|
249
|
+
LateIndexSetComplex(o: JsValue, args: JsValue[], paramnames: string[], OptimisticSet: boolean, RValueBase: boolean): void;
|
|
250
|
+
LateSet(o: JsValue, objType: Type, name: string, args: JsValue[], paramnames: string[]): void;
|
|
251
|
+
LateSetComplex(o: JsValue, objType: Type, name: string, args: JsValue[], paramnames: string[], OptimisticSet: boolean, RValueBase: boolean): void;
|
|
254
252
|
};
|
|
255
253
|
|
|
256
254
|
|
|
@@ -263,7 +261,7 @@ export interface LikeOperator$instance {
|
|
|
263
261
|
|
|
264
262
|
|
|
265
263
|
export const LikeOperator: {
|
|
266
|
-
LikeObject(Source:
|
|
264
|
+
LikeObject(Source: JsValue, Pattern: JsValue, CompareOption: CompareMethod): JsValue;
|
|
267
265
|
LikeString(Source: string, Pattern: string, CompareOption: CompareMethod): boolean;
|
|
268
266
|
};
|
|
269
267
|
|
|
@@ -277,7 +275,7 @@ export interface LongType$instance {
|
|
|
277
275
|
|
|
278
276
|
|
|
279
277
|
export const LongType: {
|
|
280
|
-
FromObject(Value:
|
|
278
|
+
FromObject(Value: JsValue): long;
|
|
281
279
|
FromString(Value: string): long;
|
|
282
280
|
};
|
|
283
281
|
|
|
@@ -291,24 +289,24 @@ export interface NewLateBinding$instance {
|
|
|
291
289
|
|
|
292
290
|
|
|
293
291
|
export const NewLateBinding: {
|
|
294
|
-
FallbackCall(Instance:
|
|
295
|
-
FallbackGet(Instance:
|
|
296
|
-
FallbackIndexSet(Instance:
|
|
297
|
-
FallbackIndexSetComplex(Instance:
|
|
298
|
-
FallbackInvokeDefault1(Instance:
|
|
299
|
-
FallbackInvokeDefault2(Instance:
|
|
300
|
-
FallbackSet(Instance:
|
|
301
|
-
FallbackSetComplex(Instance:
|
|
302
|
-
LateCall(Instance:
|
|
303
|
-
LateCallInvokeDefault(Instance:
|
|
304
|
-
LateGet(Instance:
|
|
305
|
-
LateGetInvokeDefault(Instance:
|
|
306
|
-
LateIndexGet(Instance:
|
|
307
|
-
LateIndexSet(Instance:
|
|
308
|
-
LateIndexSetComplex(Instance:
|
|
309
|
-
LateSet(Instance:
|
|
310
|
-
LateSet(Instance:
|
|
311
|
-
LateSetComplex(Instance:
|
|
292
|
+
FallbackCall(Instance: JsValue, MemberName: string, Arguments: JsValue[], ArgumentNames: string[], IgnoreReturn: boolean): JsValue;
|
|
293
|
+
FallbackGet(Instance: JsValue, MemberName: string, Arguments: JsValue[], ArgumentNames: string[]): JsValue;
|
|
294
|
+
FallbackIndexSet(Instance: JsValue, Arguments: JsValue[], ArgumentNames: string[]): void;
|
|
295
|
+
FallbackIndexSetComplex(Instance: JsValue, Arguments: JsValue[], ArgumentNames: string[], OptimisticSet: boolean, RValueBase: boolean): void;
|
|
296
|
+
FallbackInvokeDefault1(Instance: JsValue, Arguments: JsValue[], ArgumentNames: string[], ReportErrors: boolean): JsValue;
|
|
297
|
+
FallbackInvokeDefault2(Instance: JsValue, Arguments: JsValue[], ArgumentNames: string[], ReportErrors: boolean): JsValue;
|
|
298
|
+
FallbackSet(Instance: JsValue, MemberName: string, Arguments: JsValue[]): void;
|
|
299
|
+
FallbackSetComplex(Instance: JsValue, MemberName: string, Arguments: JsValue[], OptimisticSet: boolean, RValueBase: boolean): void;
|
|
300
|
+
LateCall(Instance: JsValue, Type: Type, MemberName: string, Arguments: JsValue[], ArgumentNames: string[], TypeArguments: Type[], CopyBack: boolean[], IgnoreReturn: boolean): JsValue;
|
|
301
|
+
LateCallInvokeDefault(Instance: JsValue, Arguments: JsValue[], ArgumentNames: string[], ReportErrors: boolean): JsValue;
|
|
302
|
+
LateGet(Instance: JsValue, Type: Type, MemberName: string, Arguments: JsValue[], ArgumentNames: string[], TypeArguments: Type[], CopyBack: boolean[]): JsValue;
|
|
303
|
+
LateGetInvokeDefault(Instance: JsValue, Arguments: JsValue[], ArgumentNames: string[], ReportErrors: boolean): JsValue;
|
|
304
|
+
LateIndexGet(Instance: JsValue, Arguments: JsValue[], ArgumentNames: string[]): JsValue;
|
|
305
|
+
LateIndexSet(Instance: JsValue, Arguments: JsValue[], ArgumentNames: string[]): void;
|
|
306
|
+
LateIndexSetComplex(Instance: JsValue, Arguments: JsValue[], ArgumentNames: string[], OptimisticSet: boolean, RValueBase: boolean): void;
|
|
307
|
+
LateSet(Instance: JsValue, Type: Type, MemberName: string, Arguments: JsValue[], ArgumentNames: string[], TypeArguments: Type[], OptimisticSet: boolean, RValueBase: boolean, CallType: CallType): void;
|
|
308
|
+
LateSet(Instance: JsValue, Type: Type, MemberName: string, Arguments: JsValue[], ArgumentNames: string[], TypeArguments: Type[]): void;
|
|
309
|
+
LateSetComplex(Instance: JsValue, Type: Type, MemberName: string, Arguments: JsValue[], ArgumentNames: string[], TypeArguments: Type[], OptimisticSet: boolean, RValueBase: boolean): void;
|
|
312
310
|
};
|
|
313
311
|
|
|
314
312
|
|
|
@@ -321,7 +319,7 @@ export interface ObjectFlowControl$instance {
|
|
|
321
319
|
|
|
322
320
|
|
|
323
321
|
export const ObjectFlowControl: {
|
|
324
|
-
CheckForSyncLockOnValueType(Expression:
|
|
322
|
+
CheckForSyncLockOnValueType(Expression: JsValue): void;
|
|
325
323
|
};
|
|
326
324
|
|
|
327
325
|
|
|
@@ -334,9 +332,9 @@ export interface ObjectFlowControl_ForLoopControl$instance {
|
|
|
334
332
|
|
|
335
333
|
|
|
336
334
|
export const ObjectFlowControl_ForLoopControl: {
|
|
337
|
-
ForLoopInitObj(Counter:
|
|
335
|
+
ForLoopInitObj(Counter: JsValue, Start: JsValue, Limit: JsValue, StepValue: JsValue, LoopForResult: JsValue, CounterResult: JsValue): boolean;
|
|
338
336
|
ForNextCheckDec(count: decimal, limit: decimal, StepValue: decimal): boolean;
|
|
339
|
-
ForNextCheckObj(Counter:
|
|
337
|
+
ForNextCheckObj(Counter: JsValue, LoopObj: JsValue, CounterResult: JsValue): boolean;
|
|
340
338
|
ForNextCheckR4(count: float, limit: float, StepValue: float): boolean;
|
|
341
339
|
ForNextCheckR8(count: double, limit: double, StepValue: double): boolean;
|
|
342
340
|
};
|
|
@@ -352,26 +350,26 @@ export interface ObjectType$instance {
|
|
|
352
350
|
|
|
353
351
|
export const ObjectType: {
|
|
354
352
|
new(): ObjectType;
|
|
355
|
-
AddObj(o1:
|
|
356
|
-
BitAndObj(obj1:
|
|
357
|
-
BitOrObj(obj1:
|
|
358
|
-
BitXorObj(obj1:
|
|
359
|
-
DivObj(o1:
|
|
360
|
-
GetObjectValuePrimitive(o:
|
|
361
|
-
IDivObj(o1:
|
|
362
|
-
LikeObj(vLeft:
|
|
363
|
-
ModObj(o1:
|
|
364
|
-
MulObj(o1:
|
|
365
|
-
NegObj(obj:
|
|
366
|
-
NotObj(obj:
|
|
367
|
-
ObjTst(o1:
|
|
368
|
-
PlusObj(obj:
|
|
369
|
-
PowObj(obj1:
|
|
370
|
-
ShiftLeftObj(o1:
|
|
371
|
-
ShiftRightObj(o1:
|
|
372
|
-
StrCatObj(vLeft:
|
|
373
|
-
SubObj(o1:
|
|
374
|
-
XorObj(obj1:
|
|
353
|
+
AddObj(o1: JsValue, o2: JsValue): JsValue;
|
|
354
|
+
BitAndObj(obj1: JsValue, obj2: JsValue): JsValue;
|
|
355
|
+
BitOrObj(obj1: JsValue, obj2: JsValue): JsValue;
|
|
356
|
+
BitXorObj(obj1: JsValue, obj2: JsValue): JsValue;
|
|
357
|
+
DivObj(o1: JsValue, o2: JsValue): JsValue;
|
|
358
|
+
GetObjectValuePrimitive(o: JsValue): JsValue;
|
|
359
|
+
IDivObj(o1: JsValue, o2: JsValue): JsValue;
|
|
360
|
+
LikeObj(vLeft: JsValue, vRight: JsValue, CompareOption: CompareMethod): boolean;
|
|
361
|
+
ModObj(o1: JsValue, o2: JsValue): JsValue;
|
|
362
|
+
MulObj(o1: JsValue, o2: JsValue): JsValue;
|
|
363
|
+
NegObj(obj: JsValue): JsValue;
|
|
364
|
+
NotObj(obj: JsValue): JsValue;
|
|
365
|
+
ObjTst(o1: JsValue, o2: JsValue, TextCompare: boolean): int;
|
|
366
|
+
PlusObj(obj: JsValue): JsValue;
|
|
367
|
+
PowObj(obj1: JsValue, obj2: JsValue): JsValue;
|
|
368
|
+
ShiftLeftObj(o1: JsValue, amount: int): JsValue;
|
|
369
|
+
ShiftRightObj(o1: JsValue, amount: int): JsValue;
|
|
370
|
+
StrCatObj(vLeft: JsValue, vRight: JsValue): JsValue;
|
|
371
|
+
SubObj(o1: JsValue, o2: JsValue): JsValue;
|
|
372
|
+
XorObj(obj1: JsValue, obj2: JsValue): JsValue;
|
|
375
373
|
};
|
|
376
374
|
|
|
377
375
|
|
|
@@ -384,36 +382,36 @@ export interface Operators$instance {
|
|
|
384
382
|
|
|
385
383
|
|
|
386
384
|
export const Operators: {
|
|
387
|
-
AddObject(Left:
|
|
388
|
-
AndObject(Left:
|
|
389
|
-
CompareObjectEqual(Left:
|
|
390
|
-
CompareObjectGreater(Left:
|
|
391
|
-
CompareObjectGreaterEqual(Left:
|
|
392
|
-
CompareObjectLess(Left:
|
|
393
|
-
CompareObjectLessEqual(Left:
|
|
394
|
-
CompareObjectNotEqual(Left:
|
|
385
|
+
AddObject(Left: JsValue, Right: JsValue): JsValue;
|
|
386
|
+
AndObject(Left: JsValue, Right: JsValue): JsValue;
|
|
387
|
+
CompareObjectEqual(Left: JsValue, Right: JsValue, TextCompare: boolean): JsValue;
|
|
388
|
+
CompareObjectGreater(Left: JsValue, Right: JsValue, TextCompare: boolean): JsValue;
|
|
389
|
+
CompareObjectGreaterEqual(Left: JsValue, Right: JsValue, TextCompare: boolean): JsValue;
|
|
390
|
+
CompareObjectLess(Left: JsValue, Right: JsValue, TextCompare: boolean): JsValue;
|
|
391
|
+
CompareObjectLessEqual(Left: JsValue, Right: JsValue, TextCompare: boolean): JsValue;
|
|
392
|
+
CompareObjectNotEqual(Left: JsValue, Right: JsValue, TextCompare: boolean): JsValue;
|
|
395
393
|
CompareString(Left: string, Right: string, TextCompare: boolean): int;
|
|
396
|
-
ConcatenateObject(Left:
|
|
397
|
-
ConditionalCompareObjectEqual(Left:
|
|
398
|
-
ConditionalCompareObjectGreater(Left:
|
|
399
|
-
ConditionalCompareObjectGreaterEqual(Left:
|
|
400
|
-
ConditionalCompareObjectLess(Left:
|
|
401
|
-
ConditionalCompareObjectLessEqual(Left:
|
|
402
|
-
ConditionalCompareObjectNotEqual(Left:
|
|
403
|
-
DivideObject(Left:
|
|
404
|
-
ExponentObject(Left:
|
|
405
|
-
FallbackInvokeUserDefinedOperator(vbOp:
|
|
406
|
-
IntDivideObject(Left:
|
|
407
|
-
LeftShiftObject(Operand:
|
|
408
|
-
ModObject(Left:
|
|
409
|
-
MultiplyObject(Left:
|
|
410
|
-
NegateObject(Operand:
|
|
411
|
-
NotObject(Operand:
|
|
412
|
-
OrObject(Left:
|
|
413
|
-
PlusObject(Operand:
|
|
414
|
-
RightShiftObject(Operand:
|
|
415
|
-
SubtractObject(Left:
|
|
416
|
-
XorObject(Left:
|
|
394
|
+
ConcatenateObject(Left: JsValue, Right: JsValue): JsValue;
|
|
395
|
+
ConditionalCompareObjectEqual(Left: JsValue, Right: JsValue, TextCompare: boolean): boolean;
|
|
396
|
+
ConditionalCompareObjectGreater(Left: JsValue, Right: JsValue, TextCompare: boolean): boolean;
|
|
397
|
+
ConditionalCompareObjectGreaterEqual(Left: JsValue, Right: JsValue, TextCompare: boolean): boolean;
|
|
398
|
+
ConditionalCompareObjectLess(Left: JsValue, Right: JsValue, TextCompare: boolean): boolean;
|
|
399
|
+
ConditionalCompareObjectLessEqual(Left: JsValue, Right: JsValue, TextCompare: boolean): boolean;
|
|
400
|
+
ConditionalCompareObjectNotEqual(Left: JsValue, Right: JsValue, TextCompare: boolean): boolean;
|
|
401
|
+
DivideObject(Left: JsValue, Right: JsValue): JsValue;
|
|
402
|
+
ExponentObject(Left: JsValue, Right: JsValue): JsValue;
|
|
403
|
+
FallbackInvokeUserDefinedOperator(vbOp: JsValue, arguments: JsValue[]): JsValue;
|
|
404
|
+
IntDivideObject(Left: JsValue, Right: JsValue): JsValue;
|
|
405
|
+
LeftShiftObject(Operand: JsValue, Amount: JsValue): JsValue;
|
|
406
|
+
ModObject(Left: JsValue, Right: JsValue): JsValue;
|
|
407
|
+
MultiplyObject(Left: JsValue, Right: JsValue): JsValue;
|
|
408
|
+
NegateObject(Operand: JsValue): JsValue;
|
|
409
|
+
NotObject(Operand: JsValue): JsValue;
|
|
410
|
+
OrObject(Left: JsValue, Right: JsValue): JsValue;
|
|
411
|
+
PlusObject(Operand: JsValue): JsValue;
|
|
412
|
+
RightShiftObject(Operand: JsValue, Amount: JsValue): JsValue;
|
|
413
|
+
SubtractObject(Left: JsValue, Right: JsValue): JsValue;
|
|
414
|
+
XorObject(Left: JsValue, Right: JsValue): JsValue;
|
|
417
415
|
};
|
|
418
416
|
|
|
419
417
|
|
|
@@ -469,7 +467,7 @@ export interface ShortType$instance {
|
|
|
469
467
|
|
|
470
468
|
|
|
471
469
|
export const ShortType: {
|
|
472
|
-
FromObject(Value:
|
|
470
|
+
FromObject(Value: JsValue): short;
|
|
473
471
|
FromString(Value: string): short;
|
|
474
472
|
};
|
|
475
473
|
|
|
@@ -483,8 +481,8 @@ export interface SingleType$instance {
|
|
|
483
481
|
|
|
484
482
|
|
|
485
483
|
export const SingleType: {
|
|
486
|
-
FromObject(Value:
|
|
487
|
-
FromObject(Value:
|
|
484
|
+
FromObject(Value: JsValue, NumberFormat: NumberFormatInfo): float;
|
|
485
|
+
FromObject(Value: JsValue): float;
|
|
488
486
|
FromString(Value: string, NumberFormat: NumberFormatInfo): float;
|
|
489
487
|
FromString(Value: string): float;
|
|
490
488
|
};
|
|
@@ -536,7 +534,7 @@ export const StringType: {
|
|
|
536
534
|
FromDouble(Value: double): string;
|
|
537
535
|
FromInteger(Value: int): string;
|
|
538
536
|
FromLong(Value: long): string;
|
|
539
|
-
FromObject(Value:
|
|
537
|
+
FromObject(Value: JsValue): string;
|
|
540
538
|
FromShort(Value: short): string;
|
|
541
539
|
FromSingle(Value: float, NumberFormat: NumberFormatInfo): string;
|
|
542
540
|
FromSingle(Value: float): string;
|
|
@@ -571,10 +569,10 @@ export interface Versioned$instance {
|
|
|
571
569
|
|
|
572
570
|
|
|
573
571
|
export const Versioned: {
|
|
574
|
-
CallByName(Instance:
|
|
575
|
-
IsNumeric(Expression:
|
|
572
|
+
CallByName(Instance: JsValue, MethodName: string, UseCallType: CallType, ...Arguments: JsValue[]): JsValue;
|
|
573
|
+
IsNumeric(Expression: JsValue): boolean;
|
|
576
574
|
SystemTypeName(VbName: string): string;
|
|
577
|
-
TypeName(Expression:
|
|
575
|
+
TypeName(Expression: JsValue): string;
|
|
578
576
|
VbTypeName(SystemName: string): string;
|
|
579
577
|
};
|
|
580
578
|
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.VisualBasic.FileIO
|
|
3
3
|
// Assembly: Microsoft.VisualBasic.Core
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { ReadOnlyCollection_1 } from "../../System.Collections.ObjectModel/internal/index.js";
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.Win32
|
|
3
3
|
// Assembly: Microsoft.Win32.Registry
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { SafeRegistryHandle } from "../../Microsoft.Win32.SafeHandles/internal/index.js";
|
|
@@ -73,8 +74,8 @@ export interface RegistryKey$instance extends MarshalByRefObject, System_Interna
|
|
|
73
74
|
CreateSubKey(subkey: string): RegistryKey;
|
|
74
75
|
CreateSubKey(subkey: string, permissionCheck: RegistryKeyPermissionCheck): RegistryKey;
|
|
75
76
|
CreateSubKey(subkey: string, permissionCheck: RegistryKeyPermissionCheck, registryOptions: RegistryOptions): RegistryKey;
|
|
76
|
-
CreateSubKey(subkey: string, permissionCheck: RegistryKeyPermissionCheck, registryOptions: RegistryOptions, registrySecurity: RegistrySecurity): RegistryKey;
|
|
77
|
-
CreateSubKey(subkey: string, permissionCheck: RegistryKeyPermissionCheck, registrySecurity: RegistrySecurity): RegistryKey;
|
|
77
|
+
CreateSubKey(subkey: string, permissionCheck: RegistryKeyPermissionCheck, registryOptions: RegistryOptions, registrySecurity: RegistrySecurity | null): RegistryKey;
|
|
78
|
+
CreateSubKey(subkey: string, permissionCheck: RegistryKeyPermissionCheck, registrySecurity: RegistrySecurity | null): RegistryKey;
|
|
78
79
|
CreateSubKey(subkey: string, writable: boolean): RegistryKey;
|
|
79
80
|
CreateSubKey(subkey: string, writable: boolean, options: RegistryOptions): RegistryKey;
|
|
80
81
|
DeleteSubKey(subkey: string): void;
|
|
@@ -88,19 +89,19 @@ export interface RegistryKey$instance extends MarshalByRefObject, System_Interna
|
|
|
88
89
|
GetAccessControl(): RegistrySecurity;
|
|
89
90
|
GetAccessControl(includeSections: AccessControlSections): RegistrySecurity;
|
|
90
91
|
GetSubKeyNames(): string[];
|
|
91
|
-
GetValue(name: string):
|
|
92
|
-
GetValue(name: string, defaultValue:
|
|
93
|
-
GetValue(name: string, defaultValue:
|
|
94
|
-
GetValueKind(name: string): RegistryValueKind;
|
|
92
|
+
GetValue(name: string | null): JsValue | null;
|
|
93
|
+
GetValue(name: string | null, defaultValue: JsValue | null): JsValue | null;
|
|
94
|
+
GetValue(name: string | null, defaultValue: JsValue | null, options: RegistryValueOptions): JsValue | null;
|
|
95
|
+
GetValueKind(name: string | null): RegistryValueKind;
|
|
95
96
|
GetValueNames(): string[];
|
|
96
|
-
OpenSubKey(name: string): RegistryKey |
|
|
97
|
-
OpenSubKey(name: string, permissionCheck: RegistryKeyPermissionCheck): RegistryKey |
|
|
98
|
-
OpenSubKey(name: string, permissionCheck: RegistryKeyPermissionCheck, rights: RegistryRights): RegistryKey |
|
|
99
|
-
OpenSubKey(name: string, writable: boolean): RegistryKey |
|
|
100
|
-
OpenSubKey(name: string, rights: RegistryRights): RegistryKey |
|
|
97
|
+
OpenSubKey(name: string): RegistryKey | null;
|
|
98
|
+
OpenSubKey(name: string, permissionCheck: RegistryKeyPermissionCheck): RegistryKey | null;
|
|
99
|
+
OpenSubKey(name: string, permissionCheck: RegistryKeyPermissionCheck, rights: RegistryRights): RegistryKey | null;
|
|
100
|
+
OpenSubKey(name: string, writable: boolean): RegistryKey | null;
|
|
101
|
+
OpenSubKey(name: string, rights: RegistryRights): RegistryKey | null;
|
|
101
102
|
SetAccessControl(registrySecurity: RegistrySecurity): void;
|
|
102
|
-
SetValue(name: string, value:
|
|
103
|
-
SetValue(name: string, value:
|
|
103
|
+
SetValue(name: string | null, value: JsValue): void;
|
|
104
|
+
SetValue(name: string | null, value: JsValue, valueKind: RegistryValueKind): void;
|
|
104
105
|
ToString(): string;
|
|
105
106
|
}
|
|
106
107
|
|
|
@@ -128,9 +129,9 @@ export abstract class Registry$instance {
|
|
|
128
129
|
static readonly LocalMachine: RegistryKey;
|
|
129
130
|
static readonly PerformanceData: RegistryKey;
|
|
130
131
|
static readonly Users: RegistryKey;
|
|
131
|
-
static GetValue(keyName: string, valueName: string, defaultValue:
|
|
132
|
-
static SetValue(keyName: string, valueName: string, value:
|
|
133
|
-
static SetValue(keyName: string, valueName: string, value:
|
|
132
|
+
static GetValue(keyName: string, valueName: string | null, defaultValue: JsValue | null): JsValue | null;
|
|
133
|
+
static SetValue(keyName: string, valueName: string | null, value: JsValue, valueKind: RegistryValueKind): void;
|
|
134
|
+
static SetValue(keyName: string, valueName: string | null, value: JsValue): void;
|
|
134
135
|
}
|
|
135
136
|
|
|
136
137
|
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.Win32.SafeHandles
|
|
3
3
|
// Assembly: Microsoft.Win32.Registry, System.Diagnostics.Process, System.IO.MemoryMappedFiles, System.IO.Pipes, System.Private.CoreLib, System.Security.Cryptography, System.Security.Principal.Windows
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import * as System_Runtime_InteropServices_Internal from "../../System.Runtime.InteropServices/internal/index.js";
|