@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
|
@@ -210,8 +210,8 @@ export class BinaryReader$instance {
|
|
|
210
210
|
dispose(): void;
|
|
211
211
|
peekChar(): int;
|
|
212
212
|
read(): int;
|
|
213
|
-
read(buffer:
|
|
214
|
-
read(buffer: Span_1<CLROf<
|
|
213
|
+
read(buffer: char[], index: int, count: int): int;
|
|
214
|
+
read(buffer: Span_1<CLROf<char>>): int;
|
|
215
215
|
read(buffer: byte[], index: int, count: int): int;
|
|
216
216
|
read(buffer: Span_1<CLROf<byte>>): int;
|
|
217
217
|
read7BitEncodedInt(): int;
|
|
@@ -219,8 +219,8 @@ export class BinaryReader$instance {
|
|
|
219
219
|
readBoolean(): boolean;
|
|
220
220
|
readByte(): byte;
|
|
221
221
|
readBytes(count: int): byte[];
|
|
222
|
-
readChar():
|
|
223
|
-
readChars(count: int):
|
|
222
|
+
readChar(): char;
|
|
223
|
+
readChars(count: int): char[];
|
|
224
224
|
readDecimal(): decimal;
|
|
225
225
|
readDouble(): double;
|
|
226
226
|
readExactly(buffer: Span_1<CLROf<byte>>): void;
|
|
@@ -238,9 +238,11 @@ export class BinaryReader$instance {
|
|
|
238
238
|
|
|
239
239
|
|
|
240
240
|
export interface __BinaryReader$views {
|
|
241
|
-
|
|
241
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
242
242
|
}
|
|
243
243
|
|
|
244
|
+
export interface BinaryReader$instance extends System_Internal.IDisposable$instance {}
|
|
245
|
+
|
|
244
246
|
export type BinaryReader = BinaryReader$instance & __BinaryReader$views;
|
|
245
247
|
|
|
246
248
|
|
|
@@ -259,9 +261,9 @@ export class BinaryWriter$instance {
|
|
|
259
261
|
write(value: sbyte): void;
|
|
260
262
|
write(buffer: byte[]): void;
|
|
261
263
|
write(buffer: byte[], index: int, count: int): void;
|
|
262
|
-
write(ch:
|
|
263
|
-
write(chars:
|
|
264
|
-
write(chars:
|
|
264
|
+
write(ch: char): void;
|
|
265
|
+
write(chars: char[]): void;
|
|
266
|
+
write(chars: char[], index: int, count: int): void;
|
|
265
267
|
write(value: double): void;
|
|
266
268
|
write(value: decimal): void;
|
|
267
269
|
write(value: short): void;
|
|
@@ -274,7 +276,7 @@ export class BinaryWriter$instance {
|
|
|
274
276
|
write(value: half): void;
|
|
275
277
|
write(value: string): void;
|
|
276
278
|
write(buffer: ReadOnlySpan_1<CLROf<byte>>): void;
|
|
277
|
-
write(chars: ReadOnlySpan_1<CLROf<
|
|
279
|
+
write(chars: ReadOnlySpan_1<CLROf<char>>): void;
|
|
278
280
|
write7BitEncodedInt(value: int): void;
|
|
279
281
|
write7BitEncodedInt64(value: long): void;
|
|
280
282
|
static readonly null_: BinaryWriter;
|
|
@@ -282,10 +284,12 @@ export class BinaryWriter$instance {
|
|
|
282
284
|
|
|
283
285
|
|
|
284
286
|
export interface __BinaryWriter$views {
|
|
285
|
-
|
|
286
|
-
|
|
287
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
288
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
287
289
|
}
|
|
288
290
|
|
|
291
|
+
export interface BinaryWriter$instance extends System_Internal.IAsyncDisposable$instance, System_Internal.IDisposable$instance {}
|
|
292
|
+
|
|
289
293
|
export type BinaryWriter = BinaryWriter$instance & __BinaryWriter$views;
|
|
290
294
|
|
|
291
295
|
|
|
@@ -299,8 +303,8 @@ export class BufferedStream$instance extends Stream$instance {
|
|
|
299
303
|
readonly length: long;
|
|
300
304
|
position: long;
|
|
301
305
|
readonly underlyingStream: Stream;
|
|
302
|
-
beginRead(buffer: byte[], offset: int, count: int, callback: AsyncCallback, state:
|
|
303
|
-
beginWrite(buffer: byte[], offset: int, count: int, callback: AsyncCallback, state:
|
|
306
|
+
beginRead(buffer: byte[], offset: int, count: int, callback: AsyncCallback, state: unknown): IAsyncResult;
|
|
307
|
+
beginWrite(buffer: byte[], offset: int, count: int, callback: AsyncCallback, state: unknown): IAsyncResult;
|
|
304
308
|
copyTo(destination: Stream, bufferSize: int): void;
|
|
305
309
|
copyTo(destination: Stream): void;
|
|
306
310
|
copyToAsync(destination: Stream, bufferSize: int, cancellationToken: CancellationToken): Task;
|
|
@@ -337,8 +341,8 @@ export class BufferedStream$instance extends Stream$instance {
|
|
|
337
341
|
|
|
338
342
|
|
|
339
343
|
export interface __BufferedStream$views {
|
|
340
|
-
|
|
341
|
-
|
|
344
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
345
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
342
346
|
}
|
|
343
347
|
|
|
344
348
|
export type BufferedStream = BufferedStream$instance & __BufferedStream$views;
|
|
@@ -383,7 +387,7 @@ export class DirectoryInfo$instance extends FileSystemInfo$instance {
|
|
|
383
387
|
|
|
384
388
|
|
|
385
389
|
export interface __DirectoryInfo$views {
|
|
386
|
-
|
|
390
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
387
391
|
}
|
|
388
392
|
|
|
389
393
|
export type DirectoryInfo = DirectoryInfo$instance & __DirectoryInfo$views;
|
|
@@ -398,7 +402,7 @@ export class DirectoryNotFoundException$instance extends IOException$instance {
|
|
|
398
402
|
|
|
399
403
|
|
|
400
404
|
export interface __DirectoryNotFoundException$views {
|
|
401
|
-
|
|
405
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
402
406
|
}
|
|
403
407
|
|
|
404
408
|
export type DirectoryNotFoundException = DirectoryNotFoundException$instance & __DirectoryNotFoundException$views;
|
|
@@ -416,14 +420,16 @@ export class DriveInfo$instance {
|
|
|
416
420
|
readonly totalSize: long;
|
|
417
421
|
volumeLabel: string;
|
|
418
422
|
toString(): string;
|
|
419
|
-
static
|
|
423
|
+
static getDrives(): DriveInfo[];
|
|
420
424
|
}
|
|
421
425
|
|
|
422
426
|
|
|
423
427
|
export interface __DriveInfo$views {
|
|
424
|
-
|
|
428
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
425
429
|
}
|
|
426
430
|
|
|
431
|
+
export interface DriveInfo$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
432
|
+
|
|
427
433
|
export type DriveInfo = DriveInfo$instance & __DriveInfo$views;
|
|
428
434
|
|
|
429
435
|
|
|
@@ -436,7 +442,7 @@ export class DriveNotFoundException$instance extends IOException$instance {
|
|
|
436
442
|
|
|
437
443
|
|
|
438
444
|
export interface __DriveNotFoundException$views {
|
|
439
|
-
|
|
445
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
440
446
|
}
|
|
441
447
|
|
|
442
448
|
export type DriveNotFoundException = DriveNotFoundException$instance & __DriveNotFoundException$views;
|
|
@@ -451,7 +457,7 @@ export class EndOfStreamException$instance extends IOException$instance {
|
|
|
451
457
|
|
|
452
458
|
|
|
453
459
|
export interface __EndOfStreamException$views {
|
|
454
|
-
|
|
460
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
455
461
|
}
|
|
456
462
|
|
|
457
463
|
export type EndOfStreamException = EndOfStreamException$instance & __EndOfStreamException$views;
|
|
@@ -481,18 +487,18 @@ export class ErrorEventArgs$instance extends System_Internal.EventArgs$instance
|
|
|
481
487
|
export type ErrorEventArgs = ErrorEventArgs$instance;
|
|
482
488
|
|
|
483
489
|
export class ErrorEventHandler$instance extends Function {
|
|
484
|
-
constructor(object_:
|
|
485
|
-
beginInvoke(sender:
|
|
486
|
-
clone():
|
|
490
|
+
constructor(object_: unknown, method: nint);
|
|
491
|
+
beginInvoke(sender: unknown, e: ErrorEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
492
|
+
clone(): unknown;
|
|
487
493
|
endInvoke(result: IAsyncResult): void;
|
|
488
494
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
489
|
-
invoke(sender:
|
|
495
|
+
invoke(sender: unknown, e: ErrorEventArgs): void;
|
|
490
496
|
}
|
|
491
497
|
|
|
492
498
|
|
|
493
499
|
export interface __ErrorEventHandler$views {
|
|
494
|
-
|
|
495
|
-
|
|
500
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
501
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
496
502
|
}
|
|
497
503
|
|
|
498
504
|
export type ErrorEventHandler = ErrorEventHandler$instance & __ErrorEventHandler$views;
|
|
@@ -530,7 +536,7 @@ export class FileInfo$instance extends FileSystemInfo$instance {
|
|
|
530
536
|
|
|
531
537
|
|
|
532
538
|
export interface __FileInfo$views {
|
|
533
|
-
|
|
539
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
534
540
|
}
|
|
535
541
|
|
|
536
542
|
export type FileInfo = FileInfo$instance & __FileInfo$views;
|
|
@@ -551,7 +557,7 @@ export class FileLoadException$instance extends IOException$instance {
|
|
|
551
557
|
|
|
552
558
|
|
|
553
559
|
export interface __FileLoadException$views {
|
|
554
|
-
|
|
560
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
555
561
|
}
|
|
556
562
|
|
|
557
563
|
export type FileLoadException = FileLoadException$instance & __FileLoadException$views;
|
|
@@ -572,7 +578,7 @@ export class FileNotFoundException$instance extends IOException$instance {
|
|
|
572
578
|
|
|
573
579
|
|
|
574
580
|
export interface __FileNotFoundException$views {
|
|
575
|
-
|
|
581
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
576
582
|
}
|
|
577
583
|
|
|
578
584
|
export type FileNotFoundException = FileNotFoundException$instance & __FileNotFoundException$views;
|
|
@@ -602,8 +608,8 @@ export class FileStream$instance extends Stream$instance {
|
|
|
602
608
|
readonly name: string;
|
|
603
609
|
position: long;
|
|
604
610
|
readonly safeFileHandle: SafeFileHandle;
|
|
605
|
-
beginRead(buffer: byte[], offset: int, count: int, callback: AsyncCallback, state:
|
|
606
|
-
beginWrite(buffer: byte[], offset: int, count: int, callback: AsyncCallback, state:
|
|
611
|
+
beginRead(buffer: byte[], offset: int, count: int, callback: AsyncCallback, state: unknown): IAsyncResult;
|
|
612
|
+
beginWrite(buffer: byte[], offset: int, count: int, callback: AsyncCallback, state: unknown): IAsyncResult;
|
|
607
613
|
copyTo(destination: Stream, bufferSize: int): void;
|
|
608
614
|
copyTo(destination: Stream): void;
|
|
609
615
|
copyToAsync(destination: Stream, bufferSize: int, cancellationToken: CancellationToken): Task;
|
|
@@ -642,8 +648,8 @@ export class FileStream$instance extends Stream$instance {
|
|
|
642
648
|
|
|
643
649
|
|
|
644
650
|
export interface __FileStream$views {
|
|
645
|
-
|
|
646
|
-
|
|
651
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
652
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
647
653
|
}
|
|
648
654
|
|
|
649
655
|
export type FileStream = FileStream$instance & __FileStream$views;
|
|
@@ -674,18 +680,18 @@ export class FileSystemEventArgs$instance extends System_Internal.EventArgs$inst
|
|
|
674
680
|
export type FileSystemEventArgs = FileSystemEventArgs$instance;
|
|
675
681
|
|
|
676
682
|
export class FileSystemEventHandler$instance extends Function {
|
|
677
|
-
constructor(object_:
|
|
678
|
-
beginInvoke(sender:
|
|
679
|
-
clone():
|
|
683
|
+
constructor(object_: unknown, method: nint);
|
|
684
|
+
beginInvoke(sender: unknown, e: FileSystemEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
685
|
+
clone(): unknown;
|
|
680
686
|
endInvoke(result: IAsyncResult): void;
|
|
681
687
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
682
|
-
invoke(sender:
|
|
688
|
+
invoke(sender: unknown, e: FileSystemEventArgs): void;
|
|
683
689
|
}
|
|
684
690
|
|
|
685
691
|
|
|
686
692
|
export interface __FileSystemEventHandler$views {
|
|
687
|
-
|
|
688
|
-
|
|
693
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
694
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
689
695
|
}
|
|
690
696
|
|
|
691
697
|
export type FileSystemEventHandler = FileSystemEventHandler$instance & __FileSystemEventHandler$views;
|
|
@@ -715,9 +721,11 @@ export abstract class FileSystemInfo$instance extends System_Internal.MarshalByR
|
|
|
715
721
|
|
|
716
722
|
|
|
717
723
|
export interface __FileSystemInfo$views {
|
|
718
|
-
|
|
724
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
719
725
|
}
|
|
720
726
|
|
|
727
|
+
export interface FileSystemInfo$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
728
|
+
|
|
721
729
|
export type FileSystemInfo = FileSystemInfo$instance & __FileSystemInfo$views;
|
|
722
730
|
|
|
723
731
|
|
|
@@ -744,11 +752,13 @@ export class FileSystemWatcher$instance extends System_ComponentModel_Internal.C
|
|
|
744
752
|
|
|
745
753
|
|
|
746
754
|
export interface __FileSystemWatcher$views {
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
755
|
+
As_IComponent(): System_ComponentModel_Internal.IComponent$instance;
|
|
756
|
+
As_ISupportInitialize(): System_ComponentModel_Internal.ISupportInitialize$instance;
|
|
757
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
750
758
|
}
|
|
751
759
|
|
|
760
|
+
export interface FileSystemWatcher$instance extends System_ComponentModel_Internal.IComponent$instance, System_ComponentModel_Internal.ISupportInitialize$instance {}
|
|
761
|
+
|
|
752
762
|
export type FileSystemWatcher = FileSystemWatcher$instance & __FileSystemWatcher$views;
|
|
753
763
|
|
|
754
764
|
|
|
@@ -761,7 +771,7 @@ export class InternalBufferOverflowException$instance extends System_Internal.Sy
|
|
|
761
771
|
|
|
762
772
|
|
|
763
773
|
export interface __InternalBufferOverflowException$views {
|
|
764
|
-
|
|
774
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
765
775
|
}
|
|
766
776
|
|
|
767
777
|
export type InternalBufferOverflowException = InternalBufferOverflowException$instance & __InternalBufferOverflowException$views;
|
|
@@ -776,7 +786,7 @@ export class InvalidDataException$instance extends System_Internal.SystemExcepti
|
|
|
776
786
|
|
|
777
787
|
|
|
778
788
|
export interface __InvalidDataException$views {
|
|
779
|
-
|
|
789
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
780
790
|
}
|
|
781
791
|
|
|
782
792
|
export type InvalidDataException = InvalidDataException$instance & __InvalidDataException$views;
|
|
@@ -792,7 +802,7 @@ export class IOException$instance extends System_Internal.SystemException$instan
|
|
|
792
802
|
|
|
793
803
|
|
|
794
804
|
export interface __IOException$views {
|
|
795
|
-
|
|
805
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
796
806
|
}
|
|
797
807
|
|
|
798
808
|
export type IOException = IOException$instance & __IOException$views;
|
|
@@ -850,8 +860,8 @@ export class MemoryStream$instance extends Stream$instance {
|
|
|
850
860
|
|
|
851
861
|
|
|
852
862
|
export interface __MemoryStream$views {
|
|
853
|
-
|
|
854
|
-
|
|
863
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
864
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
855
865
|
}
|
|
856
866
|
|
|
857
867
|
export type MemoryStream = MemoryStream$instance & __MemoryStream$views;
|
|
@@ -866,7 +876,7 @@ export class PathTooLongException$instance extends IOException$instance {
|
|
|
866
876
|
|
|
867
877
|
|
|
868
878
|
export interface __PathTooLongException$views {
|
|
869
|
-
|
|
879
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
870
880
|
}
|
|
871
881
|
|
|
872
882
|
export type PathTooLongException = PathTooLongException$instance & __PathTooLongException$views;
|
|
@@ -882,18 +892,18 @@ export class RenamedEventArgs$instance extends FileSystemEventArgs$instance {
|
|
|
882
892
|
export type RenamedEventArgs = RenamedEventArgs$instance;
|
|
883
893
|
|
|
884
894
|
export class RenamedEventHandler$instance extends Function {
|
|
885
|
-
constructor(object_:
|
|
886
|
-
beginInvoke(sender:
|
|
887
|
-
clone():
|
|
895
|
+
constructor(object_: unknown, method: nint);
|
|
896
|
+
beginInvoke(sender: unknown, e: RenamedEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
897
|
+
clone(): unknown;
|
|
888
898
|
endInvoke(result: IAsyncResult): void;
|
|
889
899
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
890
|
-
invoke(sender:
|
|
900
|
+
invoke(sender: unknown, e: RenamedEventArgs): void;
|
|
891
901
|
}
|
|
892
902
|
|
|
893
903
|
|
|
894
904
|
export interface __RenamedEventHandler$views {
|
|
895
|
-
|
|
896
|
-
|
|
905
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
906
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
897
907
|
}
|
|
898
908
|
|
|
899
909
|
export type RenamedEventHandler = RenamedEventHandler$instance & __RenamedEventHandler$views;
|
|
@@ -908,8 +918,8 @@ export abstract class Stream$instance extends System_Internal.MarshalByRefObject
|
|
|
908
918
|
position: long;
|
|
909
919
|
readTimeout: int;
|
|
910
920
|
writeTimeout: int;
|
|
911
|
-
beginRead(buffer: byte[], offset: int, count: int, callback: AsyncCallback, state:
|
|
912
|
-
beginWrite(buffer: byte[], offset: int, count: int, callback: AsyncCallback, state:
|
|
921
|
+
beginRead(buffer: byte[], offset: int, count: int, callback: AsyncCallback, state: unknown): IAsyncResult;
|
|
922
|
+
beginWrite(buffer: byte[], offset: int, count: int, callback: AsyncCallback, state: unknown): IAsyncResult;
|
|
913
923
|
close(): void;
|
|
914
924
|
copyTo(destination: Stream): void;
|
|
915
925
|
copyTo(destination: Stream, bufferSize: int): void;
|
|
@@ -945,15 +955,17 @@ export abstract class Stream$instance extends System_Internal.MarshalByRefObject
|
|
|
945
955
|
writeAsync(buffer: ReadOnlyMemory_1<CLROf<byte>>, cancellationToken?: CancellationToken): ValueTask;
|
|
946
956
|
writeByte(value: byte): void;
|
|
947
957
|
static readonly null_: Stream;
|
|
948
|
-
static
|
|
958
|
+
static synchronized(stream: Stream): Stream;
|
|
949
959
|
}
|
|
950
960
|
|
|
951
961
|
|
|
952
962
|
export interface __Stream$views {
|
|
953
|
-
|
|
954
|
-
|
|
963
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
964
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
955
965
|
}
|
|
956
966
|
|
|
967
|
+
export interface Stream$instance extends System_Internal.IAsyncDisposable$instance, System_Internal.IDisposable$instance {}
|
|
968
|
+
|
|
957
969
|
export type Stream = Stream$instance & __Stream$views;
|
|
958
970
|
|
|
959
971
|
|
|
@@ -979,20 +991,20 @@ export class StreamReader$instance extends TextReader$instance {
|
|
|
979
991
|
dispose(): void;
|
|
980
992
|
peek(): int;
|
|
981
993
|
read(): int;
|
|
982
|
-
read(buffer:
|
|
983
|
-
read(buffer: Span_1<CLROf<
|
|
984
|
-
read(buffer: Span_1<CLROf<
|
|
985
|
-
readAsync(buffer:
|
|
986
|
-
readAsync(buffer: Memory_1<CLROf<
|
|
987
|
-
readAsync(buffer:
|
|
988
|
-
readAsync(buffer: Memory_1<CLROf<
|
|
989
|
-
readBlock(buffer:
|
|
990
|
-
readBlock(buffer: Span_1<CLROf<
|
|
991
|
-
readBlock(buffer: Span_1<CLROf<
|
|
992
|
-
readBlockAsync(buffer:
|
|
993
|
-
readBlockAsync(buffer: Memory_1<CLROf<
|
|
994
|
-
readBlockAsync(buffer:
|
|
995
|
-
readBlockAsync(buffer: Memory_1<CLROf<
|
|
994
|
+
read(buffer: char[], index: int, count: int): int;
|
|
995
|
+
read(buffer: Span_1<CLROf<char>>): int;
|
|
996
|
+
read(buffer: Span_1<CLROf<char>>): int;
|
|
997
|
+
readAsync(buffer: char[], index: int, count: int): Task_1<CLROf<int>>;
|
|
998
|
+
readAsync(buffer: Memory_1<CLROf<char>>, cancellationToken?: CancellationToken): ValueTask_1<CLROf<int>>;
|
|
999
|
+
readAsync(buffer: char[], index: int, count: int): Task_1<CLROf<int>>;
|
|
1000
|
+
readAsync(buffer: Memory_1<CLROf<char>>, cancellationToken?: CancellationToken): ValueTask_1<CLROf<int>>;
|
|
1001
|
+
readBlock(buffer: char[], index: int, count: int): int;
|
|
1002
|
+
readBlock(buffer: Span_1<CLROf<char>>): int;
|
|
1003
|
+
readBlock(buffer: Span_1<CLROf<char>>): int;
|
|
1004
|
+
readBlockAsync(buffer: char[], index: int, count: int): Task_1<CLROf<int>>;
|
|
1005
|
+
readBlockAsync(buffer: Memory_1<CLROf<char>>, cancellationToken?: CancellationToken): ValueTask_1<CLROf<int>>;
|
|
1006
|
+
readBlockAsync(buffer: char[], index: int, count: int): Task_1<CLROf<int>>;
|
|
1007
|
+
readBlockAsync(buffer: Memory_1<CLROf<char>>, cancellationToken?: CancellationToken): ValueTask_1<CLROf<int>>;
|
|
996
1008
|
readLine(): string;
|
|
997
1009
|
readLineAsync(): Task_1<CLROf<string>>;
|
|
998
1010
|
readLineAsync(cancellationToken: CancellationToken): ValueTask_1<CLROf<string>>;
|
|
@@ -1007,7 +1019,7 @@ export class StreamReader$instance extends TextReader$instance {
|
|
|
1007
1019
|
|
|
1008
1020
|
|
|
1009
1021
|
export interface __StreamReader$views {
|
|
1010
|
-
|
|
1022
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1011
1023
|
}
|
|
1012
1024
|
|
|
1013
1025
|
export type StreamReader = StreamReader$instance & __StreamReader$views;
|
|
@@ -1033,17 +1045,17 @@ export class StreamWriter$instance extends TextWriter$instance {
|
|
|
1033
1045
|
flush(): void;
|
|
1034
1046
|
flushAsync(): Task;
|
|
1035
1047
|
flushAsync(cancellationToken: CancellationToken): Task;
|
|
1048
|
+
write(value: char): void;
|
|
1049
|
+
write(buffer: char[]): void;
|
|
1050
|
+
write(buffer: char[], index: int, count: int): void;
|
|
1051
|
+
write(buffer: ReadOnlySpan_1<CLROf<char>>): void;
|
|
1036
1052
|
write(value: string): void;
|
|
1037
|
-
write(
|
|
1038
|
-
write(
|
|
1039
|
-
write(
|
|
1040
|
-
write(
|
|
1041
|
-
write(format: string,
|
|
1042
|
-
write(
|
|
1043
|
-
write(format: string, arg0: any, arg1: any, arg2: any): void;
|
|
1044
|
-
write(format: string, arg: any[]): void;
|
|
1045
|
-
write(format: string, arg: ReadOnlySpan_1<any>): void;
|
|
1046
|
-
write(buffer: ReadOnlySpan_1<CLROf<string>>): void;
|
|
1053
|
+
write(format: string, arg0: unknown): void;
|
|
1054
|
+
write(format: string, arg0: unknown, arg1: unknown): void;
|
|
1055
|
+
write(format: string, arg0: unknown, arg1: unknown, arg2: unknown): void;
|
|
1056
|
+
write(format: string, arg: unknown[]): void;
|
|
1057
|
+
write(format: string, arg: ReadOnlySpan_1<unknown>): void;
|
|
1058
|
+
write(buffer: ReadOnlySpan_1<CLROf<char>>): void;
|
|
1047
1059
|
write(value: boolean): void;
|
|
1048
1060
|
write(value: int): void;
|
|
1049
1061
|
write(value: uint): void;
|
|
@@ -1052,28 +1064,28 @@ export class StreamWriter$instance extends TextWriter$instance {
|
|
|
1052
1064
|
write(value: float): void;
|
|
1053
1065
|
write(value: double): void;
|
|
1054
1066
|
write(value: decimal): void;
|
|
1055
|
-
write(value:
|
|
1067
|
+
write(value: unknown): void;
|
|
1056
1068
|
write(value: StringBuilder): void;
|
|
1057
|
-
write(format: string, arg: ReadOnlySpan_1<
|
|
1058
|
-
writeAsync(value:
|
|
1069
|
+
write(format: string, arg: ReadOnlySpan_1<unknown>): void;
|
|
1070
|
+
writeAsync(value: char): Task;
|
|
1059
1071
|
writeAsync(value: string): Task;
|
|
1060
|
-
writeAsync(buffer:
|
|
1061
|
-
writeAsync(buffer: ReadOnlyMemory_1<CLROf<
|
|
1072
|
+
writeAsync(buffer: char[], index: int, count: int): Task;
|
|
1073
|
+
writeAsync(buffer: ReadOnlyMemory_1<CLROf<char>>, cancellationToken?: CancellationToken): Task;
|
|
1062
1074
|
writeAsync(value: StringBuilder, cancellationToken?: CancellationToken): Task;
|
|
1063
|
-
writeAsync(buffer:
|
|
1064
|
-
writeAsync(buffer: ReadOnlyMemory_1<CLROf<
|
|
1075
|
+
writeAsync(buffer: char[]): Task;
|
|
1076
|
+
writeAsync(buffer: ReadOnlyMemory_1<CLROf<char>>, cancellationToken?: CancellationToken): Task;
|
|
1065
1077
|
writeLine(value: string): void;
|
|
1066
|
-
writeLine(buffer: ReadOnlySpan_1<CLROf<
|
|
1067
|
-
writeLine(format: string, arg0:
|
|
1068
|
-
writeLine(format: string, arg0:
|
|
1069
|
-
writeLine(format: string, arg0:
|
|
1070
|
-
writeLine(format: string, arg:
|
|
1071
|
-
writeLine(format: string, arg: ReadOnlySpan_1<
|
|
1078
|
+
writeLine(buffer: ReadOnlySpan_1<CLROf<char>>): void;
|
|
1079
|
+
writeLine(format: string, arg0: unknown): void;
|
|
1080
|
+
writeLine(format: string, arg0: unknown, arg1: unknown): void;
|
|
1081
|
+
writeLine(format: string, arg0: unknown, arg1: unknown, arg2: unknown): void;
|
|
1082
|
+
writeLine(format: string, arg: unknown[]): void;
|
|
1083
|
+
writeLine(format: string, arg: ReadOnlySpan_1<unknown>): void;
|
|
1072
1084
|
writeLine(): void;
|
|
1073
|
-
writeLine(value:
|
|
1074
|
-
writeLine(buffer:
|
|
1075
|
-
writeLine(buffer:
|
|
1076
|
-
writeLine(buffer: ReadOnlySpan_1<CLROf<
|
|
1085
|
+
writeLine(value: char): void;
|
|
1086
|
+
writeLine(buffer: char[]): void;
|
|
1087
|
+
writeLine(buffer: char[], index: int, count: int): void;
|
|
1088
|
+
writeLine(buffer: ReadOnlySpan_1<CLROf<char>>): void;
|
|
1077
1089
|
writeLine(value: boolean): void;
|
|
1078
1090
|
writeLine(value: int): void;
|
|
1079
1091
|
writeLine(value: uint): void;
|
|
@@ -1083,22 +1095,22 @@ export class StreamWriter$instance extends TextWriter$instance {
|
|
|
1083
1095
|
writeLine(value: double): void;
|
|
1084
1096
|
writeLine(value: decimal): void;
|
|
1085
1097
|
writeLine(value: StringBuilder): void;
|
|
1086
|
-
writeLine(value:
|
|
1087
|
-
writeLine(format: string, arg: ReadOnlySpan_1<
|
|
1098
|
+
writeLine(value: unknown): void;
|
|
1099
|
+
writeLine(format: string, arg: ReadOnlySpan_1<unknown>): void;
|
|
1088
1100
|
writeLineAsync(): Task;
|
|
1101
|
+
writeLineAsync(value: char): Task;
|
|
1089
1102
|
writeLineAsync(value: string): Task;
|
|
1090
|
-
writeLineAsync(
|
|
1091
|
-
writeLineAsync(buffer:
|
|
1092
|
-
writeLineAsync(buffer: ReadOnlyMemory_1<CLROf<string>>, cancellationToken?: CancellationToken): Task;
|
|
1103
|
+
writeLineAsync(buffer: char[], index: int, count: int): Task;
|
|
1104
|
+
writeLineAsync(buffer: ReadOnlyMemory_1<CLROf<char>>, cancellationToken?: CancellationToken): Task;
|
|
1093
1105
|
writeLineAsync(value: StringBuilder, cancellationToken?: CancellationToken): Task;
|
|
1094
|
-
writeLineAsync(buffer:
|
|
1095
|
-
writeLineAsync(buffer: ReadOnlyMemory_1<CLROf<
|
|
1106
|
+
writeLineAsync(buffer: char[]): Task;
|
|
1107
|
+
writeLineAsync(buffer: ReadOnlyMemory_1<CLROf<char>>, cancellationToken?: CancellationToken): Task;
|
|
1096
1108
|
}
|
|
1097
1109
|
|
|
1098
1110
|
|
|
1099
1111
|
export interface __StreamWriter$views {
|
|
1100
|
-
|
|
1101
|
-
|
|
1112
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
1113
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1102
1114
|
}
|
|
1103
1115
|
|
|
1104
1116
|
export type StreamWriter = StreamWriter$instance & __StreamWriter$views;
|
|
@@ -1110,20 +1122,20 @@ export class StringReader$instance extends TextReader$instance {
|
|
|
1110
1122
|
dispose(): void;
|
|
1111
1123
|
peek(): int;
|
|
1112
1124
|
read(): int;
|
|
1113
|
-
read(buffer:
|
|
1114
|
-
read(buffer: Span_1<CLROf<
|
|
1115
|
-
read(buffer: Span_1<CLROf<
|
|
1116
|
-
readAsync(buffer:
|
|
1117
|
-
readAsync(buffer: Memory_1<CLROf<
|
|
1118
|
-
readAsync(buffer:
|
|
1119
|
-
readAsync(buffer: Memory_1<CLROf<
|
|
1120
|
-
readBlock(buffer: Span_1<CLROf<
|
|
1121
|
-
readBlock(buffer:
|
|
1122
|
-
readBlock(buffer: Span_1<CLROf<
|
|
1123
|
-
readBlockAsync(buffer:
|
|
1124
|
-
readBlockAsync(buffer: Memory_1<CLROf<
|
|
1125
|
-
readBlockAsync(buffer:
|
|
1126
|
-
readBlockAsync(buffer: Memory_1<CLROf<
|
|
1125
|
+
read(buffer: char[], index: int, count: int): int;
|
|
1126
|
+
read(buffer: Span_1<CLROf<char>>): int;
|
|
1127
|
+
read(buffer: Span_1<CLROf<char>>): int;
|
|
1128
|
+
readAsync(buffer: char[], index: int, count: int): Task_1<CLROf<int>>;
|
|
1129
|
+
readAsync(buffer: Memory_1<CLROf<char>>, cancellationToken?: CancellationToken): ValueTask_1<CLROf<int>>;
|
|
1130
|
+
readAsync(buffer: char[], index: int, count: int): Task_1<CLROf<int>>;
|
|
1131
|
+
readAsync(buffer: Memory_1<CLROf<char>>, cancellationToken?: CancellationToken): ValueTask_1<CLROf<int>>;
|
|
1132
|
+
readBlock(buffer: Span_1<CLROf<char>>): int;
|
|
1133
|
+
readBlock(buffer: char[], index: int, count: int): int;
|
|
1134
|
+
readBlock(buffer: Span_1<CLROf<char>>): int;
|
|
1135
|
+
readBlockAsync(buffer: char[], index: int, count: int): Task_1<CLROf<int>>;
|
|
1136
|
+
readBlockAsync(buffer: Memory_1<CLROf<char>>, cancellationToken?: CancellationToken): ValueTask_1<CLROf<int>>;
|
|
1137
|
+
readBlockAsync(buffer: char[], index: int, count: int): Task_1<CLROf<int>>;
|
|
1138
|
+
readBlockAsync(buffer: Memory_1<CLROf<char>>, cancellationToken?: CancellationToken): ValueTask_1<CLROf<int>>;
|
|
1127
1139
|
readLine(): string;
|
|
1128
1140
|
readLineAsync(): Task_1<CLROf<string>>;
|
|
1129
1141
|
readLineAsync(cancellationToken: CancellationToken): ValueTask_1<CLROf<string>>;
|
|
@@ -1138,7 +1150,7 @@ export class StringReader$instance extends TextReader$instance {
|
|
|
1138
1150
|
|
|
1139
1151
|
|
|
1140
1152
|
export interface __StringReader$views {
|
|
1141
|
-
|
|
1153
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1142
1154
|
}
|
|
1143
1155
|
|
|
1144
1156
|
export type StringReader = StringReader$instance & __StringReader$views;
|
|
@@ -1157,13 +1169,13 @@ export class StringWriter$instance extends TextWriter$instance {
|
|
|
1157
1169
|
flushAsync(cancellationToken: CancellationToken): Task;
|
|
1158
1170
|
getStringBuilder(): StringBuilder;
|
|
1159
1171
|
toString(): string;
|
|
1160
|
-
write(value:
|
|
1161
|
-
write(buffer:
|
|
1162
|
-
write(buffer: ReadOnlySpan_1<CLROf<
|
|
1172
|
+
write(value: char): void;
|
|
1173
|
+
write(buffer: char[], index: int, count: int): void;
|
|
1174
|
+
write(buffer: ReadOnlySpan_1<CLROf<char>>): void;
|
|
1163
1175
|
write(value: string): void;
|
|
1164
1176
|
write(value: StringBuilder): void;
|
|
1165
|
-
write(buffer:
|
|
1166
|
-
write(buffer: ReadOnlySpan_1<CLROf<
|
|
1177
|
+
write(buffer: char[]): void;
|
|
1178
|
+
write(buffer: ReadOnlySpan_1<CLROf<char>>): void;
|
|
1167
1179
|
write(value: boolean): void;
|
|
1168
1180
|
write(value: int): void;
|
|
1169
1181
|
write(value: uint): void;
|
|
@@ -1172,26 +1184,26 @@ export class StringWriter$instance extends TextWriter$instance {
|
|
|
1172
1184
|
write(value: float): void;
|
|
1173
1185
|
write(value: double): void;
|
|
1174
1186
|
write(value: decimal): void;
|
|
1175
|
-
write(value:
|
|
1176
|
-
write(format: string, arg0:
|
|
1177
|
-
write(format: string, arg0:
|
|
1178
|
-
write(format: string, arg0:
|
|
1179
|
-
write(format: string, arg:
|
|
1180
|
-
write(format: string, arg: ReadOnlySpan_1<
|
|
1187
|
+
write(value: unknown): void;
|
|
1188
|
+
write(format: string, arg0: unknown): void;
|
|
1189
|
+
write(format: string, arg0: unknown, arg1: unknown): void;
|
|
1190
|
+
write(format: string, arg0: unknown, arg1: unknown, arg2: unknown): void;
|
|
1191
|
+
write(format: string, arg: unknown[]): void;
|
|
1192
|
+
write(format: string, arg: ReadOnlySpan_1<unknown>): void;
|
|
1193
|
+
writeAsync(value: char): Task;
|
|
1181
1194
|
writeAsync(value: string): Task;
|
|
1182
|
-
writeAsync(
|
|
1183
|
-
writeAsync(buffer:
|
|
1184
|
-
writeAsync(buffer: ReadOnlyMemory_1<CLROf<string>>, cancellationToken?: CancellationToken): Task;
|
|
1195
|
+
writeAsync(buffer: char[], index: int, count: int): Task;
|
|
1196
|
+
writeAsync(buffer: ReadOnlyMemory_1<CLROf<char>>, cancellationToken?: CancellationToken): Task;
|
|
1185
1197
|
writeAsync(value: StringBuilder, cancellationToken?: CancellationToken): Task;
|
|
1186
|
-
writeAsync(buffer:
|
|
1187
|
-
writeAsync(buffer: ReadOnlyMemory_1<CLROf<
|
|
1188
|
-
writeLine(buffer: ReadOnlySpan_1<CLROf<
|
|
1198
|
+
writeAsync(buffer: char[]): Task;
|
|
1199
|
+
writeAsync(buffer: ReadOnlyMemory_1<CLROf<char>>, cancellationToken?: CancellationToken): Task;
|
|
1200
|
+
writeLine(buffer: ReadOnlySpan_1<CLROf<char>>): void;
|
|
1189
1201
|
writeLine(value: StringBuilder): void;
|
|
1190
1202
|
writeLine(): void;
|
|
1191
|
-
writeLine(value:
|
|
1192
|
-
writeLine(buffer:
|
|
1193
|
-
writeLine(buffer:
|
|
1194
|
-
writeLine(buffer: ReadOnlySpan_1<CLROf<
|
|
1203
|
+
writeLine(value: char): void;
|
|
1204
|
+
writeLine(buffer: char[]): void;
|
|
1205
|
+
writeLine(buffer: char[], index: int, count: int): void;
|
|
1206
|
+
writeLine(buffer: ReadOnlySpan_1<CLROf<char>>): void;
|
|
1195
1207
|
writeLine(value: boolean): void;
|
|
1196
1208
|
writeLine(value: int): void;
|
|
1197
1209
|
writeLine(value: uint): void;
|
|
@@ -1201,26 +1213,26 @@ export class StringWriter$instance extends TextWriter$instance {
|
|
|
1201
1213
|
writeLine(value: double): void;
|
|
1202
1214
|
writeLine(value: decimal): void;
|
|
1203
1215
|
writeLine(value: string): void;
|
|
1204
|
-
writeLine(value:
|
|
1205
|
-
writeLine(format: string, arg0:
|
|
1206
|
-
writeLine(format: string, arg0:
|
|
1207
|
-
writeLine(format: string, arg0:
|
|
1208
|
-
writeLine(format: string, arg:
|
|
1209
|
-
writeLine(format: string, arg: ReadOnlySpan_1<
|
|
1210
|
-
writeLineAsync(value:
|
|
1216
|
+
writeLine(value: unknown): void;
|
|
1217
|
+
writeLine(format: string, arg0: unknown): void;
|
|
1218
|
+
writeLine(format: string, arg0: unknown, arg1: unknown): void;
|
|
1219
|
+
writeLine(format: string, arg0: unknown, arg1: unknown, arg2: unknown): void;
|
|
1220
|
+
writeLine(format: string, arg: unknown[]): void;
|
|
1221
|
+
writeLine(format: string, arg: ReadOnlySpan_1<unknown>): void;
|
|
1222
|
+
writeLineAsync(value: char): Task;
|
|
1211
1223
|
writeLineAsync(value: string): Task;
|
|
1212
1224
|
writeLineAsync(value: StringBuilder, cancellationToken?: CancellationToken): Task;
|
|
1213
|
-
writeLineAsync(buffer:
|
|
1214
|
-
writeLineAsync(buffer: ReadOnlyMemory_1<CLROf<
|
|
1215
|
-
writeLineAsync(buffer:
|
|
1216
|
-
writeLineAsync(buffer: ReadOnlyMemory_1<CLROf<
|
|
1225
|
+
writeLineAsync(buffer: char[], index: int, count: int): Task;
|
|
1226
|
+
writeLineAsync(buffer: ReadOnlyMemory_1<CLROf<char>>, cancellationToken?: CancellationToken): Task;
|
|
1227
|
+
writeLineAsync(buffer: char[]): Task;
|
|
1228
|
+
writeLineAsync(buffer: ReadOnlyMemory_1<CLROf<char>>, cancellationToken?: CancellationToken): Task;
|
|
1217
1229
|
writeLineAsync(): Task;
|
|
1218
1230
|
}
|
|
1219
1231
|
|
|
1220
1232
|
|
|
1221
1233
|
export interface __StringWriter$views {
|
|
1222
|
-
|
|
1223
|
-
|
|
1234
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
1235
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1224
1236
|
}
|
|
1225
1237
|
|
|
1226
1238
|
export type StringWriter = StringWriter$instance & __StringWriter$views;
|
|
@@ -1231,14 +1243,14 @@ export abstract class TextReader$instance extends System_Internal.MarshalByRefOb
|
|
|
1231
1243
|
dispose(): void;
|
|
1232
1244
|
peek(): int;
|
|
1233
1245
|
read(): int;
|
|
1234
|
-
read(buffer:
|
|
1235
|
-
read(buffer: Span_1<CLROf<
|
|
1236
|
-
readAsync(buffer:
|
|
1237
|
-
readAsync(buffer: Memory_1<CLROf<
|
|
1238
|
-
readBlock(buffer:
|
|
1239
|
-
readBlock(buffer: Span_1<CLROf<
|
|
1240
|
-
readBlockAsync(buffer:
|
|
1241
|
-
readBlockAsync(buffer: Memory_1<CLROf<
|
|
1246
|
+
read(buffer: char[], index: int, count: int): int;
|
|
1247
|
+
read(buffer: Span_1<CLROf<char>>): int;
|
|
1248
|
+
readAsync(buffer: char[], index: int, count: int): Task_1<CLROf<int>>;
|
|
1249
|
+
readAsync(buffer: Memory_1<CLROf<char>>, cancellationToken?: CancellationToken): ValueTask_1<CLROf<int>>;
|
|
1250
|
+
readBlock(buffer: char[], index: int, count: int): int;
|
|
1251
|
+
readBlock(buffer: Span_1<CLROf<char>>): int;
|
|
1252
|
+
readBlockAsync(buffer: char[], index: int, count: int): Task_1<CLROf<int>>;
|
|
1253
|
+
readBlockAsync(buffer: Memory_1<CLROf<char>>, cancellationToken?: CancellationToken): ValueTask_1<CLROf<int>>;
|
|
1242
1254
|
readLine(): string;
|
|
1243
1255
|
readLineAsync(): Task_1<CLROf<string>>;
|
|
1244
1256
|
readLineAsync(cancellationToken: CancellationToken): ValueTask_1<CLROf<string>>;
|
|
@@ -1246,14 +1258,16 @@ export abstract class TextReader$instance extends System_Internal.MarshalByRefOb
|
|
|
1246
1258
|
readToEndAsync(): Task_1<CLROf<string>>;
|
|
1247
1259
|
readToEndAsync(cancellationToken: CancellationToken): Task_1<CLROf<string>>;
|
|
1248
1260
|
static readonly null_: TextReader;
|
|
1249
|
-
static
|
|
1261
|
+
static synchronized(reader: TextReader): TextReader;
|
|
1250
1262
|
}
|
|
1251
1263
|
|
|
1252
1264
|
|
|
1253
1265
|
export interface __TextReader$views {
|
|
1254
|
-
|
|
1266
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1255
1267
|
}
|
|
1256
1268
|
|
|
1269
|
+
export interface TextReader$instance extends System_Internal.IDisposable$instance {}
|
|
1270
|
+
|
|
1257
1271
|
export type TextReader = TextReader$instance & __TextReader$views;
|
|
1258
1272
|
|
|
1259
1273
|
|
|
@@ -1267,10 +1281,10 @@ export abstract class TextWriter$instance extends System_Internal.MarshalByRefOb
|
|
|
1267
1281
|
flush(): void;
|
|
1268
1282
|
flushAsync(): Task;
|
|
1269
1283
|
flushAsync(cancellationToken: CancellationToken): Task;
|
|
1270
|
-
write(value:
|
|
1271
|
-
write(buffer:
|
|
1272
|
-
write(buffer:
|
|
1273
|
-
write(buffer: ReadOnlySpan_1<CLROf<
|
|
1284
|
+
write(value: char): void;
|
|
1285
|
+
write(buffer: char[]): void;
|
|
1286
|
+
write(buffer: char[], index: int, count: int): void;
|
|
1287
|
+
write(buffer: ReadOnlySpan_1<CLROf<char>>): void;
|
|
1274
1288
|
write(value: boolean): void;
|
|
1275
1289
|
write(value: int): void;
|
|
1276
1290
|
write(value: uint): void;
|
|
@@ -1280,24 +1294,24 @@ export abstract class TextWriter$instance extends System_Internal.MarshalByRefOb
|
|
|
1280
1294
|
write(value: double): void;
|
|
1281
1295
|
write(value: decimal): void;
|
|
1282
1296
|
write(value: string): void;
|
|
1283
|
-
write(value:
|
|
1297
|
+
write(value: unknown): void;
|
|
1284
1298
|
write(value: StringBuilder): void;
|
|
1285
|
-
write(format: string, arg0:
|
|
1286
|
-
write(format: string, arg0:
|
|
1287
|
-
write(format: string, arg0:
|
|
1288
|
-
write(format: string, arg:
|
|
1289
|
-
write(format: string, arg: ReadOnlySpan_1<
|
|
1290
|
-
writeAsync(value:
|
|
1299
|
+
write(format: string, arg0: unknown): void;
|
|
1300
|
+
write(format: string, arg0: unknown, arg1: unknown): void;
|
|
1301
|
+
write(format: string, arg0: unknown, arg1: unknown, arg2: unknown): void;
|
|
1302
|
+
write(format: string, arg: unknown[]): void;
|
|
1303
|
+
write(format: string, arg: ReadOnlySpan_1<unknown>): void;
|
|
1304
|
+
writeAsync(value: char): Task;
|
|
1291
1305
|
writeAsync(value: string): Task;
|
|
1292
1306
|
writeAsync(value: StringBuilder, cancellationToken?: CancellationToken): Task;
|
|
1293
|
-
writeAsync(buffer:
|
|
1294
|
-
writeAsync(buffer:
|
|
1295
|
-
writeAsync(buffer: ReadOnlyMemory_1<CLROf<
|
|
1307
|
+
writeAsync(buffer: char[]): Task;
|
|
1308
|
+
writeAsync(buffer: char[], index: int, count: int): Task;
|
|
1309
|
+
writeAsync(buffer: ReadOnlyMemory_1<CLROf<char>>, cancellationToken?: CancellationToken): Task;
|
|
1296
1310
|
writeLine(): void;
|
|
1297
|
-
writeLine(value:
|
|
1298
|
-
writeLine(buffer:
|
|
1299
|
-
writeLine(buffer:
|
|
1300
|
-
writeLine(buffer: ReadOnlySpan_1<CLROf<
|
|
1311
|
+
writeLine(value: char): void;
|
|
1312
|
+
writeLine(buffer: char[]): void;
|
|
1313
|
+
writeLine(buffer: char[], index: int, count: int): void;
|
|
1314
|
+
writeLine(buffer: ReadOnlySpan_1<CLROf<char>>): void;
|
|
1301
1315
|
writeLine(value: boolean): void;
|
|
1302
1316
|
writeLine(value: int): void;
|
|
1303
1317
|
writeLine(value: uint): void;
|
|
@@ -1308,30 +1322,32 @@ export abstract class TextWriter$instance extends System_Internal.MarshalByRefOb
|
|
|
1308
1322
|
writeLine(value: decimal): void;
|
|
1309
1323
|
writeLine(value: string): void;
|
|
1310
1324
|
writeLine(value: StringBuilder): void;
|
|
1311
|
-
writeLine(value:
|
|
1312
|
-
writeLine(format: string, arg0:
|
|
1313
|
-
writeLine(format: string, arg0:
|
|
1314
|
-
writeLine(format: string, arg0:
|
|
1315
|
-
writeLine(format: string, arg:
|
|
1316
|
-
writeLine(format: string, arg: ReadOnlySpan_1<
|
|
1317
|
-
writeLineAsync(value:
|
|
1325
|
+
writeLine(value: unknown): void;
|
|
1326
|
+
writeLine(format: string, arg0: unknown): void;
|
|
1327
|
+
writeLine(format: string, arg0: unknown, arg1: unknown): void;
|
|
1328
|
+
writeLine(format: string, arg0: unknown, arg1: unknown, arg2: unknown): void;
|
|
1329
|
+
writeLine(format: string, arg: unknown[]): void;
|
|
1330
|
+
writeLine(format: string, arg: ReadOnlySpan_1<unknown>): void;
|
|
1331
|
+
writeLineAsync(value: char): Task;
|
|
1318
1332
|
writeLineAsync(value: string): Task;
|
|
1319
1333
|
writeLineAsync(value: StringBuilder, cancellationToken?: CancellationToken): Task;
|
|
1320
|
-
writeLineAsync(buffer:
|
|
1321
|
-
writeLineAsync(buffer:
|
|
1322
|
-
writeLineAsync(buffer: ReadOnlyMemory_1<CLROf<
|
|
1334
|
+
writeLineAsync(buffer: char[]): Task;
|
|
1335
|
+
writeLineAsync(buffer: char[], index: int, count: int): Task;
|
|
1336
|
+
writeLineAsync(buffer: ReadOnlyMemory_1<CLROf<char>>, cancellationToken?: CancellationToken): Task;
|
|
1323
1337
|
writeLineAsync(): Task;
|
|
1324
1338
|
static readonly null_: TextWriter;
|
|
1325
|
-
static
|
|
1326
|
-
static
|
|
1339
|
+
static createBroadcasting(writers: TextWriter[]): TextWriter;
|
|
1340
|
+
static synchronized(writer: TextWriter): TextWriter;
|
|
1327
1341
|
}
|
|
1328
1342
|
|
|
1329
1343
|
|
|
1330
1344
|
export interface __TextWriter$views {
|
|
1331
|
-
|
|
1332
|
-
|
|
1345
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
1346
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1333
1347
|
}
|
|
1334
1348
|
|
|
1349
|
+
export interface TextWriter$instance extends System_Internal.IAsyncDisposable$instance, System_Internal.IDisposable$instance {}
|
|
1350
|
+
|
|
1335
1351
|
export type TextWriter = TextWriter$instance & __TextWriter$views;
|
|
1336
1352
|
|
|
1337
1353
|
|
|
@@ -1342,11 +1358,11 @@ export class UnmanagedMemoryAccessor$instance {
|
|
|
1342
1358
|
readonly canWrite: boolean;
|
|
1343
1359
|
readonly capacity: long;
|
|
1344
1360
|
dispose(): void;
|
|
1345
|
-
read<T extends
|
|
1346
|
-
readArray<T extends
|
|
1361
|
+
read<T extends unknown>(position: long, structure: { value: ref<T> }): void;
|
|
1362
|
+
readArray<T extends unknown>(position: long, array: T[], offset: int, count: int): int;
|
|
1347
1363
|
readBoolean(position: long): boolean;
|
|
1348
1364
|
readByte(position: long): byte;
|
|
1349
|
-
readChar(position: long):
|
|
1365
|
+
readChar(position: long): char;
|
|
1350
1366
|
readDecimal(position: long): decimal;
|
|
1351
1367
|
readDouble(position: long): double;
|
|
1352
1368
|
readInt16(position: long): short;
|
|
@@ -1359,7 +1375,7 @@ export class UnmanagedMemoryAccessor$instance {
|
|
|
1359
1375
|
readUInt64(position: long): ulong;
|
|
1360
1376
|
write(position: long, value: boolean): void;
|
|
1361
1377
|
write(position: long, value: byte): void;
|
|
1362
|
-
write(position: long, value:
|
|
1378
|
+
write(position: long, value: char): void;
|
|
1363
1379
|
write(position: long, value: short): void;
|
|
1364
1380
|
write(position: long, value: int): void;
|
|
1365
1381
|
write(position: long, value: long): void;
|
|
@@ -1370,15 +1386,17 @@ export class UnmanagedMemoryAccessor$instance {
|
|
|
1370
1386
|
write(position: long, value: ushort): void;
|
|
1371
1387
|
write(position: long, value: uint): void;
|
|
1372
1388
|
write(position: long, value: ulong): void;
|
|
1373
|
-
write<T extends
|
|
1374
|
-
writeArray<T extends
|
|
1389
|
+
write<T extends unknown>(position: long, structure: { value: ref<T> }): void;
|
|
1390
|
+
writeArray<T extends unknown>(position: long, array: T[], offset: int, count: int): void;
|
|
1375
1391
|
}
|
|
1376
1392
|
|
|
1377
1393
|
|
|
1378
1394
|
export interface __UnmanagedMemoryAccessor$views {
|
|
1379
|
-
|
|
1395
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1380
1396
|
}
|
|
1381
1397
|
|
|
1398
|
+
export interface UnmanagedMemoryAccessor$instance extends System_Internal.IDisposable$instance {}
|
|
1399
|
+
|
|
1382
1400
|
export type UnmanagedMemoryAccessor = UnmanagedMemoryAccessor$instance & __UnmanagedMemoryAccessor$views;
|
|
1383
1401
|
|
|
1384
1402
|
|
|
@@ -1422,265 +1440,265 @@ export class UnmanagedMemoryStream$instance extends Stream$instance {
|
|
|
1422
1440
|
|
|
1423
1441
|
|
|
1424
1442
|
export interface __UnmanagedMemoryStream$views {
|
|
1425
|
-
|
|
1426
|
-
|
|
1443
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
1444
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1427
1445
|
}
|
|
1428
1446
|
|
|
1429
1447
|
export type UnmanagedMemoryStream = UnmanagedMemoryStream$instance & __UnmanagedMemoryStream$views;
|
|
1430
1448
|
|
|
1431
1449
|
|
|
1432
1450
|
export abstract class Directory$instance {
|
|
1433
|
-
static
|
|
1434
|
-
static
|
|
1435
|
-
static
|
|
1436
|
-
static
|
|
1437
|
-
static
|
|
1438
|
-
static
|
|
1439
|
-
static
|
|
1440
|
-
static
|
|
1441
|
-
static
|
|
1442
|
-
static
|
|
1443
|
-
static
|
|
1444
|
-
static
|
|
1445
|
-
static
|
|
1446
|
-
static
|
|
1447
|
-
static
|
|
1448
|
-
static
|
|
1449
|
-
static
|
|
1450
|
-
static
|
|
1451
|
-
static
|
|
1452
|
-
static
|
|
1453
|
-
static
|
|
1454
|
-
static
|
|
1455
|
-
static
|
|
1456
|
-
static
|
|
1457
|
-
static
|
|
1458
|
-
static
|
|
1459
|
-
static
|
|
1460
|
-
static
|
|
1461
|
-
static
|
|
1462
|
-
static
|
|
1463
|
-
static
|
|
1464
|
-
static
|
|
1465
|
-
static
|
|
1466
|
-
static
|
|
1467
|
-
static
|
|
1468
|
-
static
|
|
1469
|
-
static
|
|
1470
|
-
static
|
|
1471
|
-
static
|
|
1472
|
-
static
|
|
1473
|
-
static
|
|
1474
|
-
static
|
|
1475
|
-
static
|
|
1476
|
-
static
|
|
1477
|
-
static
|
|
1478
|
-
static
|
|
1479
|
-
static
|
|
1480
|
-
static
|
|
1481
|
-
static
|
|
1482
|
-
static
|
|
1451
|
+
static createDirectory2(path: string, unixCreateMode: UnixFileMode): DirectoryInfo;
|
|
1452
|
+
static createDirectory2(path: string): DirectoryInfo;
|
|
1453
|
+
static createSymbolicLink(path: string, pathToTarget: string): FileSystemInfo;
|
|
1454
|
+
static createTempSubdirectory(prefix?: string): DirectoryInfo;
|
|
1455
|
+
static delete_2(path: string, recursive: boolean): void;
|
|
1456
|
+
static delete_2(path: string): void;
|
|
1457
|
+
static enumerateDirectories4(path: string, searchPattern: string, enumerationOptions: EnumerationOptions): IEnumerable_1<CLROf<string>>;
|
|
1458
|
+
static enumerateDirectories4(path: string, searchPattern: string, searchOption: SearchOption): IEnumerable_1<CLROf<string>>;
|
|
1459
|
+
static enumerateDirectories4(path: string, searchPattern: string): IEnumerable_1<CLROf<string>>;
|
|
1460
|
+
static enumerateDirectories4(path: string): IEnumerable_1<CLROf<string>>;
|
|
1461
|
+
static enumerateFiles4(path: string, searchPattern: string, enumerationOptions: EnumerationOptions): IEnumerable_1<CLROf<string>>;
|
|
1462
|
+
static enumerateFiles4(path: string, searchPattern: string, searchOption: SearchOption): IEnumerable_1<CLROf<string>>;
|
|
1463
|
+
static enumerateFiles4(path: string, searchPattern: string): IEnumerable_1<CLROf<string>>;
|
|
1464
|
+
static enumerateFiles4(path: string): IEnumerable_1<CLROf<string>>;
|
|
1465
|
+
static enumerateFileSystemEntries4(path: string, searchPattern: string, enumerationOptions: EnumerationOptions): IEnumerable_1<CLROf<string>>;
|
|
1466
|
+
static enumerateFileSystemEntries4(path: string, searchPattern: string, searchOption: SearchOption): IEnumerable_1<CLROf<string>>;
|
|
1467
|
+
static enumerateFileSystemEntries4(path: string, searchPattern: string): IEnumerable_1<CLROf<string>>;
|
|
1468
|
+
static enumerateFileSystemEntries4(path: string): IEnumerable_1<CLROf<string>>;
|
|
1469
|
+
static exists(path: string): boolean;
|
|
1470
|
+
static getCreationTime(path: string): DateTime;
|
|
1471
|
+
static getCreationTimeUtc(path: string): DateTime;
|
|
1472
|
+
static getCurrentDirectory(): string;
|
|
1473
|
+
static getDirectories4(path: string, searchPattern: string, enumerationOptions: EnumerationOptions): string[];
|
|
1474
|
+
static getDirectories4(path: string, searchPattern: string, searchOption: SearchOption): string[];
|
|
1475
|
+
static getDirectories4(path: string, searchPattern: string): string[];
|
|
1476
|
+
static getDirectories4(path: string): string[];
|
|
1477
|
+
static getDirectoryRoot(path: string): string;
|
|
1478
|
+
static getFiles4(path: string, searchPattern: string, enumerationOptions: EnumerationOptions): string[];
|
|
1479
|
+
static getFiles4(path: string, searchPattern: string, searchOption: SearchOption): string[];
|
|
1480
|
+
static getFiles4(path: string, searchPattern: string): string[];
|
|
1481
|
+
static getFiles4(path: string): string[];
|
|
1482
|
+
static getFileSystemEntries4(path: string, searchPattern: string, enumerationOptions: EnumerationOptions): string[];
|
|
1483
|
+
static getFileSystemEntries4(path: string, searchPattern: string, searchOption: SearchOption): string[];
|
|
1484
|
+
static getFileSystemEntries4(path: string, searchPattern: string): string[];
|
|
1485
|
+
static getFileSystemEntries4(path: string): string[];
|
|
1486
|
+
static getLastAccessTime(path: string): DateTime;
|
|
1487
|
+
static getLastAccessTimeUtc(path: string): DateTime;
|
|
1488
|
+
static getLastWriteTime(path: string): DateTime;
|
|
1489
|
+
static getLastWriteTimeUtc(path: string): DateTime;
|
|
1490
|
+
static getLogicalDrives(): string[];
|
|
1491
|
+
static getParent(path: string): DirectoryInfo;
|
|
1492
|
+
static move(sourceDirName: string, destDirName: string): void;
|
|
1493
|
+
static resolveLinkTarget(linkPath: string, returnFinalTarget: boolean): FileSystemInfo;
|
|
1494
|
+
static setCreationTime(path: string, creationTime: DateTime): void;
|
|
1495
|
+
static setCreationTimeUtc(path: string, creationTimeUtc: DateTime): void;
|
|
1496
|
+
static setCurrentDirectory(path: string): void;
|
|
1497
|
+
static setLastAccessTime(path: string, lastAccessTime: DateTime): void;
|
|
1498
|
+
static setLastAccessTimeUtc(path: string, lastAccessTimeUtc: DateTime): void;
|
|
1499
|
+
static setLastWriteTime(path: string, lastWriteTime: DateTime): void;
|
|
1500
|
+
static setLastWriteTimeUtc(path: string, lastWriteTimeUtc: DateTime): void;
|
|
1483
1501
|
}
|
|
1484
1502
|
|
|
1485
1503
|
|
|
1486
1504
|
export type Directory = Directory$instance;
|
|
1487
1505
|
|
|
1488
1506
|
export abstract class File$instance {
|
|
1489
|
-
static
|
|
1490
|
-
static
|
|
1491
|
-
static
|
|
1492
|
-
static
|
|
1493
|
-
static
|
|
1494
|
-
static
|
|
1495
|
-
static
|
|
1496
|
-
static
|
|
1497
|
-
static
|
|
1498
|
-
static
|
|
1499
|
-
static
|
|
1500
|
-
static
|
|
1501
|
-
static
|
|
1502
|
-
static
|
|
1503
|
-
static
|
|
1504
|
-
static
|
|
1505
|
-
static
|
|
1506
|
-
static
|
|
1507
|
-
static
|
|
1508
|
-
static
|
|
1509
|
-
static
|
|
1510
|
-
static
|
|
1511
|
-
static
|
|
1512
|
-
static
|
|
1513
|
-
static
|
|
1514
|
-
static
|
|
1515
|
-
static
|
|
1516
|
-
static
|
|
1517
|
-
static
|
|
1518
|
-
static
|
|
1519
|
-
static
|
|
1520
|
-
static
|
|
1521
|
-
static
|
|
1522
|
-
static
|
|
1523
|
-
static
|
|
1524
|
-
static
|
|
1525
|
-
static
|
|
1526
|
-
static
|
|
1527
|
-
static
|
|
1528
|
-
static
|
|
1529
|
-
static
|
|
1530
|
-
static
|
|
1531
|
-
static
|
|
1532
|
-
static
|
|
1533
|
-
static
|
|
1534
|
-
static
|
|
1535
|
-
static
|
|
1536
|
-
static
|
|
1537
|
-
static
|
|
1538
|
-
static
|
|
1539
|
-
static
|
|
1540
|
-
static
|
|
1541
|
-
static
|
|
1542
|
-
static
|
|
1543
|
-
static
|
|
1544
|
-
static
|
|
1545
|
-
static
|
|
1546
|
-
static
|
|
1547
|
-
static
|
|
1548
|
-
static
|
|
1549
|
-
static
|
|
1550
|
-
static
|
|
1551
|
-
static
|
|
1552
|
-
static
|
|
1553
|
-
static
|
|
1554
|
-
static
|
|
1555
|
-
static
|
|
1556
|
-
static
|
|
1557
|
-
static
|
|
1558
|
-
static
|
|
1559
|
-
static
|
|
1560
|
-
static
|
|
1561
|
-
static
|
|
1562
|
-
static
|
|
1563
|
-
static
|
|
1564
|
-
static
|
|
1565
|
-
static
|
|
1566
|
-
static
|
|
1567
|
-
static
|
|
1568
|
-
static
|
|
1569
|
-
static
|
|
1570
|
-
static
|
|
1571
|
-
static
|
|
1572
|
-
static
|
|
1573
|
-
static
|
|
1574
|
-
static
|
|
1575
|
-
static
|
|
1576
|
-
static
|
|
1577
|
-
static
|
|
1578
|
-
static
|
|
1579
|
-
static
|
|
1580
|
-
static
|
|
1581
|
-
static
|
|
1582
|
-
static
|
|
1583
|
-
static
|
|
1584
|
-
static
|
|
1585
|
-
static
|
|
1586
|
-
static
|
|
1587
|
-
static
|
|
1588
|
-
static
|
|
1589
|
-
static
|
|
1590
|
-
static
|
|
1591
|
-
static
|
|
1592
|
-
static
|
|
1593
|
-
static
|
|
1507
|
+
static appendAllBytes(path: string, bytes: byte[]): void;
|
|
1508
|
+
static appendAllBytes(path: string, bytes: ReadOnlySpan_1<CLROf<byte>>): void;
|
|
1509
|
+
static appendAllBytesAsync(path: string, bytes: byte[], cancellationToken?: CancellationToken): Task;
|
|
1510
|
+
static appendAllBytesAsync(path: string, bytes: ReadOnlyMemory_1<CLROf<byte>>, cancellationToken?: CancellationToken): Task;
|
|
1511
|
+
static appendAllLines2(path: string, contents: IEnumerable_1<CLROf<string>>, encoding: Encoding): void;
|
|
1512
|
+
static appendAllLines2(path: string, contents: IEnumerable_1<CLROf<string>>): void;
|
|
1513
|
+
static appendAllLinesAsync2(path: string, contents: IEnumerable_1<CLROf<string>>, encoding: Encoding, cancellationToken?: CancellationToken): Task;
|
|
1514
|
+
static appendAllLinesAsync2(path: string, contents: IEnumerable_1<CLROf<string>>, cancellationToken?: CancellationToken): Task;
|
|
1515
|
+
static appendAllText4(path: string, contents: ReadOnlySpan_1<CLROf<char>>, encoding: Encoding): void;
|
|
1516
|
+
static appendAllText4(path: string, contents: ReadOnlySpan_1<CLROf<char>>): void;
|
|
1517
|
+
static appendAllText4(path: string, contents: string, encoding: Encoding): void;
|
|
1518
|
+
static appendAllText4(path: string, contents: string): void;
|
|
1519
|
+
static appendAllTextAsync4(path: string, contents: ReadOnlyMemory_1<CLROf<char>>, encoding: Encoding, cancellationToken?: CancellationToken): Task;
|
|
1520
|
+
static appendAllTextAsync4(path: string, contents: ReadOnlyMemory_1<CLROf<char>>, cancellationToken?: CancellationToken): Task;
|
|
1521
|
+
static appendAllTextAsync4(path: string, contents: string, encoding: Encoding, cancellationToken?: CancellationToken): Task;
|
|
1522
|
+
static appendAllTextAsync4(path: string, contents: string, cancellationToken?: CancellationToken): Task;
|
|
1523
|
+
static appendText(path: string): StreamWriter;
|
|
1524
|
+
static copy2(sourceFileName: string, destFileName: string, overwrite: boolean): void;
|
|
1525
|
+
static copy2(sourceFileName: string, destFileName: string): void;
|
|
1526
|
+
static create3(path: string, bufferSize: int, options: FileOptions): FileStream;
|
|
1527
|
+
static create3(path: string, bufferSize: int): FileStream;
|
|
1528
|
+
static create3(path: string): FileStream;
|
|
1529
|
+
static createSymbolicLink(path: string, pathToTarget: string): FileSystemInfo;
|
|
1530
|
+
static createText(path: string): StreamWriter;
|
|
1531
|
+
static decrypt(path: string): void;
|
|
1532
|
+
static delete_(path: string): void;
|
|
1533
|
+
static encrypt(path: string): void;
|
|
1534
|
+
static exists(path: string): boolean;
|
|
1535
|
+
static getAttributes2(fileHandle: SafeFileHandle): FileAttributes;
|
|
1536
|
+
static getAttributes2(path: string): FileAttributes;
|
|
1537
|
+
static getCreationTime2(fileHandle: SafeFileHandle): DateTime;
|
|
1538
|
+
static getCreationTime2(path: string): DateTime;
|
|
1539
|
+
static getCreationTimeUtc2(fileHandle: SafeFileHandle): DateTime;
|
|
1540
|
+
static getCreationTimeUtc2(path: string): DateTime;
|
|
1541
|
+
static getLastAccessTime2(fileHandle: SafeFileHandle): DateTime;
|
|
1542
|
+
static getLastAccessTime2(path: string): DateTime;
|
|
1543
|
+
static getLastAccessTimeUtc2(fileHandle: SafeFileHandle): DateTime;
|
|
1544
|
+
static getLastAccessTimeUtc2(path: string): DateTime;
|
|
1545
|
+
static getLastWriteTime2(fileHandle: SafeFileHandle): DateTime;
|
|
1546
|
+
static getLastWriteTime2(path: string): DateTime;
|
|
1547
|
+
static getLastWriteTimeUtc2(fileHandle: SafeFileHandle): DateTime;
|
|
1548
|
+
static getLastWriteTimeUtc2(path: string): DateTime;
|
|
1549
|
+
static getUnixFileMode2(fileHandle: SafeFileHandle): UnixFileMode;
|
|
1550
|
+
static getUnixFileMode2(path: string): UnixFileMode;
|
|
1551
|
+
static move2(sourceFileName: string, destFileName: string, overwrite: boolean): void;
|
|
1552
|
+
static move2(sourceFileName: string, destFileName: string): void;
|
|
1553
|
+
static open4(path: string, mode: FileMode, access: FileAccess, share: FileShare): FileStream;
|
|
1554
|
+
static open4(path: string, mode: FileMode, access: FileAccess): FileStream;
|
|
1555
|
+
static open4(path: string, mode: FileMode): FileStream;
|
|
1556
|
+
static open4(path: string, options: FileStreamOptions): FileStream;
|
|
1557
|
+
static openHandle(path: string, mode?: FileMode, access?: FileAccess, share?: FileShare, options?: FileOptions, preallocationSize?: long): SafeFileHandle;
|
|
1558
|
+
static openRead(path: string): FileStream;
|
|
1559
|
+
static openText(path: string): StreamReader;
|
|
1560
|
+
static openWrite(path: string): FileStream;
|
|
1561
|
+
static readAllBytes(path: string): byte[];
|
|
1562
|
+
static readAllBytesAsync(path: string, cancellationToken?: CancellationToken): Task_1<byte[]>;
|
|
1563
|
+
static readAllLines2(path: string, encoding: Encoding): string[];
|
|
1564
|
+
static readAllLines2(path: string): string[];
|
|
1565
|
+
static readAllLinesAsync2(path: string, encoding: Encoding, cancellationToken?: CancellationToken): Task_1<string[]>;
|
|
1566
|
+
static readAllLinesAsync2(path: string, cancellationToken?: CancellationToken): Task_1<string[]>;
|
|
1567
|
+
static readAllText2(path: string, encoding: Encoding): string;
|
|
1568
|
+
static readAllText2(path: string): string;
|
|
1569
|
+
static readAllTextAsync2(path: string, encoding: Encoding, cancellationToken?: CancellationToken): Task_1<CLROf<string>>;
|
|
1570
|
+
static readAllTextAsync2(path: string, cancellationToken?: CancellationToken): Task_1<CLROf<string>>;
|
|
1571
|
+
static readLines2(path: string, encoding: Encoding): IEnumerable_1<CLROf<string>>;
|
|
1572
|
+
static readLines2(path: string): IEnumerable_1<CLROf<string>>;
|
|
1573
|
+
static readLinesAsync2(path: string, encoding: Encoding, cancellationToken?: CancellationToken): IAsyncEnumerable_1<CLROf<string>>;
|
|
1574
|
+
static readLinesAsync2(path: string, cancellationToken?: CancellationToken): IAsyncEnumerable_1<CLROf<string>>;
|
|
1575
|
+
static replace2(sourceFileName: string, destinationFileName: string, destinationBackupFileName: string, ignoreMetadataErrors: boolean): void;
|
|
1576
|
+
static replace2(sourceFileName: string, destinationFileName: string, destinationBackupFileName: string): void;
|
|
1577
|
+
static resolveLinkTarget(linkPath: string, returnFinalTarget: boolean): FileSystemInfo;
|
|
1578
|
+
static setAttributes2(fileHandle: SafeFileHandle, fileAttributes: FileAttributes): void;
|
|
1579
|
+
static setAttributes2(path: string, fileAttributes: FileAttributes): void;
|
|
1580
|
+
static setCreationTime2(fileHandle: SafeFileHandle, creationTime: DateTime): void;
|
|
1581
|
+
static setCreationTime2(path: string, creationTime: DateTime): void;
|
|
1582
|
+
static setCreationTimeUtc2(fileHandle: SafeFileHandle, creationTimeUtc: DateTime): void;
|
|
1583
|
+
static setCreationTimeUtc2(path: string, creationTimeUtc: DateTime): void;
|
|
1584
|
+
static setLastAccessTime2(fileHandle: SafeFileHandle, lastAccessTime: DateTime): void;
|
|
1585
|
+
static setLastAccessTime2(path: string, lastAccessTime: DateTime): void;
|
|
1586
|
+
static setLastAccessTimeUtc2(fileHandle: SafeFileHandle, lastAccessTimeUtc: DateTime): void;
|
|
1587
|
+
static setLastAccessTimeUtc2(path: string, lastAccessTimeUtc: DateTime): void;
|
|
1588
|
+
static setLastWriteTime2(fileHandle: SafeFileHandle, lastWriteTime: DateTime): void;
|
|
1589
|
+
static setLastWriteTime2(path: string, lastWriteTime: DateTime): void;
|
|
1590
|
+
static setLastWriteTimeUtc2(fileHandle: SafeFileHandle, lastWriteTimeUtc: DateTime): void;
|
|
1591
|
+
static setLastWriteTimeUtc2(path: string, lastWriteTimeUtc: DateTime): void;
|
|
1592
|
+
static setUnixFileMode2(fileHandle: SafeFileHandle, mode: UnixFileMode): void;
|
|
1593
|
+
static setUnixFileMode2(path: string, mode: UnixFileMode): void;
|
|
1594
|
+
static writeAllBytes(path: string, bytes: byte[]): void;
|
|
1595
|
+
static writeAllBytes(path: string, bytes: ReadOnlySpan_1<CLROf<byte>>): void;
|
|
1596
|
+
static writeAllBytesAsync(path: string, bytes: byte[], cancellationToken?: CancellationToken): Task;
|
|
1597
|
+
static writeAllBytesAsync(path: string, bytes: ReadOnlyMemory_1<CLROf<byte>>, cancellationToken?: CancellationToken): Task;
|
|
1598
|
+
static writeAllLines4(path: string, contents: IEnumerable_1<CLROf<string>>, encoding: Encoding): void;
|
|
1599
|
+
static writeAllLines4(path: string, contents: IEnumerable_1<CLROf<string>>): void;
|
|
1600
|
+
static writeAllLines4(path: string, contents: string[], encoding: Encoding): void;
|
|
1601
|
+
static writeAllLines4(path: string, contents: string[]): void;
|
|
1602
|
+
static writeAllLinesAsync2(path: string, contents: IEnumerable_1<CLROf<string>>, encoding: Encoding, cancellationToken?: CancellationToken): Task;
|
|
1603
|
+
static writeAllLinesAsync2(path: string, contents: IEnumerable_1<CLROf<string>>, cancellationToken?: CancellationToken): Task;
|
|
1604
|
+
static writeAllText4(path: string, contents: ReadOnlySpan_1<CLROf<char>>, encoding: Encoding): void;
|
|
1605
|
+
static writeAllText4(path: string, contents: ReadOnlySpan_1<CLROf<char>>): void;
|
|
1606
|
+
static writeAllText4(path: string, contents: string, encoding: Encoding): void;
|
|
1607
|
+
static writeAllText4(path: string, contents: string): void;
|
|
1608
|
+
static writeAllTextAsync4(path: string, contents: ReadOnlyMemory_1<CLROf<char>>, encoding: Encoding, cancellationToken?: CancellationToken): Task;
|
|
1609
|
+
static writeAllTextAsync4(path: string, contents: ReadOnlyMemory_1<CLROf<char>>, cancellationToken?: CancellationToken): Task;
|
|
1610
|
+
static writeAllTextAsync4(path: string, contents: string, encoding: Encoding, cancellationToken?: CancellationToken): Task;
|
|
1611
|
+
static writeAllTextAsync4(path: string, contents: string, cancellationToken?: CancellationToken): Task;
|
|
1594
1612
|
}
|
|
1595
1613
|
|
|
1596
1614
|
|
|
1597
1615
|
export type File = File$instance;
|
|
1598
1616
|
|
|
1599
1617
|
export abstract class FileSystemAclExtensions$instance {
|
|
1600
|
-
static
|
|
1601
|
-
static
|
|
1602
|
-
static
|
|
1603
|
-
static
|
|
1604
|
-
static
|
|
1605
|
-
static
|
|
1606
|
-
static
|
|
1607
|
-
static
|
|
1608
|
-
static
|
|
1609
|
-
static
|
|
1610
|
-
static
|
|
1618
|
+
static create(directoryInfo: DirectoryInfo, directorySecurity: DirectorySecurity): void;
|
|
1619
|
+
static create(fileInfo: FileInfo, mode: FileMode, rights: FileSystemRights, share: FileShare, bufferSize: int, options: FileOptions, fileSecurity: FileSecurity): FileStream;
|
|
1620
|
+
static createDirectory(directorySecurity: DirectorySecurity, path: string): DirectoryInfo;
|
|
1621
|
+
static getAccessControl2(directoryInfo: DirectoryInfo, includeSections: AccessControlSections): DirectorySecurity;
|
|
1622
|
+
static getAccessControl2(directoryInfo: DirectoryInfo): DirectorySecurity;
|
|
1623
|
+
static getAccessControl2(fileInfo: FileInfo, includeSections: AccessControlSections): FileSecurity;
|
|
1624
|
+
static getAccessControl2(fileInfo: FileInfo): FileSecurity;
|
|
1625
|
+
static getAccessControl2(fileStream: FileStream): FileSecurity;
|
|
1626
|
+
static setAccessControl(directoryInfo: DirectoryInfo, directorySecurity: DirectorySecurity): void;
|
|
1627
|
+
static setAccessControl(fileInfo: FileInfo, fileSecurity: FileSecurity): void;
|
|
1628
|
+
static setAccessControl(fileStream: FileStream, fileSecurity: FileSecurity): void;
|
|
1611
1629
|
}
|
|
1612
1630
|
|
|
1613
1631
|
|
|
1614
1632
|
export type FileSystemAclExtensions = FileSystemAclExtensions$instance;
|
|
1615
1633
|
|
|
1616
1634
|
export abstract class Path$instance {
|
|
1617
|
-
static readonly directorySeparatorChar:
|
|
1618
|
-
static readonly altDirectorySeparatorChar:
|
|
1619
|
-
static readonly volumeSeparatorChar:
|
|
1620
|
-
static readonly pathSeparator:
|
|
1621
|
-
static readonly invalidPathChars:
|
|
1622
|
-
static
|
|
1623
|
-
static
|
|
1624
|
-
static
|
|
1625
|
-
static
|
|
1626
|
-
static
|
|
1627
|
-
static
|
|
1628
|
-
static
|
|
1629
|
-
static
|
|
1630
|
-
static
|
|
1631
|
-
static
|
|
1632
|
-
static
|
|
1633
|
-
static
|
|
1634
|
-
static
|
|
1635
|
-
static
|
|
1636
|
-
static
|
|
1637
|
-
static
|
|
1638
|
-
static
|
|
1639
|
-
static
|
|
1640
|
-
static
|
|
1641
|
-
static
|
|
1642
|
-
static
|
|
1643
|
-
static
|
|
1644
|
-
static
|
|
1645
|
-
static
|
|
1646
|
-
static
|
|
1647
|
-
static
|
|
1648
|
-
static
|
|
1649
|
-
static
|
|
1650
|
-
static
|
|
1651
|
-
static
|
|
1652
|
-
static
|
|
1653
|
-
static
|
|
1654
|
-
static
|
|
1655
|
-
static
|
|
1656
|
-
static
|
|
1657
|
-
static
|
|
1658
|
-
static
|
|
1659
|
-
static
|
|
1660
|
-
static
|
|
1661
|
-
static
|
|
1662
|
-
static
|
|
1663
|
-
static
|
|
1664
|
-
static
|
|
1665
|
-
static
|
|
1666
|
-
static
|
|
1635
|
+
static readonly directorySeparatorChar: char;
|
|
1636
|
+
static readonly altDirectorySeparatorChar: char;
|
|
1637
|
+
static readonly volumeSeparatorChar: char;
|
|
1638
|
+
static readonly pathSeparator: char;
|
|
1639
|
+
static readonly invalidPathChars: char[];
|
|
1640
|
+
static changeExtension(path: string, extension: string): string;
|
|
1641
|
+
static combine5(paths: ReadOnlySpan_1<CLROf<string>>): string;
|
|
1642
|
+
static combine5(path1: string, path2: string, path3: string, path4: string): string;
|
|
1643
|
+
static combine5(path1: string, path2: string, path3: string): string;
|
|
1644
|
+
static combine5(path1: string, path2: string): string;
|
|
1645
|
+
static combine5(paths: string[]): string;
|
|
1646
|
+
static endsInDirectorySeparator(path: ReadOnlySpan_1<CLROf<char>>): boolean;
|
|
1647
|
+
static endsInDirectorySeparator(path: string): boolean;
|
|
1648
|
+
static exists(path: string): boolean;
|
|
1649
|
+
static getDirectoryName2(path: ReadOnlySpan_1<CLROf<char>>): ReadOnlySpan_1<CLROf<char>>;
|
|
1650
|
+
static getDirectoryName2(path: string): string;
|
|
1651
|
+
static getExtension2(path: ReadOnlySpan_1<CLROf<char>>): ReadOnlySpan_1<CLROf<char>>;
|
|
1652
|
+
static getExtension2(path: string): string;
|
|
1653
|
+
static getFileName2(path: ReadOnlySpan_1<CLROf<char>>): ReadOnlySpan_1<CLROf<char>>;
|
|
1654
|
+
static getFileName2(path: string): string;
|
|
1655
|
+
static getFileNameWithoutExtension2(path: ReadOnlySpan_1<CLROf<char>>): ReadOnlySpan_1<CLROf<char>>;
|
|
1656
|
+
static getFileNameWithoutExtension2(path: string): string;
|
|
1657
|
+
static getFullPath2(path: string, basePath: string): string;
|
|
1658
|
+
static getFullPath2(path: string): string;
|
|
1659
|
+
static getInvalidFileNameChars(): char[];
|
|
1660
|
+
static getInvalidPathChars(): char[];
|
|
1661
|
+
static getPathRoot2(path: ReadOnlySpan_1<CLROf<char>>): ReadOnlySpan_1<CLROf<char>>;
|
|
1662
|
+
static getPathRoot2(path: string): string;
|
|
1663
|
+
static getRandomFileName(): string;
|
|
1664
|
+
static getRelativePath(relativeTo: string, path: string): string;
|
|
1665
|
+
static getTempFileName(): string;
|
|
1666
|
+
static getTempPath(): string;
|
|
1667
|
+
static hasExtension2(path: ReadOnlySpan_1<CLROf<char>>): boolean;
|
|
1668
|
+
static hasExtension2(path: string): boolean;
|
|
1669
|
+
static isPathFullyQualified2(path: ReadOnlySpan_1<CLROf<char>>): boolean;
|
|
1670
|
+
static isPathFullyQualified2(path: string): boolean;
|
|
1671
|
+
static isPathRooted2(path: ReadOnlySpan_1<CLROf<char>>): boolean;
|
|
1672
|
+
static isPathRooted2(path: string): boolean;
|
|
1673
|
+
static join3(path1: ReadOnlySpan_1<CLROf<char>>, path2: ReadOnlySpan_1<CLROf<char>>, path3: ReadOnlySpan_1<CLROf<char>>, path4: ReadOnlySpan_1<CLROf<char>>): string;
|
|
1674
|
+
static join3(path1: ReadOnlySpan_1<CLROf<char>>, path2: ReadOnlySpan_1<CLROf<char>>, path3: ReadOnlySpan_1<CLROf<char>>): string;
|
|
1675
|
+
static join3(path1: ReadOnlySpan_1<CLROf<char>>, path2: ReadOnlySpan_1<CLROf<char>>): string;
|
|
1676
|
+
static join3(paths: ReadOnlySpan_1<CLROf<string>>): string;
|
|
1677
|
+
static join3(path1: string, path2: string, path3: string, path4: string): string;
|
|
1678
|
+
static join3(path1: string, path2: string, path3: string): string;
|
|
1679
|
+
static join3(path1: string, path2: string): string;
|
|
1680
|
+
static join3(paths: string[]): string;
|
|
1681
|
+
static trimEndingDirectorySeparator2(path: ReadOnlySpan_1<CLROf<char>>): ReadOnlySpan_1<CLROf<char>>;
|
|
1682
|
+
static trimEndingDirectorySeparator2(path: string): string;
|
|
1683
|
+
static tryJoin2(path1: ReadOnlySpan_1<CLROf<char>>, path2: ReadOnlySpan_1<CLROf<char>>, path3: ReadOnlySpan_1<CLROf<char>>, destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }): boolean;
|
|
1684
|
+
static tryJoin2(path1: ReadOnlySpan_1<CLROf<char>>, path2: ReadOnlySpan_1<CLROf<char>>, destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }): boolean;
|
|
1667
1685
|
}
|
|
1668
1686
|
|
|
1669
1687
|
|
|
1670
1688
|
export type Path = Path$instance;
|
|
1671
1689
|
|
|
1672
1690
|
export abstract class RandomAccess$instance {
|
|
1673
|
-
static
|
|
1674
|
-
static
|
|
1675
|
-
static
|
|
1676
|
-
static
|
|
1677
|
-
static
|
|
1678
|
-
static
|
|
1679
|
-
static
|
|
1680
|
-
static
|
|
1681
|
-
static
|
|
1682
|
-
static
|
|
1683
|
-
static
|
|
1691
|
+
static flushToDisk(handle: SafeFileHandle): void;
|
|
1692
|
+
static getLength(handle: SafeFileHandle): long;
|
|
1693
|
+
static read2(handle: SafeFileHandle, buffers: IReadOnlyList_1<Memory_1<CLROf<byte>>>, fileOffset: long): long;
|
|
1694
|
+
static read2(handle: SafeFileHandle, buffer: Span_1<CLROf<byte>>, fileOffset: long): int;
|
|
1695
|
+
static readAsync2(handle: SafeFileHandle, buffers: IReadOnlyList_1<Memory_1<CLROf<byte>>>, fileOffset: long, cancellationToken?: CancellationToken): ValueTask_1<CLROf<long>>;
|
|
1696
|
+
static readAsync2(handle: SafeFileHandle, buffer: Memory_1<CLROf<byte>>, fileOffset: long, cancellationToken?: CancellationToken): ValueTask_1<CLROf<int>>;
|
|
1697
|
+
static setLength(handle: SafeFileHandle, length: long): void;
|
|
1698
|
+
static write2(handle: SafeFileHandle, buffers: IReadOnlyList_1<ReadOnlyMemory_1<CLROf<byte>>>, fileOffset: long): void;
|
|
1699
|
+
static write2(handle: SafeFileHandle, buffer: ReadOnlySpan_1<CLROf<byte>>, fileOffset: long): void;
|
|
1700
|
+
static writeAsync2(handle: SafeFileHandle, buffers: IReadOnlyList_1<ReadOnlyMemory_1<CLROf<byte>>>, fileOffset: long, cancellationToken?: CancellationToken): ValueTask;
|
|
1701
|
+
static writeAsync2(handle: SafeFileHandle, buffer: ReadOnlyMemory_1<CLROf<byte>>, fileOffset: long, cancellationToken?: CancellationToken): ValueTask;
|
|
1684
1702
|
}
|
|
1685
1703
|
|
|
1686
1704
|
|