@tsonic/dotnet 10.0.5 → 10.0.10
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/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +6 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +58 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -0
- package/Microsoft.Win32/internal/index.d.ts +3 -3
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +447 -196
- package/System.Buffers/internal/index.d.ts +24 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +4 -0
- package/System.Collections/internal/index.d.ts +37 -26
- package/System.Collections.Concurrent/internal/index.d.ts +17 -3
- package/System.Collections.Frozen/internal/index.d.ts +12 -0
- package/System.Collections.Generic/internal/index.d.ts +126 -43
- package/System.Collections.Immutable/internal/index.d.ts +51 -14
- package/System.Collections.ObjectModel/internal/index.d.ts +22 -10
- package/System.Collections.Specialized/internal/index.d.ts +33 -12
- package/System.ComponentModel/internal/index.d.ts +275 -33
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +73 -3
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
- package/System.ComponentModel.Design/internal/index.d.ts +49 -7
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +22 -0
- package/System.Data/internal/index.d.ts +111 -21
- package/System.Data.Common/internal/index.d.ts +67 -36
- package/System.Data.SqlTypes/internal/index.d.ts +59 -52
- package/System.Diagnostics/internal/index.d.ts +147 -17
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
- package/System.Diagnostics.Contracts/internal/index.d.ts +26 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +31 -3
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +8 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +40 -6
- package/System.Drawing/internal/index.d.ts +24 -0
- package/System.Dynamic/internal/index.d.ts +38 -6
- package/System.Formats.Asn1/internal/index.d.ts +13 -3
- package/System.Formats.Tar/internal/index.d.ts +20 -6
- package/System.Globalization/internal/index.d.ts +64 -18
- package/System.IO/internal/index.d.ts +74 -18
- package/System.IO.Compression/internal/index.d.ts +25 -9
- package/System.IO.Enumeration/internal/index.d.ts +6 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -3
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -0
- package/System.IO.Pipelines/internal/index.d.ts +19 -3
- package/System.IO.Pipes/internal/index.d.ts +16 -0
- package/System.Linq/internal/index.d.ts +17 -3
- package/System.Linq.Expressions/internal/index.d.ts +86 -18
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
- package/System.Net/internal/index.d.ts +112 -23
- package/System.Net.Cache/internal/index.d.ts +4 -0
- package/System.Net.Http/internal/index.d.ts +50 -0
- package/System.Net.Http.Headers/internal/index.d.ts +79 -62
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +31 -9
- package/System.Net.Mime/internal/index.d.ts +4 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +67 -10
- package/System.Net.Quic/internal/index.d.ts +22 -6
- package/System.Net.Security/internal/index.d.ts +27 -3
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
- package/System.Net.Sockets/internal/index.d.ts +38 -6
- package/System.Net.WebSockets/internal/index.d.ts +23 -3
- package/System.Numerics/internal/index.d.ts +29 -16
- package/System.Reflection/internal/index.d.ts +135 -32
- package/System.Reflection.Emit/internal/index.d.ts +45 -9
- package/System.Reflection.Metadata/internal/index.d.ts +324 -10
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +76 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +37 -3
- package/System.Resources/internal/index.d.ts +16 -0
- package/System.Runtime/internal/index.d.ts +12 -6
- package/System.Runtime.CompilerServices/internal/index.d.ts +278 -39
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +6 -0
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices/internal/index.d.ts +175 -15
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +40 -0
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +55 -3
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +57 -12
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -0
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +8 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +13 -17
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +40 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -0
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +148 -0
- package/System.Runtime.Loader/internal/index.d.ts +7 -3
- package/System.Runtime.Remoting/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +75 -9
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +26 -0
- package/System.Security/internal/index.d.ts +28 -6
- package/System.Security.AccessControl/internal/index.d.ts +98 -8
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +9 -3
- package/System.Security.Claims/internal/index.d.ts +8 -6
- package/System.Security.Cryptography/internal/index.d.ts +299 -44
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +72 -14
- package/System.Security.Permissions/internal/index.d.ts +6 -0
- package/System.Security.Policy/internal/index.d.ts +4 -0
- package/System.Security.Principal/internal/index.d.ts +21 -8
- package/System.Text/internal/index.d.ts +70 -11
- package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
- package/System.Text.Json/internal/index.d.ts +33 -8
- package/System.Text.Json.Nodes/internal/index.d.ts +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +54 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +23 -3
- package/System.Text.RegularExpressions/internal/index.d.ts +35 -7
- package/System.Text.Unicode/internal/index.d.ts +4 -0
- package/System.Threading/internal/index.d.ts +108 -24
- package/System.Threading.Channels/internal/index.d.ts +18 -0
- package/System.Threading.Tasks/internal/index.d.ts +49 -13
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +2 -0
- package/System.Timers/internal/index.d.ts +7 -3
- package/System.Transactions/internal/index.d.ts +37 -15
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Markup/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +107 -20
- package/System.Xml.Linq/internal/index.d.ts +42 -18
- package/System.Xml.Resolvers/internal/index.d.ts +2 -0
- package/System.Xml.Schema/internal/index.d.ts +150 -4
- package/System.Xml.Serialization/internal/index.d.ts +120 -8
- package/System.Xml.XPath/internal/index.d.ts +14 -6
- package/System.Xml.Xsl/internal/index.d.ts +16 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +89 -2
- package/__internal/extensions/index.d.ts +2143 -1955
- package/package.json +2 -2
|
@@ -53,7 +53,9 @@ export enum ZLibCompressionStrategy {
|
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
|
|
56
|
-
export interface BrotliDecoder$instance {
|
|
56
|
+
export interface BrotliDecoder$instance extends System_Internal.IDisposable$instance {
|
|
57
|
+
readonly __tsonic_type_System_IO_Compression_BrotliDecoder: never;
|
|
58
|
+
|
|
57
59
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
58
60
|
|
|
59
61
|
Decompress(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, bytesConsumed: int, bytesWritten: int): OperationStatus;
|
|
@@ -71,12 +73,12 @@ export interface __BrotliDecoder$views {
|
|
|
71
73
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
72
74
|
}
|
|
73
75
|
|
|
74
|
-
export interface BrotliDecoder$instance extends System_Internal.IDisposable$instance {}
|
|
75
|
-
|
|
76
76
|
export type BrotliDecoder = BrotliDecoder$instance & __BrotliDecoder$views;
|
|
77
77
|
|
|
78
78
|
|
|
79
|
-
export interface BrotliEncoder$instance {
|
|
79
|
+
export interface BrotliEncoder$instance extends System_Internal.IDisposable$instance {
|
|
80
|
+
readonly __tsonic_type_System_IO_Compression_BrotliEncoder: never;
|
|
81
|
+
|
|
80
82
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
81
83
|
|
|
82
84
|
Compress(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, bytesConsumed: int, bytesWritten: int, isFinalBlock: boolean): OperationStatus;
|
|
@@ -97,12 +99,12 @@ export interface __BrotliEncoder$views {
|
|
|
97
99
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
98
100
|
}
|
|
99
101
|
|
|
100
|
-
export interface BrotliEncoder$instance extends System_Internal.IDisposable$instance {}
|
|
101
|
-
|
|
102
102
|
export type BrotliEncoder = BrotliEncoder$instance & __BrotliEncoder$views;
|
|
103
103
|
|
|
104
104
|
|
|
105
105
|
export interface BrotliCompressionOptions$instance {
|
|
106
|
+
readonly __tsonic_type_System_IO_Compression_BrotliCompressionOptions: never;
|
|
107
|
+
|
|
106
108
|
Quality: int;
|
|
107
109
|
}
|
|
108
110
|
|
|
@@ -115,6 +117,8 @@ export const BrotliCompressionOptions: {
|
|
|
115
117
|
export type BrotliCompressionOptions = BrotliCompressionOptions$instance;
|
|
116
118
|
|
|
117
119
|
export interface BrotliStream$instance extends Stream {
|
|
120
|
+
readonly __tsonic_type_System_IO_Compression_BrotliStream: never;
|
|
121
|
+
|
|
118
122
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
119
123
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
120
124
|
|
|
@@ -174,6 +178,8 @@ export type BrotliStream = BrotliStream$instance & __BrotliStream$views;
|
|
|
174
178
|
|
|
175
179
|
|
|
176
180
|
export interface DeflateStream$instance extends Stream {
|
|
181
|
+
readonly __tsonic_type_System_IO_Compression_DeflateStream: never;
|
|
182
|
+
|
|
177
183
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
178
184
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
179
185
|
|
|
@@ -239,6 +245,8 @@ export type DeflateStream = DeflateStream$instance & __DeflateStream$views;
|
|
|
239
245
|
|
|
240
246
|
|
|
241
247
|
export interface GZipStream$instance extends Stream {
|
|
248
|
+
readonly __tsonic_type_System_IO_Compression_GZipStream: never;
|
|
249
|
+
|
|
242
250
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
243
251
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
244
252
|
|
|
@@ -303,7 +311,9 @@ export interface __GZipStream$views {
|
|
|
303
311
|
export type GZipStream = GZipStream$instance & __GZipStream$views;
|
|
304
312
|
|
|
305
313
|
|
|
306
|
-
export interface ZipArchive$instance {
|
|
314
|
+
export interface ZipArchive$instance extends System_Internal.IAsyncDisposable$instance {
|
|
315
|
+
readonly __tsonic_type_System_IO_Compression_ZipArchive: never;
|
|
316
|
+
|
|
307
317
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
308
318
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
309
319
|
|
|
@@ -334,12 +344,12 @@ export interface __ZipArchive$views {
|
|
|
334
344
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
335
345
|
}
|
|
336
346
|
|
|
337
|
-
export interface ZipArchive$instance extends System_Internal.IAsyncDisposable$instance {}
|
|
338
|
-
|
|
339
347
|
export type ZipArchive = ZipArchive$instance & __ZipArchive$views;
|
|
340
348
|
|
|
341
349
|
|
|
342
350
|
export interface ZipArchiveEntry$instance {
|
|
351
|
+
readonly __tsonic_type_System_IO_Compression_ZipArchiveEntry: never;
|
|
352
|
+
|
|
343
353
|
readonly Archive: ZipArchive;
|
|
344
354
|
Comment: string;
|
|
345
355
|
readonly CompressedLength: long;
|
|
@@ -364,6 +374,8 @@ export const ZipArchiveEntry: {
|
|
|
364
374
|
export type ZipArchiveEntry = ZipArchiveEntry$instance;
|
|
365
375
|
|
|
366
376
|
export interface ZLibCompressionOptions$instance {
|
|
377
|
+
readonly __tsonic_type_System_IO_Compression_ZLibCompressionOptions: never;
|
|
378
|
+
|
|
367
379
|
CompressionLevel: int;
|
|
368
380
|
CompressionStrategy: ZLibCompressionStrategy;
|
|
369
381
|
}
|
|
@@ -377,6 +389,8 @@ export const ZLibCompressionOptions: {
|
|
|
377
389
|
export type ZLibCompressionOptions = ZLibCompressionOptions$instance;
|
|
378
390
|
|
|
379
391
|
export interface ZLibException$instance extends IOException {
|
|
392
|
+
readonly __tsonic_type_System_IO_Compression_ZLibException: never;
|
|
393
|
+
|
|
380
394
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
381
395
|
|
|
382
396
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -398,6 +412,8 @@ export type ZLibException = ZLibException$instance & __ZLibException$views;
|
|
|
398
412
|
|
|
399
413
|
|
|
400
414
|
export interface ZLibStream$instance extends Stream {
|
|
415
|
+
readonly __tsonic_type_System_IO_Compression_ZLibStream: never;
|
|
416
|
+
|
|
401
417
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
402
418
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
403
419
|
|
|
@@ -29,6 +29,8 @@ export type FileSystemEnumerable_1_FindTransform<TResult> = (entry: FileSystemEn
|
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
export interface FileSystemEntry$instance {
|
|
32
|
+
readonly __tsonic_type_System_IO_Enumeration_FileSystemEntry: never;
|
|
33
|
+
|
|
32
34
|
readonly Attributes: FileAttributes;
|
|
33
35
|
readonly CreationTimeUtc: DateTimeOffset;
|
|
34
36
|
Directory: ReadOnlySpan_1<System_Internal.Char>;
|
|
@@ -54,6 +56,8 @@ export const FileSystemEntry: {
|
|
|
54
56
|
export type FileSystemEntry = FileSystemEntry$instance;
|
|
55
57
|
|
|
56
58
|
export interface FileSystemEnumerable_1$instance<TResult> {
|
|
59
|
+
readonly __tsonic_type_System_IO_Enumeration_FileSystemEnumerable_1: never;
|
|
60
|
+
|
|
57
61
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
58
62
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
59
63
|
|
|
@@ -79,6 +83,8 @@ export type FileSystemEnumerable_1<TResult> = FileSystemEnumerable_1$instance<TR
|
|
|
79
83
|
|
|
80
84
|
|
|
81
85
|
export interface FileSystemEnumerator_1$instance<TResult> extends CriticalFinalizerObject, IDisposable {
|
|
86
|
+
readonly __tsonic_type_System_IO_Enumeration_FileSystemEnumerator_1: never;
|
|
87
|
+
|
|
82
88
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
83
89
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
84
90
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -39,6 +39,8 @@ export interface INormalizeForIsolatedStorage$instance {
|
|
|
39
39
|
export type INormalizeForIsolatedStorage = INormalizeForIsolatedStorage$instance;
|
|
40
40
|
|
|
41
41
|
export interface IsolatedStorage$instance extends MarshalByRefObject {
|
|
42
|
+
readonly __tsonic_type_System_IO_IsolatedStorage_IsolatedStorage: never;
|
|
43
|
+
|
|
42
44
|
readonly ApplicationIdentity: unknown;
|
|
43
45
|
readonly AssemblyIdentity: unknown;
|
|
44
46
|
readonly AvailableFreeSpace: long;
|
|
@@ -62,6 +64,8 @@ export const IsolatedStorage: (abstract new() => IsolatedStorage) & {
|
|
|
62
64
|
export type IsolatedStorage = IsolatedStorage$instance;
|
|
63
65
|
|
|
64
66
|
export interface IsolatedStorageException$instance extends Exception {
|
|
67
|
+
readonly __tsonic_type_System_IO_IsolatedStorage_IsolatedStorageException: never;
|
|
68
|
+
|
|
65
69
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
66
70
|
|
|
67
71
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -82,7 +86,9 @@ export interface __IsolatedStorageException$views {
|
|
|
82
86
|
export type IsolatedStorageException = IsolatedStorageException$instance & __IsolatedStorageException$views;
|
|
83
87
|
|
|
84
88
|
|
|
85
|
-
export interface IsolatedStorageFile$instance extends IsolatedStorage {
|
|
89
|
+
export interface IsolatedStorageFile$instance extends IsolatedStorage, System_Internal.IDisposable$instance {
|
|
90
|
+
readonly __tsonic_type_System_IO_IsolatedStorage_IsolatedStorageFile: never;
|
|
91
|
+
|
|
86
92
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
87
93
|
|
|
88
94
|
readonly AvailableFreeSpace: long;
|
|
@@ -139,12 +145,12 @@ export interface __IsolatedStorageFile$views {
|
|
|
139
145
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
140
146
|
}
|
|
141
147
|
|
|
142
|
-
export interface IsolatedStorageFile$instance extends System_Internal.IDisposable$instance {}
|
|
143
|
-
|
|
144
148
|
export type IsolatedStorageFile = IsolatedStorageFile$instance & __IsolatedStorageFile$views;
|
|
145
149
|
|
|
146
150
|
|
|
147
151
|
export interface IsolatedStorageFileStream$instance extends FileStream {
|
|
152
|
+
readonly __tsonic_type_System_IO_IsolatedStorage_IsolatedStorageFileStream: never;
|
|
153
|
+
|
|
148
154
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
149
155
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
150
156
|
|
|
@@ -49,6 +49,8 @@ export enum MemoryMappedFileRights {
|
|
|
49
49
|
|
|
50
50
|
|
|
51
51
|
export interface MemoryMappedFile$instance {
|
|
52
|
+
readonly __tsonic_type_System_IO_MemoryMappedFiles_MemoryMappedFile: never;
|
|
53
|
+
|
|
52
54
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
53
55
|
|
|
54
56
|
readonly SafeMemoryMappedFileHandle: SafeMemoryMappedFileHandle;
|
|
@@ -91,6 +93,8 @@ export type MemoryMappedFile = MemoryMappedFile$instance & __MemoryMappedFile$vi
|
|
|
91
93
|
|
|
92
94
|
|
|
93
95
|
export interface MemoryMappedViewAccessor$instance extends UnmanagedMemoryAccessor {
|
|
96
|
+
readonly __tsonic_type_System_IO_MemoryMappedFiles_MemoryMappedViewAccessor: never;
|
|
97
|
+
|
|
94
98
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
95
99
|
|
|
96
100
|
readonly PointerOffset: long;
|
|
@@ -113,6 +117,8 @@ export type MemoryMappedViewAccessor = MemoryMappedViewAccessor$instance & __Mem
|
|
|
113
117
|
|
|
114
118
|
|
|
115
119
|
export interface MemoryMappedViewStream$instance extends UnmanagedMemoryStream {
|
|
120
|
+
readonly __tsonic_type_System_IO_MemoryMappedFiles_MemoryMappedViewStream: never;
|
|
121
|
+
|
|
116
122
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
117
123
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
118
124
|
|
|
@@ -28,6 +28,8 @@ export interface IDuplexPipe$instance {
|
|
|
28
28
|
export type IDuplexPipe = IDuplexPipe$instance;
|
|
29
29
|
|
|
30
30
|
export interface FlushResult$instance {
|
|
31
|
+
readonly __tsonic_type_System_IO_Pipelines_FlushResult: never;
|
|
32
|
+
|
|
31
33
|
readonly IsCanceled: boolean;
|
|
32
34
|
readonly IsCompleted: boolean;
|
|
33
35
|
}
|
|
@@ -41,6 +43,8 @@ export const FlushResult: {
|
|
|
41
43
|
export type FlushResult = FlushResult$instance;
|
|
42
44
|
|
|
43
45
|
export interface ReadResult$instance {
|
|
46
|
+
readonly __tsonic_type_System_IO_Pipelines_ReadResult: never;
|
|
47
|
+
|
|
44
48
|
readonly Buffer: ReadOnlySequence_1<System_Internal.Byte>;
|
|
45
49
|
readonly IsCanceled: boolean;
|
|
46
50
|
readonly IsCompleted: boolean;
|
|
@@ -55,6 +59,8 @@ export const ReadResult: {
|
|
|
55
59
|
export type ReadResult = ReadResult$instance;
|
|
56
60
|
|
|
57
61
|
export interface Pipe$instance {
|
|
62
|
+
readonly __tsonic_type_System_IO_Pipelines_Pipe: never;
|
|
63
|
+
|
|
58
64
|
readonly Reader: PipeReader;
|
|
59
65
|
readonly Writer: PipeWriter;
|
|
60
66
|
Reset(): void;
|
|
@@ -70,6 +76,8 @@ export const Pipe: {
|
|
|
70
76
|
export type Pipe = Pipe$instance;
|
|
71
77
|
|
|
72
78
|
export interface PipeOptions$instance {
|
|
79
|
+
readonly __tsonic_type_System_IO_Pipelines_PipeOptions: never;
|
|
80
|
+
|
|
73
81
|
readonly MinimumSegmentSize: int;
|
|
74
82
|
readonly PauseWriterThreshold: long;
|
|
75
83
|
readonly Pool: MemoryPool_1<System_Internal.Byte>;
|
|
@@ -89,6 +97,8 @@ export const PipeOptions: {
|
|
|
89
97
|
export type PipeOptions = PipeOptions$instance;
|
|
90
98
|
|
|
91
99
|
export interface PipeReader$instance {
|
|
100
|
+
readonly __tsonic_type_System_IO_Pipelines_PipeReader: never;
|
|
101
|
+
|
|
92
102
|
AdvanceTo(consumed: SequencePosition): void;
|
|
93
103
|
AdvanceTo(consumed: SequencePosition, examined: SequencePosition): void;
|
|
94
104
|
AsStream(leaveOpen?: boolean): Stream;
|
|
@@ -114,6 +124,8 @@ export const PipeReader: (abstract new() => PipeReader) & {
|
|
|
114
124
|
export type PipeReader = PipeReader$instance;
|
|
115
125
|
|
|
116
126
|
export interface PipeScheduler$instance {
|
|
127
|
+
readonly __tsonic_type_System_IO_Pipelines_PipeScheduler: never;
|
|
128
|
+
|
|
117
129
|
Schedule(action: Action_1<unknown>, state: unknown): void;
|
|
118
130
|
}
|
|
119
131
|
|
|
@@ -126,7 +138,9 @@ export const PipeScheduler: (abstract new() => PipeScheduler) & {
|
|
|
126
138
|
|
|
127
139
|
export type PipeScheduler = PipeScheduler$instance;
|
|
128
140
|
|
|
129
|
-
export interface PipeWriter$instance {
|
|
141
|
+
export interface PipeWriter$instance extends System_Buffers_Internal.IBufferWriter_1$instance<System_Internal.Byte> {
|
|
142
|
+
readonly __tsonic_type_System_IO_Pipelines_PipeWriter: never;
|
|
143
|
+
|
|
130
144
|
readonly __tsonic_iface_System_Buffers_IBufferWriter_1: never;
|
|
131
145
|
|
|
132
146
|
readonly CanGetUnflushedBytes: boolean;
|
|
@@ -154,12 +168,12 @@ export interface __PipeWriter$views {
|
|
|
154
168
|
As_IBufferWriter_1(): System_Buffers_Internal.IBufferWriter_1$instance<System_Internal.Byte>;
|
|
155
169
|
}
|
|
156
170
|
|
|
157
|
-
export interface PipeWriter$instance extends System_Buffers_Internal.IBufferWriter_1$instance<System_Internal.Byte> {}
|
|
158
|
-
|
|
159
171
|
export type PipeWriter = PipeWriter$instance & __PipeWriter$views;
|
|
160
172
|
|
|
161
173
|
|
|
162
174
|
export interface StreamPipeReaderOptions$instance {
|
|
175
|
+
readonly __tsonic_type_System_IO_Pipelines_StreamPipeReaderOptions: never;
|
|
176
|
+
|
|
163
177
|
readonly BufferSize: int;
|
|
164
178
|
readonly LeaveOpen: boolean;
|
|
165
179
|
readonly MinimumReadSize: int;
|
|
@@ -177,6 +191,8 @@ export const StreamPipeReaderOptions: {
|
|
|
177
191
|
export type StreamPipeReaderOptions = StreamPipeReaderOptions$instance;
|
|
178
192
|
|
|
179
193
|
export interface StreamPipeWriterOptions$instance {
|
|
194
|
+
readonly __tsonic_type_System_IO_Pipelines_StreamPipeWriterOptions: never;
|
|
195
|
+
|
|
180
196
|
readonly LeaveOpen: boolean;
|
|
181
197
|
readonly MinimumBufferSize: int;
|
|
182
198
|
readonly Pool: MemoryPool_1<System_Internal.Byte>;
|
|
@@ -68,6 +68,8 @@ export type PipeStreamImpersonationWorker = () => void;
|
|
|
68
68
|
|
|
69
69
|
|
|
70
70
|
export interface AnonymousPipeClientStream$instance extends PipeStream$instance {
|
|
71
|
+
readonly __tsonic_type_System_IO_Pipes_AnonymousPipeClientStream: never;
|
|
72
|
+
|
|
71
73
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
72
74
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
73
75
|
|
|
@@ -96,6 +98,8 @@ export type AnonymousPipeClientStream = AnonymousPipeClientStream$instance & __A
|
|
|
96
98
|
|
|
97
99
|
|
|
98
100
|
export interface AnonymousPipeServerStream$instance extends PipeStream$instance {
|
|
101
|
+
readonly __tsonic_type_System_IO_Pipes_AnonymousPipeServerStream: never;
|
|
102
|
+
|
|
99
103
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
100
104
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
101
105
|
|
|
@@ -129,6 +133,8 @@ export type AnonymousPipeServerStream = AnonymousPipeServerStream$instance & __A
|
|
|
129
133
|
|
|
130
134
|
|
|
131
135
|
export interface NamedPipeClientStream$instance extends PipeStream$instance {
|
|
136
|
+
readonly __tsonic_type_System_IO_Pipes_NamedPipeClientStream: never;
|
|
137
|
+
|
|
132
138
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
133
139
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
134
140
|
|
|
@@ -172,6 +178,8 @@ export type NamedPipeClientStream = NamedPipeClientStream$instance & __NamedPipe
|
|
|
172
178
|
|
|
173
179
|
|
|
174
180
|
export interface NamedPipeServerStream$instance extends PipeStream$instance {
|
|
181
|
+
readonly __tsonic_type_System_IO_Pipes_NamedPipeServerStream: never;
|
|
182
|
+
|
|
175
183
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
176
184
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
177
185
|
|
|
@@ -213,6 +221,8 @@ export type NamedPipeServerStream = NamedPipeServerStream$instance & __NamedPipe
|
|
|
213
221
|
|
|
214
222
|
|
|
215
223
|
export interface PipeAccessRule$instance extends AccessRule {
|
|
224
|
+
readonly __tsonic_type_System_IO_Pipes_PipeAccessRule: never;
|
|
225
|
+
|
|
216
226
|
readonly PipeAccessRights: PipeAccessRights;
|
|
217
227
|
}
|
|
218
228
|
|
|
@@ -226,6 +236,8 @@ export const PipeAccessRule: {
|
|
|
226
236
|
export type PipeAccessRule = PipeAccessRule$instance;
|
|
227
237
|
|
|
228
238
|
export interface PipeAuditRule$instance extends AuditRule {
|
|
239
|
+
readonly __tsonic_type_System_IO_Pipes_PipeAuditRule: never;
|
|
240
|
+
|
|
229
241
|
readonly PipeAccessRights: PipeAccessRights;
|
|
230
242
|
}
|
|
231
243
|
|
|
@@ -239,6 +251,8 @@ export const PipeAuditRule: {
|
|
|
239
251
|
export type PipeAuditRule = PipeAuditRule$instance;
|
|
240
252
|
|
|
241
253
|
export interface PipeSecurity$instance extends NativeObjectSecurity {
|
|
254
|
+
readonly __tsonic_type_System_IO_Pipes_PipeSecurity: never;
|
|
255
|
+
|
|
242
256
|
readonly AccessRightType: Type;
|
|
243
257
|
readonly AccessRuleType: Type;
|
|
244
258
|
readonly AuditRuleType: Type;
|
|
@@ -268,6 +282,8 @@ export const PipeSecurity: {
|
|
|
268
282
|
export type PipeSecurity = PipeSecurity$instance;
|
|
269
283
|
|
|
270
284
|
export interface PipeStream$instance extends Stream {
|
|
285
|
+
readonly __tsonic_type_System_IO_Pipes_PipeStream: never;
|
|
286
|
+
|
|
271
287
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
272
288
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
273
289
|
|
|
@@ -152,6 +152,8 @@ export interface IQueryProvider$instance {
|
|
|
152
152
|
export type IQueryProvider = IQueryProvider$instance;
|
|
153
153
|
|
|
154
154
|
export interface EnumerableExecutor$instance {
|
|
155
|
+
readonly __tsonic_type_System_Linq_EnumerableExecutor: never;
|
|
156
|
+
|
|
155
157
|
}
|
|
156
158
|
|
|
157
159
|
|
|
@@ -162,6 +164,8 @@ export const EnumerableExecutor: {
|
|
|
162
164
|
export type EnumerableExecutor = EnumerableExecutor$instance;
|
|
163
165
|
|
|
164
166
|
export interface EnumerableExecutor_1$instance<T> extends EnumerableExecutor {
|
|
167
|
+
readonly __tsonic_type_System_Linq_EnumerableExecutor_1: never;
|
|
168
|
+
|
|
165
169
|
}
|
|
166
170
|
|
|
167
171
|
|
|
@@ -173,6 +177,8 @@ export const EnumerableExecutor_1: {
|
|
|
173
177
|
export type EnumerableExecutor_1<T> = EnumerableExecutor_1$instance<T>;
|
|
174
178
|
|
|
175
179
|
export interface EnumerableQuery$instance {
|
|
180
|
+
readonly __tsonic_type_System_Linq_EnumerableQuery: never;
|
|
181
|
+
|
|
176
182
|
}
|
|
177
183
|
|
|
178
184
|
|
|
@@ -182,7 +188,9 @@ export const EnumerableQuery: {
|
|
|
182
188
|
|
|
183
189
|
export type EnumerableQuery = EnumerableQuery$instance;
|
|
184
190
|
|
|
185
|
-
export interface EnumerableQuery_1$instance<T> extends EnumerableQuery {
|
|
191
|
+
export interface EnumerableQuery_1$instance<T> extends EnumerableQuery, IOrderedQueryable_1$instance<T>, IQueryProvider$instance {
|
|
192
|
+
readonly __tsonic_type_System_Linq_EnumerableQuery_1: never;
|
|
193
|
+
|
|
186
194
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
187
195
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
188
196
|
readonly __tsonic_iface_System_Linq_IOrderedQueryable: never;
|
|
@@ -208,12 +216,12 @@ export interface __EnumerableQuery_1$views<T> {
|
|
|
208
216
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
209
217
|
}
|
|
210
218
|
|
|
211
|
-
export interface EnumerableQuery_1$instance<T> extends IOrderedQueryable_1$instance<T>, IQueryProvider$instance {}
|
|
212
|
-
|
|
213
219
|
export type EnumerableQuery_1<T> = EnumerableQuery_1$instance<T> & __EnumerableQuery_1$views<T>;
|
|
214
220
|
|
|
215
221
|
|
|
216
222
|
export interface Lookup_2$instance<TKey, TElement> {
|
|
223
|
+
readonly __tsonic_type_System_Linq_Lookup_2: never;
|
|
224
|
+
|
|
217
225
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
218
226
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
219
227
|
readonly __tsonic_iface_System_Linq_ILookup_2: never;
|
|
@@ -240,6 +248,8 @@ export type Lookup_2<TKey, TElement> = Lookup_2$instance<TKey, TElement> & __Loo
|
|
|
240
248
|
|
|
241
249
|
|
|
242
250
|
export interface OrderedParallelQuery_1$instance<TSource> extends ParallelQuery_1$instance<TSource> {
|
|
251
|
+
readonly __tsonic_type_System_Linq_OrderedParallelQuery_1: never;
|
|
252
|
+
|
|
243
253
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
244
254
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
245
255
|
|
|
@@ -262,6 +272,8 @@ export type OrderedParallelQuery_1<TSource> = OrderedParallelQuery_1$instance<TS
|
|
|
262
272
|
|
|
263
273
|
|
|
264
274
|
export interface ParallelQuery$instance {
|
|
275
|
+
readonly __tsonic_type_System_Linq_ParallelQuery: never;
|
|
276
|
+
|
|
265
277
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
266
278
|
|
|
267
279
|
}
|
|
@@ -279,6 +291,8 @@ export type ParallelQuery = ParallelQuery$instance & __ParallelQuery$views;
|
|
|
279
291
|
|
|
280
292
|
|
|
281
293
|
export interface ParallelQuery_1$instance<TSource> extends ParallelQuery$instance {
|
|
294
|
+
readonly __tsonic_type_System_Linq_ParallelQuery_1: never;
|
|
295
|
+
|
|
282
296
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
283
297
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
284
298
|
|