@tsonic/dotnet 10.0.39 → 10.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +4 -3
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.VisualBasic/internal/index.d.ts +52 -54
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +117 -119
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -2
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/README.md +76 -104
- package/System/bindings.json +1520 -2039
- package/System/internal/index.d.ts +1549 -1602
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +12 -14
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +32 -31
- package/System.Collections/internal/index.d.ts +129 -131
- package/System.Collections.Concurrent/bindings.json +218 -218
- package/System.Collections.Concurrent/internal/index.d.ts +34 -36
- package/System.Collections.Frozen/bindings.json +413 -611
- package/System.Collections.Frozen/internal/index.d.ts +81 -97
- package/System.Collections.Frozen.d.ts +14 -2
- package/System.Collections.Generic/bindings.json +9420 -14155
- package/System.Collections.Generic/internal/index.d.ts +547 -758
- package/System.Collections.Generic.d.ts +1 -1
- package/System.Collections.Immutable/bindings.json +6000 -9080
- package/System.Collections.Immutable/internal/index.d.ts +265 -354
- package/System.Collections.Immutable.d.ts +49 -12
- package/System.Collections.ObjectModel/bindings.json +132 -654
- package/System.Collections.ObjectModel/internal/index.d.ts +10 -30
- package/System.Collections.Specialized/bindings.json +0 -123
- package/System.Collections.Specialized/internal/index.d.ts +88 -101
- package/System.ComponentModel/bindings.json +163 -102
- package/System.ComponentModel/internal/index.d.ts +618 -608
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +133 -132
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.Design/bindings.json +22 -292
- package/System.ComponentModel.Design/internal/index.d.ts +101 -109
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +61 -60
- package/System.ComponentModel.d.ts +1 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Data/bindings.json +4 -1
- package/System.Data/internal/index.d.ts +351 -350
- package/System.Data.Common/internal/index.d.ts +151 -152
- package/System.Data.SqlTypes/internal/index.d.ts +68 -67
- package/System.Diagnostics/bindings.json +7044 -7249
- package/System.Diagnostics/internal/index.d.ts +446 -461
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.Contracts/internal/index.d.ts +16 -18
- package/System.Diagnostics.Metrics/internal/index.d.ts +92 -94
- package/System.Diagnostics.Metrics.d.ts +1 -1
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +12 -11
- package/System.Diagnostics.Tracing/bindings.json +81 -21
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +2 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Dynamic/internal/index.d.ts +55 -57
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +21 -28
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Globalization/internal/index.d.ts +40 -42
- package/System.IO/internal/index.d.ts +187 -189
- package/System.IO.Compression/internal/index.d.ts +29 -31
- package/System.IO.Enumeration/bindings.json +250 -250
- package/System.IO.Enumeration/internal/index.d.ts +15 -17
- package/System.IO.IsolatedStorage/internal/index.d.ts +19 -18
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.Linq/internal/index.d.ts +223 -225
- package/System.Linq.Expressions/internal/index.d.ts +205 -207
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Net/bindings.json +104 -104
- package/System.Net/internal/index.d.ts +279 -281
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +0 -204
- package/System.Net.Http.Headers/internal/index.d.ts +111 -127
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Mail/internal/index.d.ts +76 -78
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.Quic/internal/index.d.ts +10 -9
- package/System.Net.Security/internal/index.d.ts +87 -89
- package/System.Net.ServerSentEvents/internal/index.d.ts +6 -5
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.WebSockets/internal/index.d.ts +47 -46
- package/System.Numerics/bindings.json +544 -116
- package/System.Numerics/internal/index.d.ts +110 -112
- package/System.Reflection/internal/index.d.ts +270 -272
- package/System.Reflection.Emit/internal/index.d.ts +114 -116
- package/System.Reflection.Metadata/bindings.json +166 -3169
- package/System.Reflection.Metadata/internal/index.d.ts +154 -361
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +13 -15
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +24 -11
- package/System.Reflection.PortableExecutable.d.ts +1 -0
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Runtime/internal/index.d.ts +12 -11
- package/System.Runtime.CompilerServices/bindings.json +519 -717
- package/System.Runtime.CompilerServices/internal/index.d.ts +113 -137
- package/System.Runtime.CompilerServices.d.ts +14 -4
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +4 -3
- package/System.Runtime.InteropServices/bindings.json +101 -101
- package/System.Runtime.InteropServices/internal/index.d.ts +234 -236
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +34 -36
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +67 -69
- package/System.Runtime.InteropServices.JavaScript.d.ts +8 -26
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2619 -2619
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +308 -310
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +141 -141
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +17 -19
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.Swift.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +22 -24
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization/internal/index.d.ts +175 -177
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +29 -31
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +10 -9
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +104 -0
- package/System.Security.AccessControl/internal/index.d.ts +59 -58
- package/System.Security.AccessControl.d.ts +6 -5
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Cryptography/bindings.json +469 -469
- package/System.Security.Cryptography/internal/index.d.ts +269 -271
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -62
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +98 -105
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Policy/internal/index.d.ts +11 -10
- package/System.Security.Principal/internal/index.d.ts +28 -27
- package/System.Text/bindings.json +1562 -1562
- package/System.Text/internal/index.d.ts +119 -121
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +135 -153
- package/System.Text.Json.Nodes/internal/index.d.ts +60 -62
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Serialization/internal/index.d.ts +32 -34
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +86 -85
- package/System.Text.Json.Serialization.d.ts +1 -1
- package/System.Text.RegularExpressions/bindings.json +198 -402
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -64
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Threading/bindings.json +42 -42
- package/System.Threading/internal/index.d.ts +157 -159
- package/System.Threading.Channels/internal/index.d.ts +10 -12
- package/System.Threading.Tasks/bindings.json +4 -1
- package/System.Threading.Tasks/internal/index.d.ts +115 -114
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -33
- package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -5
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Xml/internal/index.d.ts +383 -385
- package/System.Xml.Linq/internal/index.d.ts +103 -102
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Schema/bindings.json +76 -76
- package/System.Xml.Schema/internal/index.d.ts +233 -232
- package/System.Xml.Serialization/bindings.json +193 -0
- package/System.Xml.Serialization/internal/index.d.ts +277 -245
- package/System.Xml.Serialization.d.ts +2 -0
- package/System.Xml.XPath/internal/index.d.ts +46 -45
- package/System.Xml.Xsl/internal/index.d.ts +53 -52
- package/System.Xml.Xsl.Runtime/bindings.json +4 -1
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +35 -37
- package/System.d.ts +2 -2
- package/__internal/extensions/index.d.ts +517 -515
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.IO.Compression
|
|
3
3
|
// Assembly: System.IO.Compression, System.IO.Compression.Brotli, System.IO.Compression.ZipFile
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import type { OperationStatus } from "../../System.Buffers/internal/index.js";
|
|
@@ -128,8 +126,8 @@ export interface BrotliStream$instance extends Stream {
|
|
|
128
126
|
readonly CanWrite: boolean;
|
|
129
127
|
readonly Length: long;
|
|
130
128
|
Position: long;
|
|
131
|
-
BeginRead(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback, asyncState:
|
|
132
|
-
BeginWrite(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback, asyncState:
|
|
129
|
+
BeginRead(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback | null, asyncState: JsValue | null): IAsyncResult;
|
|
130
|
+
BeginWrite(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback | null, asyncState: JsValue | null): IAsyncResult;
|
|
133
131
|
Dispose(disposing: boolean): void;
|
|
134
132
|
Dispose(): void;
|
|
135
133
|
DisposeAsync(): ValueTask;
|
|
@@ -184,8 +182,8 @@ export interface DeflateStream$instance extends Stream {
|
|
|
184
182
|
readonly CanWrite: boolean;
|
|
185
183
|
readonly Length: long;
|
|
186
184
|
Position: long;
|
|
187
|
-
BeginRead(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback, asyncState:
|
|
188
|
-
BeginWrite(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback, asyncState:
|
|
185
|
+
BeginRead(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback | null, asyncState: JsValue | null): IAsyncResult;
|
|
186
|
+
BeginWrite(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback | null, asyncState: JsValue | null): IAsyncResult;
|
|
189
187
|
CopyTo(destination: Stream, bufferSize: int): void;
|
|
190
188
|
CopyTo(destination: Stream): void;
|
|
191
189
|
CopyToAsync(destination: Stream, bufferSize: int, cancellationToken: CancellationToken): Task;
|
|
@@ -246,8 +244,8 @@ export interface GZipStream$instance extends Stream {
|
|
|
246
244
|
readonly CanWrite: boolean;
|
|
247
245
|
readonly Length: long;
|
|
248
246
|
Position: long;
|
|
249
|
-
BeginRead(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback, asyncState:
|
|
250
|
-
BeginWrite(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback, asyncState:
|
|
247
|
+
BeginRead(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback | null, asyncState: JsValue | null): IAsyncResult;
|
|
248
|
+
BeginWrite(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback | null, asyncState: JsValue | null): IAsyncResult;
|
|
251
249
|
CopyTo(destination: Stream, bufferSize: int): void;
|
|
252
250
|
CopyTo(destination: Stream): void;
|
|
253
251
|
CopyToAsync(destination: Stream, bufferSize: int, cancellationToken: CancellationToken): Task;
|
|
@@ -311,7 +309,7 @@ export interface ZipArchive$instance extends System_Internal.IAsyncDisposable$in
|
|
|
311
309
|
Dispose(): void;
|
|
312
310
|
DisposeAsync(): ValueTask;
|
|
313
311
|
DisposeAsyncCore(): ValueTask;
|
|
314
|
-
GetEntry(entryName: string): ZipArchiveEntry |
|
|
312
|
+
GetEntry(entryName: string): ZipArchiveEntry | null;
|
|
315
313
|
}
|
|
316
314
|
|
|
317
315
|
|
|
@@ -319,8 +317,8 @@ export const ZipArchive: {
|
|
|
319
317
|
new(stream: Stream): ZipArchive;
|
|
320
318
|
new(stream: Stream, mode: ZipArchiveMode): ZipArchive;
|
|
321
319
|
new(stream: Stream, mode: ZipArchiveMode, leaveOpen: boolean): ZipArchive;
|
|
322
|
-
new(stream: Stream, mode: ZipArchiveMode, leaveOpen: boolean, entryNameEncoding: Encoding): ZipArchive;
|
|
323
|
-
CreateAsync(stream: Stream, mode: ZipArchiveMode, leaveOpen: boolean, entryNameEncoding: Encoding, cancellationToken?: CancellationToken): Task_1<ZipArchive>;
|
|
320
|
+
new(stream: Stream, mode: ZipArchiveMode, leaveOpen: boolean, entryNameEncoding: Encoding | null): ZipArchive;
|
|
321
|
+
CreateAsync(stream: Stream, mode: ZipArchiveMode, leaveOpen: boolean, entryNameEncoding: Encoding | null, cancellationToken?: CancellationToken): Task_1<ZipArchive>;
|
|
324
322
|
};
|
|
325
323
|
|
|
326
324
|
|
|
@@ -382,9 +380,9 @@ export interface ZLibException$instance extends IOException, System_Runtime_Seri
|
|
|
382
380
|
|
|
383
381
|
|
|
384
382
|
export const ZLibException: {
|
|
385
|
-
new(message: string, zlibErrorContext: string, zlibErrorCode: int, zlibErrorMessage: string): ZLibException;
|
|
383
|
+
new(message: string | null, zlibErrorContext: string | null, zlibErrorCode: int, zlibErrorMessage: string | null): ZLibException;
|
|
386
384
|
new(): ZLibException;
|
|
387
|
-
new(message: string, innerException: Exception): ZLibException;
|
|
385
|
+
new(message: string | null, innerException: Exception | null): ZLibException;
|
|
388
386
|
};
|
|
389
387
|
|
|
390
388
|
|
|
@@ -407,8 +405,8 @@ export interface ZLibStream$instance extends Stream {
|
|
|
407
405
|
readonly CanWrite: boolean;
|
|
408
406
|
readonly Length: long;
|
|
409
407
|
Position: long;
|
|
410
|
-
BeginRead(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback, asyncState:
|
|
411
|
-
BeginWrite(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback, asyncState:
|
|
408
|
+
BeginRead(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback | null, asyncState: JsValue | null): IAsyncResult;
|
|
409
|
+
BeginWrite(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback | null, asyncState: JsValue | null): IAsyncResult;
|
|
412
410
|
CopyTo(destination: Stream, bufferSize: int): void;
|
|
413
411
|
CopyTo(destination: Stream): void;
|
|
414
412
|
CopyToAsync(destination: Stream, bufferSize: int, cancellationToken: CancellationToken): Task;
|
|
@@ -458,37 +456,37 @@ export type ZLibStream = ZLibStream$instance & __ZLibStream$views;
|
|
|
458
456
|
|
|
459
457
|
|
|
460
458
|
export abstract class ZipFile$instance {
|
|
461
|
-
static CreateFromDirectory(sourceDirectoryName: string, destination: Stream, compressionLevel: CompressionLevel, includeBaseDirectory: boolean, entryNameEncoding: Encoding): void;
|
|
459
|
+
static CreateFromDirectory(sourceDirectoryName: string, destination: Stream, compressionLevel: CompressionLevel, includeBaseDirectory: boolean, entryNameEncoding: Encoding | null): void;
|
|
462
460
|
static CreateFromDirectory(sourceDirectoryName: string, destination: Stream, compressionLevel: CompressionLevel, includeBaseDirectory: boolean): void;
|
|
463
461
|
static CreateFromDirectory(sourceDirectoryName: string, destination: Stream): void;
|
|
464
|
-
static CreateFromDirectory(sourceDirectoryName: string, destinationArchiveFileName: string, compressionLevel: CompressionLevel, includeBaseDirectory: boolean, entryNameEncoding: Encoding): void;
|
|
462
|
+
static CreateFromDirectory(sourceDirectoryName: string, destinationArchiveFileName: string, compressionLevel: CompressionLevel, includeBaseDirectory: boolean, entryNameEncoding: Encoding | null): void;
|
|
465
463
|
static CreateFromDirectory(sourceDirectoryName: string, destinationArchiveFileName: string, compressionLevel: CompressionLevel, includeBaseDirectory: boolean): void;
|
|
466
464
|
static CreateFromDirectory(sourceDirectoryName: string, destinationArchiveFileName: string): void;
|
|
467
|
-
static CreateFromDirectoryAsync(sourceDirectoryName: string, destination: Stream, compressionLevel: CompressionLevel, includeBaseDirectory: boolean, entryNameEncoding: Encoding, cancellationToken?: CancellationToken): Task;
|
|
465
|
+
static CreateFromDirectoryAsync(sourceDirectoryName: string, destination: Stream, compressionLevel: CompressionLevel, includeBaseDirectory: boolean, entryNameEncoding: Encoding | null, cancellationToken?: CancellationToken): Task;
|
|
468
466
|
static CreateFromDirectoryAsync(sourceDirectoryName: string, destination: Stream, compressionLevel: CompressionLevel, includeBaseDirectory: boolean, cancellationToken?: CancellationToken): Task;
|
|
469
467
|
static CreateFromDirectoryAsync(sourceDirectoryName: string, destination: Stream, cancellationToken?: CancellationToken): Task;
|
|
470
|
-
static CreateFromDirectoryAsync(sourceDirectoryName: string, destinationArchiveFileName: string, compressionLevel: CompressionLevel, includeBaseDirectory: boolean, entryNameEncoding: Encoding, cancellationToken?: CancellationToken): Task;
|
|
468
|
+
static CreateFromDirectoryAsync(sourceDirectoryName: string, destinationArchiveFileName: string, compressionLevel: CompressionLevel, includeBaseDirectory: boolean, entryNameEncoding: Encoding | null, cancellationToken?: CancellationToken): Task;
|
|
471
469
|
static CreateFromDirectoryAsync(sourceDirectoryName: string, destinationArchiveFileName: string, compressionLevel: CompressionLevel, includeBaseDirectory: boolean, cancellationToken?: CancellationToken): Task;
|
|
472
470
|
static CreateFromDirectoryAsync(sourceDirectoryName: string, destinationArchiveFileName: string, cancellationToken?: CancellationToken): Task;
|
|
473
471
|
static ExtractToDirectory(source: Stream, destinationDirectoryName: string, overwriteFiles: boolean): void;
|
|
474
|
-
static ExtractToDirectory(source: Stream, destinationDirectoryName: string, entryNameEncoding: Encoding, overwriteFiles: boolean): void;
|
|
475
|
-
static ExtractToDirectory(source: Stream, destinationDirectoryName: string, entryNameEncoding: Encoding): void;
|
|
472
|
+
static ExtractToDirectory(source: Stream, destinationDirectoryName: string, entryNameEncoding: Encoding | null, overwriteFiles: boolean): void;
|
|
473
|
+
static ExtractToDirectory(source: Stream, destinationDirectoryName: string, entryNameEncoding: Encoding | null): void;
|
|
476
474
|
static ExtractToDirectory(source: Stream, destinationDirectoryName: string): void;
|
|
477
475
|
static ExtractToDirectory(sourceArchiveFileName: string, destinationDirectoryName: string, overwriteFiles: boolean): void;
|
|
478
|
-
static ExtractToDirectory(sourceArchiveFileName: string, destinationDirectoryName: string, entryNameEncoding: Encoding, overwriteFiles: boolean): void;
|
|
479
|
-
static ExtractToDirectory(sourceArchiveFileName: string, destinationDirectoryName: string, entryNameEncoding: Encoding): void;
|
|
476
|
+
static ExtractToDirectory(sourceArchiveFileName: string, destinationDirectoryName: string, entryNameEncoding: Encoding | null, overwriteFiles: boolean): void;
|
|
477
|
+
static ExtractToDirectory(sourceArchiveFileName: string, destinationDirectoryName: string, entryNameEncoding: Encoding | null): void;
|
|
480
478
|
static ExtractToDirectory(sourceArchiveFileName: string, destinationDirectoryName: string): void;
|
|
481
479
|
static ExtractToDirectoryAsync(source: Stream, destinationDirectoryName: string, overwriteFiles: boolean, cancellationToken?: CancellationToken): Task;
|
|
482
|
-
static ExtractToDirectoryAsync(source: Stream, destinationDirectoryName: string, entryNameEncoding: Encoding, overwriteFiles: boolean, cancellationToken?: CancellationToken): Task;
|
|
483
|
-
static ExtractToDirectoryAsync(source: Stream, destinationDirectoryName: string, entryNameEncoding: Encoding, cancellationToken?: CancellationToken): Task;
|
|
480
|
+
static ExtractToDirectoryAsync(source: Stream, destinationDirectoryName: string, entryNameEncoding: Encoding | null, overwriteFiles: boolean, cancellationToken?: CancellationToken): Task;
|
|
481
|
+
static ExtractToDirectoryAsync(source: Stream, destinationDirectoryName: string, entryNameEncoding: Encoding | null, cancellationToken?: CancellationToken): Task;
|
|
484
482
|
static ExtractToDirectoryAsync(source: Stream, destinationDirectoryName: string, cancellationToken?: CancellationToken): Task;
|
|
485
483
|
static ExtractToDirectoryAsync(sourceArchiveFileName: string, destinationDirectoryName: string, overwriteFiles: boolean, cancellationToken?: CancellationToken): Task;
|
|
486
|
-
static ExtractToDirectoryAsync(sourceArchiveFileName: string, destinationDirectoryName: string, entryNameEncoding: Encoding, overwriteFiles: boolean, cancellationToken?: CancellationToken): Task;
|
|
487
|
-
static ExtractToDirectoryAsync(sourceArchiveFileName: string, destinationDirectoryName: string, entryNameEncoding: Encoding, cancellationToken?: CancellationToken): Task;
|
|
484
|
+
static ExtractToDirectoryAsync(sourceArchiveFileName: string, destinationDirectoryName: string, entryNameEncoding: Encoding | null, overwriteFiles: boolean, cancellationToken?: CancellationToken): Task;
|
|
485
|
+
static ExtractToDirectoryAsync(sourceArchiveFileName: string, destinationDirectoryName: string, entryNameEncoding: Encoding | null, cancellationToken?: CancellationToken): Task;
|
|
488
486
|
static ExtractToDirectoryAsync(sourceArchiveFileName: string, destinationDirectoryName: string, cancellationToken?: CancellationToken): Task;
|
|
489
|
-
static Open(archiveFileName: string, mode: ZipArchiveMode, entryNameEncoding: Encoding): ZipArchive;
|
|
487
|
+
static Open(archiveFileName: string, mode: ZipArchiveMode, entryNameEncoding: Encoding | null): ZipArchive;
|
|
490
488
|
static Open(archiveFileName: string, mode: ZipArchiveMode): ZipArchive;
|
|
491
|
-
static OpenAsync(archiveFileName: string, mode: ZipArchiveMode, entryNameEncoding: Encoding, cancellationToken?: CancellationToken): Task_1<ZipArchive>;
|
|
489
|
+
static OpenAsync(archiveFileName: string, mode: ZipArchiveMode, entryNameEncoding: Encoding | null, cancellationToken?: CancellationToken): Task_1<ZipArchive>;
|
|
492
490
|
static OpenAsync(archiveFileName: string, mode: ZipArchiveMode, cancellationToken?: CancellationToken): Task_1<ZipArchive>;
|
|
493
491
|
static OpenRead(archiveFileName: string): ZipArchive;
|
|
494
492
|
static OpenReadAsync(archiveFileName: string, cancellationToken?: CancellationToken): Task_1<ZipArchive>;
|
|
@@ -4,256 +4,6 @@
|
|
|
4
4
|
"System.Private.CoreLib"
|
|
5
5
|
],
|
|
6
6
|
"types": [
|
|
7
|
-
{
|
|
8
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
9
|
-
"clrName": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
10
|
-
"assemblyName": "System.Private.CoreLib",
|
|
11
|
-
"metadataToken": 0,
|
|
12
|
-
"kind": "Delegate",
|
|
13
|
-
"accessibility": "Public",
|
|
14
|
-
"isAbstract": false,
|
|
15
|
-
"isSealed": true,
|
|
16
|
-
"isStatic": false,
|
|
17
|
-
"arity": 1,
|
|
18
|
-
"baseType": {
|
|
19
|
-
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
20
|
-
"clrName": "System.MulticastDelegate"
|
|
21
|
-
},
|
|
22
|
-
"interfaces": [
|
|
23
|
-
{
|
|
24
|
-
"stableId": "System.Private.CoreLib:System.ICloneable",
|
|
25
|
-
"clrName": "System.ICloneable"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
29
|
-
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
30
|
-
}
|
|
31
|
-
],
|
|
32
|
-
"typeParameters": [
|
|
33
|
-
"TResult"
|
|
34
|
-
],
|
|
35
|
-
"methods": [
|
|
36
|
-
{
|
|
37
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate::Invoke(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean",
|
|
38
|
-
"clrName": "Invoke",
|
|
39
|
-
"metadataToken": 100701692,
|
|
40
|
-
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean",
|
|
41
|
-
"normalizedSignature": "Invoke|(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean|static=false",
|
|
42
|
-
"emitScope": "ClassSurface",
|
|
43
|
-
"provenance": "Original",
|
|
44
|
-
"arity": 0,
|
|
45
|
-
"parameterCount": 1,
|
|
46
|
-
"isStatic": false,
|
|
47
|
-
"isAbstract": false,
|
|
48
|
-
"isVirtual": true,
|
|
49
|
-
"isOverride": false,
|
|
50
|
-
"isSealed": false,
|
|
51
|
-
"visibility": "Public",
|
|
52
|
-
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
53
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
54
|
-
"isExtensionMethod": false,
|
|
55
|
-
"parameterModifiers": [
|
|
56
|
-
{
|
|
57
|
-
"index": 0,
|
|
58
|
-
"modifier": "ref"
|
|
59
|
-
}
|
|
60
|
-
]
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate::BeginInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
64
|
-
"clrName": "BeginInvoke",
|
|
65
|
-
"metadataToken": 100701693,
|
|
66
|
-
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
67
|
-
"normalizedSignature": "BeginInvoke|(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
|
|
68
|
-
"emitScope": "ClassSurface",
|
|
69
|
-
"provenance": "Original",
|
|
70
|
-
"arity": 0,
|
|
71
|
-
"parameterCount": 3,
|
|
72
|
-
"isStatic": false,
|
|
73
|
-
"isAbstract": false,
|
|
74
|
-
"isVirtual": true,
|
|
75
|
-
"isOverride": false,
|
|
76
|
-
"isSealed": false,
|
|
77
|
-
"visibility": "Public",
|
|
78
|
-
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
79
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
80
|
-
"isExtensionMethod": false,
|
|
81
|
-
"parameterModifiers": [
|
|
82
|
-
{
|
|
83
|
-
"index": 0,
|
|
84
|
-
"modifier": "ref"
|
|
85
|
-
}
|
|
86
|
-
]
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate::EndInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):System.Boolean",
|
|
90
|
-
"clrName": "EndInvoke",
|
|
91
|
-
"metadataToken": 100701694,
|
|
92
|
-
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):System.Boolean",
|
|
93
|
-
"normalizedSignature": "EndInvoke|(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):System.Boolean|static=false",
|
|
94
|
-
"emitScope": "ClassSurface",
|
|
95
|
-
"provenance": "Original",
|
|
96
|
-
"arity": 0,
|
|
97
|
-
"parameterCount": 2,
|
|
98
|
-
"isStatic": false,
|
|
99
|
-
"isAbstract": false,
|
|
100
|
-
"isVirtual": true,
|
|
101
|
-
"isOverride": false,
|
|
102
|
-
"isSealed": false,
|
|
103
|
-
"visibility": "Public",
|
|
104
|
-
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
105
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
106
|
-
"isExtensionMethod": false,
|
|
107
|
-
"parameterModifiers": [
|
|
108
|
-
{
|
|
109
|
-
"index": 0,
|
|
110
|
-
"modifier": "ref"
|
|
111
|
-
}
|
|
112
|
-
]
|
|
113
|
-
}
|
|
114
|
-
],
|
|
115
|
-
"properties": [],
|
|
116
|
-
"fields": [],
|
|
117
|
-
"events": [],
|
|
118
|
-
"constructors": [
|
|
119
|
-
{
|
|
120
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate::.ctor(System.Object,System.IntPtr):void",
|
|
121
|
-
"metadataToken": 100701691,
|
|
122
|
-
"canonicalSignature": "(System.Object,System.IntPtr):void",
|
|
123
|
-
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
124
|
-
"isStatic": false,
|
|
125
|
-
"parameterCount": 2,
|
|
126
|
-
"visibility": "Public",
|
|
127
|
-
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
128
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
129
|
-
}
|
|
130
|
-
]
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
134
|
-
"clrName": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
135
|
-
"assemblyName": "System.Private.CoreLib",
|
|
136
|
-
"metadataToken": 0,
|
|
137
|
-
"kind": "Delegate",
|
|
138
|
-
"accessibility": "Public",
|
|
139
|
-
"isAbstract": false,
|
|
140
|
-
"isSealed": true,
|
|
141
|
-
"isStatic": false,
|
|
142
|
-
"arity": 1,
|
|
143
|
-
"baseType": {
|
|
144
|
-
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
145
|
-
"clrName": "System.MulticastDelegate"
|
|
146
|
-
},
|
|
147
|
-
"interfaces": [
|
|
148
|
-
{
|
|
149
|
-
"stableId": "System.Private.CoreLib:System.ICloneable",
|
|
150
|
-
"clrName": "System.ICloneable"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
154
|
-
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
155
|
-
}
|
|
156
|
-
],
|
|
157
|
-
"typeParameters": [
|
|
158
|
-
"TResult"
|
|
159
|
-
],
|
|
160
|
-
"methods": [
|
|
161
|
-
{
|
|
162
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform::Invoke(System.IO.Enumeration.FileSystemEntry\u0026):TResult",
|
|
163
|
-
"clrName": "Invoke",
|
|
164
|
-
"metadataToken": 100701696,
|
|
165
|
-
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026):TResult",
|
|
166
|
-
"normalizedSignature": "Invoke|(System.IO.Enumeration.FileSystemEntry\u0026):TResult|static=false",
|
|
167
|
-
"emitScope": "ClassSurface",
|
|
168
|
-
"provenance": "Original",
|
|
169
|
-
"arity": 0,
|
|
170
|
-
"parameterCount": 1,
|
|
171
|
-
"isStatic": false,
|
|
172
|
-
"isAbstract": false,
|
|
173
|
-
"isVirtual": true,
|
|
174
|
-
"isOverride": false,
|
|
175
|
-
"isSealed": false,
|
|
176
|
-
"visibility": "Public",
|
|
177
|
-
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
178
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
179
|
-
"isExtensionMethod": false,
|
|
180
|
-
"parameterModifiers": [
|
|
181
|
-
{
|
|
182
|
-
"index": 0,
|
|
183
|
-
"modifier": "ref"
|
|
184
|
-
}
|
|
185
|
-
]
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform::BeginInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
189
|
-
"clrName": "BeginInvoke",
|
|
190
|
-
"metadataToken": 100701697,
|
|
191
|
-
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
192
|
-
"normalizedSignature": "BeginInvoke|(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
|
|
193
|
-
"emitScope": "ClassSurface",
|
|
194
|
-
"provenance": "Original",
|
|
195
|
-
"arity": 0,
|
|
196
|
-
"parameterCount": 3,
|
|
197
|
-
"isStatic": false,
|
|
198
|
-
"isAbstract": false,
|
|
199
|
-
"isVirtual": true,
|
|
200
|
-
"isOverride": false,
|
|
201
|
-
"isSealed": false,
|
|
202
|
-
"visibility": "Public",
|
|
203
|
-
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
204
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
205
|
-
"isExtensionMethod": false,
|
|
206
|
-
"parameterModifiers": [
|
|
207
|
-
{
|
|
208
|
-
"index": 0,
|
|
209
|
-
"modifier": "ref"
|
|
210
|
-
}
|
|
211
|
-
]
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform::EndInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):TResult",
|
|
215
|
-
"clrName": "EndInvoke",
|
|
216
|
-
"metadataToken": 100701698,
|
|
217
|
-
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):TResult",
|
|
218
|
-
"normalizedSignature": "EndInvoke|(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):TResult|static=false",
|
|
219
|
-
"emitScope": "ClassSurface",
|
|
220
|
-
"provenance": "Original",
|
|
221
|
-
"arity": 0,
|
|
222
|
-
"parameterCount": 2,
|
|
223
|
-
"isStatic": false,
|
|
224
|
-
"isAbstract": false,
|
|
225
|
-
"isVirtual": true,
|
|
226
|
-
"isOverride": false,
|
|
227
|
-
"isSealed": false,
|
|
228
|
-
"visibility": "Public",
|
|
229
|
-
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
230
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
231
|
-
"isExtensionMethod": false,
|
|
232
|
-
"parameterModifiers": [
|
|
233
|
-
{
|
|
234
|
-
"index": 0,
|
|
235
|
-
"modifier": "ref"
|
|
236
|
-
}
|
|
237
|
-
]
|
|
238
|
-
}
|
|
239
|
-
],
|
|
240
|
-
"properties": [],
|
|
241
|
-
"fields": [],
|
|
242
|
-
"events": [],
|
|
243
|
-
"constructors": [
|
|
244
|
-
{
|
|
245
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform::.ctor(System.Object,System.IntPtr):void",
|
|
246
|
-
"metadataToken": 100701695,
|
|
247
|
-
"canonicalSignature": "(System.Object,System.IntPtr):void",
|
|
248
|
-
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
249
|
-
"isStatic": false,
|
|
250
|
-
"parameterCount": 2,
|
|
251
|
-
"visibility": "Public",
|
|
252
|
-
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
253
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
254
|
-
}
|
|
255
|
-
]
|
|
256
|
-
},
|
|
257
7
|
{
|
|
258
8
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry",
|
|
259
9
|
"clrName": "System.IO.Enumeration.FileSystemEntry",
|
|
@@ -697,6 +447,256 @@
|
|
|
697
447
|
}
|
|
698
448
|
]
|
|
699
449
|
},
|
|
450
|
+
{
|
|
451
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
452
|
+
"clrName": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
453
|
+
"assemblyName": "System.Private.CoreLib",
|
|
454
|
+
"metadataToken": 0,
|
|
455
|
+
"kind": "Delegate",
|
|
456
|
+
"accessibility": "Public",
|
|
457
|
+
"isAbstract": false,
|
|
458
|
+
"isSealed": true,
|
|
459
|
+
"isStatic": false,
|
|
460
|
+
"arity": 1,
|
|
461
|
+
"baseType": {
|
|
462
|
+
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
463
|
+
"clrName": "System.MulticastDelegate"
|
|
464
|
+
},
|
|
465
|
+
"interfaces": [
|
|
466
|
+
{
|
|
467
|
+
"stableId": "System.Private.CoreLib:System.ICloneable",
|
|
468
|
+
"clrName": "System.ICloneable"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
472
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
473
|
+
}
|
|
474
|
+
],
|
|
475
|
+
"typeParameters": [
|
|
476
|
+
"TResult"
|
|
477
|
+
],
|
|
478
|
+
"methods": [
|
|
479
|
+
{
|
|
480
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate::Invoke(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean",
|
|
481
|
+
"clrName": "Invoke",
|
|
482
|
+
"metadataToken": 100701692,
|
|
483
|
+
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean",
|
|
484
|
+
"normalizedSignature": "Invoke|(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean|static=false",
|
|
485
|
+
"emitScope": "ClassSurface",
|
|
486
|
+
"provenance": "Original",
|
|
487
|
+
"arity": 0,
|
|
488
|
+
"parameterCount": 1,
|
|
489
|
+
"isStatic": false,
|
|
490
|
+
"isAbstract": false,
|
|
491
|
+
"isVirtual": true,
|
|
492
|
+
"isOverride": false,
|
|
493
|
+
"isSealed": false,
|
|
494
|
+
"visibility": "Public",
|
|
495
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
496
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
497
|
+
"isExtensionMethod": false,
|
|
498
|
+
"parameterModifiers": [
|
|
499
|
+
{
|
|
500
|
+
"index": 0,
|
|
501
|
+
"modifier": "ref"
|
|
502
|
+
}
|
|
503
|
+
]
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate::BeginInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
507
|
+
"clrName": "BeginInvoke",
|
|
508
|
+
"metadataToken": 100701693,
|
|
509
|
+
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
510
|
+
"normalizedSignature": "BeginInvoke|(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
|
|
511
|
+
"emitScope": "ClassSurface",
|
|
512
|
+
"provenance": "Original",
|
|
513
|
+
"arity": 0,
|
|
514
|
+
"parameterCount": 3,
|
|
515
|
+
"isStatic": false,
|
|
516
|
+
"isAbstract": false,
|
|
517
|
+
"isVirtual": true,
|
|
518
|
+
"isOverride": false,
|
|
519
|
+
"isSealed": false,
|
|
520
|
+
"visibility": "Public",
|
|
521
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
522
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
523
|
+
"isExtensionMethod": false,
|
|
524
|
+
"parameterModifiers": [
|
|
525
|
+
{
|
|
526
|
+
"index": 0,
|
|
527
|
+
"modifier": "ref"
|
|
528
|
+
}
|
|
529
|
+
]
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate::EndInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):System.Boolean",
|
|
533
|
+
"clrName": "EndInvoke",
|
|
534
|
+
"metadataToken": 100701694,
|
|
535
|
+
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):System.Boolean",
|
|
536
|
+
"normalizedSignature": "EndInvoke|(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):System.Boolean|static=false",
|
|
537
|
+
"emitScope": "ClassSurface",
|
|
538
|
+
"provenance": "Original",
|
|
539
|
+
"arity": 0,
|
|
540
|
+
"parameterCount": 2,
|
|
541
|
+
"isStatic": false,
|
|
542
|
+
"isAbstract": false,
|
|
543
|
+
"isVirtual": true,
|
|
544
|
+
"isOverride": false,
|
|
545
|
+
"isSealed": false,
|
|
546
|
+
"visibility": "Public",
|
|
547
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
548
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
549
|
+
"isExtensionMethod": false,
|
|
550
|
+
"parameterModifiers": [
|
|
551
|
+
{
|
|
552
|
+
"index": 0,
|
|
553
|
+
"modifier": "ref"
|
|
554
|
+
}
|
|
555
|
+
]
|
|
556
|
+
}
|
|
557
|
+
],
|
|
558
|
+
"properties": [],
|
|
559
|
+
"fields": [],
|
|
560
|
+
"events": [],
|
|
561
|
+
"constructors": [
|
|
562
|
+
{
|
|
563
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate::.ctor(System.Object,System.IntPtr):void",
|
|
564
|
+
"metadataToken": 100701691,
|
|
565
|
+
"canonicalSignature": "(System.Object,System.IntPtr):void",
|
|
566
|
+
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
567
|
+
"isStatic": false,
|
|
568
|
+
"parameterCount": 2,
|
|
569
|
+
"visibility": "Public",
|
|
570
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
571
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
572
|
+
}
|
|
573
|
+
]
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
577
|
+
"clrName": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
578
|
+
"assemblyName": "System.Private.CoreLib",
|
|
579
|
+
"metadataToken": 0,
|
|
580
|
+
"kind": "Delegate",
|
|
581
|
+
"accessibility": "Public",
|
|
582
|
+
"isAbstract": false,
|
|
583
|
+
"isSealed": true,
|
|
584
|
+
"isStatic": false,
|
|
585
|
+
"arity": 1,
|
|
586
|
+
"baseType": {
|
|
587
|
+
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
588
|
+
"clrName": "System.MulticastDelegate"
|
|
589
|
+
},
|
|
590
|
+
"interfaces": [
|
|
591
|
+
{
|
|
592
|
+
"stableId": "System.Private.CoreLib:System.ICloneable",
|
|
593
|
+
"clrName": "System.ICloneable"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
597
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
598
|
+
}
|
|
599
|
+
],
|
|
600
|
+
"typeParameters": [
|
|
601
|
+
"TResult"
|
|
602
|
+
],
|
|
603
|
+
"methods": [
|
|
604
|
+
{
|
|
605
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform::Invoke(System.IO.Enumeration.FileSystemEntry\u0026):TResult",
|
|
606
|
+
"clrName": "Invoke",
|
|
607
|
+
"metadataToken": 100701696,
|
|
608
|
+
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026):TResult",
|
|
609
|
+
"normalizedSignature": "Invoke|(System.IO.Enumeration.FileSystemEntry\u0026):TResult|static=false",
|
|
610
|
+
"emitScope": "ClassSurface",
|
|
611
|
+
"provenance": "Original",
|
|
612
|
+
"arity": 0,
|
|
613
|
+
"parameterCount": 1,
|
|
614
|
+
"isStatic": false,
|
|
615
|
+
"isAbstract": false,
|
|
616
|
+
"isVirtual": true,
|
|
617
|
+
"isOverride": false,
|
|
618
|
+
"isSealed": false,
|
|
619
|
+
"visibility": "Public",
|
|
620
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
621
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
622
|
+
"isExtensionMethod": false,
|
|
623
|
+
"parameterModifiers": [
|
|
624
|
+
{
|
|
625
|
+
"index": 0,
|
|
626
|
+
"modifier": "ref"
|
|
627
|
+
}
|
|
628
|
+
]
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform::BeginInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
632
|
+
"clrName": "BeginInvoke",
|
|
633
|
+
"metadataToken": 100701697,
|
|
634
|
+
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
635
|
+
"normalizedSignature": "BeginInvoke|(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
|
|
636
|
+
"emitScope": "ClassSurface",
|
|
637
|
+
"provenance": "Original",
|
|
638
|
+
"arity": 0,
|
|
639
|
+
"parameterCount": 3,
|
|
640
|
+
"isStatic": false,
|
|
641
|
+
"isAbstract": false,
|
|
642
|
+
"isVirtual": true,
|
|
643
|
+
"isOverride": false,
|
|
644
|
+
"isSealed": false,
|
|
645
|
+
"visibility": "Public",
|
|
646
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
647
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
648
|
+
"isExtensionMethod": false,
|
|
649
|
+
"parameterModifiers": [
|
|
650
|
+
{
|
|
651
|
+
"index": 0,
|
|
652
|
+
"modifier": "ref"
|
|
653
|
+
}
|
|
654
|
+
]
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform::EndInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):TResult",
|
|
658
|
+
"clrName": "EndInvoke",
|
|
659
|
+
"metadataToken": 100701698,
|
|
660
|
+
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):TResult",
|
|
661
|
+
"normalizedSignature": "EndInvoke|(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):TResult|static=false",
|
|
662
|
+
"emitScope": "ClassSurface",
|
|
663
|
+
"provenance": "Original",
|
|
664
|
+
"arity": 0,
|
|
665
|
+
"parameterCount": 2,
|
|
666
|
+
"isStatic": false,
|
|
667
|
+
"isAbstract": false,
|
|
668
|
+
"isVirtual": true,
|
|
669
|
+
"isOverride": false,
|
|
670
|
+
"isSealed": false,
|
|
671
|
+
"visibility": "Public",
|
|
672
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
673
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
674
|
+
"isExtensionMethod": false,
|
|
675
|
+
"parameterModifiers": [
|
|
676
|
+
{
|
|
677
|
+
"index": 0,
|
|
678
|
+
"modifier": "ref"
|
|
679
|
+
}
|
|
680
|
+
]
|
|
681
|
+
}
|
|
682
|
+
],
|
|
683
|
+
"properties": [],
|
|
684
|
+
"fields": [],
|
|
685
|
+
"events": [],
|
|
686
|
+
"constructors": [
|
|
687
|
+
{
|
|
688
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform::.ctor(System.Object,System.IntPtr):void",
|
|
689
|
+
"metadataToken": 100701695,
|
|
690
|
+
"canonicalSignature": "(System.Object,System.IntPtr):void",
|
|
691
|
+
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
692
|
+
"isStatic": false,
|
|
693
|
+
"parameterCount": 2,
|
|
694
|
+
"visibility": "Public",
|
|
695
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
696
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
697
|
+
}
|
|
698
|
+
]
|
|
699
|
+
},
|
|
700
700
|
{
|
|
701
701
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601",
|
|
702
702
|
"clrName": "System.IO.Enumeration.FileSystemEnumerator\u00601",
|