@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
|
@@ -543,6 +543,8 @@ export interface ITypeLib2$instance extends ITypeLib$instance {}
|
|
|
543
543
|
export type ITypeLib2 = ITypeLib2$instance;
|
|
544
544
|
|
|
545
545
|
export interface BIND_OPTS$instance {
|
|
546
|
+
readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_BIND_OPTS: never;
|
|
547
|
+
|
|
546
548
|
cbStruct: int;
|
|
547
549
|
grfFlags: int;
|
|
548
550
|
grfMode: int;
|
|
@@ -558,6 +560,8 @@ export const BIND_OPTS: {
|
|
|
558
560
|
export type BIND_OPTS = BIND_OPTS$instance;
|
|
559
561
|
|
|
560
562
|
export interface BINDPTR$instance {
|
|
563
|
+
readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_BINDPTR: never;
|
|
564
|
+
|
|
561
565
|
lpfuncdesc: nint;
|
|
562
566
|
lpvardesc: nint;
|
|
563
567
|
lptcomp: nint;
|
|
@@ -572,6 +576,8 @@ export const BINDPTR: {
|
|
|
572
576
|
export type BINDPTR = BINDPTR$instance;
|
|
573
577
|
|
|
574
578
|
export interface CONNECTDATA$instance {
|
|
579
|
+
readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_CONNECTDATA: never;
|
|
580
|
+
|
|
575
581
|
pUnk: unknown;
|
|
576
582
|
dwCookie: int;
|
|
577
583
|
}
|
|
@@ -585,6 +591,8 @@ export const CONNECTDATA: {
|
|
|
585
591
|
export type CONNECTDATA = CONNECTDATA$instance;
|
|
586
592
|
|
|
587
593
|
export interface DISPPARAMS$instance {
|
|
594
|
+
readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_DISPPARAMS: never;
|
|
595
|
+
|
|
588
596
|
rgvarg: nint;
|
|
589
597
|
rgdispidNamedArgs: nint;
|
|
590
598
|
cArgs: int;
|
|
@@ -600,6 +608,8 @@ export const DISPPARAMS: {
|
|
|
600
608
|
export type DISPPARAMS = DISPPARAMS$instance;
|
|
601
609
|
|
|
602
610
|
export interface ELEMDESC$instance {
|
|
611
|
+
readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_ELEMDESC: never;
|
|
612
|
+
|
|
603
613
|
tdesc: TYPEDESC;
|
|
604
614
|
desc: ELEMDESC_DESCUNION;
|
|
605
615
|
}
|
|
@@ -613,6 +623,8 @@ export const ELEMDESC: {
|
|
|
613
623
|
export type ELEMDESC = ELEMDESC$instance;
|
|
614
624
|
|
|
615
625
|
export interface ELEMDESC_DESCUNION$instance {
|
|
626
|
+
readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_ELEMDESC_DESCUNION: never;
|
|
627
|
+
|
|
616
628
|
idldesc: IDLDESC;
|
|
617
629
|
paramdesc: PARAMDESC;
|
|
618
630
|
}
|
|
@@ -626,6 +638,8 @@ export const ELEMDESC_DESCUNION: {
|
|
|
626
638
|
export type ELEMDESC_DESCUNION = ELEMDESC_DESCUNION$instance;
|
|
627
639
|
|
|
628
640
|
export interface EXCEPINFO$instance {
|
|
641
|
+
readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_EXCEPINFO: never;
|
|
642
|
+
|
|
629
643
|
wCode: short;
|
|
630
644
|
wReserved: short;
|
|
631
645
|
bstrSource: string;
|
|
@@ -646,6 +660,8 @@ export const EXCEPINFO: {
|
|
|
646
660
|
export type EXCEPINFO = EXCEPINFO$instance;
|
|
647
661
|
|
|
648
662
|
export interface FILETIME$instance {
|
|
663
|
+
readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_FILETIME: never;
|
|
664
|
+
|
|
649
665
|
dwLowDateTime: int;
|
|
650
666
|
dwHighDateTime: int;
|
|
651
667
|
}
|
|
@@ -659,6 +675,8 @@ export const FILETIME: {
|
|
|
659
675
|
export type FILETIME = FILETIME$instance;
|
|
660
676
|
|
|
661
677
|
export interface FORMATETC$instance {
|
|
678
|
+
readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_FORMATETC: never;
|
|
679
|
+
|
|
662
680
|
cfFormat: short;
|
|
663
681
|
ptd: nint;
|
|
664
682
|
dwAspect: DVASPECT;
|
|
@@ -675,6 +693,8 @@ export const FORMATETC: {
|
|
|
675
693
|
export type FORMATETC = FORMATETC$instance;
|
|
676
694
|
|
|
677
695
|
export interface FUNCDESC$instance {
|
|
696
|
+
readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_FUNCDESC: never;
|
|
697
|
+
|
|
678
698
|
memid: int;
|
|
679
699
|
lprgscode: nint;
|
|
680
700
|
lprgelemdescParam: nint;
|
|
@@ -698,6 +718,8 @@ export const FUNCDESC: {
|
|
|
698
718
|
export type FUNCDESC = FUNCDESC$instance;
|
|
699
719
|
|
|
700
720
|
export interface IDLDESC$instance {
|
|
721
|
+
readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_IDLDESC: never;
|
|
722
|
+
|
|
701
723
|
dwReserved: nint;
|
|
702
724
|
wIDLFlags: IDLFLAG;
|
|
703
725
|
}
|
|
@@ -711,6 +733,8 @@ export const IDLDESC: {
|
|
|
711
733
|
export type IDLDESC = IDLDESC$instance;
|
|
712
734
|
|
|
713
735
|
export interface PARAMDESC$instance {
|
|
736
|
+
readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_PARAMDESC: never;
|
|
737
|
+
|
|
714
738
|
lpVarValue: nint;
|
|
715
739
|
wParamFlags: PARAMFLAG;
|
|
716
740
|
}
|
|
@@ -724,6 +748,8 @@ export const PARAMDESC: {
|
|
|
724
748
|
export type PARAMDESC = PARAMDESC$instance;
|
|
725
749
|
|
|
726
750
|
export interface STATDATA$instance {
|
|
751
|
+
readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_STATDATA: never;
|
|
752
|
+
|
|
727
753
|
formatetc: FORMATETC;
|
|
728
754
|
advf: ADVF;
|
|
729
755
|
advSink: IAdviseSink;
|
|
@@ -739,6 +765,8 @@ export const STATDATA: {
|
|
|
739
765
|
export type STATDATA = STATDATA$instance;
|
|
740
766
|
|
|
741
767
|
export interface STATSTG$instance {
|
|
768
|
+
readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_STATSTG: never;
|
|
769
|
+
|
|
742
770
|
pwcsName: string;
|
|
743
771
|
type: int;
|
|
744
772
|
cbSize: long;
|
|
@@ -761,6 +789,8 @@ export const STATSTG: {
|
|
|
761
789
|
export type STATSTG = STATSTG$instance;
|
|
762
790
|
|
|
763
791
|
export interface STGMEDIUM$instance {
|
|
792
|
+
readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_STGMEDIUM: never;
|
|
793
|
+
|
|
764
794
|
tymed: TYMED;
|
|
765
795
|
unionmember: nint;
|
|
766
796
|
pUnkForRelease: unknown | undefined;
|
|
@@ -775,6 +805,8 @@ export const STGMEDIUM: {
|
|
|
775
805
|
export type STGMEDIUM = STGMEDIUM$instance;
|
|
776
806
|
|
|
777
807
|
export interface TYPEATTR$instance {
|
|
808
|
+
readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_TYPEATTR: never;
|
|
809
|
+
|
|
778
810
|
guid: Guid;
|
|
779
811
|
lcid: int;
|
|
780
812
|
dwReserved: int;
|
|
@@ -805,6 +837,8 @@ export const TYPEATTR: {
|
|
|
805
837
|
export type TYPEATTR = TYPEATTR$instance;
|
|
806
838
|
|
|
807
839
|
export interface TYPEDESC$instance {
|
|
840
|
+
readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_TYPEDESC: never;
|
|
841
|
+
|
|
808
842
|
lpValue: nint;
|
|
809
843
|
vt: short;
|
|
810
844
|
}
|
|
@@ -818,6 +852,8 @@ export const TYPEDESC: {
|
|
|
818
852
|
export type TYPEDESC = TYPEDESC$instance;
|
|
819
853
|
|
|
820
854
|
export interface TYPELIBATTR$instance {
|
|
855
|
+
readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_TYPELIBATTR: never;
|
|
856
|
+
|
|
821
857
|
guid: Guid;
|
|
822
858
|
lcid: int;
|
|
823
859
|
syskind: SYSKIND;
|
|
@@ -835,6 +871,8 @@ export const TYPELIBATTR: {
|
|
|
835
871
|
export type TYPELIBATTR = TYPELIBATTR$instance;
|
|
836
872
|
|
|
837
873
|
export interface VARDESC$instance {
|
|
874
|
+
readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_VARDESC: never;
|
|
875
|
+
|
|
838
876
|
memid: int;
|
|
839
877
|
lpstrSchema: string;
|
|
840
878
|
desc: VARDESC_DESCUNION;
|
|
@@ -852,6 +890,8 @@ export const VARDESC: {
|
|
|
852
890
|
export type VARDESC = VARDESC$instance;
|
|
853
891
|
|
|
854
892
|
export interface VARDESC_DESCUNION$instance {
|
|
893
|
+
readonly __tsonic_type_System_Runtime_InteropServices_ComTypes_VARDESC_DESCUNION: never;
|
|
894
|
+
|
|
855
895
|
oInst: int;
|
|
856
896
|
lpvarValue: nint;
|
|
857
897
|
}
|
|
@@ -14,6 +14,8 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
14
14
|
import type { Boolean as ClrBoolean, Int32, Object as ClrObject, ReadOnlySpan_1, String as ClrString, Type, UIntPtr, ValueType, Void } from "../../System/internal/index.js";
|
|
15
15
|
|
|
16
16
|
export interface ComponentCrossReference$instance {
|
|
17
|
+
readonly __tsonic_type_System_Runtime_InteropServices_Java_ComponentCrossReference: never;
|
|
18
|
+
|
|
17
19
|
SourceGroupIndex: nuint;
|
|
18
20
|
DestinationGroupIndex: nuint;
|
|
19
21
|
}
|
|
@@ -27,6 +29,8 @@ export const ComponentCrossReference: {
|
|
|
27
29
|
export type ComponentCrossReference = ComponentCrossReference$instance;
|
|
28
30
|
|
|
29
31
|
export interface MarkCrossReferencesArgs$instance {
|
|
32
|
+
readonly __tsonic_type_System_Runtime_InteropServices_Java_MarkCrossReferencesArgs: never;
|
|
33
|
+
|
|
30
34
|
ComponentCount: nuint;
|
|
31
35
|
Components: ptr<StronglyConnectedComponent>;
|
|
32
36
|
CrossReferenceCount: nuint;
|
|
@@ -42,6 +46,8 @@ export const MarkCrossReferencesArgs: {
|
|
|
42
46
|
export type MarkCrossReferencesArgs = MarkCrossReferencesArgs$instance;
|
|
43
47
|
|
|
44
48
|
export interface StronglyConnectedComponent$instance {
|
|
49
|
+
readonly __tsonic_type_System_Runtime_InteropServices_Java_StronglyConnectedComponent: never;
|
|
50
|
+
|
|
45
51
|
Count: nuint;
|
|
46
52
|
Contexts: ptr<void>;
|
|
47
53
|
}
|
|
@@ -25,6 +25,8 @@ export type JSMarshalerArgument_ArgumentToManagedCallback_1<T> = (arg: JSMarshal
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
export interface JSMarshalerArgument$instance {
|
|
28
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSMarshalerArgument: never;
|
|
29
|
+
|
|
28
30
|
Initialize(): void;
|
|
29
31
|
ToJS(value: boolean): void;
|
|
30
32
|
ToJS(value: Nullable_1<System_Internal.Boolean>): void;
|
|
@@ -139,6 +141,8 @@ export const JSMarshalerArgument: {
|
|
|
139
141
|
export type JSMarshalerArgument = JSMarshalerArgument$instance;
|
|
140
142
|
|
|
141
143
|
export interface JSException$instance extends Exception {
|
|
144
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSException: never;
|
|
145
|
+
|
|
142
146
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
143
147
|
|
|
144
148
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -158,6 +162,8 @@ export type JSException = JSException$instance & __JSException$views;
|
|
|
158
162
|
|
|
159
163
|
|
|
160
164
|
export interface JSExportAttribute$instance extends Attribute {
|
|
165
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSExportAttribute: never;
|
|
166
|
+
|
|
161
167
|
}
|
|
162
168
|
|
|
163
169
|
|
|
@@ -169,6 +175,8 @@ export const JSExportAttribute: {
|
|
|
169
175
|
export type JSExportAttribute = JSExportAttribute$instance;
|
|
170
176
|
|
|
171
177
|
export interface JSFunctionBinding$instance {
|
|
178
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSFunctionBinding: never;
|
|
179
|
+
|
|
172
180
|
}
|
|
173
181
|
|
|
174
182
|
|
|
@@ -182,6 +190,8 @@ export const JSFunctionBinding: {
|
|
|
182
190
|
export type JSFunctionBinding = JSFunctionBinding$instance;
|
|
183
191
|
|
|
184
192
|
export interface JSImportAttribute$instance extends Attribute {
|
|
193
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSImportAttribute: never;
|
|
194
|
+
|
|
185
195
|
readonly FunctionName: string;
|
|
186
196
|
readonly ModuleName: string | undefined;
|
|
187
197
|
}
|
|
@@ -196,6 +206,8 @@ export const JSImportAttribute: {
|
|
|
196
206
|
export type JSImportAttribute = JSImportAttribute$instance;
|
|
197
207
|
|
|
198
208
|
export interface JSMarshalAsAttribute_1$instance<T extends JSType> extends Attribute {
|
|
209
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSMarshalAsAttribute_1: never;
|
|
210
|
+
|
|
199
211
|
}
|
|
200
212
|
|
|
201
213
|
|
|
@@ -207,6 +219,8 @@ export const JSMarshalAsAttribute_1: {
|
|
|
207
219
|
export type JSMarshalAsAttribute_1<T extends JSType> = JSMarshalAsAttribute_1$instance<T>;
|
|
208
220
|
|
|
209
221
|
export interface JSMarshalerType$instance {
|
|
222
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSMarshalerType: never;
|
|
223
|
+
|
|
210
224
|
}
|
|
211
225
|
|
|
212
226
|
|
|
@@ -248,7 +262,9 @@ export const JSMarshalerType: {
|
|
|
248
262
|
|
|
249
263
|
export type JSMarshalerType = JSMarshalerType$instance;
|
|
250
264
|
|
|
251
|
-
export interface JSObject$instance {
|
|
265
|
+
export interface JSObject$instance extends System_Internal.IDisposable$instance {
|
|
266
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSObject: never;
|
|
267
|
+
|
|
252
268
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
253
269
|
|
|
254
270
|
readonly IsDisposed: boolean;
|
|
@@ -278,12 +294,12 @@ export interface __JSObject$views {
|
|
|
278
294
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
279
295
|
}
|
|
280
296
|
|
|
281
|
-
export interface JSObject$instance extends System_Internal.IDisposable$instance {}
|
|
282
|
-
|
|
283
297
|
export type JSObject = JSObject$instance & __JSObject$views;
|
|
284
298
|
|
|
285
299
|
|
|
286
300
|
export interface JSType$instance {
|
|
301
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType: never;
|
|
302
|
+
|
|
287
303
|
}
|
|
288
304
|
|
|
289
305
|
|
|
@@ -294,6 +310,8 @@ export const JSType: {
|
|
|
294
310
|
export type JSType = JSType$instance;
|
|
295
311
|
|
|
296
312
|
export interface JSType_Any$instance extends JSType {
|
|
313
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Any: never;
|
|
314
|
+
|
|
297
315
|
}
|
|
298
316
|
|
|
299
317
|
|
|
@@ -304,6 +322,8 @@ export const JSType_Any: {
|
|
|
304
322
|
export type JSType_Any = JSType_Any$instance;
|
|
305
323
|
|
|
306
324
|
export interface JSType_Array_1$instance<T extends JSType> extends JSType {
|
|
325
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Array_1: never;
|
|
326
|
+
|
|
307
327
|
}
|
|
308
328
|
|
|
309
329
|
|
|
@@ -314,6 +334,8 @@ export const JSType_Array_1: {
|
|
|
314
334
|
export type JSType_Array_1<T extends JSType> = JSType_Array_1$instance<T>;
|
|
315
335
|
|
|
316
336
|
export interface JSType_BigInt$instance extends JSType {
|
|
337
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_BigInt: never;
|
|
338
|
+
|
|
317
339
|
}
|
|
318
340
|
|
|
319
341
|
|
|
@@ -324,6 +346,8 @@ export const JSType_BigInt: {
|
|
|
324
346
|
export type JSType_BigInt = JSType_BigInt$instance;
|
|
325
347
|
|
|
326
348
|
export interface JSType_Boolean$instance extends JSType {
|
|
349
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Boolean: never;
|
|
350
|
+
|
|
327
351
|
}
|
|
328
352
|
|
|
329
353
|
|
|
@@ -334,6 +358,8 @@ export const JSType_Boolean: {
|
|
|
334
358
|
export type JSType_Boolean = JSType_Boolean$instance;
|
|
335
359
|
|
|
336
360
|
export interface JSType_Date$instance extends JSType {
|
|
361
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Date: never;
|
|
362
|
+
|
|
337
363
|
}
|
|
338
364
|
|
|
339
365
|
|
|
@@ -344,6 +370,8 @@ export const JSType_Date: {
|
|
|
344
370
|
export type JSType_Date = JSType_Date$instance;
|
|
345
371
|
|
|
346
372
|
export interface JSType_Discard$instance extends JSType {
|
|
373
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Discard: never;
|
|
374
|
+
|
|
347
375
|
}
|
|
348
376
|
|
|
349
377
|
|
|
@@ -354,6 +382,8 @@ export const JSType_Discard: {
|
|
|
354
382
|
export type JSType_Discard = JSType_Discard$instance;
|
|
355
383
|
|
|
356
384
|
export interface JSType_Error$instance extends JSType {
|
|
385
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Error: never;
|
|
386
|
+
|
|
357
387
|
}
|
|
358
388
|
|
|
359
389
|
|
|
@@ -364,6 +394,8 @@ export const JSType_Error: {
|
|
|
364
394
|
export type JSType_Error = JSType_Error$instance;
|
|
365
395
|
|
|
366
396
|
export interface JSType_Function$instance extends JSType {
|
|
397
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Function: never;
|
|
398
|
+
|
|
367
399
|
}
|
|
368
400
|
|
|
369
401
|
|
|
@@ -374,6 +406,8 @@ export const JSType_Function: {
|
|
|
374
406
|
export type JSType_Function = JSType_Function$instance;
|
|
375
407
|
|
|
376
408
|
export interface JSType_Function_1$instance<T extends JSType> extends JSType {
|
|
409
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Function_1: never;
|
|
410
|
+
|
|
377
411
|
}
|
|
378
412
|
|
|
379
413
|
|
|
@@ -384,6 +418,8 @@ export const JSType_Function_1: {
|
|
|
384
418
|
export type JSType_Function_1<T extends JSType> = JSType_Function_1$instance<T>;
|
|
385
419
|
|
|
386
420
|
export interface JSType_Function_2$instance<T1 extends JSType, T2 extends JSType> extends JSType {
|
|
421
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Function_2: never;
|
|
422
|
+
|
|
387
423
|
}
|
|
388
424
|
|
|
389
425
|
|
|
@@ -394,6 +430,8 @@ export const JSType_Function_2: {
|
|
|
394
430
|
export type JSType_Function_2<T1 extends JSType, T2 extends JSType> = JSType_Function_2$instance<T1, T2>;
|
|
395
431
|
|
|
396
432
|
export interface JSType_Function_3$instance<T1 extends JSType, T2 extends JSType, T3 extends JSType> extends JSType {
|
|
433
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Function_3: never;
|
|
434
|
+
|
|
397
435
|
}
|
|
398
436
|
|
|
399
437
|
|
|
@@ -404,6 +442,8 @@ export const JSType_Function_3: {
|
|
|
404
442
|
export type JSType_Function_3<T1 extends JSType, T2 extends JSType, T3 extends JSType> = JSType_Function_3$instance<T1, T2, T3>;
|
|
405
443
|
|
|
406
444
|
export interface JSType_Function_4$instance<T1 extends JSType, T2 extends JSType, T3 extends JSType, T4 extends JSType> extends JSType {
|
|
445
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Function_4: never;
|
|
446
|
+
|
|
407
447
|
}
|
|
408
448
|
|
|
409
449
|
|
|
@@ -414,6 +454,8 @@ export const JSType_Function_4: {
|
|
|
414
454
|
export type JSType_Function_4<T1 extends JSType, T2 extends JSType, T3 extends JSType, T4 extends JSType> = JSType_Function_4$instance<T1, T2, T3, T4>;
|
|
415
455
|
|
|
416
456
|
export interface JSType_MemoryView$instance extends JSType {
|
|
457
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_MemoryView: never;
|
|
458
|
+
|
|
417
459
|
}
|
|
418
460
|
|
|
419
461
|
|
|
@@ -424,6 +466,8 @@ export const JSType_MemoryView: {
|
|
|
424
466
|
export type JSType_MemoryView = JSType_MemoryView$instance;
|
|
425
467
|
|
|
426
468
|
export interface JSType_Number$instance extends JSType {
|
|
469
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Number: never;
|
|
470
|
+
|
|
427
471
|
}
|
|
428
472
|
|
|
429
473
|
|
|
@@ -434,6 +478,8 @@ export const JSType_Number: {
|
|
|
434
478
|
export type JSType_Number = JSType_Number$instance;
|
|
435
479
|
|
|
436
480
|
export interface JSType_Object$instance extends JSType {
|
|
481
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Object: never;
|
|
482
|
+
|
|
437
483
|
}
|
|
438
484
|
|
|
439
485
|
|
|
@@ -444,6 +490,8 @@ export const JSType_Object: {
|
|
|
444
490
|
export type JSType_Object = JSType_Object$instance;
|
|
445
491
|
|
|
446
492
|
export interface JSType_Promise_1$instance<T extends JSType> extends JSType {
|
|
493
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Promise_1: never;
|
|
494
|
+
|
|
447
495
|
}
|
|
448
496
|
|
|
449
497
|
|
|
@@ -454,6 +502,8 @@ export const JSType_Promise_1: {
|
|
|
454
502
|
export type JSType_Promise_1<T extends JSType> = JSType_Promise_1$instance<T>;
|
|
455
503
|
|
|
456
504
|
export interface JSType_String$instance extends JSType {
|
|
505
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_String: never;
|
|
506
|
+
|
|
457
507
|
}
|
|
458
508
|
|
|
459
509
|
|
|
@@ -464,6 +514,8 @@ export const JSType_String: {
|
|
|
464
514
|
export type JSType_String = JSType_String$instance;
|
|
465
515
|
|
|
466
516
|
export interface JSType_Void$instance extends JSType {
|
|
517
|
+
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSType_Void: never;
|
|
518
|
+
|
|
467
519
|
}
|
|
468
520
|
|
|
469
521
|
|