@tsonic/dotnet 10.0.1 → 10.0.3
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/bindings.json +5 -0
- package/Microsoft.CSharp.RuntimeBinder/bindings.json +71 -8
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -1
- package/Microsoft.VisualBasic/bindings.json +635 -68
- package/Microsoft.VisualBasic/internal/index.d.ts +1 -11
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +210 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +0 -22
- package/Microsoft.VisualBasic.FileIO/bindings.json +195 -24
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -3
- package/Microsoft.Win32/bindings.json +107 -24
- package/Microsoft.Win32/internal/index.d.ts +0 -1
- package/Microsoft.Win32.SafeHandles/bindings.json +769 -15
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +37 -6
- package/System/bindings.json +11622 -2308
- package/System/internal/index.d.ts +78 -41
- package/System.Buffers/bindings.json +371 -62
- package/System.Buffers/internal/index.d.ts +15 -16
- package/System.Buffers.Binary/bindings.json +126 -0
- package/System.Buffers.Text/bindings.json +67 -0
- package/System.Buffers.Text/internal/index.d.ts +1 -1
- package/System.Buffers.Text.d.ts +1 -1
- package/System.Buffers.d.ts +1 -1
- package/System.CodeDom.Compiler/bindings.json +142 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +5 -2
- package/System.CodeDom.Compiler.d.ts +1 -1
- package/System.Collections/bindings.json +1094 -69
- package/System.Collections/internal/index.d.ts +35 -13
- package/System.Collections.Concurrent/bindings.json +353 -90
- package/System.Collections.Concurrent/internal/index.d.ts +4 -3
- package/System.Collections.Frozen/bindings.json +158 -48
- package/System.Collections.Generic/bindings.json +1910 -634
- package/System.Collections.Generic/internal/index.d.ts +6 -13
- package/System.Collections.Immutable/bindings.json +1321 -292
- package/System.Collections.Immutable/internal/index.d.ts +0 -13
- package/System.Collections.ObjectModel/bindings.json +1123 -199
- package/System.Collections.ObjectModel/internal/index.d.ts +22 -6
- package/System.Collections.ObjectModel.d.ts +3 -3
- package/System.Collections.Specialized/bindings.json +763 -58
- package/System.Collections.Specialized/internal/index.d.ts +14 -14
- package/System.ComponentModel/bindings.json +3590 -166
- package/System.ComponentModel/internal/index.d.ts +117 -61
- package/System.ComponentModel.DataAnnotations/bindings.json +743 -13
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +51 -23
- package/System.ComponentModel.DataAnnotations.Schema/bindings.json +24 -4
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +5 -4
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.d.ts +2 -2
- package/System.ComponentModel.Design/bindings.json +714 -40
- package/System.ComponentModel.Design/internal/index.d.ts +23 -19
- package/System.ComponentModel.Design.Serialization/bindings.json +261 -12
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +16 -14
- package/System.ComponentModel.Design.d.ts +1 -1
- package/System.ComponentModel.d.ts +2 -2
- package/System.Configuration.Assemblies/bindings.json +19 -8
- package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
- package/System.Configuration.Assemblies.d.ts +1 -1
- package/System.Data/bindings.json +3325 -302
- package/System.Data/internal/index.d.ts +102 -59
- package/System.Data.Common/bindings.json +3047 -241
- package/System.Data.Common/internal/index.d.ts +162 -72
- package/System.Data.Common.d.ts +3 -3
- package/System.Data.SqlTypes/bindings.json +754 -71
- package/System.Data.SqlTypes/internal/index.d.ts +3 -3
- package/System.Data.d.ts +3 -3
- package/System.Diagnostics/bindings.json +1737 -130
- package/System.Diagnostics/internal/index.d.ts +97 -80
- package/System.Diagnostics.CodeAnalysis/bindings.json +125 -4
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +25 -22
- package/System.Diagnostics.CodeAnalysis.d.ts +1 -1
- package/System.Diagnostics.Contracts/bindings.json +68 -4
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -2
- package/System.Diagnostics.Metrics/bindings.json +565 -55
- package/System.Diagnostics.Metrics/internal/index.d.ts +29 -27
- package/System.Diagnostics.SymbolStore/bindings.json +106 -4
- package/System.Diagnostics.Tracing/bindings.json +979 -160
- package/System.Diagnostics.Tracing/internal/index.d.ts +34 -23
- package/System.Diagnostics.d.ts +2 -2
- package/System.Drawing/bindings.json +611 -4
- package/System.Drawing/internal/index.d.ts +1 -1
- package/System.Drawing.d.ts +1 -1
- package/System.Dynamic/bindings.json +346 -24
- package/System.Dynamic/internal/index.d.ts +15 -16
- package/System.Formats.Asn1/bindings.json +229 -12
- package/System.Formats.Tar/bindings.json +120 -16
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Globalization/bindings.json +1088 -53
- package/System.Globalization/internal/index.d.ts +10 -7
- package/System.IO/bindings.json +2163 -110
- package/System.IO/internal/index.d.ts +40 -24
- package/System.IO.Compression/bindings.json +466 -38
- package/System.IO.Compression/internal/index.d.ts +10 -5
- package/System.IO.Compression.d.ts +2 -2
- package/System.IO.Enumeration/bindings.json +221 -22
- package/System.IO.Enumeration/internal/index.d.ts +13 -7
- package/System.IO.IsolatedStorage/bindings.json +250 -11
- package/System.IO.IsolatedStorage/internal/index.d.ts +7 -5
- package/System.IO.IsolatedStorage.d.ts +2 -2
- package/System.IO.MemoryMappedFiles/bindings.json +138 -16
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -8
- package/System.IO.MemoryMappedFiles.d.ts +4 -3
- package/System.IO.Pipelines/bindings.json +147 -3
- package/System.IO.Pipelines/internal/index.d.ts +5 -3
- package/System.IO.Pipes/bindings.json +889 -54
- package/System.IO.Pipes/internal/index.d.ts +30 -15
- package/System.IO.Pipes.d.ts +4 -3
- package/System.IO.d.ts +2 -2
- package/System.Linq/bindings.json +944 -79
- package/System.Linq/internal/index.d.ts +0 -4
- package/System.Linq.Expressions/bindings.json +1998 -57
- package/System.Linq.Expressions/internal/index.d.ts +78 -49
- package/System.Linq.Expressions.Interpreter/bindings.json +2 -0
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -2
- package/System.Linq.Expressions.Interpreter.d.ts +1 -1
- package/System.Linq.Expressions.d.ts +1 -1
- package/System.Net/bindings.json +2083 -248
- package/System.Net/internal/index.d.ts +128 -117
- package/System.Net.Cache/bindings.json +53 -12
- package/System.Net.Cache/internal/index.d.ts +1 -1
- package/System.Net.Cache.d.ts +1 -1
- package/System.Net.Http/bindings.json +2104 -105
- package/System.Net.Http/internal/index.d.ts +107 -37
- package/System.Net.Http.Headers/bindings.json +456 -24
- package/System.Net.Http.Headers/internal/index.d.ts +38 -35
- package/System.Net.Http.Json/bindings.json +171 -0
- package/System.Net.Http.Json/internal/index.d.ts +9 -2
- package/System.Net.Http.Metrics/bindings.json +5 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -3
- package/System.Net.Mail/bindings.json +1127 -101
- package/System.Net.Mail/internal/index.d.ts +39 -24
- package/System.Net.Mime/bindings.json +82 -4
- package/System.Net.Mime/internal/index.d.ts +5 -4
- package/System.Net.Mime.d.ts +1 -1
- package/System.Net.NetworkInformation/bindings.json +857 -61
- package/System.Net.NetworkInformation/internal/index.d.ts +25 -34
- package/System.Net.NetworkInformation.d.ts +2 -2
- package/System.Net.Quic/bindings.json +157 -16
- package/System.Net.Quic/internal/index.d.ts +6 -7
- package/System.Net.Quic.d.ts +2 -2
- package/System.Net.Security/bindings.json +798 -37
- package/System.Net.Security/internal/index.d.ts +29 -24
- package/System.Net.Security.d.ts +2 -2
- package/System.Net.ServerSentEvents/bindings.json +31 -13
- package/System.Net.ServerSentEvents/internal/index.d.ts +3 -4
- package/System.Net.Sockets/bindings.json +1157 -78
- package/System.Net.Sockets/internal/index.d.ts +35 -26
- package/System.Net.Sockets.d.ts +2 -2
- package/System.Net.WebSockets/bindings.json +311 -26
- package/System.Net.WebSockets/internal/index.d.ts +19 -17
- package/System.Net.WebSockets.d.ts +2 -2
- package/System.Net.d.ts +2 -2
- package/System.Numerics/bindings.json +3546 -957
- package/System.Reflection/bindings.json +1913 -132
- package/System.Reflection/internal/index.d.ts +64 -56
- package/System.Reflection.Emit/bindings.json +2509 -57
- package/System.Reflection.Emit/internal/index.d.ts +92 -22
- package/System.Reflection.Emit.d.ts +1 -1
- package/System.Reflection.Metadata/bindings.json +1936 -231
- package/System.Reflection.Metadata/internal/index.d.ts +8 -11
- package/System.Reflection.Metadata.Ecma335/bindings.json +480 -24
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +0 -1
- package/System.Reflection.PortableExecutable/bindings.json +583 -39
- package/System.Reflection.PortableExecutable/internal/index.d.ts +9 -5
- package/System.Resources/bindings.json +323 -17
- package/System.Resources/internal/index.d.ts +9 -5
- package/System.Resources.d.ts +1 -1
- package/System.Runtime/bindings.json +65 -8
- package/System.Runtime/internal/index.d.ts +4 -2
- package/System.Runtime.CompilerServices/bindings.json +718 -139
- package/System.Runtime.CompilerServices/internal/index.d.ts +13 -15
- package/System.Runtime.ConstrainedExecution/bindings.json +56 -10
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ConstrainedExecution.d.ts +1 -1
- package/System.Runtime.ExceptionServices/bindings.json +11 -0
- package/System.Runtime.ExceptionServices/internal/index.d.ts +0 -1
- package/System.Runtime.InteropServices/bindings.json +1858 -265
- package/System.Runtime.InteropServices/internal/index.d.ts +26 -19
- package/System.Runtime.InteropServices.ComTypes/bindings.json +478 -72
- package/System.Runtime.InteropServices.Java/bindings.json +12 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +205 -30
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -22
- package/System.Runtime.InteropServices.Marshalling/bindings.json +484 -89
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +16 -7
- package/System.Runtime.InteropServices.Marshalling.d.ts +2 -1
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +19 -4
- package/System.Runtime.InteropServices.Swift/bindings.json +11 -3
- package/System.Runtime.InteropServices.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +1296 -40
- package/System.Runtime.Intrinsics.Arm/bindings.json +4959 -8
- package/System.Runtime.Intrinsics.Wasm/bindings.json +484 -1
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.X86/bindings.json +3765 -8
- package/System.Runtime.Loader/bindings.json +130 -0
- package/System.Runtime.Loader/internal/index.d.ts +4 -1
- package/System.Runtime.Remoting/bindings.json +2 -0
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Remoting.d.ts +1 -1
- package/System.Runtime.Serialization/bindings.json +920 -17
- package/System.Runtime.Serialization/internal/index.d.ts +65 -37
- package/System.Runtime.Serialization.DataContracts/bindings.json +85 -38
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +27 -21
- package/System.Runtime.Serialization.Formatters/bindings.json +24 -12
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters.Binary/bindings.json +15 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -2
- package/System.Runtime.Serialization.Formatters.d.ts +1 -1
- package/System.Runtime.Serialization.Json/bindings.json +56 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +6 -4
- package/System.Runtime.Serialization.d.ts +2 -2
- package/System.Runtime.Versioning/bindings.json +62 -8
- package/System.Runtime.Versioning/internal/index.d.ts +7 -7
- package/System.Runtime.Versioning.d.ts +1 -1
- package/System.Security/bindings.json +265 -12
- package/System.Security/internal/index.d.ts +21 -13
- package/System.Security.AccessControl/bindings.json +4082 -797
- package/System.Security.AccessControl/internal/index.d.ts +114 -93
- package/System.Security.AccessControl.d.ts +2 -1
- package/System.Security.Authentication/bindings.json +80 -16
- package/System.Security.Authentication.ExtendedProtection/bindings.json +108 -13
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +4 -3
- package/System.Security.Authentication.ExtendedProtection.d.ts +2 -2
- package/System.Security.Claims/bindings.json +436 -0
- package/System.Security.Claims/internal/index.d.ts +18 -7
- package/System.Security.Claims.d.ts +2 -1
- package/System.Security.Cryptography/bindings.json +11592 -237
- package/System.Security.Cryptography/internal/index.d.ts +415 -106
- package/System.Security.Cryptography.X509Certificates/bindings.json +1000 -114
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +15 -17
- package/System.Security.Cryptography.X509Certificates.d.ts +1 -1
- package/System.Security.Cryptography.d.ts +2 -2
- package/System.Security.Permissions/bindings.json +88 -14
- package/System.Security.Permissions/internal/index.d.ts +3 -3
- package/System.Security.Permissions.d.ts +1 -1
- package/System.Security.Policy/bindings.json +42 -1
- package/System.Security.Policy/internal/index.d.ts +3 -3
- package/System.Security.Principal/bindings.json +355 -28
- package/System.Security.Principal/internal/index.d.ts +10 -8
- package/System.Security.Principal.d.ts +1 -1
- package/System.Text/bindings.json +800 -31
- package/System.Text/internal/index.d.ts +11 -14
- package/System.Text.Encodings.Web/bindings.json +87 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +4 -4
- package/System.Text.Json/bindings.json +574 -49
- package/System.Text.Json/internal/index.d.ts +18 -18
- package/System.Text.Json.Nodes/bindings.json +152 -19
- package/System.Text.Json.Nodes/internal/index.d.ts +4 -3
- package/System.Text.Json.Schema/bindings.json +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +2 -2
- package/System.Text.Json.Schema.d.ts +1 -1
- package/System.Text.Json.Serialization/bindings.json +295 -54
- package/System.Text.Json.Serialization/internal/index.d.ts +18 -14
- package/System.Text.Json.Serialization.Metadata/bindings.json +198 -24
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +40 -35
- package/System.Text.RegularExpressions/bindings.json +1319 -103
- package/System.Text.RegularExpressions/internal/index.d.ts +12 -12
- package/System.Text.RegularExpressions.d.ts +1 -1
- package/System.Text.Unicode/bindings.json +185 -0
- package/System.Text.Unicode/internal/index.d.ts +1 -1
- package/System.Text.Unicode.d.ts +1 -1
- package/System.Threading/bindings.json +1270 -64
- package/System.Threading/internal/index.d.ts +26 -28
- package/System.Threading.Channels/bindings.json +143 -29
- package/System.Threading.Channels/internal/index.d.ts +9 -8
- package/System.Threading.Tasks/bindings.json +719 -29
- package/System.Threading.Tasks/internal/index.d.ts +12 -6
- package/System.Threading.Tasks.Dataflow/bindings.json +442 -143
- package/System.Threading.Tasks.Sources/bindings.json +34 -11
- package/System.Timers/bindings.json +50 -4
- package/System.Timers/internal/index.d.ts +6 -5
- package/System.Timers.d.ts +2 -2
- package/System.Transactions/bindings.json +269 -32
- package/System.Transactions/internal/index.d.ts +3 -9
- package/System.Web/bindings.json +32 -0
- package/System.Windows.Input/bindings.json +3 -0
- package/System.Windows.Markup/bindings.json +4 -0
- package/System.Windows.Markup/internal/index.d.ts +1 -1
- package/System.Windows.Markup.d.ts +1 -1
- package/System.Xml/bindings.json +2447 -210
- package/System.Xml/internal/index.d.ts +97 -90
- package/System.Xml.Linq/bindings.json +361 -24
- package/System.Xml.Linq/internal/index.d.ts +17 -13
- package/System.Xml.Resolvers/bindings.json +26 -4
- package/System.Xml.Schema/bindings.json +830 -56
- package/System.Xml.Schema/internal/index.d.ts +115 -91
- package/System.Xml.Serialization/bindings.json +4421 -149
- package/System.Xml.Serialization/internal/index.d.ts +128 -70
- package/System.Xml.Serialization.d.ts +4 -4
- package/System.Xml.XPath/bindings.json +287 -35
- package/System.Xml.XPath/internal/index.d.ts +5 -5
- package/System.Xml.Xsl/bindings.json +174 -8
- package/System.Xml.Xsl/internal/index.d.ts +6 -5
- package/System.Xml.Xsl.Runtime/bindings.json +613 -58
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -9
- package/System.Xml.Xsl.d.ts +1 -1
- package/System.d.ts +1 -1
- package/package.json +1 -1
|
@@ -23,7 +23,6 @@ export interface BooleanType$instance {
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
export const BooleanType: {
|
|
26
|
-
new(): BooleanType;
|
|
27
26
|
FromObject(Value: unknown): boolean;
|
|
28
27
|
FromString(Value: string): boolean;
|
|
29
28
|
};
|
|
@@ -36,7 +35,6 @@ export interface ByteType$instance {
|
|
|
36
35
|
|
|
37
36
|
|
|
38
37
|
export const ByteType: {
|
|
39
|
-
new(): ByteType;
|
|
40
38
|
FromObject(Value: unknown): byte;
|
|
41
39
|
FromString(Value: string): byte;
|
|
42
40
|
};
|
|
@@ -49,7 +47,6 @@ export interface CharArrayType$instance {
|
|
|
49
47
|
|
|
50
48
|
|
|
51
49
|
export const CharArrayType: {
|
|
52
|
-
new(): CharArrayType;
|
|
53
50
|
FromObject(Value: unknown): char[];
|
|
54
51
|
FromString(Value: string): char[];
|
|
55
52
|
};
|
|
@@ -62,7 +59,6 @@ export interface CharType$instance {
|
|
|
62
59
|
|
|
63
60
|
|
|
64
61
|
export const CharType: {
|
|
65
|
-
new(): CharType;
|
|
66
62
|
FromObject(Value: unknown): char;
|
|
67
63
|
FromString(Value: string): char;
|
|
68
64
|
};
|
|
@@ -75,7 +71,6 @@ export interface Conversions$instance {
|
|
|
75
71
|
|
|
76
72
|
|
|
77
73
|
export const Conversions: {
|
|
78
|
-
new(): Conversions;
|
|
79
74
|
ChangeType(Expression: unknown, TargetType: Type): unknown;
|
|
80
75
|
FallbackUserDefinedConversion(Expression: unknown, TargetType: Type): unknown;
|
|
81
76
|
FromCharAndCount(Value: char, Count: int): string;
|
|
@@ -139,7 +134,6 @@ export interface DateType$instance {
|
|
|
139
134
|
|
|
140
135
|
|
|
141
136
|
export const DateType: {
|
|
142
|
-
new(): DateType;
|
|
143
137
|
FromObject(Value: unknown): DateTime;
|
|
144
138
|
FromString(Value: string, culture: CultureInfo): DateTime;
|
|
145
139
|
FromString(Value: string): DateTime;
|
|
@@ -153,7 +147,6 @@ export interface DecimalType$instance {
|
|
|
153
147
|
|
|
154
148
|
|
|
155
149
|
export const DecimalType: {
|
|
156
|
-
new(): DecimalType;
|
|
157
150
|
FromBoolean(Value: boolean): decimal;
|
|
158
151
|
FromObject(Value: unknown, NumberFormat: NumberFormatInfo): decimal;
|
|
159
152
|
FromObject(Value: unknown): decimal;
|
|
@@ -181,7 +174,6 @@ export interface DoubleType$instance {
|
|
|
181
174
|
|
|
182
175
|
|
|
183
176
|
export const DoubleType: {
|
|
184
|
-
new(): DoubleType;
|
|
185
177
|
FromObject(Value: unknown, NumberFormat: NumberFormatInfo): double;
|
|
186
178
|
FromObject(Value: unknown): double;
|
|
187
179
|
FromString(Value: string, NumberFormat: NumberFormatInfo): double;
|
|
@@ -215,7 +207,6 @@ export interface IntegerType$instance {
|
|
|
215
207
|
|
|
216
208
|
|
|
217
209
|
export const IntegerType: {
|
|
218
|
-
new(): IntegerType;
|
|
219
210
|
FromObject(Value: unknown): int;
|
|
220
211
|
FromString(Value: string): int;
|
|
221
212
|
};
|
|
@@ -228,7 +219,6 @@ export interface LateBinding$instance {
|
|
|
228
219
|
|
|
229
220
|
|
|
230
221
|
export const LateBinding: {
|
|
231
|
-
new(): LateBinding;
|
|
232
222
|
LateCall(o: unknown, objType: Type, name: string, args: unknown[], paramnames: string[], CopyBack: boolean[]): void;
|
|
233
223
|
LateGet(o: unknown, objType: Type, name: string, args: unknown[], paramnames: string[], CopyBack: boolean[]): unknown;
|
|
234
224
|
LateIndexGet(o: unknown, args: unknown[], paramnames: string[]): unknown;
|
|
@@ -246,7 +236,6 @@ export interface LikeOperator$instance {
|
|
|
246
236
|
|
|
247
237
|
|
|
248
238
|
export const LikeOperator: {
|
|
249
|
-
new(): LikeOperator;
|
|
250
239
|
LikeObject(Source: unknown, Pattern: unknown, CompareOption: CompareMethod): unknown;
|
|
251
240
|
LikeString(Source: string, Pattern: string, CompareOption: CompareMethod): boolean;
|
|
252
241
|
};
|
|
@@ -259,7 +248,6 @@ export interface LongType$instance {
|
|
|
259
248
|
|
|
260
249
|
|
|
261
250
|
export const LongType: {
|
|
262
|
-
new(): LongType;
|
|
263
251
|
FromObject(Value: unknown): long;
|
|
264
252
|
FromString(Value: string): long;
|
|
265
253
|
};
|
|
@@ -272,7 +260,6 @@ export interface NewLateBinding$instance {
|
|
|
272
260
|
|
|
273
261
|
|
|
274
262
|
export const NewLateBinding: {
|
|
275
|
-
new(): NewLateBinding;
|
|
276
263
|
FallbackCall(Instance: unknown, MemberName: string, Arguments: unknown[], ArgumentNames: string[], IgnoreReturn: boolean): unknown;
|
|
277
264
|
FallbackGet(Instance: unknown, MemberName: string, Arguments: unknown[], ArgumentNames: string[]): unknown;
|
|
278
265
|
FallbackIndexSet(Instance: unknown, Arguments: unknown[], ArgumentNames: string[]): void;
|
|
@@ -301,7 +288,6 @@ export interface ObjectFlowControl$instance {
|
|
|
301
288
|
|
|
302
289
|
|
|
303
290
|
export const ObjectFlowControl: {
|
|
304
|
-
new(): ObjectFlowControl;
|
|
305
291
|
CheckForSyncLockOnValueType(Expression: unknown): void;
|
|
306
292
|
};
|
|
307
293
|
|
|
@@ -313,7 +299,6 @@ export interface ObjectFlowControl_ForLoopControl$instance {
|
|
|
313
299
|
|
|
314
300
|
|
|
315
301
|
export const ObjectFlowControl_ForLoopControl: {
|
|
316
|
-
new(): ObjectFlowControl_ForLoopControl;
|
|
317
302
|
ForLoopInitObj(Counter: unknown, Start: unknown, Limit: unknown, StepValue: unknown, LoopForResult: unknown, CounterResult: unknown): boolean;
|
|
318
303
|
ForNextCheckDec(count: decimal, limit: decimal, StepValue: decimal): boolean;
|
|
319
304
|
ForNextCheckObj(Counter: unknown, LoopObj: unknown, CounterResult: unknown): boolean;
|
|
@@ -360,7 +345,6 @@ export interface Operators$instance {
|
|
|
360
345
|
|
|
361
346
|
|
|
362
347
|
export const Operators: {
|
|
363
|
-
new(): Operators;
|
|
364
348
|
AddObject(Left: unknown, Right: unknown): unknown;
|
|
365
349
|
AndObject(Left: unknown, Right: unknown): unknown;
|
|
366
350
|
CompareObjectEqual(Left: unknown, Right: unknown, TextCompare: boolean): unknown;
|
|
@@ -423,7 +407,6 @@ export interface ProjectData$instance {
|
|
|
423
407
|
|
|
424
408
|
|
|
425
409
|
export const ProjectData: {
|
|
426
|
-
new(): ProjectData;
|
|
427
410
|
ClearProjectError(): void;
|
|
428
411
|
CreateProjectError(hr: int): Exception;
|
|
429
412
|
EndApp(): void;
|
|
@@ -439,7 +422,6 @@ export interface ShortType$instance {
|
|
|
439
422
|
|
|
440
423
|
|
|
441
424
|
export const ShortType: {
|
|
442
|
-
new(): ShortType;
|
|
443
425
|
FromObject(Value: unknown): short;
|
|
444
426
|
FromString(Value: string): short;
|
|
445
427
|
};
|
|
@@ -452,7 +434,6 @@ export interface SingleType$instance {
|
|
|
452
434
|
|
|
453
435
|
|
|
454
436
|
export const SingleType: {
|
|
455
|
-
new(): SingleType;
|
|
456
437
|
FromObject(Value: unknown, NumberFormat: NumberFormatInfo): float;
|
|
457
438
|
FromObject(Value: unknown): float;
|
|
458
439
|
FromString(Value: string, NumberFormat: NumberFormatInfo): float;
|
|
@@ -490,7 +471,6 @@ export interface StringType$instance {
|
|
|
490
471
|
|
|
491
472
|
|
|
492
473
|
export const StringType: {
|
|
493
|
-
new(): StringType;
|
|
494
474
|
FromBoolean(Value: boolean): string;
|
|
495
475
|
FromByte(Value: byte): string;
|
|
496
476
|
FromChar(Value: char): string;
|
|
@@ -520,7 +500,6 @@ export interface Utils$instance {
|
|
|
520
500
|
|
|
521
501
|
|
|
522
502
|
export const Utils: {
|
|
523
|
-
new(): Utils;
|
|
524
503
|
CopyArray(arySrc: ClrArray, aryDest: ClrArray): ClrArray;
|
|
525
504
|
GetResourceString(ResourceKey: string, ...Args: string[]): string;
|
|
526
505
|
};
|
|
@@ -533,7 +512,6 @@ export interface Versioned$instance {
|
|
|
533
512
|
|
|
534
513
|
|
|
535
514
|
export const Versioned: {
|
|
536
|
-
new(): Versioned;
|
|
537
515
|
CallByName(Instance: unknown, MethodName: string, UseCallType: CallType, ...Arguments: unknown[]): unknown;
|
|
538
516
|
IsNumeric(Expression: unknown): boolean;
|
|
539
517
|
SystemTypeName(VbName: string): string;
|