@tsonic/dotnet 0.5.2 → 0.6.0
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 +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -230,14 +230,14 @@ export enum VbStrConv {
|
|
|
230
230
|
|
|
231
231
|
|
|
232
232
|
export class SpcInfo$instance {
|
|
233
|
-
|
|
233
|
+
count: short;
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
|
|
237
237
|
export type SpcInfo = SpcInfo$instance;
|
|
238
238
|
|
|
239
239
|
export class TabInfo$instance {
|
|
240
|
-
|
|
240
|
+
column: short;
|
|
241
241
|
}
|
|
242
242
|
|
|
243
243
|
|
|
@@ -246,12 +246,12 @@ export type TabInfo = TabInfo$instance;
|
|
|
246
246
|
export class Collection$instance {
|
|
247
247
|
constructor();
|
|
248
248
|
readonly count: int;
|
|
249
|
-
add(Item:
|
|
249
|
+
add(Item: unknown, Key?: string, Before?: unknown, After?: unknown): void;
|
|
250
250
|
clear(): void;
|
|
251
251
|
contains(Key: string): boolean;
|
|
252
|
-
get_Item(Index: int):
|
|
253
|
-
get_Item(Key: string):
|
|
254
|
-
get_Item(Index:
|
|
252
|
+
get_Item(Index: int): unknown;
|
|
253
|
+
get_Item(Key: string): unknown;
|
|
254
|
+
get_Item(Index: unknown): unknown;
|
|
255
255
|
getEnumerator(): IEnumerator;
|
|
256
256
|
remove(Key: string): void;
|
|
257
257
|
remove(Index: int): void;
|
|
@@ -259,9 +259,9 @@ export class Collection$instance {
|
|
|
259
259
|
|
|
260
260
|
|
|
261
261
|
export interface __Collection$views {
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
262
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
263
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
264
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
export type Collection = Collection$instance & __Collection$views;
|
|
@@ -391,93 +391,93 @@ export type Constants = Constants$instance;
|
|
|
391
391
|
|
|
392
392
|
export class ControlChars$instance {
|
|
393
393
|
constructor();
|
|
394
|
-
static readonly
|
|
395
|
-
static readonly
|
|
396
|
-
static readonly
|
|
397
|
-
static readonly
|
|
398
|
-
static readonly
|
|
399
|
-
static readonly
|
|
400
|
-
static readonly
|
|
401
|
-
static readonly
|
|
402
|
-
static readonly
|
|
403
|
-
static readonly
|
|
394
|
+
static readonly crLf: string;
|
|
395
|
+
static readonly newLine: string;
|
|
396
|
+
static readonly cr: char;
|
|
397
|
+
static readonly lf: char;
|
|
398
|
+
static readonly back: char;
|
|
399
|
+
static readonly formFeed: char;
|
|
400
|
+
static readonly tab: char;
|
|
401
|
+
static readonly verticalTab: char;
|
|
402
|
+
static readonly nullChar: char;
|
|
403
|
+
static readonly quote: char;
|
|
404
404
|
}
|
|
405
405
|
|
|
406
406
|
|
|
407
407
|
export type ControlChars = ControlChars$instance;
|
|
408
408
|
|
|
409
409
|
export class Conversion$instance {
|
|
410
|
-
static
|
|
411
|
-
static
|
|
412
|
-
static
|
|
413
|
-
static
|
|
414
|
-
static
|
|
415
|
-
static
|
|
416
|
-
static
|
|
417
|
-
static
|
|
418
|
-
static
|
|
419
|
-
static
|
|
420
|
-
static
|
|
421
|
-
static
|
|
422
|
-
static
|
|
423
|
-
static
|
|
424
|
-
static
|
|
425
|
-
static
|
|
426
|
-
static
|
|
427
|
-
static
|
|
428
|
-
static
|
|
429
|
-
static
|
|
430
|
-
static
|
|
431
|
-
static
|
|
432
|
-
static
|
|
433
|
-
static
|
|
434
|
-
static
|
|
435
|
-
static
|
|
436
|
-
static
|
|
437
|
-
static
|
|
438
|
-
static
|
|
439
|
-
static
|
|
440
|
-
static
|
|
441
|
-
static
|
|
442
|
-
static
|
|
443
|
-
static
|
|
444
|
-
static
|
|
445
|
-
static
|
|
446
|
-
static
|
|
447
|
-
static
|
|
448
|
-
static
|
|
449
|
-
static
|
|
410
|
+
static cTypeDynamic(Expression: unknown, TargetType: Type): unknown;
|
|
411
|
+
static cTypeDynamic<TargetType>(Expression: unknown): TargetType;
|
|
412
|
+
static errorToString(): string;
|
|
413
|
+
static errorToString(ErrorNumber: int): string;
|
|
414
|
+
static fix6(Number: decimal): decimal;
|
|
415
|
+
static fix6(Number: double): double;
|
|
416
|
+
static fix6(Number: short): short;
|
|
417
|
+
static fix6(Number: int): int;
|
|
418
|
+
static fix6(Number: long): long;
|
|
419
|
+
static fix6(Number: unknown): unknown;
|
|
420
|
+
static fix6(Number: float): float;
|
|
421
|
+
static hex2(Number: byte): string;
|
|
422
|
+
static hex2(Number: short): string;
|
|
423
|
+
static hex2(Number: int): string;
|
|
424
|
+
static hex2(Number: long): string;
|
|
425
|
+
static hex2(Number: unknown): string;
|
|
426
|
+
static hex2(Number: sbyte): string;
|
|
427
|
+
static hex2(Number: ushort): string;
|
|
428
|
+
static hex2(Number: uint): string;
|
|
429
|
+
static hex2(Number: ulong): string;
|
|
430
|
+
static int6(Number: decimal): decimal;
|
|
431
|
+
static int6(Number: double): double;
|
|
432
|
+
static int6(Number: short): short;
|
|
433
|
+
static int6(Number: int): int;
|
|
434
|
+
static int6(Number: long): long;
|
|
435
|
+
static int6(Number: unknown): unknown;
|
|
436
|
+
static int6(Number: float): float;
|
|
437
|
+
static oct2(Number: byte): string;
|
|
438
|
+
static oct2(Number: short): string;
|
|
439
|
+
static oct2(Number: int): string;
|
|
440
|
+
static oct2(Number: long): string;
|
|
441
|
+
static oct2(Number: unknown): string;
|
|
442
|
+
static oct2(Number: sbyte): string;
|
|
443
|
+
static oct2(Number: ushort): string;
|
|
444
|
+
static oct2(Number: uint): string;
|
|
445
|
+
static oct2(Number: ulong): string;
|
|
446
|
+
static str(Number: unknown): string;
|
|
447
|
+
static val2(Expression: char): int;
|
|
448
|
+
static val2(Expression: unknown): double;
|
|
449
|
+
static val2(InputStr: string): double;
|
|
450
450
|
}
|
|
451
451
|
|
|
452
452
|
|
|
453
453
|
export type Conversion = Conversion$instance;
|
|
454
454
|
|
|
455
455
|
export class DateAndTime$instance {
|
|
456
|
-
static
|
|
457
|
-
static readonly
|
|
458
|
-
static
|
|
459
|
-
static
|
|
460
|
-
static
|
|
461
|
-
static readonly
|
|
462
|
-
static
|
|
463
|
-
static
|
|
464
|
-
static
|
|
465
|
-
static
|
|
466
|
-
static
|
|
467
|
-
static
|
|
468
|
-
static
|
|
469
|
-
static
|
|
470
|
-
static
|
|
471
|
-
static
|
|
472
|
-
static
|
|
473
|
-
static
|
|
474
|
-
static
|
|
475
|
-
static
|
|
476
|
-
static
|
|
477
|
-
static
|
|
478
|
-
static
|
|
479
|
-
static
|
|
480
|
-
static
|
|
456
|
+
static today: DateTime;
|
|
457
|
+
static readonly now: DateTime;
|
|
458
|
+
static timeOfDay: DateTime;
|
|
459
|
+
static timeString: string;
|
|
460
|
+
static dateString: string;
|
|
461
|
+
static readonly timer: double;
|
|
462
|
+
static dateAdd(Interval: DateInterval, Number: double, DateValue: DateTime): DateTime;
|
|
463
|
+
static dateAdd(Interval: string, Number: double, DateValue: unknown): DateTime;
|
|
464
|
+
static dateDiff(Interval: DateInterval, Date1: DateTime, Date2: DateTime, DayOfWeek?: FirstDayOfWeek, WeekOfYear?: FirstWeekOfYear): long;
|
|
465
|
+
static dateDiff(Interval: string, Date1: unknown, Date2: unknown, DayOfWeek?: FirstDayOfWeek, WeekOfYear?: FirstWeekOfYear): long;
|
|
466
|
+
static datePart(Interval: DateInterval, DateValue: DateTime, FirstDayOfWeekValue?: FirstDayOfWeek, FirstWeekOfYearValue?: FirstWeekOfYear): int;
|
|
467
|
+
static datePart(Interval: string, DateValue: unknown, DayOfWeek?: FirstDayOfWeek, WeekOfYear?: FirstWeekOfYear): int;
|
|
468
|
+
static dateSerial(Year: int, Month: int, Day: int): DateTime;
|
|
469
|
+
static dateValue(StringDate: string): DateTime;
|
|
470
|
+
static day(DateValue: DateTime): int;
|
|
471
|
+
static hour(TimeValue: DateTime): int;
|
|
472
|
+
static minute(TimeValue: DateTime): int;
|
|
473
|
+
static month(DateValue: DateTime): int;
|
|
474
|
+
static monthName(Month: int, Abbreviate?: boolean): string;
|
|
475
|
+
static second(TimeValue: DateTime): int;
|
|
476
|
+
static timeSerial(Hour: int, Minute: int, Second: int): DateTime;
|
|
477
|
+
static timeValue(StringTime: string): DateTime;
|
|
478
|
+
static weekday(DateValue: DateTime, DayOfWeek?: FirstDayOfWeek): int;
|
|
479
|
+
static weekdayName(Weekday: int, Abbreviate?: boolean, FirstDayOfWeekValue?: FirstDayOfWeek): string;
|
|
480
|
+
static year(DateValue: DateTime): int;
|
|
481
481
|
}
|
|
482
482
|
|
|
483
483
|
|
|
@@ -493,96 +493,96 @@ export class ErrObject$instance {
|
|
|
493
493
|
source: string;
|
|
494
494
|
clear(): void;
|
|
495
495
|
getException(): Exception;
|
|
496
|
-
raise(Number: int, Source?:
|
|
496
|
+
raise(Number: int, Source?: unknown, Description?: unknown, HelpFile?: unknown, HelpContext?: unknown): void;
|
|
497
497
|
}
|
|
498
498
|
|
|
499
499
|
|
|
500
500
|
export type ErrObject = ErrObject$instance;
|
|
501
501
|
|
|
502
502
|
export class FileSystem$instance {
|
|
503
|
-
static
|
|
504
|
-
static
|
|
505
|
-
static
|
|
506
|
-
static
|
|
507
|
-
static
|
|
508
|
-
static
|
|
509
|
-
static
|
|
503
|
+
static chDir(Path: string): void;
|
|
504
|
+
static chDrive(Drive: char): void;
|
|
505
|
+
static chDrive(Drive: string): void;
|
|
506
|
+
static curDir(): string;
|
|
507
|
+
static curDir(Drive: char): string;
|
|
508
|
+
static dir(): string;
|
|
509
|
+
static dir(PathName: string, Attributes?: FileAttribute): string;
|
|
510
510
|
static EOF(FileNumber: int): boolean;
|
|
511
|
-
static
|
|
512
|
-
static
|
|
513
|
-
static
|
|
514
|
-
static
|
|
515
|
-
static
|
|
516
|
-
static
|
|
517
|
-
static
|
|
518
|
-
static
|
|
519
|
-
static
|
|
520
|
-
static
|
|
521
|
-
static
|
|
522
|
-
static
|
|
523
|
-
static
|
|
524
|
-
static
|
|
525
|
-
static
|
|
526
|
-
static
|
|
527
|
-
static
|
|
528
|
-
static
|
|
529
|
-
static
|
|
530
|
-
static
|
|
531
|
-
static
|
|
532
|
-
static
|
|
533
|
-
static
|
|
534
|
-
static
|
|
535
|
-
static
|
|
536
|
-
static
|
|
537
|
-
static
|
|
538
|
-
static
|
|
539
|
-
static
|
|
540
|
-
static
|
|
541
|
-
static
|
|
542
|
-
static
|
|
543
|
-
static
|
|
544
|
-
static
|
|
545
|
-
static
|
|
546
|
-
static
|
|
547
|
-
static
|
|
548
|
-
static
|
|
549
|
-
static
|
|
550
|
-
static
|
|
551
|
-
static
|
|
552
|
-
static
|
|
553
|
-
static
|
|
554
|
-
static
|
|
555
|
-
static
|
|
556
|
-
static
|
|
557
|
-
static
|
|
558
|
-
static
|
|
559
|
-
static
|
|
560
|
-
static
|
|
561
|
-
static
|
|
562
|
-
static
|
|
563
|
-
static
|
|
564
|
-
static
|
|
565
|
-
static
|
|
566
|
-
static
|
|
567
|
-
static
|
|
511
|
+
static fileAttr(FileNumber: int): OpenMode;
|
|
512
|
+
static fileClose(FileNumbers: int[]): void;
|
|
513
|
+
static fileCopy(Source: string, Destination: string): void;
|
|
514
|
+
static fileDateTime(PathName: string): DateTime;
|
|
515
|
+
static fileGet2(FileNumber: int, Value: { value: ref<ClrArray> }, RecordNumber?: long, ArrayIsDynamic?: boolean, StringIsFixedLength?: boolean): void;
|
|
516
|
+
static fileGet2(FileNumber: int, Value: { value: ref<boolean> }, RecordNumber?: long): void;
|
|
517
|
+
static fileGet2(FileNumber: int, Value: { value: ref<byte> }, RecordNumber?: long): void;
|
|
518
|
+
static fileGet2(FileNumber: int, Value: { value: ref<char> }, RecordNumber?: long): void;
|
|
519
|
+
static fileGet2(FileNumber: int, Value: { value: ref<DateTime> }, RecordNumber?: long): void;
|
|
520
|
+
static fileGet2(FileNumber: int, Value: { value: ref<decimal> }, RecordNumber?: long): void;
|
|
521
|
+
static fileGet2(FileNumber: int, Value: { value: ref<double> }, RecordNumber?: long): void;
|
|
522
|
+
static fileGet2(FileNumber: int, Value: { value: ref<short> }, RecordNumber?: long): void;
|
|
523
|
+
static fileGet2(FileNumber: int, Value: { value: ref<int> }, RecordNumber?: long): void;
|
|
524
|
+
static fileGet2(FileNumber: int, Value: { value: ref<long> }, RecordNumber?: long): void;
|
|
525
|
+
static fileGet2(FileNumber: int, Value: { value: ref<float> }, RecordNumber?: long): void;
|
|
526
|
+
static fileGet2(FileNumber: int, Value: { value: ref<string> }, RecordNumber?: long, StringIsFixedLength?: boolean): void;
|
|
527
|
+
static fileGet2(FileNumber: int, Value: { value: ref<unknown> }, RecordNumber?: long): void;
|
|
528
|
+
static fileGetObject(FileNumber: int, Value: { value: ref<unknown> }, RecordNumber?: long): void;
|
|
529
|
+
static fileLen(PathName: string): long;
|
|
530
|
+
static fileOpen(FileNumber: int, FileName: string, Mode: OpenMode, Access?: OpenAccess, Share?: OpenShare, RecordLength?: int): void;
|
|
531
|
+
static filePut3(FileNumber: int, Value: ClrArray, RecordNumber?: long, ArrayIsDynamic?: boolean, StringIsFixedLength?: boolean): void;
|
|
532
|
+
static filePut3(FileNumber: int, Value: boolean, RecordNumber?: long): void;
|
|
533
|
+
static filePut3(FileNumber: int, Value: byte, RecordNumber?: long): void;
|
|
534
|
+
static filePut3(FileNumber: int, Value: char, RecordNumber?: long): void;
|
|
535
|
+
static filePut3(FileNumber: int, Value: DateTime, RecordNumber?: long): void;
|
|
536
|
+
static filePut3(FileNumber: int, Value: decimal, RecordNumber?: long): void;
|
|
537
|
+
static filePut3(FileNumber: int, Value: double, RecordNumber?: long): void;
|
|
538
|
+
static filePut3(FileNumber: int, Value: short, RecordNumber?: long): void;
|
|
539
|
+
static filePut3(FileNumber: int, Value: int, RecordNumber?: long): void;
|
|
540
|
+
static filePut3(FileNumber: int, Value: long, RecordNumber?: long): void;
|
|
541
|
+
static filePut3(FileNumber: int, Value: float, RecordNumber?: long): void;
|
|
542
|
+
static filePut3(FileNumber: int, Value: string, RecordNumber?: long, StringIsFixedLength?: boolean): void;
|
|
543
|
+
static filePut3(FileNumber: int, Value: unknown, RecordNumber?: long): void;
|
|
544
|
+
static filePut3(FileNumber: unknown, Value: unknown, RecordNumber?: unknown): void;
|
|
545
|
+
static filePutObject(FileNumber: int, Value: unknown, RecordNumber?: long): void;
|
|
546
|
+
static fileWidth(FileNumber: int, RecordWidth: int): void;
|
|
547
|
+
static freeFile(): int;
|
|
548
|
+
static getAttr(PathName: string): FileAttribute;
|
|
549
|
+
static input2(FileNumber: int, Value: { value: ref<boolean> }): void;
|
|
550
|
+
static input2(FileNumber: int, Value: { value: ref<byte> }): void;
|
|
551
|
+
static input2(FileNumber: int, Value: { value: ref<char> }): void;
|
|
552
|
+
static input2(FileNumber: int, Value: { value: ref<DateTime> }): void;
|
|
553
|
+
static input2(FileNumber: int, Value: { value: ref<decimal> }): void;
|
|
554
|
+
static input2(FileNumber: int, Value: { value: ref<double> }): void;
|
|
555
|
+
static input2(FileNumber: int, Value: { value: ref<short> }): void;
|
|
556
|
+
static input2(FileNumber: int, Value: { value: ref<int> }): void;
|
|
557
|
+
static input2(FileNumber: int, Value: { value: ref<long> }): void;
|
|
558
|
+
static input2(FileNumber: int, Value: { value: ref<unknown> }): void;
|
|
559
|
+
static input2(FileNumber: int, Value: { value: ref<float> }): void;
|
|
560
|
+
static input2(FileNumber: int, Value: { value: ref<string> }): void;
|
|
561
|
+
static inputString(FileNumber: int, CharCount: int): string;
|
|
562
|
+
static kill(PathName: string): void;
|
|
563
|
+
static lineInput(FileNumber: int): string;
|
|
564
|
+
static loc(FileNumber: int): long;
|
|
565
|
+
static lock3(FileNumber: int, FromRecord: long, ToRecord: long): void;
|
|
566
|
+
static lock3(FileNumber: int, Record: long): void;
|
|
567
|
+
static lock3(FileNumber: int): void;
|
|
568
568
|
static LOF(FileNumber: int): long;
|
|
569
|
-
static
|
|
570
|
-
static
|
|
571
|
-
static
|
|
572
|
-
static
|
|
573
|
-
static
|
|
574
|
-
static
|
|
575
|
-
static
|
|
576
|
-
static
|
|
577
|
-
static
|
|
569
|
+
static mkDir(Path: string): void;
|
|
570
|
+
static print(FileNumber: int, Output: unknown[]): void;
|
|
571
|
+
static printLine(FileNumber: int, Output: unknown[]): void;
|
|
572
|
+
static rename(OldPath: string, NewPath: string): void;
|
|
573
|
+
static reset(): void;
|
|
574
|
+
static rmDir(Path: string): void;
|
|
575
|
+
static seek(FileNumber: int, Position: long): void;
|
|
576
|
+
static seek(FileNumber: int): long;
|
|
577
|
+
static setAttr(PathName: string, Attributes: FileAttribute): void;
|
|
578
578
|
static SPC(Count: short): SpcInfo;
|
|
579
579
|
static TAB(): TabInfo;
|
|
580
580
|
static TAB(Column: short): TabInfo;
|
|
581
|
-
static
|
|
582
|
-
static
|
|
583
|
-
static
|
|
584
|
-
static
|
|
585
|
-
static
|
|
581
|
+
static unlock3(FileNumber: int, FromRecord: long, ToRecord: long): void;
|
|
582
|
+
static unlock3(FileNumber: int, Record: long): void;
|
|
583
|
+
static unlock3(FileNumber: int): void;
|
|
584
|
+
static write(FileNumber: int, Output: unknown[]): void;
|
|
585
|
+
static writeLine(FileNumber: int, Output: unknown[]): void;
|
|
586
586
|
}
|
|
587
587
|
|
|
588
588
|
|
|
@@ -591,15 +591,15 @@ export type FileSystem = FileSystem$instance;
|
|
|
591
591
|
export class Financial$instance {
|
|
592
592
|
static DDB(Cost: double, Salvage: double, Life: double, Period: double, Factor?: double): double;
|
|
593
593
|
static FV(Rate: double, NPer: double, Pmt: double, PV?: double, Due?: DueDate): double;
|
|
594
|
-
static
|
|
594
|
+
static iPmt(Rate: double, Per: double, NPer: double, PV: double, FV?: double, Due?: DueDate): double;
|
|
595
595
|
static IRR(ValueArray: { value: ref<double[]> }, Guess?: double): double;
|
|
596
596
|
static MIRR(ValueArray: { value: ref<double[]> }, FinanceRate: double, ReinvestRate: double): double;
|
|
597
|
-
static
|
|
597
|
+
static nPer(Rate: double, Pmt: double, PV: double, FV?: double, Due?: DueDate): double;
|
|
598
598
|
static NPV(Rate: double, ValueArray: { value: ref<double[]> }): double;
|
|
599
|
-
static
|
|
600
|
-
static
|
|
599
|
+
static pmt(Rate: double, NPer: double, PV: double, FV?: double, Due?: DueDate): double;
|
|
600
|
+
static pPmt(Rate: double, Per: double, NPer: double, PV: double, FV?: double, Due?: DueDate): double;
|
|
601
601
|
static PV(Rate: double, NPer: double, Pmt: double, FV?: double, Due?: DueDate): double;
|
|
602
|
-
static
|
|
602
|
+
static rate(NPer: double, Pmt: double, PV: double, FV?: double, Due?: DueDate, Guess?: double): double;
|
|
603
603
|
static SLN(Cost: double, Salvage: double, Life: double): double;
|
|
604
604
|
static SYD(Cost: double, Salvage: double, Life: double, Period: double): double;
|
|
605
605
|
}
|
|
@@ -615,49 +615,49 @@ export class HideModuleNameAttribute$instance extends System_Internal.Attribute$
|
|
|
615
615
|
export type HideModuleNameAttribute = HideModuleNameAttribute$instance;
|
|
616
616
|
|
|
617
617
|
export class Information$instance {
|
|
618
|
-
static
|
|
619
|
-
static
|
|
620
|
-
static
|
|
621
|
-
static
|
|
622
|
-
static
|
|
623
|
-
static
|
|
624
|
-
static
|
|
625
|
-
static
|
|
626
|
-
static
|
|
627
|
-
static
|
|
628
|
-
static
|
|
618
|
+
static erl(): int;
|
|
619
|
+
static err(): ErrObject;
|
|
620
|
+
static isArray(VarName: unknown): boolean;
|
|
621
|
+
static isDate(Expression: unknown): boolean;
|
|
622
|
+
static isDBNull(Expression: unknown): boolean;
|
|
623
|
+
static isError(Expression: unknown): boolean;
|
|
624
|
+
static isNothing(Expression: unknown): boolean;
|
|
625
|
+
static isNumeric(Expression: unknown): boolean;
|
|
626
|
+
static isReference(Expression: unknown): boolean;
|
|
627
|
+
static lBound(Array: ClrArray, Rank?: int): int;
|
|
628
|
+
static qbColor(Color: int): int;
|
|
629
629
|
static RGB(Red: int, Green: int, Blue: int): int;
|
|
630
|
-
static
|
|
631
|
-
static
|
|
632
|
-
static
|
|
633
|
-
static
|
|
634
|
-
static
|
|
630
|
+
static systemTypeName(VbName: string): string;
|
|
631
|
+
static typeName(VarName: unknown): string;
|
|
632
|
+
static uBound(Array: ClrArray, Rank?: int): int;
|
|
633
|
+
static varType(VarName: unknown): VariantType;
|
|
634
|
+
static vbTypeName(UrtName: string): string;
|
|
635
635
|
}
|
|
636
636
|
|
|
637
637
|
|
|
638
638
|
export type Information = Information$instance;
|
|
639
639
|
|
|
640
640
|
export class Interaction$instance {
|
|
641
|
-
static
|
|
642
|
-
static
|
|
643
|
-
static
|
|
644
|
-
static
|
|
645
|
-
static
|
|
646
|
-
static
|
|
647
|
-
static
|
|
648
|
-
static
|
|
649
|
-
static
|
|
650
|
-
static
|
|
651
|
-
static
|
|
652
|
-
static
|
|
653
|
-
static
|
|
654
|
-
static
|
|
655
|
-
static
|
|
656
|
-
static
|
|
657
|
-
static
|
|
658
|
-
static
|
|
659
|
-
static
|
|
660
|
-
static
|
|
641
|
+
static appActivate(ProcessId: int): void;
|
|
642
|
+
static appActivate(Title: string): void;
|
|
643
|
+
static beep(): void;
|
|
644
|
+
static callByName(ObjectRef: unknown, ProcName: string, UseCallType: CallType, Args: unknown[]): unknown;
|
|
645
|
+
static choose(Index: double, Choice: unknown[]): unknown;
|
|
646
|
+
static command(): string;
|
|
647
|
+
static createObject(ProgId: string, ServerName?: string): unknown;
|
|
648
|
+
static deleteSetting(AppName: string, Section?: string, Key?: string): void;
|
|
649
|
+
static environ(Expression: int): string;
|
|
650
|
+
static environ(Expression: string): string;
|
|
651
|
+
static getAllSettings(AppName: string, Section: string): Array<Array<string>>;
|
|
652
|
+
static getObject(PathName?: string, Class?: string): unknown;
|
|
653
|
+
static getSetting(AppName: string, Section: string, Key: string, Default?: string): string;
|
|
654
|
+
static iIf(Expression: boolean, TruePart: unknown, FalsePart: unknown): unknown;
|
|
655
|
+
static inputBox(Prompt: string, Title?: string, DefaultResponse?: string, XPos?: int, YPos?: int): string;
|
|
656
|
+
static msgBox(Prompt: unknown, Buttons?: MsgBoxStyle, Title?: unknown): MsgBoxResult;
|
|
657
|
+
static partition(Number: long, Start: long, Stop: long, Interval: long): string;
|
|
658
|
+
static saveSetting(AppName: string, Section: string, Key: string, Setting: string): void;
|
|
659
|
+
static shell(PathName: string, Style?: AppWinStyle, Wait?: boolean, Timeout?: int): int;
|
|
660
|
+
static switch_(VarExpr: unknown[]): unknown;
|
|
661
661
|
}
|
|
662
662
|
|
|
663
663
|
|
|
@@ -675,63 +675,63 @@ export class MyGroupCollectionAttribute$instance extends System_Internal.Attribu
|
|
|
675
675
|
export type MyGroupCollectionAttribute = MyGroupCollectionAttribute$instance;
|
|
676
676
|
|
|
677
677
|
export class Strings$instance {
|
|
678
|
-
static
|
|
679
|
-
static
|
|
680
|
-
static
|
|
681
|
-
static
|
|
682
|
-
static
|
|
683
|
-
static
|
|
684
|
-
static
|
|
685
|
-
static
|
|
686
|
-
static
|
|
687
|
-
static
|
|
688
|
-
static
|
|
689
|
-
static
|
|
690
|
-
static
|
|
691
|
-
static
|
|
692
|
-
static
|
|
693
|
-
static
|
|
694
|
-
static
|
|
695
|
-
static
|
|
696
|
-
static
|
|
697
|
-
static
|
|
698
|
-
static
|
|
699
|
-
static
|
|
700
|
-
static
|
|
701
|
-
static
|
|
702
|
-
static
|
|
703
|
-
static
|
|
704
|
-
static
|
|
705
|
-
static
|
|
706
|
-
static
|
|
707
|
-
static
|
|
708
|
-
static
|
|
709
|
-
static
|
|
710
|
-
static
|
|
711
|
-
static
|
|
712
|
-
static
|
|
713
|
-
static
|
|
714
|
-
static
|
|
715
|
-
static
|
|
716
|
-
static
|
|
717
|
-
static
|
|
718
|
-
static
|
|
719
|
-
static
|
|
720
|
-
static
|
|
721
|
-
static
|
|
722
|
-
static
|
|
723
|
-
static
|
|
724
|
-
static
|
|
725
|
-
static
|
|
726
|
-
static
|
|
727
|
-
static
|
|
728
|
-
static
|
|
729
|
-
static
|
|
730
|
-
static
|
|
731
|
-
static
|
|
732
|
-
static
|
|
733
|
-
static
|
|
734
|
-
static
|
|
678
|
+
static asc(String: char): int;
|
|
679
|
+
static asc(String: string): int;
|
|
680
|
+
static ascW2(String: char): int;
|
|
681
|
+
static ascW2(String: string): int;
|
|
682
|
+
static chr(CharCode: int): char;
|
|
683
|
+
static chrW(CharCode: int): char;
|
|
684
|
+
static filter(Source: unknown[], Match: string, Include?: boolean, Compare?: CompareMethod): string[];
|
|
685
|
+
static filter(Source: string[], Match: string, Include?: boolean, Compare?: CompareMethod): string[];
|
|
686
|
+
static format(Expression: unknown, Style?: string): string;
|
|
687
|
+
static formatCurrency(Expression: unknown, NumDigitsAfterDecimal?: int, IncludeLeadingDigit?: TriState, UseParensForNegativeNumbers?: TriState, GroupDigits?: TriState): string;
|
|
688
|
+
static formatDateTime(Expression: DateTime, NamedFormat?: DateFormat): string;
|
|
689
|
+
static formatNumber(Expression: unknown, NumDigitsAfterDecimal?: int, IncludeLeadingDigit?: TriState, UseParensForNegativeNumbers?: TriState, GroupDigits?: TriState): string;
|
|
690
|
+
static formatPercent(Expression: unknown, NumDigitsAfterDecimal?: int, IncludeLeadingDigit?: TriState, UseParensForNegativeNumbers?: TriState, GroupDigits?: TriState): string;
|
|
691
|
+
static getChar(str: string, Index: int): char;
|
|
692
|
+
static inStr2(Start: int, String1: string, String2: string, Compare?: CompareMethod): int;
|
|
693
|
+
static inStr2(String1: string, String2: string, Compare?: CompareMethod): int;
|
|
694
|
+
static inStrRev(StringCheck: string, StringMatch: string, Start?: int, Compare?: CompareMethod): int;
|
|
695
|
+
static join(SourceArray: unknown[], Delimiter?: string): string;
|
|
696
|
+
static join(SourceArray: string[], Delimiter?: string): string;
|
|
697
|
+
static lCase2(Value: char): char;
|
|
698
|
+
static lCase2(Value: string): string;
|
|
699
|
+
static left(str: string, Length: int): string;
|
|
700
|
+
static len(Expression: boolean): int;
|
|
701
|
+
static len(Expression: byte): int;
|
|
702
|
+
static len(Expression: char): int;
|
|
703
|
+
static len(Expression: DateTime): int;
|
|
704
|
+
static len(Expression: decimal): int;
|
|
705
|
+
static len(Expression: double): int;
|
|
706
|
+
static len(Expression: short): int;
|
|
707
|
+
static len(Expression: int): int;
|
|
708
|
+
static len(Expression: long): int;
|
|
709
|
+
static len(Expression: unknown): int;
|
|
710
|
+
static len(Expression: sbyte): int;
|
|
711
|
+
static len(Expression: float): int;
|
|
712
|
+
static len(Expression: string): int;
|
|
713
|
+
static len(Expression: ushort): int;
|
|
714
|
+
static len(Expression: uint): int;
|
|
715
|
+
static len(Expression: ulong): int;
|
|
716
|
+
static lSet(Source: string, Length: int): string;
|
|
717
|
+
static lTrim(str: string): string;
|
|
718
|
+
static mid2(str: string, Start: int, Length: int): string;
|
|
719
|
+
static mid2(str: string, Start: int): string;
|
|
720
|
+
static replace(Expression: string, Find: string, Replacement: string, Start?: int, Count?: int, Compare?: CompareMethod): string;
|
|
721
|
+
static right(str: string, Length: int): string;
|
|
722
|
+
static rSet(Source: string, Length: int): string;
|
|
723
|
+
static rTrim(str: string): string;
|
|
724
|
+
static space(Number: int): string;
|
|
725
|
+
static split(Expression: string, Delimiter?: string, Limit?: int, Compare?: CompareMethod): string[];
|
|
726
|
+
static strComp(String1: string, String2: string, Compare?: CompareMethod): int;
|
|
727
|
+
static strConv(str: string, Conversion: VbStrConv, LocaleID?: int): string;
|
|
728
|
+
static strDup2(Number: int, Character: char): string;
|
|
729
|
+
static strDup2(Number: int, Character: unknown): unknown;
|
|
730
|
+
static strDup2(Number: int, Character: string): string;
|
|
731
|
+
static strReverse(Expression: string): string;
|
|
732
|
+
static trim(str: string): string;
|
|
733
|
+
static uCase2(Value: char): char;
|
|
734
|
+
static uCase2(Value: string): string;
|
|
735
735
|
}
|
|
736
736
|
|
|
737
737
|
|
|
@@ -756,10 +756,10 @@ export class VBFixedStringAttribute$instance extends System_Internal.Attribute$i
|
|
|
756
756
|
export type VBFixedStringAttribute = VBFixedStringAttribute$instance;
|
|
757
757
|
|
|
758
758
|
export class VBMath$instance {
|
|
759
|
-
static
|
|
760
|
-
static
|
|
761
|
-
static
|
|
762
|
-
static
|
|
759
|
+
static randomize(): void;
|
|
760
|
+
static randomize(Number: double): void;
|
|
761
|
+
static rnd(): float;
|
|
762
|
+
static rnd(Number: float): float;
|
|
763
763
|
}
|
|
764
764
|
|
|
765
765
|
|