@tsonic/dotnet 10.0.3 → 10.0.5
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 +4 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +2 -0
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +1042 -19
- package/System.Buffers/internal/index.d.ts +18 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +3 -0
- package/System.Collections/internal/index.d.ts +78 -10
- package/System.Collections.Concurrent/internal/index.d.ts +35 -0
- package/System.Collections.Frozen/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/index.d.ts +306 -5
- package/System.Collections.Immutable/internal/index.d.ts +156 -9
- package/System.Collections.ObjectModel/internal/index.d.ts +80 -2
- package/System.Collections.Specialized/internal/index.d.ts +45 -8
- package/System.ComponentModel/internal/index.d.ts +129 -8
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +6 -0
- package/System.ComponentModel.Design/internal/index.d.ts +75 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -0
- package/System.Data/internal/index.d.ts +165 -4
- package/System.Data.Common/internal/index.d.ts +86 -6
- package/System.Data.SqlTypes/internal/index.d.ts +92 -3
- package/System.Diagnostics/internal/index.d.ts +74 -9
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +6 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +22 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +16 -0
- package/System.Drawing/internal/index.d.ts +14 -0
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/internal/index.d.ts +6 -0
- package/System.Formats.Tar/internal/index.d.ts +6 -0
- package/System.Globalization/internal/index.d.ts +52 -2
- package/System.IO/internal/index.d.ts +67 -0
- package/System.IO.Compression/internal/index.d.ts +21 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +15 -0
- package/System.Linq/internal/index.d.ts +38 -4
- package/System.Linq.Expressions/internal/index.d.ts +17 -0
- package/System.Net/internal/index.d.ts +94 -3
- package/System.Net.Http/internal/index.d.ts +53 -0
- package/System.Net.Http.Headers/internal/index.d.ts +74 -1
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +57 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +32 -5
- package/System.Net.Quic/internal/index.d.ts +9 -0
- package/System.Net.Security/internal/index.d.ts +13 -0
- package/System.Net.Sockets/internal/index.d.ts +21 -0
- package/System.Net.WebSockets/internal/index.d.ts +9 -0
- package/System.Numerics/internal/index.d.ts +154 -6
- package/System.Reflection/internal/index.d.ts +69 -1
- package/System.Reflection.Emit/internal/index.d.ts +35 -0
- package/System.Reflection.Metadata/internal/index.d.ts +331 -2
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -0
- package/System.Resources/internal/index.d.ts +19 -1
- package/System.Runtime/internal/index.d.ts +6 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +58 -4
- package/System.Runtime.InteropServices/internal/index.d.ts +94 -0
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +42 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +4 -0
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +25 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +48 -4
- package/System.Runtime.Loader/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +36 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +2 -0
- package/System.Security/internal/index.d.ts +18 -0
- package/System.Security.AccessControl/internal/index.d.ts +26 -6
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +7 -2
- package/System.Security.Claims/internal/index.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +271 -1
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +47 -2
- package/System.Security.Policy/internal/index.d.ts +3 -0
- package/System.Security.Principal/internal/index.d.ts +24 -1
- package/System.Text/internal/index.d.ts +41 -1
- package/System.Text.Json/internal/index.d.ts +22 -1
- package/System.Text.Json.Nodes/internal/index.d.ts +11 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +10 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +4 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +44 -2
- package/System.Threading/internal/index.d.ts +78 -0
- package/System.Threading.Channels/internal/index.d.ts +2 -0
- package/System.Threading.Tasks/internal/index.d.ts +18 -0
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +67 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +39 -0
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Input/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +143 -6
- package/System.Xml.Linq/internal/index.d.ts +32 -0
- package/System.Xml.Schema/internal/index.d.ts +25 -2
- package/System.Xml.Serialization/internal/index.d.ts +29 -4
- package/System.Xml.XPath/internal/index.d.ts +13 -2
- package/System.Xml.Xsl/internal/index.d.ts +11 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +25 -1
- package/__internal/extensions/index.d.ts +263 -263
- package/package.json +1 -1
|
@@ -154,6 +154,8 @@ export enum UnicodeCategory {
|
|
|
154
154
|
|
|
155
155
|
|
|
156
156
|
export interface Calendar$instance {
|
|
157
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
158
|
+
|
|
157
159
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
158
160
|
readonly DaysInYearBeforeMinSupportedYear: int;
|
|
159
161
|
readonly Eras: int[];
|
|
@@ -217,6 +219,8 @@ export type Calendar = Calendar$instance & __Calendar$views;
|
|
|
217
219
|
|
|
218
220
|
|
|
219
221
|
export interface ChineseLunisolarCalendar$instance extends EastAsianLunisolarCalendar$instance {
|
|
222
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
223
|
+
|
|
220
224
|
readonly DaysInYearBeforeMinSupportedYear: int;
|
|
221
225
|
readonly Eras: int[];
|
|
222
226
|
readonly MaxSupportedDateTime: DateTime;
|
|
@@ -240,6 +244,8 @@ export type ChineseLunisolarCalendar = ChineseLunisolarCalendar$instance & __Chi
|
|
|
240
244
|
|
|
241
245
|
|
|
242
246
|
export interface CompareInfo$instance {
|
|
247
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
248
|
+
|
|
243
249
|
readonly LCID: int;
|
|
244
250
|
readonly Name: string;
|
|
245
251
|
readonly Version: SortVersion;
|
|
@@ -322,6 +328,9 @@ export type CompareInfo = CompareInfo$instance & __CompareInfo$views;
|
|
|
322
328
|
|
|
323
329
|
|
|
324
330
|
export interface CultureInfo$instance {
|
|
331
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
332
|
+
readonly __tsonic_iface_System_IFormatProvider: never;
|
|
333
|
+
|
|
325
334
|
readonly Calendar: Calendar;
|
|
326
335
|
readonly CompareInfo: CompareInfo;
|
|
327
336
|
readonly CultureTypes: CultureTypes;
|
|
@@ -388,6 +397,8 @@ export type CultureInfo = CultureInfo$instance & __CultureInfo$views;
|
|
|
388
397
|
|
|
389
398
|
|
|
390
399
|
export interface CultureNotFoundException$instance extends ArgumentException {
|
|
400
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
401
|
+
|
|
391
402
|
readonly InvalidCultureId: Nullable_1<System_Internal.Int32>;
|
|
392
403
|
readonly InvalidCultureName: string | undefined;
|
|
393
404
|
readonly Message: string;
|
|
@@ -415,6 +426,9 @@ export type CultureNotFoundException = CultureNotFoundException$instance & __Cul
|
|
|
415
426
|
|
|
416
427
|
|
|
417
428
|
export interface DateTimeFormatInfo$instance {
|
|
429
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
430
|
+
readonly __tsonic_iface_System_IFormatProvider: never;
|
|
431
|
+
|
|
418
432
|
AbbreviatedDayNames: string[];
|
|
419
433
|
AbbreviatedMonthGenitiveNames: string[];
|
|
420
434
|
AbbreviatedMonthNames: string[];
|
|
@@ -491,6 +505,8 @@ export const DaylightTime: {
|
|
|
491
505
|
export type DaylightTime = DaylightTime$instance;
|
|
492
506
|
|
|
493
507
|
export interface EastAsianLunisolarCalendar$instance extends Calendar$instance {
|
|
508
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
509
|
+
|
|
494
510
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
495
511
|
TwoDigitYearMax: int;
|
|
496
512
|
AddMonths(time: DateTime, months: int): DateTime;
|
|
@@ -536,6 +552,8 @@ export type EastAsianLunisolarCalendar = EastAsianLunisolarCalendar$instance & _
|
|
|
536
552
|
|
|
537
553
|
|
|
538
554
|
export interface GregorianCalendar$instance extends Calendar$instance {
|
|
555
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
556
|
+
|
|
539
557
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
540
558
|
CalendarType: GregorianCalendarTypes;
|
|
541
559
|
readonly Eras: int[];
|
|
@@ -586,6 +604,8 @@ export type GregorianCalendar = GregorianCalendar$instance & __GregorianCalendar
|
|
|
586
604
|
|
|
587
605
|
|
|
588
606
|
export interface HebrewCalendar$instance extends Calendar$instance {
|
|
607
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
608
|
+
|
|
589
609
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
590
610
|
readonly Eras: int[];
|
|
591
611
|
readonly MaxSupportedDateTime: DateTime;
|
|
@@ -634,6 +654,8 @@ export type HebrewCalendar = HebrewCalendar$instance & __HebrewCalendar$views;
|
|
|
634
654
|
|
|
635
655
|
|
|
636
656
|
export interface HijriCalendar$instance extends Calendar$instance {
|
|
657
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
658
|
+
|
|
637
659
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
638
660
|
readonly DaysInYearBeforeMinSupportedYear: int;
|
|
639
661
|
readonly Eras: int[];
|
|
@@ -705,6 +727,8 @@ export const IdnMapping: {
|
|
|
705
727
|
export type IdnMapping = IdnMapping$instance;
|
|
706
728
|
|
|
707
729
|
export interface JapaneseCalendar$instance extends Calendar$instance {
|
|
730
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
731
|
+
|
|
708
732
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
709
733
|
readonly Eras: int[];
|
|
710
734
|
readonly MaxSupportedDateTime: DateTime;
|
|
@@ -753,6 +777,8 @@ export type JapaneseCalendar = JapaneseCalendar$instance & __JapaneseCalendar$vi
|
|
|
753
777
|
|
|
754
778
|
|
|
755
779
|
export interface JapaneseLunisolarCalendar$instance extends EastAsianLunisolarCalendar$instance {
|
|
780
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
781
|
+
|
|
756
782
|
readonly DaysInYearBeforeMinSupportedYear: int;
|
|
757
783
|
readonly Eras: int[];
|
|
758
784
|
readonly MaxSupportedDateTime: DateTime;
|
|
@@ -776,6 +802,8 @@ export type JapaneseLunisolarCalendar = JapaneseLunisolarCalendar$instance & __J
|
|
|
776
802
|
|
|
777
803
|
|
|
778
804
|
export interface JulianCalendar$instance extends Calendar$instance {
|
|
805
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
806
|
+
|
|
779
807
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
780
808
|
readonly Eras: int[];
|
|
781
809
|
readonly MaxSupportedDateTime: DateTime;
|
|
@@ -824,6 +852,8 @@ export type JulianCalendar = JulianCalendar$instance & __JulianCalendar$views;
|
|
|
824
852
|
|
|
825
853
|
|
|
826
854
|
export interface KoreanCalendar$instance extends Calendar$instance {
|
|
855
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
856
|
+
|
|
827
857
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
828
858
|
readonly Eras: int[];
|
|
829
859
|
readonly MaxSupportedDateTime: DateTime;
|
|
@@ -873,6 +903,8 @@ export type KoreanCalendar = KoreanCalendar$instance & __KoreanCalendar$views;
|
|
|
873
903
|
|
|
874
904
|
|
|
875
905
|
export interface KoreanLunisolarCalendar$instance extends EastAsianLunisolarCalendar$instance {
|
|
906
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
907
|
+
|
|
876
908
|
readonly DaysInYearBeforeMinSupportedYear: int;
|
|
877
909
|
readonly Eras: int[];
|
|
878
910
|
readonly MaxSupportedDateTime: DateTime;
|
|
@@ -896,6 +928,9 @@ export type KoreanLunisolarCalendar = KoreanLunisolarCalendar$instance & __Korea
|
|
|
896
928
|
|
|
897
929
|
|
|
898
930
|
export interface NumberFormatInfo$instance {
|
|
931
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
932
|
+
readonly __tsonic_iface_System_IFormatProvider: never;
|
|
933
|
+
|
|
899
934
|
CurrencyDecimalDigits: int;
|
|
900
935
|
CurrencyDecimalSeparator: string;
|
|
901
936
|
CurrencyGroupSeparator: string;
|
|
@@ -949,6 +984,8 @@ export type NumberFormatInfo = NumberFormatInfo$instance & __NumberFormatInfo$vi
|
|
|
949
984
|
|
|
950
985
|
|
|
951
986
|
export interface PersianCalendar$instance extends Calendar$instance {
|
|
987
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
988
|
+
|
|
952
989
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
953
990
|
readonly Eras: int[];
|
|
954
991
|
readonly MaxSupportedDateTime: DateTime;
|
|
@@ -1042,6 +1079,8 @@ export const SortKey: {
|
|
|
1042
1079
|
export type SortKey = SortKey$instance;
|
|
1043
1080
|
|
|
1044
1081
|
export interface SortVersion$instance {
|
|
1082
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1083
|
+
|
|
1045
1084
|
readonly FullVersion: int;
|
|
1046
1085
|
readonly SortId: Guid;
|
|
1047
1086
|
Equals(obj: unknown): boolean;
|
|
@@ -1092,6 +1131,8 @@ export const StringInfo: {
|
|
|
1092
1131
|
export type StringInfo = StringInfo$instance;
|
|
1093
1132
|
|
|
1094
1133
|
export interface TaiwanCalendar$instance extends Calendar$instance {
|
|
1134
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1135
|
+
|
|
1095
1136
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
1096
1137
|
readonly Eras: int[];
|
|
1097
1138
|
readonly MaxSupportedDateTime: DateTime;
|
|
@@ -1140,6 +1181,8 @@ export type TaiwanCalendar = TaiwanCalendar$instance & __TaiwanCalendar$views;
|
|
|
1140
1181
|
|
|
1141
1182
|
|
|
1142
1183
|
export interface TaiwanLunisolarCalendar$instance extends EastAsianLunisolarCalendar$instance {
|
|
1184
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1185
|
+
|
|
1143
1186
|
readonly DaysInYearBeforeMinSupportedYear: int;
|
|
1144
1187
|
readonly Eras: int[];
|
|
1145
1188
|
readonly MaxSupportedDateTime: DateTime;
|
|
@@ -1162,6 +1205,8 @@ export type TaiwanLunisolarCalendar = TaiwanLunisolarCalendar$instance & __Taiwa
|
|
|
1162
1205
|
|
|
1163
1206
|
|
|
1164
1207
|
export interface TextElementEnumerator$instance {
|
|
1208
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1209
|
+
|
|
1165
1210
|
readonly Current: unknown;
|
|
1166
1211
|
readonly ElementIndex: int;
|
|
1167
1212
|
GetTextElement(): string;
|
|
@@ -1178,12 +1223,13 @@ export interface __TextElementEnumerator$views {
|
|
|
1178
1223
|
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1179
1224
|
}
|
|
1180
1225
|
|
|
1181
|
-
export interface TextElementEnumerator$instance extends System_Collections_Internal.IEnumerator$instance {}
|
|
1182
|
-
|
|
1183
1226
|
export type TextElementEnumerator = TextElementEnumerator$instance & __TextElementEnumerator$views;
|
|
1184
1227
|
|
|
1185
1228
|
|
|
1186
1229
|
export interface TextInfo$instance {
|
|
1230
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1231
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
1232
|
+
|
|
1187
1233
|
readonly ANSICodePage: int;
|
|
1188
1234
|
readonly CultureName: string;
|
|
1189
1235
|
readonly EBCDICCodePage: int;
|
|
@@ -1221,6 +1267,8 @@ export type TextInfo = TextInfo$instance & __TextInfo$views;
|
|
|
1221
1267
|
|
|
1222
1268
|
|
|
1223
1269
|
export interface ThaiBuddhistCalendar$instance extends Calendar$instance {
|
|
1270
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1271
|
+
|
|
1224
1272
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
1225
1273
|
readonly Eras: int[];
|
|
1226
1274
|
readonly MaxSupportedDateTime: DateTime;
|
|
@@ -1270,6 +1318,8 @@ export type ThaiBuddhistCalendar = ThaiBuddhistCalendar$instance & __ThaiBuddhis
|
|
|
1270
1318
|
|
|
1271
1319
|
|
|
1272
1320
|
export interface UmAlQuraCalendar$instance extends Calendar$instance {
|
|
1321
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1322
|
+
|
|
1273
1323
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
1274
1324
|
readonly DaysInYearBeforeMinSupportedYear: int;
|
|
1275
1325
|
readonly Eras: int[];
|
|
@@ -193,6 +193,8 @@ export const WaitForChangedResult: {
|
|
|
193
193
|
export type WaitForChangedResult = WaitForChangedResult$instance;
|
|
194
194
|
|
|
195
195
|
export interface BinaryReader$instance {
|
|
196
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
197
|
+
|
|
196
198
|
readonly BaseStream: Stream;
|
|
197
199
|
Close(): void;
|
|
198
200
|
Dispose(disposing: boolean): void;
|
|
@@ -242,6 +244,9 @@ export type BinaryReader = BinaryReader$instance & __BinaryReader$views;
|
|
|
242
244
|
|
|
243
245
|
|
|
244
246
|
export interface BinaryWriter$instance {
|
|
247
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
248
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
249
|
+
|
|
245
250
|
readonly BaseStream: Stream;
|
|
246
251
|
Close(): void;
|
|
247
252
|
Dispose(disposing: boolean): void;
|
|
@@ -294,6 +299,9 @@ export type BinaryWriter = BinaryWriter$instance & __BinaryWriter$views;
|
|
|
294
299
|
|
|
295
300
|
|
|
296
301
|
export interface BufferedStream$instance extends Stream$instance {
|
|
302
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
303
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
304
|
+
|
|
297
305
|
readonly BufferSize: int;
|
|
298
306
|
readonly CanRead: boolean;
|
|
299
307
|
readonly CanSeek: boolean;
|
|
@@ -354,6 +362,8 @@ export type BufferedStream = BufferedStream$instance & __BufferedStream$views;
|
|
|
354
362
|
|
|
355
363
|
|
|
356
364
|
export interface DirectoryInfo$instance extends FileSystemInfo$instance {
|
|
365
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
366
|
+
|
|
357
367
|
readonly Exists: boolean;
|
|
358
368
|
readonly Name: string;
|
|
359
369
|
readonly Parent: DirectoryInfo | undefined;
|
|
@@ -403,6 +413,8 @@ export type DirectoryInfo = DirectoryInfo$instance & __DirectoryInfo$views;
|
|
|
403
413
|
|
|
404
414
|
|
|
405
415
|
export interface DirectoryNotFoundException$instance extends IOException$instance {
|
|
416
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
417
|
+
|
|
406
418
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
407
419
|
}
|
|
408
420
|
|
|
@@ -422,6 +434,8 @@ export type DirectoryNotFoundException = DirectoryNotFoundException$instance & _
|
|
|
422
434
|
|
|
423
435
|
|
|
424
436
|
export interface DriveInfo$instance {
|
|
437
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
438
|
+
|
|
425
439
|
readonly AvailableFreeSpace: long;
|
|
426
440
|
readonly DriveFormat: string;
|
|
427
441
|
readonly DriveType: DriveType;
|
|
@@ -451,6 +465,8 @@ export type DriveInfo = DriveInfo$instance & __DriveInfo$views;
|
|
|
451
465
|
|
|
452
466
|
|
|
453
467
|
export interface DriveNotFoundException$instance extends IOException$instance {
|
|
468
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
469
|
+
|
|
454
470
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
455
471
|
}
|
|
456
472
|
|
|
@@ -470,6 +486,8 @@ export type DriveNotFoundException = DriveNotFoundException$instance & __DriveNo
|
|
|
470
486
|
|
|
471
487
|
|
|
472
488
|
export interface EndOfStreamException$instance extends IOException$instance {
|
|
489
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
490
|
+
|
|
473
491
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
474
492
|
}
|
|
475
493
|
|
|
@@ -520,6 +538,8 @@ export const ErrorEventArgs: {
|
|
|
520
538
|
export type ErrorEventArgs = ErrorEventArgs$instance;
|
|
521
539
|
|
|
522
540
|
export interface FileInfo$instance extends FileSystemInfo$instance {
|
|
541
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
542
|
+
|
|
523
543
|
readonly Directory: DirectoryInfo | undefined;
|
|
524
544
|
readonly DirectoryName: string | undefined;
|
|
525
545
|
readonly Exists: boolean;
|
|
@@ -562,6 +582,8 @@ export type FileInfo = FileInfo$instance & __FileInfo$views;
|
|
|
562
582
|
|
|
563
583
|
|
|
564
584
|
export interface FileLoadException$instance extends IOException$instance {
|
|
585
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
586
|
+
|
|
565
587
|
readonly FileName: string | undefined;
|
|
566
588
|
readonly FusionLog: string | undefined;
|
|
567
589
|
readonly Message: string;
|
|
@@ -587,6 +609,8 @@ export type FileLoadException = FileLoadException$instance & __FileLoadException
|
|
|
587
609
|
|
|
588
610
|
|
|
589
611
|
export interface FileNotFoundException$instance extends IOException$instance {
|
|
612
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
613
|
+
|
|
590
614
|
readonly FileName: string | undefined;
|
|
591
615
|
readonly FusionLog: string | undefined;
|
|
592
616
|
readonly Message: string;
|
|
@@ -612,6 +636,9 @@ export type FileNotFoundException = FileNotFoundException$instance & __FileNotFo
|
|
|
612
636
|
|
|
613
637
|
|
|
614
638
|
export interface FileStream$instance extends Stream$instance {
|
|
639
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
640
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
641
|
+
|
|
615
642
|
readonly CanRead: boolean;
|
|
616
643
|
readonly CanSeek: boolean;
|
|
617
644
|
readonly CanWrite: boolean;
|
|
@@ -721,6 +748,8 @@ export const FileSystemEventArgs: {
|
|
|
721
748
|
export type FileSystemEventArgs = FileSystemEventArgs$instance;
|
|
722
749
|
|
|
723
750
|
export interface FileSystemInfo$instance extends MarshalByRefObject {
|
|
751
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
752
|
+
|
|
724
753
|
Attributes: FileAttributes;
|
|
725
754
|
CreationTime: DateTime;
|
|
726
755
|
CreationTimeUtc: DateTime;
|
|
@@ -757,6 +786,10 @@ export type FileSystemInfo = FileSystemInfo$instance & __FileSystemInfo$views;
|
|
|
757
786
|
|
|
758
787
|
|
|
759
788
|
export interface FileSystemWatcher$instance extends Component {
|
|
789
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
790
|
+
readonly __tsonic_iface_System_ComponentModel_ISupportInitialize: never;
|
|
791
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
792
|
+
|
|
760
793
|
EnableRaisingEvents: boolean;
|
|
761
794
|
Filter: string;
|
|
762
795
|
readonly Filters: Collection_1<System_Internal.String>;
|
|
@@ -797,6 +830,8 @@ export type FileSystemWatcher = FileSystemWatcher$instance & __FileSystemWatcher
|
|
|
797
830
|
|
|
798
831
|
|
|
799
832
|
export interface InternalBufferOverflowException$instance extends SystemException {
|
|
833
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
834
|
+
|
|
800
835
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
801
836
|
}
|
|
802
837
|
|
|
@@ -816,6 +851,8 @@ export type InternalBufferOverflowException = InternalBufferOverflowException$in
|
|
|
816
851
|
|
|
817
852
|
|
|
818
853
|
export interface InvalidDataException$instance extends SystemException {
|
|
854
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
855
|
+
|
|
819
856
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
820
857
|
}
|
|
821
858
|
|
|
@@ -835,6 +872,8 @@ export type InvalidDataException = InvalidDataException$instance & __InvalidData
|
|
|
835
872
|
|
|
836
873
|
|
|
837
874
|
export interface IOException$instance extends SystemException {
|
|
875
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
876
|
+
|
|
838
877
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
839
878
|
}
|
|
840
879
|
|
|
@@ -855,6 +894,9 @@ export type IOException = IOException$instance & __IOException$views;
|
|
|
855
894
|
|
|
856
895
|
|
|
857
896
|
export interface MemoryStream$instance extends Stream$instance {
|
|
897
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
898
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
899
|
+
|
|
858
900
|
readonly CanRead: boolean;
|
|
859
901
|
readonly CanSeek: boolean;
|
|
860
902
|
readonly CanWrite: boolean;
|
|
@@ -919,6 +961,8 @@ export type MemoryStream = MemoryStream$instance & __MemoryStream$views;
|
|
|
919
961
|
|
|
920
962
|
|
|
921
963
|
export interface PathTooLongException$instance extends IOException$instance {
|
|
964
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
965
|
+
|
|
922
966
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
923
967
|
}
|
|
924
968
|
|
|
@@ -951,6 +995,9 @@ export const RenamedEventArgs: {
|
|
|
951
995
|
export type RenamedEventArgs = RenamedEventArgs$instance;
|
|
952
996
|
|
|
953
997
|
export interface Stream$instance extends MarshalByRefObject {
|
|
998
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
999
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1000
|
+
|
|
954
1001
|
readonly CanRead: boolean;
|
|
955
1002
|
readonly CanSeek: boolean;
|
|
956
1003
|
readonly CanTimeout: boolean;
|
|
@@ -1020,6 +1067,8 @@ export type Stream = Stream$instance & __Stream$views;
|
|
|
1020
1067
|
|
|
1021
1068
|
|
|
1022
1069
|
export interface StreamReader$instance extends TextReader$instance {
|
|
1070
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1071
|
+
|
|
1023
1072
|
readonly BaseStream: Stream;
|
|
1024
1073
|
readonly CurrentEncoding: Encoding;
|
|
1025
1074
|
readonly EndOfStream: boolean;
|
|
@@ -1081,6 +1130,9 @@ export type StreamReader = StreamReader$instance & __StreamReader$views;
|
|
|
1081
1130
|
|
|
1082
1131
|
|
|
1083
1132
|
export interface StreamWriter$instance extends TextWriter$instance {
|
|
1133
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
1134
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1135
|
+
|
|
1084
1136
|
AutoFlush: boolean;
|
|
1085
1137
|
readonly BaseStream: Stream;
|
|
1086
1138
|
readonly Encoding: Encoding;
|
|
@@ -1177,6 +1229,8 @@ export type StreamWriter = StreamWriter$instance & __StreamWriter$views;
|
|
|
1177
1229
|
|
|
1178
1230
|
|
|
1179
1231
|
export interface StringReader$instance extends TextReader$instance {
|
|
1232
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1233
|
+
|
|
1180
1234
|
Close(): void;
|
|
1181
1235
|
Dispose(disposing: boolean): void;
|
|
1182
1236
|
Dispose(): void;
|
|
@@ -1222,6 +1276,9 @@ export type StringReader = StringReader$instance & __StringReader$views;
|
|
|
1222
1276
|
|
|
1223
1277
|
|
|
1224
1278
|
export interface StringWriter$instance extends TextWriter$instance {
|
|
1279
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
1280
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1281
|
+
|
|
1225
1282
|
readonly Encoding: Encoding;
|
|
1226
1283
|
Close(): void;
|
|
1227
1284
|
Dispose(disposing: boolean): void;
|
|
@@ -1309,6 +1366,8 @@ export type StringWriter = StringWriter$instance & __StringWriter$views;
|
|
|
1309
1366
|
|
|
1310
1367
|
|
|
1311
1368
|
export interface TextReader$instance extends MarshalByRefObject {
|
|
1369
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1370
|
+
|
|
1312
1371
|
Close(): void;
|
|
1313
1372
|
Dispose(): void;
|
|
1314
1373
|
Dispose(disposing: boolean): void;
|
|
@@ -1345,6 +1404,9 @@ export type TextReader = TextReader$instance & __TextReader$views;
|
|
|
1345
1404
|
|
|
1346
1405
|
|
|
1347
1406
|
export interface TextWriter$instance extends MarshalByRefObject {
|
|
1407
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
1408
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1409
|
+
|
|
1348
1410
|
readonly Encoding: Encoding;
|
|
1349
1411
|
readonly FormatProvider: IFormatProvider;
|
|
1350
1412
|
NewLine: string;
|
|
@@ -1430,6 +1492,8 @@ export type TextWriter = TextWriter$instance & __TextWriter$views;
|
|
|
1430
1492
|
|
|
1431
1493
|
|
|
1432
1494
|
export interface UnmanagedMemoryAccessor$instance {
|
|
1495
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1496
|
+
|
|
1433
1497
|
readonly CanRead: boolean;
|
|
1434
1498
|
readonly CanWrite: boolean;
|
|
1435
1499
|
readonly Capacity: long;
|
|
@@ -1482,6 +1546,9 @@ export type UnmanagedMemoryAccessor = UnmanagedMemoryAccessor$instance & __Unman
|
|
|
1482
1546
|
|
|
1483
1547
|
|
|
1484
1548
|
export interface UnmanagedMemoryStream$instance extends Stream$instance {
|
|
1549
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
1550
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1551
|
+
|
|
1485
1552
|
readonly CanRead: boolean;
|
|
1486
1553
|
readonly CanSeek: boolean;
|
|
1487
1554
|
readonly CanWrite: boolean;
|
|
@@ -54,6 +54,8 @@ export enum ZLibCompressionStrategy {
|
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
export interface BrotliDecoder$instance {
|
|
57
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
58
|
+
|
|
57
59
|
Decompress(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, bytesConsumed: int, bytesWritten: int): OperationStatus;
|
|
58
60
|
Dispose(): void;
|
|
59
61
|
}
|
|
@@ -75,6 +77,8 @@ export type BrotliDecoder = BrotliDecoder$instance & __BrotliDecoder$views;
|
|
|
75
77
|
|
|
76
78
|
|
|
77
79
|
export interface BrotliEncoder$instance {
|
|
80
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
81
|
+
|
|
78
82
|
Compress(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, bytesConsumed: int, bytesWritten: int, isFinalBlock: boolean): OperationStatus;
|
|
79
83
|
Dispose(): void;
|
|
80
84
|
Flush(destination: Span_1<System_Internal.Byte>, bytesWritten: int): OperationStatus;
|
|
@@ -111,6 +115,9 @@ export const BrotliCompressionOptions: {
|
|
|
111
115
|
export type BrotliCompressionOptions = BrotliCompressionOptions$instance;
|
|
112
116
|
|
|
113
117
|
export interface BrotliStream$instance extends Stream {
|
|
118
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
119
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
120
|
+
|
|
114
121
|
readonly BaseStream: Stream;
|
|
115
122
|
readonly CanRead: boolean;
|
|
116
123
|
readonly CanSeek: boolean;
|
|
@@ -167,6 +174,9 @@ export type BrotliStream = BrotliStream$instance & __BrotliStream$views;
|
|
|
167
174
|
|
|
168
175
|
|
|
169
176
|
export interface DeflateStream$instance extends Stream {
|
|
177
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
178
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
179
|
+
|
|
170
180
|
readonly BaseStream: Stream;
|
|
171
181
|
readonly CanRead: boolean;
|
|
172
182
|
readonly CanSeek: boolean;
|
|
@@ -229,6 +239,9 @@ export type DeflateStream = DeflateStream$instance & __DeflateStream$views;
|
|
|
229
239
|
|
|
230
240
|
|
|
231
241
|
export interface GZipStream$instance extends Stream {
|
|
242
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
243
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
244
|
+
|
|
232
245
|
readonly BaseStream: Stream;
|
|
233
246
|
readonly CanRead: boolean;
|
|
234
247
|
readonly CanSeek: boolean;
|
|
@@ -291,6 +304,9 @@ export type GZipStream = GZipStream$instance & __GZipStream$views;
|
|
|
291
304
|
|
|
292
305
|
|
|
293
306
|
export interface ZipArchive$instance {
|
|
307
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
308
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
309
|
+
|
|
294
310
|
Comment: string;
|
|
295
311
|
readonly Entries: ReadOnlyCollection_1<ZipArchiveEntry>;
|
|
296
312
|
readonly Mode: ZipArchiveMode;
|
|
@@ -361,6 +377,8 @@ export const ZLibCompressionOptions: {
|
|
|
361
377
|
export type ZLibCompressionOptions = ZLibCompressionOptions$instance;
|
|
362
378
|
|
|
363
379
|
export interface ZLibException$instance extends IOException {
|
|
380
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
381
|
+
|
|
364
382
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
365
383
|
}
|
|
366
384
|
|
|
@@ -380,6 +398,9 @@ export type ZLibException = ZLibException$instance & __ZLibException$views;
|
|
|
380
398
|
|
|
381
399
|
|
|
382
400
|
export interface ZLibStream$instance extends Stream {
|
|
401
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
402
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
403
|
+
|
|
383
404
|
readonly BaseStream: Stream;
|
|
384
405
|
readonly CanRead: boolean;
|
|
385
406
|
readonly CanSeek: boolean;
|
|
@@ -54,6 +54,9 @@ export const FileSystemEntry: {
|
|
|
54
54
|
export type FileSystemEntry = FileSystemEntry$instance;
|
|
55
55
|
|
|
56
56
|
export interface FileSystemEnumerable_1$instance<TResult> {
|
|
57
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
58
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
59
|
+
|
|
57
60
|
get ShouldIncludePredicate(): FileSystemEnumerable_1_FindPredicate<TResult> | undefined;
|
|
58
61
|
set ShouldIncludePredicate(value: FileSystemEnumerable_1_FindPredicate<TResult> | undefined);
|
|
59
62
|
get ShouldRecursePredicate(): FileSystemEnumerable_1_FindPredicate<TResult> | undefined;
|
|
@@ -76,6 +79,10 @@ export type FileSystemEnumerable_1<TResult> = FileSystemEnumerable_1$instance<TR
|
|
|
76
79
|
|
|
77
80
|
|
|
78
81
|
export interface FileSystemEnumerator_1$instance<TResult> extends CriticalFinalizerObject, IDisposable {
|
|
82
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
83
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
84
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
85
|
+
|
|
79
86
|
readonly Current: TResult;
|
|
80
87
|
ContinueOnError(error: int): boolean;
|
|
81
88
|
Dispose(): void;
|
|
@@ -30,6 +30,8 @@ export enum IsolatedStorageScope {
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
export interface INormalizeForIsolatedStorage$instance {
|
|
33
|
+
readonly __tsonic_iface_System_IO_IsolatedStorage_INormalizeForIsolatedStorage: never;
|
|
34
|
+
|
|
33
35
|
Normalize(): unknown;
|
|
34
36
|
}
|
|
35
37
|
|
|
@@ -60,6 +62,8 @@ export const IsolatedStorage: (abstract new() => IsolatedStorage) & {
|
|
|
60
62
|
export type IsolatedStorage = IsolatedStorage$instance;
|
|
61
63
|
|
|
62
64
|
export interface IsolatedStorageException$instance extends Exception {
|
|
65
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
66
|
+
|
|
63
67
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
64
68
|
}
|
|
65
69
|
|
|
@@ -79,6 +83,8 @@ export type IsolatedStorageException = IsolatedStorageException$instance & __Iso
|
|
|
79
83
|
|
|
80
84
|
|
|
81
85
|
export interface IsolatedStorageFile$instance extends IsolatedStorage {
|
|
86
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
87
|
+
|
|
82
88
|
readonly AvailableFreeSpace: long;
|
|
83
89
|
readonly CurrentSize: ulong;
|
|
84
90
|
readonly MaximumSize: ulong;
|
|
@@ -139,6 +145,9 @@ export type IsolatedStorageFile = IsolatedStorageFile$instance & __IsolatedStora
|
|
|
139
145
|
|
|
140
146
|
|
|
141
147
|
export interface IsolatedStorageFileStream$instance extends FileStream {
|
|
148
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
149
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
150
|
+
|
|
142
151
|
readonly CanRead: boolean;
|
|
143
152
|
readonly CanSeek: boolean;
|
|
144
153
|
readonly CanWrite: boolean;
|
|
@@ -49,6 +49,8 @@ export enum MemoryMappedFileRights {
|
|
|
49
49
|
|
|
50
50
|
|
|
51
51
|
export interface MemoryMappedFile$instance {
|
|
52
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
53
|
+
|
|
52
54
|
readonly SafeMemoryMappedFileHandle: SafeMemoryMappedFileHandle;
|
|
53
55
|
CreateViewAccessor(): MemoryMappedViewAccessor;
|
|
54
56
|
CreateViewAccessor(offset: long, size: long): MemoryMappedViewAccessor;
|
|
@@ -89,6 +91,8 @@ export type MemoryMappedFile = MemoryMappedFile$instance & __MemoryMappedFile$vi
|
|
|
89
91
|
|
|
90
92
|
|
|
91
93
|
export interface MemoryMappedViewAccessor$instance extends UnmanagedMemoryAccessor {
|
|
94
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
95
|
+
|
|
92
96
|
readonly PointerOffset: long;
|
|
93
97
|
readonly SafeMemoryMappedViewHandle: SafeMemoryMappedViewHandle;
|
|
94
98
|
Dispose(disposing: boolean): void;
|
|
@@ -109,6 +113,9 @@ export type MemoryMappedViewAccessor = MemoryMappedViewAccessor$instance & __Mem
|
|
|
109
113
|
|
|
110
114
|
|
|
111
115
|
export interface MemoryMappedViewStream$instance extends UnmanagedMemoryStream {
|
|
116
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
117
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
118
|
+
|
|
112
119
|
readonly PointerOffset: long;
|
|
113
120
|
readonly SafeMemoryMappedViewHandle: SafeMemoryMappedViewHandle;
|
|
114
121
|
Dispose(disposing: boolean): void;
|
|
@@ -18,6 +18,8 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
18
18
|
import type { Action_1, Action_2, Boolean as ClrBoolean, Byte, Exception, Int32, Int64, Memory_1, Object as ClrObject, ReadOnlyMemory_1, SequencePosition, Span_1, String as ClrString, Type, ValueType, Void } from "../../System/internal/index.js";
|
|
19
19
|
|
|
20
20
|
export interface IDuplexPipe$instance {
|
|
21
|
+
readonly __tsonic_iface_System_IO_Pipelines_IDuplexPipe: never;
|
|
22
|
+
|
|
21
23
|
readonly Input: PipeReader;
|
|
22
24
|
readonly Output: PipeWriter;
|
|
23
25
|
}
|
|
@@ -125,6 +127,8 @@ export const PipeScheduler: (abstract new() => PipeScheduler) & {
|
|
|
125
127
|
export type PipeScheduler = PipeScheduler$instance;
|
|
126
128
|
|
|
127
129
|
export interface PipeWriter$instance {
|
|
130
|
+
readonly __tsonic_iface_System_Buffers_IBufferWriter_1: never;
|
|
131
|
+
|
|
128
132
|
readonly CanGetUnflushedBytes: boolean;
|
|
129
133
|
readonly UnflushedBytes: long;
|
|
130
134
|
Advance(bytes: int): void;
|