@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
|
@@ -153,7 +153,9 @@ export enum UnicodeCategory {
|
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
|
|
156
|
-
export interface Calendar$instance {
|
|
156
|
+
export interface Calendar$instance extends System_Internal.ICloneable$instance {
|
|
157
|
+
readonly __tsonic_type_System_Globalization_Calendar: never;
|
|
158
|
+
|
|
157
159
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
158
160
|
|
|
159
161
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
@@ -213,12 +215,12 @@ export interface __Calendar$views {
|
|
|
213
215
|
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
214
216
|
}
|
|
215
217
|
|
|
216
|
-
export interface Calendar$instance extends System_Internal.ICloneable$instance {}
|
|
217
|
-
|
|
218
218
|
export type Calendar = Calendar$instance & __Calendar$views;
|
|
219
219
|
|
|
220
220
|
|
|
221
221
|
export interface ChineseLunisolarCalendar$instance extends EastAsianLunisolarCalendar$instance {
|
|
222
|
+
readonly __tsonic_type_System_Globalization_ChineseLunisolarCalendar: never;
|
|
223
|
+
|
|
222
224
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
223
225
|
|
|
224
226
|
readonly DaysInYearBeforeMinSupportedYear: int;
|
|
@@ -243,7 +245,9 @@ export interface __ChineseLunisolarCalendar$views {
|
|
|
243
245
|
export type ChineseLunisolarCalendar = ChineseLunisolarCalendar$instance & __ChineseLunisolarCalendar$views;
|
|
244
246
|
|
|
245
247
|
|
|
246
|
-
export interface CompareInfo$instance {
|
|
248
|
+
export interface CompareInfo$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance {
|
|
249
|
+
readonly __tsonic_type_System_Globalization_CompareInfo: never;
|
|
250
|
+
|
|
247
251
|
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
248
252
|
|
|
249
253
|
readonly LCID: int;
|
|
@@ -322,12 +326,12 @@ export interface __CompareInfo$views {
|
|
|
322
326
|
As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
|
|
323
327
|
}
|
|
324
328
|
|
|
325
|
-
export interface CompareInfo$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance {}
|
|
326
|
-
|
|
327
329
|
export type CompareInfo = CompareInfo$instance & __CompareInfo$views;
|
|
328
330
|
|
|
329
331
|
|
|
330
|
-
export interface CultureInfo$instance {
|
|
332
|
+
export interface CultureInfo$instance extends System_Internal.ICloneable$instance, System_Internal.IFormatProvider$instance {
|
|
333
|
+
readonly __tsonic_type_System_Globalization_CultureInfo: never;
|
|
334
|
+
|
|
331
335
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
332
336
|
readonly __tsonic_iface_System_IFormatProvider: never;
|
|
333
337
|
|
|
@@ -391,12 +395,12 @@ export interface __CultureInfo$views {
|
|
|
391
395
|
As_IFormatProvider(): System_Internal.IFormatProvider$instance;
|
|
392
396
|
}
|
|
393
397
|
|
|
394
|
-
export interface CultureInfo$instance extends System_Internal.ICloneable$instance, System_Internal.IFormatProvider$instance {}
|
|
395
|
-
|
|
396
398
|
export type CultureInfo = CultureInfo$instance & __CultureInfo$views;
|
|
397
399
|
|
|
398
400
|
|
|
399
401
|
export interface CultureNotFoundException$instance extends ArgumentException {
|
|
402
|
+
readonly __tsonic_type_System_Globalization_CultureNotFoundException: never;
|
|
403
|
+
|
|
400
404
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
401
405
|
|
|
402
406
|
readonly InvalidCultureId: Nullable_1<System_Internal.Int32>;
|
|
@@ -425,7 +429,9 @@ export interface __CultureNotFoundException$views {
|
|
|
425
429
|
export type CultureNotFoundException = CultureNotFoundException$instance & __CultureNotFoundException$views;
|
|
426
430
|
|
|
427
431
|
|
|
428
|
-
export interface DateTimeFormatInfo$instance {
|
|
432
|
+
export interface DateTimeFormatInfo$instance extends System_Internal.ICloneable$instance, System_Internal.IFormatProvider$instance {
|
|
433
|
+
readonly __tsonic_type_System_Globalization_DateTimeFormatInfo: never;
|
|
434
|
+
|
|
429
435
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
430
436
|
readonly __tsonic_iface_System_IFormatProvider: never;
|
|
431
437
|
|
|
@@ -485,12 +491,12 @@ export interface __DateTimeFormatInfo$views {
|
|
|
485
491
|
As_IFormatProvider(): System_Internal.IFormatProvider$instance;
|
|
486
492
|
}
|
|
487
493
|
|
|
488
|
-
export interface DateTimeFormatInfo$instance extends System_Internal.ICloneable$instance, System_Internal.IFormatProvider$instance {}
|
|
489
|
-
|
|
490
494
|
export type DateTimeFormatInfo = DateTimeFormatInfo$instance & __DateTimeFormatInfo$views;
|
|
491
495
|
|
|
492
496
|
|
|
493
497
|
export interface DaylightTime$instance {
|
|
498
|
+
readonly __tsonic_type_System_Globalization_DaylightTime: never;
|
|
499
|
+
|
|
494
500
|
readonly Delta: TimeSpan;
|
|
495
501
|
readonly End: DateTime;
|
|
496
502
|
readonly Start: DateTime;
|
|
@@ -505,6 +511,8 @@ export const DaylightTime: {
|
|
|
505
511
|
export type DaylightTime = DaylightTime$instance;
|
|
506
512
|
|
|
507
513
|
export interface EastAsianLunisolarCalendar$instance extends Calendar$instance {
|
|
514
|
+
readonly __tsonic_type_System_Globalization_EastAsianLunisolarCalendar: never;
|
|
515
|
+
|
|
508
516
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
509
517
|
|
|
510
518
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
@@ -552,6 +560,8 @@ export type EastAsianLunisolarCalendar = EastAsianLunisolarCalendar$instance & _
|
|
|
552
560
|
|
|
553
561
|
|
|
554
562
|
export interface GregorianCalendar$instance extends Calendar$instance {
|
|
563
|
+
readonly __tsonic_type_System_Globalization_GregorianCalendar: never;
|
|
564
|
+
|
|
555
565
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
556
566
|
|
|
557
567
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
@@ -604,6 +614,8 @@ export type GregorianCalendar = GregorianCalendar$instance & __GregorianCalendar
|
|
|
604
614
|
|
|
605
615
|
|
|
606
616
|
export interface HebrewCalendar$instance extends Calendar$instance {
|
|
617
|
+
readonly __tsonic_type_System_Globalization_HebrewCalendar: never;
|
|
618
|
+
|
|
607
619
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
608
620
|
|
|
609
621
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
@@ -654,6 +666,8 @@ export type HebrewCalendar = HebrewCalendar$instance & __HebrewCalendar$views;
|
|
|
654
666
|
|
|
655
667
|
|
|
656
668
|
export interface HijriCalendar$instance extends Calendar$instance {
|
|
669
|
+
readonly __tsonic_type_System_Globalization_HijriCalendar: never;
|
|
670
|
+
|
|
657
671
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
658
672
|
|
|
659
673
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
@@ -706,6 +720,8 @@ export type HijriCalendar = HijriCalendar$instance & __HijriCalendar$views;
|
|
|
706
720
|
|
|
707
721
|
|
|
708
722
|
export interface IdnMapping$instance {
|
|
723
|
+
readonly __tsonic_type_System_Globalization_IdnMapping: never;
|
|
724
|
+
|
|
709
725
|
AllowUnassigned: boolean;
|
|
710
726
|
UseStd3AsciiRules: boolean;
|
|
711
727
|
Equals(obj: unknown): boolean;
|
|
@@ -727,6 +743,8 @@ export const IdnMapping: {
|
|
|
727
743
|
export type IdnMapping = IdnMapping$instance;
|
|
728
744
|
|
|
729
745
|
export interface JapaneseCalendar$instance extends Calendar$instance {
|
|
746
|
+
readonly __tsonic_type_System_Globalization_JapaneseCalendar: never;
|
|
747
|
+
|
|
730
748
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
731
749
|
|
|
732
750
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
@@ -777,6 +795,8 @@ export type JapaneseCalendar = JapaneseCalendar$instance & __JapaneseCalendar$vi
|
|
|
777
795
|
|
|
778
796
|
|
|
779
797
|
export interface JapaneseLunisolarCalendar$instance extends EastAsianLunisolarCalendar$instance {
|
|
798
|
+
readonly __tsonic_type_System_Globalization_JapaneseLunisolarCalendar: never;
|
|
799
|
+
|
|
780
800
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
781
801
|
|
|
782
802
|
readonly DaysInYearBeforeMinSupportedYear: int;
|
|
@@ -802,6 +822,8 @@ export type JapaneseLunisolarCalendar = JapaneseLunisolarCalendar$instance & __J
|
|
|
802
822
|
|
|
803
823
|
|
|
804
824
|
export interface JulianCalendar$instance extends Calendar$instance {
|
|
825
|
+
readonly __tsonic_type_System_Globalization_JulianCalendar: never;
|
|
826
|
+
|
|
805
827
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
806
828
|
|
|
807
829
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
@@ -852,6 +874,8 @@ export type JulianCalendar = JulianCalendar$instance & __JulianCalendar$views;
|
|
|
852
874
|
|
|
853
875
|
|
|
854
876
|
export interface KoreanCalendar$instance extends Calendar$instance {
|
|
877
|
+
readonly __tsonic_type_System_Globalization_KoreanCalendar: never;
|
|
878
|
+
|
|
855
879
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
856
880
|
|
|
857
881
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
@@ -903,6 +927,8 @@ export type KoreanCalendar = KoreanCalendar$instance & __KoreanCalendar$views;
|
|
|
903
927
|
|
|
904
928
|
|
|
905
929
|
export interface KoreanLunisolarCalendar$instance extends EastAsianLunisolarCalendar$instance {
|
|
930
|
+
readonly __tsonic_type_System_Globalization_KoreanLunisolarCalendar: never;
|
|
931
|
+
|
|
906
932
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
907
933
|
|
|
908
934
|
readonly DaysInYearBeforeMinSupportedYear: int;
|
|
@@ -927,7 +953,9 @@ export interface __KoreanLunisolarCalendar$views {
|
|
|
927
953
|
export type KoreanLunisolarCalendar = KoreanLunisolarCalendar$instance & __KoreanLunisolarCalendar$views;
|
|
928
954
|
|
|
929
955
|
|
|
930
|
-
export interface NumberFormatInfo$instance {
|
|
956
|
+
export interface NumberFormatInfo$instance extends System_Internal.ICloneable$instance, System_Internal.IFormatProvider$instance {
|
|
957
|
+
readonly __tsonic_type_System_Globalization_NumberFormatInfo: never;
|
|
958
|
+
|
|
931
959
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
932
960
|
readonly __tsonic_iface_System_IFormatProvider: never;
|
|
933
961
|
|
|
@@ -978,12 +1006,12 @@ export interface __NumberFormatInfo$views {
|
|
|
978
1006
|
As_IFormatProvider(): System_Internal.IFormatProvider$instance;
|
|
979
1007
|
}
|
|
980
1008
|
|
|
981
|
-
export interface NumberFormatInfo$instance extends System_Internal.ICloneable$instance, System_Internal.IFormatProvider$instance {}
|
|
982
|
-
|
|
983
1009
|
export type NumberFormatInfo = NumberFormatInfo$instance & __NumberFormatInfo$views;
|
|
984
1010
|
|
|
985
1011
|
|
|
986
1012
|
export interface PersianCalendar$instance extends Calendar$instance {
|
|
1013
|
+
readonly __tsonic_type_System_Globalization_PersianCalendar: never;
|
|
1014
|
+
|
|
987
1015
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
988
1016
|
|
|
989
1017
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
@@ -1034,6 +1062,8 @@ export type PersianCalendar = PersianCalendar$instance & __PersianCalendar$views
|
|
|
1034
1062
|
|
|
1035
1063
|
|
|
1036
1064
|
export interface RegionInfo$instance {
|
|
1065
|
+
readonly __tsonic_type_System_Globalization_RegionInfo: never;
|
|
1066
|
+
|
|
1037
1067
|
readonly CurrencyEnglishName: string;
|
|
1038
1068
|
readonly CurrencyNativeName: string;
|
|
1039
1069
|
readonly CurrencySymbol: string;
|
|
@@ -1063,6 +1093,8 @@ export const RegionInfo: {
|
|
|
1063
1093
|
export type RegionInfo = RegionInfo$instance;
|
|
1064
1094
|
|
|
1065
1095
|
export interface SortKey$instance {
|
|
1096
|
+
readonly __tsonic_type_System_Globalization_SortKey: never;
|
|
1097
|
+
|
|
1066
1098
|
readonly KeyData: byte[];
|
|
1067
1099
|
readonly OriginalString: string;
|
|
1068
1100
|
Equals(value: unknown): boolean;
|
|
@@ -1079,6 +1111,8 @@ export const SortKey: {
|
|
|
1079
1111
|
export type SortKey = SortKey$instance;
|
|
1080
1112
|
|
|
1081
1113
|
export interface SortVersion$instance {
|
|
1114
|
+
readonly __tsonic_type_System_Globalization_SortVersion: never;
|
|
1115
|
+
|
|
1082
1116
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1083
1117
|
|
|
1084
1118
|
readonly FullVersion: int;
|
|
@@ -1105,6 +1139,8 @@ export type SortVersion = SortVersion$instance & __SortVersion$views;
|
|
|
1105
1139
|
|
|
1106
1140
|
|
|
1107
1141
|
export interface StringInfo$instance {
|
|
1142
|
+
readonly __tsonic_type_System_Globalization_StringInfo: never;
|
|
1143
|
+
|
|
1108
1144
|
readonly LengthInTextElements: int;
|
|
1109
1145
|
String: string;
|
|
1110
1146
|
Equals(value: unknown): boolean;
|
|
@@ -1131,6 +1167,8 @@ export const StringInfo: {
|
|
|
1131
1167
|
export type StringInfo = StringInfo$instance;
|
|
1132
1168
|
|
|
1133
1169
|
export interface TaiwanCalendar$instance extends Calendar$instance {
|
|
1170
|
+
readonly __tsonic_type_System_Globalization_TaiwanCalendar: never;
|
|
1171
|
+
|
|
1134
1172
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
1135
1173
|
|
|
1136
1174
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
@@ -1181,6 +1219,8 @@ export type TaiwanCalendar = TaiwanCalendar$instance & __TaiwanCalendar$views;
|
|
|
1181
1219
|
|
|
1182
1220
|
|
|
1183
1221
|
export interface TaiwanLunisolarCalendar$instance extends EastAsianLunisolarCalendar$instance {
|
|
1222
|
+
readonly __tsonic_type_System_Globalization_TaiwanLunisolarCalendar: never;
|
|
1223
|
+
|
|
1184
1224
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
1185
1225
|
|
|
1186
1226
|
readonly DaysInYearBeforeMinSupportedYear: int;
|
|
@@ -1205,6 +1245,8 @@ export type TaiwanLunisolarCalendar = TaiwanLunisolarCalendar$instance & __Taiwa
|
|
|
1205
1245
|
|
|
1206
1246
|
|
|
1207
1247
|
export interface TextElementEnumerator$instance {
|
|
1248
|
+
readonly __tsonic_type_System_Globalization_TextElementEnumerator: never;
|
|
1249
|
+
|
|
1208
1250
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1209
1251
|
|
|
1210
1252
|
readonly Current: unknown;
|
|
@@ -1226,7 +1268,9 @@ export interface __TextElementEnumerator$views {
|
|
|
1226
1268
|
export type TextElementEnumerator = TextElementEnumerator$instance & __TextElementEnumerator$views;
|
|
1227
1269
|
|
|
1228
1270
|
|
|
1229
|
-
export interface TextInfo$instance {
|
|
1271
|
+
export interface TextInfo$instance extends System_Internal.ICloneable$instance, System_Runtime_Serialization_Internal.IDeserializationCallback$instance {
|
|
1272
|
+
readonly __tsonic_type_System_Globalization_TextInfo: never;
|
|
1273
|
+
|
|
1230
1274
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
1231
1275
|
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
1232
1276
|
|
|
@@ -1261,12 +1305,12 @@ export interface __TextInfo$views {
|
|
|
1261
1305
|
As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
|
|
1262
1306
|
}
|
|
1263
1307
|
|
|
1264
|
-
export interface TextInfo$instance extends System_Internal.ICloneable$instance, System_Runtime_Serialization_Internal.IDeserializationCallback$instance {}
|
|
1265
|
-
|
|
1266
1308
|
export type TextInfo = TextInfo$instance & __TextInfo$views;
|
|
1267
1309
|
|
|
1268
1310
|
|
|
1269
1311
|
export interface ThaiBuddhistCalendar$instance extends Calendar$instance {
|
|
1312
|
+
readonly __tsonic_type_System_Globalization_ThaiBuddhistCalendar: never;
|
|
1313
|
+
|
|
1270
1314
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
1271
1315
|
|
|
1272
1316
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
@@ -1318,6 +1362,8 @@ export type ThaiBuddhistCalendar = ThaiBuddhistCalendar$instance & __ThaiBuddhis
|
|
|
1318
1362
|
|
|
1319
1363
|
|
|
1320
1364
|
export interface UmAlQuraCalendar$instance extends Calendar$instance {
|
|
1365
|
+
readonly __tsonic_type_System_Globalization_UmAlQuraCalendar: never;
|
|
1366
|
+
|
|
1321
1367
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
1322
1368
|
|
|
1323
1369
|
readonly AlgorithmType: CalendarAlgorithmType;
|
|
@@ -176,6 +176,8 @@ export type RenamedEventHandler = (sender: unknown, e: RenamedEventArgs) => void
|
|
|
176
176
|
|
|
177
177
|
|
|
178
178
|
export interface WaitForChangedResult$instance {
|
|
179
|
+
readonly __tsonic_type_System_IO_WaitForChangedResult: never;
|
|
180
|
+
|
|
179
181
|
ChangeType: WatcherChangeTypes;
|
|
180
182
|
get Name(): string | undefined;
|
|
181
183
|
set Name(value: string | undefined);
|
|
@@ -193,6 +195,8 @@ export const WaitForChangedResult: {
|
|
|
193
195
|
export type WaitForChangedResult = WaitForChangedResult$instance;
|
|
194
196
|
|
|
195
197
|
export interface BinaryReader$instance {
|
|
198
|
+
readonly __tsonic_type_System_IO_BinaryReader: never;
|
|
199
|
+
|
|
196
200
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
197
201
|
|
|
198
202
|
readonly BaseStream: Stream;
|
|
@@ -243,7 +247,9 @@ export interface __BinaryReader$views {
|
|
|
243
247
|
export type BinaryReader = BinaryReader$instance & __BinaryReader$views;
|
|
244
248
|
|
|
245
249
|
|
|
246
|
-
export interface BinaryWriter$instance {
|
|
250
|
+
export interface BinaryWriter$instance extends System_Internal.IAsyncDisposable$instance {
|
|
251
|
+
readonly __tsonic_type_System_IO_BinaryWriter: never;
|
|
252
|
+
|
|
247
253
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
248
254
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
249
255
|
|
|
@@ -293,12 +299,12 @@ export interface __BinaryWriter$views {
|
|
|
293
299
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
294
300
|
}
|
|
295
301
|
|
|
296
|
-
export interface BinaryWriter$instance extends System_Internal.IAsyncDisposable$instance {}
|
|
297
|
-
|
|
298
302
|
export type BinaryWriter = BinaryWriter$instance & __BinaryWriter$views;
|
|
299
303
|
|
|
300
304
|
|
|
301
305
|
export interface BufferedStream$instance extends Stream$instance {
|
|
306
|
+
readonly __tsonic_type_System_IO_BufferedStream: never;
|
|
307
|
+
|
|
302
308
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
303
309
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
304
310
|
|
|
@@ -362,6 +368,8 @@ export type BufferedStream = BufferedStream$instance & __BufferedStream$views;
|
|
|
362
368
|
|
|
363
369
|
|
|
364
370
|
export interface DirectoryInfo$instance extends FileSystemInfo$instance {
|
|
371
|
+
readonly __tsonic_type_System_IO_DirectoryInfo: never;
|
|
372
|
+
|
|
365
373
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
366
374
|
|
|
367
375
|
readonly Exists: boolean;
|
|
@@ -413,6 +421,8 @@ export type DirectoryInfo = DirectoryInfo$instance & __DirectoryInfo$views;
|
|
|
413
421
|
|
|
414
422
|
|
|
415
423
|
export interface DirectoryNotFoundException$instance extends IOException$instance {
|
|
424
|
+
readonly __tsonic_type_System_IO_DirectoryNotFoundException: never;
|
|
425
|
+
|
|
416
426
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
417
427
|
|
|
418
428
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -433,7 +443,9 @@ export interface __DirectoryNotFoundException$views {
|
|
|
433
443
|
export type DirectoryNotFoundException = DirectoryNotFoundException$instance & __DirectoryNotFoundException$views;
|
|
434
444
|
|
|
435
445
|
|
|
436
|
-
export interface DriveInfo$instance {
|
|
446
|
+
export interface DriveInfo$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
447
|
+
readonly __tsonic_type_System_IO_DriveInfo: never;
|
|
448
|
+
|
|
437
449
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
438
450
|
|
|
439
451
|
readonly AvailableFreeSpace: long;
|
|
@@ -459,12 +471,12 @@ export interface __DriveInfo$views {
|
|
|
459
471
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
460
472
|
}
|
|
461
473
|
|
|
462
|
-
export interface DriveInfo$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
463
|
-
|
|
464
474
|
export type DriveInfo = DriveInfo$instance & __DriveInfo$views;
|
|
465
475
|
|
|
466
476
|
|
|
467
477
|
export interface DriveNotFoundException$instance extends IOException$instance {
|
|
478
|
+
readonly __tsonic_type_System_IO_DriveNotFoundException: never;
|
|
479
|
+
|
|
468
480
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
469
481
|
|
|
470
482
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -486,6 +498,8 @@ export type DriveNotFoundException = DriveNotFoundException$instance & __DriveNo
|
|
|
486
498
|
|
|
487
499
|
|
|
488
500
|
export interface EndOfStreamException$instance extends IOException$instance {
|
|
501
|
+
readonly __tsonic_type_System_IO_EndOfStreamException: never;
|
|
502
|
+
|
|
489
503
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
490
504
|
|
|
491
505
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -507,6 +521,8 @@ export type EndOfStreamException = EndOfStreamException$instance & __EndOfStream
|
|
|
507
521
|
|
|
508
522
|
|
|
509
523
|
export interface EnumerationOptions$instance {
|
|
524
|
+
readonly __tsonic_type_System_IO_EnumerationOptions: never;
|
|
525
|
+
|
|
510
526
|
AttributesToSkip: FileAttributes;
|
|
511
527
|
BufferSize: int;
|
|
512
528
|
IgnoreInaccessible: boolean;
|
|
@@ -526,6 +542,8 @@ export const EnumerationOptions: {
|
|
|
526
542
|
export type EnumerationOptions = EnumerationOptions$instance;
|
|
527
543
|
|
|
528
544
|
export interface ErrorEventArgs$instance extends EventArgs {
|
|
545
|
+
readonly __tsonic_type_System_IO_ErrorEventArgs: never;
|
|
546
|
+
|
|
529
547
|
GetException(): Exception;
|
|
530
548
|
}
|
|
531
549
|
|
|
@@ -538,6 +556,8 @@ export const ErrorEventArgs: {
|
|
|
538
556
|
export type ErrorEventArgs = ErrorEventArgs$instance;
|
|
539
557
|
|
|
540
558
|
export interface FileInfo$instance extends FileSystemInfo$instance {
|
|
559
|
+
readonly __tsonic_type_System_IO_FileInfo: never;
|
|
560
|
+
|
|
541
561
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
542
562
|
|
|
543
563
|
readonly Directory: DirectoryInfo | undefined;
|
|
@@ -582,6 +602,8 @@ export type FileInfo = FileInfo$instance & __FileInfo$views;
|
|
|
582
602
|
|
|
583
603
|
|
|
584
604
|
export interface FileLoadException$instance extends IOException$instance {
|
|
605
|
+
readonly __tsonic_type_System_IO_FileLoadException: never;
|
|
606
|
+
|
|
585
607
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
586
608
|
|
|
587
609
|
readonly FileName: string | undefined;
|
|
@@ -609,6 +631,8 @@ export type FileLoadException = FileLoadException$instance & __FileLoadException
|
|
|
609
631
|
|
|
610
632
|
|
|
611
633
|
export interface FileNotFoundException$instance extends IOException$instance {
|
|
634
|
+
readonly __tsonic_type_System_IO_FileNotFoundException: never;
|
|
635
|
+
|
|
612
636
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
613
637
|
|
|
614
638
|
readonly FileName: string | undefined;
|
|
@@ -636,6 +660,8 @@ export type FileNotFoundException = FileNotFoundException$instance & __FileNotFo
|
|
|
636
660
|
|
|
637
661
|
|
|
638
662
|
export interface FileStream$instance extends Stream$instance {
|
|
663
|
+
readonly __tsonic_type_System_IO_FileStream: never;
|
|
664
|
+
|
|
639
665
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
640
666
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
641
667
|
|
|
@@ -716,6 +742,8 @@ export type FileStream = FileStream$instance & __FileStream$views;
|
|
|
716
742
|
|
|
717
743
|
|
|
718
744
|
export interface FileStreamOptions$instance {
|
|
745
|
+
readonly __tsonic_type_System_IO_FileStreamOptions: never;
|
|
746
|
+
|
|
719
747
|
Access: FileAccess;
|
|
720
748
|
BufferSize: int;
|
|
721
749
|
Mode: FileMode;
|
|
@@ -734,6 +762,8 @@ export const FileStreamOptions: {
|
|
|
734
762
|
export type FileStreamOptions = FileStreamOptions$instance;
|
|
735
763
|
|
|
736
764
|
export interface FileSystemEventArgs$instance extends EventArgs {
|
|
765
|
+
readonly __tsonic_type_System_IO_FileSystemEventArgs: never;
|
|
766
|
+
|
|
737
767
|
readonly ChangeType: WatcherChangeTypes;
|
|
738
768
|
readonly FullPath: string;
|
|
739
769
|
readonly Name: string | undefined;
|
|
@@ -747,7 +777,9 @@ export const FileSystemEventArgs: {
|
|
|
747
777
|
|
|
748
778
|
export type FileSystemEventArgs = FileSystemEventArgs$instance;
|
|
749
779
|
|
|
750
|
-
export interface FileSystemInfo$instance extends MarshalByRefObject {
|
|
780
|
+
export interface FileSystemInfo$instance extends MarshalByRefObject, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
781
|
+
readonly __tsonic_type_System_IO_FileSystemInfo: never;
|
|
782
|
+
|
|
751
783
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
752
784
|
|
|
753
785
|
Attributes: FileAttributes;
|
|
@@ -780,12 +812,12 @@ export interface __FileSystemInfo$views {
|
|
|
780
812
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
781
813
|
}
|
|
782
814
|
|
|
783
|
-
export interface FileSystemInfo$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
784
|
-
|
|
785
815
|
export type FileSystemInfo = FileSystemInfo$instance & __FileSystemInfo$views;
|
|
786
816
|
|
|
787
817
|
|
|
788
|
-
export interface FileSystemWatcher$instance extends Component {
|
|
818
|
+
export interface FileSystemWatcher$instance extends Component, System_ComponentModel_Internal.ISupportInitialize$instance {
|
|
819
|
+
readonly __tsonic_type_System_IO_FileSystemWatcher: never;
|
|
820
|
+
|
|
789
821
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
790
822
|
readonly __tsonic_iface_System_ComponentModel_ISupportInitialize: never;
|
|
791
823
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -824,12 +856,12 @@ export interface __FileSystemWatcher$views {
|
|
|
824
856
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
825
857
|
}
|
|
826
858
|
|
|
827
|
-
export interface FileSystemWatcher$instance extends System_ComponentModel_Internal.ISupportInitialize$instance {}
|
|
828
|
-
|
|
829
859
|
export type FileSystemWatcher = FileSystemWatcher$instance & __FileSystemWatcher$views;
|
|
830
860
|
|
|
831
861
|
|
|
832
862
|
export interface InternalBufferOverflowException$instance extends SystemException {
|
|
863
|
+
readonly __tsonic_type_System_IO_InternalBufferOverflowException: never;
|
|
864
|
+
|
|
833
865
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
834
866
|
|
|
835
867
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -851,6 +883,8 @@ export type InternalBufferOverflowException = InternalBufferOverflowException$in
|
|
|
851
883
|
|
|
852
884
|
|
|
853
885
|
export interface InvalidDataException$instance extends SystemException {
|
|
886
|
+
readonly __tsonic_type_System_IO_InvalidDataException: never;
|
|
887
|
+
|
|
854
888
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
855
889
|
|
|
856
890
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -872,6 +906,8 @@ export type InvalidDataException = InvalidDataException$instance & __InvalidData
|
|
|
872
906
|
|
|
873
907
|
|
|
874
908
|
export interface IOException$instance extends SystemException {
|
|
909
|
+
readonly __tsonic_type_System_IO_IOException: never;
|
|
910
|
+
|
|
875
911
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
876
912
|
|
|
877
913
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -894,6 +930,8 @@ export type IOException = IOException$instance & __IOException$views;
|
|
|
894
930
|
|
|
895
931
|
|
|
896
932
|
export interface MemoryStream$instance extends Stream$instance {
|
|
933
|
+
readonly __tsonic_type_System_IO_MemoryStream: never;
|
|
934
|
+
|
|
897
935
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
898
936
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
899
937
|
|
|
@@ -961,6 +999,8 @@ export type MemoryStream = MemoryStream$instance & __MemoryStream$views;
|
|
|
961
999
|
|
|
962
1000
|
|
|
963
1001
|
export interface PathTooLongException$instance extends IOException$instance {
|
|
1002
|
+
readonly __tsonic_type_System_IO_PathTooLongException: never;
|
|
1003
|
+
|
|
964
1004
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
965
1005
|
|
|
966
1006
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -982,6 +1022,8 @@ export type PathTooLongException = PathTooLongException$instance & __PathTooLong
|
|
|
982
1022
|
|
|
983
1023
|
|
|
984
1024
|
export interface RenamedEventArgs$instance extends FileSystemEventArgs {
|
|
1025
|
+
readonly __tsonic_type_System_IO_RenamedEventArgs: never;
|
|
1026
|
+
|
|
985
1027
|
readonly OldFullPath: string;
|
|
986
1028
|
readonly OldName: string | undefined;
|
|
987
1029
|
}
|
|
@@ -994,7 +1036,9 @@ export const RenamedEventArgs: {
|
|
|
994
1036
|
|
|
995
1037
|
export type RenamedEventArgs = RenamedEventArgs$instance;
|
|
996
1038
|
|
|
997
|
-
export interface Stream$instance extends MarshalByRefObject {
|
|
1039
|
+
export interface Stream$instance extends MarshalByRefObject, System_Internal.IAsyncDisposable$instance {
|
|
1040
|
+
readonly __tsonic_type_System_IO_Stream: never;
|
|
1041
|
+
|
|
998
1042
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
999
1043
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1000
1044
|
|
|
@@ -1061,12 +1105,12 @@ export interface __Stream$views {
|
|
|
1061
1105
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1062
1106
|
}
|
|
1063
1107
|
|
|
1064
|
-
export interface Stream$instance extends System_Internal.IAsyncDisposable$instance {}
|
|
1065
|
-
|
|
1066
1108
|
export type Stream = Stream$instance & __Stream$views;
|
|
1067
1109
|
|
|
1068
1110
|
|
|
1069
1111
|
export interface StreamReader$instance extends TextReader$instance {
|
|
1112
|
+
readonly __tsonic_type_System_IO_StreamReader: never;
|
|
1113
|
+
|
|
1070
1114
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1071
1115
|
|
|
1072
1116
|
readonly BaseStream: Stream;
|
|
@@ -1130,6 +1174,8 @@ export type StreamReader = StreamReader$instance & __StreamReader$views;
|
|
|
1130
1174
|
|
|
1131
1175
|
|
|
1132
1176
|
export interface StreamWriter$instance extends TextWriter$instance {
|
|
1177
|
+
readonly __tsonic_type_System_IO_StreamWriter: never;
|
|
1178
|
+
|
|
1133
1179
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
1134
1180
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1135
1181
|
|
|
@@ -1229,6 +1275,8 @@ export type StreamWriter = StreamWriter$instance & __StreamWriter$views;
|
|
|
1229
1275
|
|
|
1230
1276
|
|
|
1231
1277
|
export interface StringReader$instance extends TextReader$instance {
|
|
1278
|
+
readonly __tsonic_type_System_IO_StringReader: never;
|
|
1279
|
+
|
|
1232
1280
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1233
1281
|
|
|
1234
1282
|
Close(): void;
|
|
@@ -1276,6 +1324,8 @@ export type StringReader = StringReader$instance & __StringReader$views;
|
|
|
1276
1324
|
|
|
1277
1325
|
|
|
1278
1326
|
export interface StringWriter$instance extends TextWriter$instance {
|
|
1327
|
+
readonly __tsonic_type_System_IO_StringWriter: never;
|
|
1328
|
+
|
|
1279
1329
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
1280
1330
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1281
1331
|
|
|
@@ -1366,6 +1416,8 @@ export type StringWriter = StringWriter$instance & __StringWriter$views;
|
|
|
1366
1416
|
|
|
1367
1417
|
|
|
1368
1418
|
export interface TextReader$instance extends MarshalByRefObject {
|
|
1419
|
+
readonly __tsonic_type_System_IO_TextReader: never;
|
|
1420
|
+
|
|
1369
1421
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1370
1422
|
|
|
1371
1423
|
Close(): void;
|
|
@@ -1403,7 +1455,9 @@ export interface __TextReader$views {
|
|
|
1403
1455
|
export type TextReader = TextReader$instance & __TextReader$views;
|
|
1404
1456
|
|
|
1405
1457
|
|
|
1406
|
-
export interface TextWriter$instance extends MarshalByRefObject {
|
|
1458
|
+
export interface TextWriter$instance extends MarshalByRefObject, System_Internal.IAsyncDisposable$instance {
|
|
1459
|
+
readonly __tsonic_type_System_IO_TextWriter: never;
|
|
1460
|
+
|
|
1407
1461
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
1408
1462
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1409
1463
|
|
|
@@ -1486,12 +1540,12 @@ export interface __TextWriter$views {
|
|
|
1486
1540
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1487
1541
|
}
|
|
1488
1542
|
|
|
1489
|
-
export interface TextWriter$instance extends System_Internal.IAsyncDisposable$instance {}
|
|
1490
|
-
|
|
1491
1543
|
export type TextWriter = TextWriter$instance & __TextWriter$views;
|
|
1492
1544
|
|
|
1493
1545
|
|
|
1494
1546
|
export interface UnmanagedMemoryAccessor$instance {
|
|
1547
|
+
readonly __tsonic_type_System_IO_UnmanagedMemoryAccessor: never;
|
|
1548
|
+
|
|
1495
1549
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1496
1550
|
|
|
1497
1551
|
readonly CanRead: boolean;
|
|
@@ -1546,6 +1600,8 @@ export type UnmanagedMemoryAccessor = UnmanagedMemoryAccessor$instance & __Unman
|
|
|
1546
1600
|
|
|
1547
1601
|
|
|
1548
1602
|
export interface UnmanagedMemoryStream$instance extends Stream$instance {
|
|
1603
|
+
readonly __tsonic_type_System_IO_UnmanagedMemoryStream: never;
|
|
1604
|
+
|
|
1549
1605
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
1550
1606
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1551
1607
|
|