@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
|
@@ -578,6 +578,8 @@ export interface ISZArrayTypeProvider_1$instance<TType> {
|
|
|
578
578
|
export type ISZArrayTypeProvider_1<TType> = ISZArrayTypeProvider_1$instance<TType>;
|
|
579
579
|
|
|
580
580
|
export interface ArrayShape$instance {
|
|
581
|
+
readonly __tsonic_type_System_Reflection_Metadata_ArrayShape: never;
|
|
582
|
+
|
|
581
583
|
readonly LowerBounds: ImmutableArray_1<System_Internal.Int32>;
|
|
582
584
|
readonly Rank: int;
|
|
583
585
|
readonly Sizes: ImmutableArray_1<System_Internal.Int32>;
|
|
@@ -592,6 +594,8 @@ export const ArrayShape: {
|
|
|
592
594
|
export type ArrayShape = ArrayShape$instance;
|
|
593
595
|
|
|
594
596
|
export interface AssemblyDefinition$instance {
|
|
597
|
+
readonly __tsonic_type_System_Reflection_Metadata_AssemblyDefinition: never;
|
|
598
|
+
|
|
595
599
|
readonly Culture: StringHandle;
|
|
596
600
|
readonly Flags: AssemblyFlags;
|
|
597
601
|
readonly HashAlgorithm: AssemblyHashAlgorithm;
|
|
@@ -613,6 +617,8 @@ export const AssemblyDefinition: {
|
|
|
613
617
|
export type AssemblyDefinition = AssemblyDefinition$instance;
|
|
614
618
|
|
|
615
619
|
export interface AssemblyDefinitionHandle$instance {
|
|
620
|
+
readonly __tsonic_type_System_Reflection_Metadata_AssemblyDefinitionHandle: never;
|
|
621
|
+
|
|
616
622
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
617
623
|
|
|
618
624
|
readonly IsNil: boolean;
|
|
@@ -638,6 +644,8 @@ export type AssemblyDefinitionHandle = AssemblyDefinitionHandle$instance & __Ass
|
|
|
638
644
|
|
|
639
645
|
|
|
640
646
|
export interface AssemblyFile$instance {
|
|
647
|
+
readonly __tsonic_type_System_Reflection_Metadata_AssemblyFile: never;
|
|
648
|
+
|
|
641
649
|
readonly ContainsMetadata: boolean;
|
|
642
650
|
readonly HashValue: BlobHandle;
|
|
643
651
|
readonly Name: StringHandle;
|
|
@@ -653,6 +661,8 @@ export const AssemblyFile: {
|
|
|
653
661
|
export type AssemblyFile = AssemblyFile$instance;
|
|
654
662
|
|
|
655
663
|
export interface AssemblyFileHandle$instance {
|
|
664
|
+
readonly __tsonic_type_System_Reflection_Metadata_AssemblyFileHandle: never;
|
|
665
|
+
|
|
656
666
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
657
667
|
|
|
658
668
|
readonly IsNil: boolean;
|
|
@@ -678,6 +688,8 @@ export type AssemblyFileHandle = AssemblyFileHandle$instance & __AssemblyFileHan
|
|
|
678
688
|
|
|
679
689
|
|
|
680
690
|
export interface AssemblyFileHandleCollection$instance {
|
|
691
|
+
readonly __tsonic_type_System_Reflection_Metadata_AssemblyFileHandleCollection: never;
|
|
692
|
+
|
|
681
693
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
682
694
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
683
695
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -702,6 +714,8 @@ export type AssemblyFileHandleCollection = AssemblyFileHandleCollection$instance
|
|
|
702
714
|
|
|
703
715
|
|
|
704
716
|
export interface AssemblyFileHandleCollection_Enumerator$instance {
|
|
717
|
+
readonly __tsonic_type_System_Reflection_Metadata_AssemblyFileHandleCollection_Enumerator: never;
|
|
718
|
+
|
|
705
719
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
706
720
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
707
721
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -726,6 +740,8 @@ export type AssemblyFileHandleCollection_Enumerator = AssemblyFileHandleCollecti
|
|
|
726
740
|
|
|
727
741
|
|
|
728
742
|
export interface AssemblyReference$instance {
|
|
743
|
+
readonly __tsonic_type_System_Reflection_Metadata_AssemblyReference: never;
|
|
744
|
+
|
|
729
745
|
readonly Culture: StringHandle;
|
|
730
746
|
readonly Flags: AssemblyFlags;
|
|
731
747
|
readonly HashValue: BlobHandle;
|
|
@@ -746,6 +762,8 @@ export const AssemblyReference: {
|
|
|
746
762
|
export type AssemblyReference = AssemblyReference$instance;
|
|
747
763
|
|
|
748
764
|
export interface AssemblyReferenceHandle$instance {
|
|
765
|
+
readonly __tsonic_type_System_Reflection_Metadata_AssemblyReferenceHandle: never;
|
|
766
|
+
|
|
749
767
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
750
768
|
|
|
751
769
|
readonly IsNil: boolean;
|
|
@@ -771,6 +789,8 @@ export type AssemblyReferenceHandle = AssemblyReferenceHandle$instance & __Assem
|
|
|
771
789
|
|
|
772
790
|
|
|
773
791
|
export interface AssemblyReferenceHandleCollection$instance {
|
|
792
|
+
readonly __tsonic_type_System_Reflection_Metadata_AssemblyReferenceHandleCollection: never;
|
|
793
|
+
|
|
774
794
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
775
795
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
776
796
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -795,6 +815,8 @@ export type AssemblyReferenceHandleCollection = AssemblyReferenceHandleCollectio
|
|
|
795
815
|
|
|
796
816
|
|
|
797
817
|
export interface AssemblyReferenceHandleCollection_Enumerator$instance {
|
|
818
|
+
readonly __tsonic_type_System_Reflection_Metadata_AssemblyReferenceHandleCollection_Enumerator: never;
|
|
819
|
+
|
|
798
820
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
799
821
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
800
822
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -819,6 +841,8 @@ export type AssemblyReferenceHandleCollection_Enumerator = AssemblyReferenceHand
|
|
|
819
841
|
|
|
820
842
|
|
|
821
843
|
export interface Blob$instance {
|
|
844
|
+
readonly __tsonic_type_System_Reflection_Metadata_Blob: never;
|
|
845
|
+
|
|
822
846
|
readonly IsDefault: boolean;
|
|
823
847
|
readonly Length: int;
|
|
824
848
|
GetBytes(): ArraySegment_1<System_Internal.Byte>;
|
|
@@ -833,6 +857,8 @@ export const Blob: {
|
|
|
833
857
|
export type Blob = Blob$instance;
|
|
834
858
|
|
|
835
859
|
export interface BlobBuilder_Blobs$instance {
|
|
860
|
+
readonly __tsonic_type_System_Reflection_Metadata_BlobBuilder_Blobs: never;
|
|
861
|
+
|
|
836
862
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
837
863
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
838
864
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -863,6 +889,8 @@ export type BlobBuilder_Blobs = BlobBuilder_Blobs$instance & __BlobBuilder_Blobs
|
|
|
863
889
|
|
|
864
890
|
|
|
865
891
|
export interface BlobContentId$instance {
|
|
892
|
+
readonly __tsonic_type_System_Reflection_Metadata_BlobContentId: never;
|
|
893
|
+
|
|
866
894
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
867
895
|
|
|
868
896
|
readonly Guid: Guid;
|
|
@@ -895,6 +923,8 @@ export type BlobContentId = BlobContentId$instance & __BlobContentId$views;
|
|
|
895
923
|
|
|
896
924
|
|
|
897
925
|
export interface BlobHandle$instance {
|
|
926
|
+
readonly __tsonic_type_System_Reflection_Metadata_BlobHandle: never;
|
|
927
|
+
|
|
898
928
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
899
929
|
|
|
900
930
|
readonly IsNil: boolean;
|
|
@@ -920,6 +950,8 @@ export type BlobHandle = BlobHandle$instance & __BlobHandle$views;
|
|
|
920
950
|
|
|
921
951
|
|
|
922
952
|
export interface BlobReader$instance {
|
|
953
|
+
readonly __tsonic_type_System_Reflection_Metadata_BlobReader: never;
|
|
954
|
+
|
|
923
955
|
readonly CurrentPointer: ptr<byte>;
|
|
924
956
|
readonly Length: int;
|
|
925
957
|
Offset: int;
|
|
@@ -969,6 +1001,8 @@ export const BlobReader: {
|
|
|
969
1001
|
export type BlobReader = BlobReader$instance;
|
|
970
1002
|
|
|
971
1003
|
export interface BlobWriter$instance {
|
|
1004
|
+
readonly __tsonic_type_System_Reflection_Metadata_BlobWriter: never;
|
|
1005
|
+
|
|
972
1006
|
readonly Blob: Blob;
|
|
973
1007
|
readonly Length: int;
|
|
974
1008
|
Offset: int;
|
|
@@ -1030,6 +1064,8 @@ export const BlobWriter: {
|
|
|
1030
1064
|
export type BlobWriter = BlobWriter$instance;
|
|
1031
1065
|
|
|
1032
1066
|
export interface Constant$instance {
|
|
1067
|
+
readonly __tsonic_type_System_Reflection_Metadata_Constant: never;
|
|
1068
|
+
|
|
1033
1069
|
readonly Parent: EntityHandle;
|
|
1034
1070
|
readonly TypeCode: ConstantTypeCode;
|
|
1035
1071
|
readonly Value: BlobHandle;
|
|
@@ -1044,6 +1080,8 @@ export const Constant: {
|
|
|
1044
1080
|
export type Constant = Constant$instance;
|
|
1045
1081
|
|
|
1046
1082
|
export interface ConstantHandle$instance {
|
|
1083
|
+
readonly __tsonic_type_System_Reflection_Metadata_ConstantHandle: never;
|
|
1084
|
+
|
|
1047
1085
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1048
1086
|
|
|
1049
1087
|
readonly IsNil: boolean;
|
|
@@ -1069,6 +1107,8 @@ export type ConstantHandle = ConstantHandle$instance & __ConstantHandle$views;
|
|
|
1069
1107
|
|
|
1070
1108
|
|
|
1071
1109
|
export interface CustomAttribute$instance {
|
|
1110
|
+
readonly __tsonic_type_System_Reflection_Metadata_CustomAttribute: never;
|
|
1111
|
+
|
|
1072
1112
|
readonly Constructor: EntityHandle;
|
|
1073
1113
|
readonly Parent: EntityHandle;
|
|
1074
1114
|
readonly Value: BlobHandle;
|
|
@@ -1084,6 +1124,8 @@ export const CustomAttribute: {
|
|
|
1084
1124
|
export type CustomAttribute = CustomAttribute$instance;
|
|
1085
1125
|
|
|
1086
1126
|
export interface CustomAttributeHandle$instance {
|
|
1127
|
+
readonly __tsonic_type_System_Reflection_Metadata_CustomAttributeHandle: never;
|
|
1128
|
+
|
|
1087
1129
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1088
1130
|
|
|
1089
1131
|
readonly IsNil: boolean;
|
|
@@ -1109,6 +1151,8 @@ export type CustomAttributeHandle = CustomAttributeHandle$instance & __CustomAtt
|
|
|
1109
1151
|
|
|
1110
1152
|
|
|
1111
1153
|
export interface CustomAttributeHandleCollection$instance {
|
|
1154
|
+
readonly __tsonic_type_System_Reflection_Metadata_CustomAttributeHandleCollection: never;
|
|
1155
|
+
|
|
1112
1156
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1113
1157
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1114
1158
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -1133,6 +1177,8 @@ export type CustomAttributeHandleCollection = CustomAttributeHandleCollection$in
|
|
|
1133
1177
|
|
|
1134
1178
|
|
|
1135
1179
|
export interface CustomAttributeHandleCollection_Enumerator$instance {
|
|
1180
|
+
readonly __tsonic_type_System_Reflection_Metadata_CustomAttributeHandleCollection_Enumerator: never;
|
|
1181
|
+
|
|
1136
1182
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
1137
1183
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1138
1184
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -1157,6 +1203,8 @@ export type CustomAttributeHandleCollection_Enumerator = CustomAttributeHandleCo
|
|
|
1157
1203
|
|
|
1158
1204
|
|
|
1159
1205
|
export interface CustomAttributeNamedArgument_1$instance<TType> {
|
|
1206
|
+
readonly __tsonic_type_System_Reflection_Metadata_CustomAttributeNamedArgument_1: never;
|
|
1207
|
+
|
|
1160
1208
|
readonly Kind: CustomAttributeNamedArgumentKind;
|
|
1161
1209
|
readonly Name: string | undefined;
|
|
1162
1210
|
readonly Type: TType;
|
|
@@ -1172,6 +1220,8 @@ export const CustomAttributeNamedArgument_1: {
|
|
|
1172
1220
|
export type CustomAttributeNamedArgument_1<TType> = CustomAttributeNamedArgument_1$instance<TType>;
|
|
1173
1221
|
|
|
1174
1222
|
export interface CustomAttributeTypedArgument_1$instance<TType> {
|
|
1223
|
+
readonly __tsonic_type_System_Reflection_Metadata_CustomAttributeTypedArgument_1: never;
|
|
1224
|
+
|
|
1175
1225
|
readonly Type: TType;
|
|
1176
1226
|
readonly Value: unknown | undefined;
|
|
1177
1227
|
}
|
|
@@ -1185,6 +1235,8 @@ export const CustomAttributeTypedArgument_1: {
|
|
|
1185
1235
|
export type CustomAttributeTypedArgument_1<TType> = CustomAttributeTypedArgument_1$instance<TType>;
|
|
1186
1236
|
|
|
1187
1237
|
export interface CustomAttributeValue_1$instance<TType> {
|
|
1238
|
+
readonly __tsonic_type_System_Reflection_Metadata_CustomAttributeValue_1: never;
|
|
1239
|
+
|
|
1188
1240
|
readonly FixedArguments: ImmutableArray_1<CustomAttributeTypedArgument_1<TType>>;
|
|
1189
1241
|
readonly NamedArguments: ImmutableArray_1<CustomAttributeNamedArgument_1<TType>>;
|
|
1190
1242
|
}
|
|
@@ -1198,6 +1250,8 @@ export const CustomAttributeValue_1: {
|
|
|
1198
1250
|
export type CustomAttributeValue_1<TType> = CustomAttributeValue_1$instance<TType>;
|
|
1199
1251
|
|
|
1200
1252
|
export interface CustomDebugInformation$instance {
|
|
1253
|
+
readonly __tsonic_type_System_Reflection_Metadata_CustomDebugInformation: never;
|
|
1254
|
+
|
|
1201
1255
|
readonly Kind: GuidHandle;
|
|
1202
1256
|
readonly Parent: EntityHandle;
|
|
1203
1257
|
readonly Value: BlobHandle;
|
|
@@ -1212,6 +1266,8 @@ export const CustomDebugInformation: {
|
|
|
1212
1266
|
export type CustomDebugInformation = CustomDebugInformation$instance;
|
|
1213
1267
|
|
|
1214
1268
|
export interface CustomDebugInformationHandle$instance {
|
|
1269
|
+
readonly __tsonic_type_System_Reflection_Metadata_CustomDebugInformationHandle: never;
|
|
1270
|
+
|
|
1215
1271
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1216
1272
|
|
|
1217
1273
|
readonly IsNil: boolean;
|
|
@@ -1237,6 +1293,8 @@ export type CustomDebugInformationHandle = CustomDebugInformationHandle$instance
|
|
|
1237
1293
|
|
|
1238
1294
|
|
|
1239
1295
|
export interface CustomDebugInformationHandleCollection$instance {
|
|
1296
|
+
readonly __tsonic_type_System_Reflection_Metadata_CustomDebugInformationHandleCollection: never;
|
|
1297
|
+
|
|
1240
1298
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1241
1299
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1242
1300
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -1261,6 +1319,8 @@ export type CustomDebugInformationHandleCollection = CustomDebugInformationHandl
|
|
|
1261
1319
|
|
|
1262
1320
|
|
|
1263
1321
|
export interface CustomDebugInformationHandleCollection_Enumerator$instance {
|
|
1322
|
+
readonly __tsonic_type_System_Reflection_Metadata_CustomDebugInformationHandleCollection_Enumerator: never;
|
|
1323
|
+
|
|
1264
1324
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
1265
1325
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1266
1326
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -1285,6 +1345,8 @@ export type CustomDebugInformationHandleCollection_Enumerator = CustomDebugInfor
|
|
|
1285
1345
|
|
|
1286
1346
|
|
|
1287
1347
|
export interface DeclarativeSecurityAttribute$instance {
|
|
1348
|
+
readonly __tsonic_type_System_Reflection_Metadata_DeclarativeSecurityAttribute: never;
|
|
1349
|
+
|
|
1288
1350
|
readonly Action: DeclarativeSecurityAction;
|
|
1289
1351
|
readonly Parent: EntityHandle;
|
|
1290
1352
|
readonly PermissionSet: BlobHandle;
|
|
@@ -1299,6 +1361,8 @@ export const DeclarativeSecurityAttribute: {
|
|
|
1299
1361
|
export type DeclarativeSecurityAttribute = DeclarativeSecurityAttribute$instance;
|
|
1300
1362
|
|
|
1301
1363
|
export interface DeclarativeSecurityAttributeHandle$instance {
|
|
1364
|
+
readonly __tsonic_type_System_Reflection_Metadata_DeclarativeSecurityAttributeHandle: never;
|
|
1365
|
+
|
|
1302
1366
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1303
1367
|
|
|
1304
1368
|
readonly IsNil: boolean;
|
|
@@ -1324,6 +1388,8 @@ export type DeclarativeSecurityAttributeHandle = DeclarativeSecurityAttributeHan
|
|
|
1324
1388
|
|
|
1325
1389
|
|
|
1326
1390
|
export interface DeclarativeSecurityAttributeHandleCollection$instance {
|
|
1391
|
+
readonly __tsonic_type_System_Reflection_Metadata_DeclarativeSecurityAttributeHandleCollection: never;
|
|
1392
|
+
|
|
1327
1393
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1328
1394
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1329
1395
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -1348,6 +1414,8 @@ export type DeclarativeSecurityAttributeHandleCollection = DeclarativeSecurityAt
|
|
|
1348
1414
|
|
|
1349
1415
|
|
|
1350
1416
|
export interface DeclarativeSecurityAttributeHandleCollection_Enumerator$instance {
|
|
1417
|
+
readonly __tsonic_type_System_Reflection_Metadata_DeclarativeSecurityAttributeHandleCollection_Enumerator: never;
|
|
1418
|
+
|
|
1351
1419
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
1352
1420
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1353
1421
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -1372,6 +1440,8 @@ export type DeclarativeSecurityAttributeHandleCollection_Enumerator = Declarativ
|
|
|
1372
1440
|
|
|
1373
1441
|
|
|
1374
1442
|
export interface Document$instance {
|
|
1443
|
+
readonly __tsonic_type_System_Reflection_Metadata_Document: never;
|
|
1444
|
+
|
|
1375
1445
|
readonly Hash: BlobHandle;
|
|
1376
1446
|
readonly HashAlgorithm: GuidHandle;
|
|
1377
1447
|
readonly Language: GuidHandle;
|
|
@@ -1387,6 +1457,8 @@ export const Document: {
|
|
|
1387
1457
|
export type Document = Document$instance;
|
|
1388
1458
|
|
|
1389
1459
|
export interface DocumentHandle$instance {
|
|
1460
|
+
readonly __tsonic_type_System_Reflection_Metadata_DocumentHandle: never;
|
|
1461
|
+
|
|
1390
1462
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1391
1463
|
|
|
1392
1464
|
readonly IsNil: boolean;
|
|
@@ -1412,6 +1484,8 @@ export type DocumentHandle = DocumentHandle$instance & __DocumentHandle$views;
|
|
|
1412
1484
|
|
|
1413
1485
|
|
|
1414
1486
|
export interface DocumentHandleCollection$instance {
|
|
1487
|
+
readonly __tsonic_type_System_Reflection_Metadata_DocumentHandleCollection: never;
|
|
1488
|
+
|
|
1415
1489
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1416
1490
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1417
1491
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -1436,6 +1510,8 @@ export type DocumentHandleCollection = DocumentHandleCollection$instance & __Doc
|
|
|
1436
1510
|
|
|
1437
1511
|
|
|
1438
1512
|
export interface DocumentHandleCollection_Enumerator$instance {
|
|
1513
|
+
readonly __tsonic_type_System_Reflection_Metadata_DocumentHandleCollection_Enumerator: never;
|
|
1514
|
+
|
|
1439
1515
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
1440
1516
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1441
1517
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -1460,6 +1536,8 @@ export type DocumentHandleCollection_Enumerator = DocumentHandleCollection_Enume
|
|
|
1460
1536
|
|
|
1461
1537
|
|
|
1462
1538
|
export interface DocumentNameBlobHandle$instance {
|
|
1539
|
+
readonly __tsonic_type_System_Reflection_Metadata_DocumentNameBlobHandle: never;
|
|
1540
|
+
|
|
1463
1541
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1464
1542
|
|
|
1465
1543
|
readonly IsNil: boolean;
|
|
@@ -1485,6 +1563,8 @@ export type DocumentNameBlobHandle = DocumentNameBlobHandle$instance & __Documen
|
|
|
1485
1563
|
|
|
1486
1564
|
|
|
1487
1565
|
export interface EntityHandle$instance {
|
|
1566
|
+
readonly __tsonic_type_System_Reflection_Metadata_EntityHandle: never;
|
|
1567
|
+
|
|
1488
1568
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1489
1569
|
|
|
1490
1570
|
readonly IsNil: boolean;
|
|
@@ -1513,6 +1593,8 @@ export type EntityHandle = EntityHandle$instance & __EntityHandle$views;
|
|
|
1513
1593
|
|
|
1514
1594
|
|
|
1515
1595
|
export interface EventAccessors$instance {
|
|
1596
|
+
readonly __tsonic_type_System_Reflection_Metadata_EventAccessors: never;
|
|
1597
|
+
|
|
1516
1598
|
readonly Adder: MethodDefinitionHandle;
|
|
1517
1599
|
readonly Others: ImmutableArray_1<MethodDefinitionHandle>;
|
|
1518
1600
|
readonly Raiser: MethodDefinitionHandle;
|
|
@@ -1528,6 +1610,8 @@ export const EventAccessors: {
|
|
|
1528
1610
|
export type EventAccessors = EventAccessors$instance;
|
|
1529
1611
|
|
|
1530
1612
|
export interface EventDefinition$instance {
|
|
1613
|
+
readonly __tsonic_type_System_Reflection_Metadata_EventDefinition: never;
|
|
1614
|
+
|
|
1531
1615
|
readonly Attributes: EventAttributes;
|
|
1532
1616
|
readonly Name: StringHandle;
|
|
1533
1617
|
readonly Type: EntityHandle;
|
|
@@ -1545,6 +1629,8 @@ export const EventDefinition: {
|
|
|
1545
1629
|
export type EventDefinition = EventDefinition$instance;
|
|
1546
1630
|
|
|
1547
1631
|
export interface EventDefinitionHandle$instance {
|
|
1632
|
+
readonly __tsonic_type_System_Reflection_Metadata_EventDefinitionHandle: never;
|
|
1633
|
+
|
|
1548
1634
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1549
1635
|
|
|
1550
1636
|
readonly IsNil: boolean;
|
|
@@ -1570,6 +1656,8 @@ export type EventDefinitionHandle = EventDefinitionHandle$instance & __EventDefi
|
|
|
1570
1656
|
|
|
1571
1657
|
|
|
1572
1658
|
export interface EventDefinitionHandleCollection$instance {
|
|
1659
|
+
readonly __tsonic_type_System_Reflection_Metadata_EventDefinitionHandleCollection: never;
|
|
1660
|
+
|
|
1573
1661
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1574
1662
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1575
1663
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -1594,6 +1682,8 @@ export type EventDefinitionHandleCollection = EventDefinitionHandleCollection$in
|
|
|
1594
1682
|
|
|
1595
1683
|
|
|
1596
1684
|
export interface EventDefinitionHandleCollection_Enumerator$instance {
|
|
1685
|
+
readonly __tsonic_type_System_Reflection_Metadata_EventDefinitionHandleCollection_Enumerator: never;
|
|
1686
|
+
|
|
1597
1687
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
1598
1688
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1599
1689
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -1618,6 +1708,8 @@ export type EventDefinitionHandleCollection_Enumerator = EventDefinitionHandleCo
|
|
|
1618
1708
|
|
|
1619
1709
|
|
|
1620
1710
|
export interface ExceptionRegion$instance {
|
|
1711
|
+
readonly __tsonic_type_System_Reflection_Metadata_ExceptionRegion: never;
|
|
1712
|
+
|
|
1621
1713
|
readonly CatchType: EntityHandle;
|
|
1622
1714
|
readonly FilterOffset: int;
|
|
1623
1715
|
readonly HandlerLength: int;
|
|
@@ -1636,6 +1728,8 @@ export const ExceptionRegion: {
|
|
|
1636
1728
|
export type ExceptionRegion = ExceptionRegion$instance;
|
|
1637
1729
|
|
|
1638
1730
|
export interface ExportedType$instance {
|
|
1731
|
+
readonly __tsonic_type_System_Reflection_Metadata_ExportedType: never;
|
|
1732
|
+
|
|
1639
1733
|
readonly Attributes: TypeAttributes;
|
|
1640
1734
|
readonly Implementation: EntityHandle;
|
|
1641
1735
|
readonly IsForwarder: boolean;
|
|
@@ -1654,6 +1748,8 @@ export const ExportedType: {
|
|
|
1654
1748
|
export type ExportedType = ExportedType$instance;
|
|
1655
1749
|
|
|
1656
1750
|
export interface ExportedTypeHandle$instance {
|
|
1751
|
+
readonly __tsonic_type_System_Reflection_Metadata_ExportedTypeHandle: never;
|
|
1752
|
+
|
|
1657
1753
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1658
1754
|
|
|
1659
1755
|
readonly IsNil: boolean;
|
|
@@ -1679,6 +1775,8 @@ export type ExportedTypeHandle = ExportedTypeHandle$instance & __ExportedTypeHan
|
|
|
1679
1775
|
|
|
1680
1776
|
|
|
1681
1777
|
export interface ExportedTypeHandleCollection$instance {
|
|
1778
|
+
readonly __tsonic_type_System_Reflection_Metadata_ExportedTypeHandleCollection: never;
|
|
1779
|
+
|
|
1682
1780
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1683
1781
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1684
1782
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -1703,6 +1801,8 @@ export type ExportedTypeHandleCollection = ExportedTypeHandleCollection$instance
|
|
|
1703
1801
|
|
|
1704
1802
|
|
|
1705
1803
|
export interface ExportedTypeHandleCollection_Enumerator$instance {
|
|
1804
|
+
readonly __tsonic_type_System_Reflection_Metadata_ExportedTypeHandleCollection_Enumerator: never;
|
|
1805
|
+
|
|
1706
1806
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
1707
1807
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1708
1808
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -1727,6 +1827,8 @@ export type ExportedTypeHandleCollection_Enumerator = ExportedTypeHandleCollecti
|
|
|
1727
1827
|
|
|
1728
1828
|
|
|
1729
1829
|
export interface FieldDefinition$instance {
|
|
1830
|
+
readonly __tsonic_type_System_Reflection_Metadata_FieldDefinition: never;
|
|
1831
|
+
|
|
1730
1832
|
readonly Attributes: FieldAttributes;
|
|
1731
1833
|
readonly Name: StringHandle;
|
|
1732
1834
|
readonly Signature: BlobHandle;
|
|
@@ -1748,6 +1850,8 @@ export const FieldDefinition: {
|
|
|
1748
1850
|
export type FieldDefinition = FieldDefinition$instance;
|
|
1749
1851
|
|
|
1750
1852
|
export interface FieldDefinitionHandle$instance {
|
|
1853
|
+
readonly __tsonic_type_System_Reflection_Metadata_FieldDefinitionHandle: never;
|
|
1854
|
+
|
|
1751
1855
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1752
1856
|
|
|
1753
1857
|
readonly IsNil: boolean;
|
|
@@ -1773,6 +1877,8 @@ export type FieldDefinitionHandle = FieldDefinitionHandle$instance & __FieldDefi
|
|
|
1773
1877
|
|
|
1774
1878
|
|
|
1775
1879
|
export interface FieldDefinitionHandleCollection$instance {
|
|
1880
|
+
readonly __tsonic_type_System_Reflection_Metadata_FieldDefinitionHandleCollection: never;
|
|
1881
|
+
|
|
1776
1882
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1777
1883
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1778
1884
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -1797,6 +1903,8 @@ export type FieldDefinitionHandleCollection = FieldDefinitionHandleCollection$in
|
|
|
1797
1903
|
|
|
1798
1904
|
|
|
1799
1905
|
export interface FieldDefinitionHandleCollection_Enumerator$instance {
|
|
1906
|
+
readonly __tsonic_type_System_Reflection_Metadata_FieldDefinitionHandleCollection_Enumerator: never;
|
|
1907
|
+
|
|
1800
1908
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
1801
1909
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1802
1910
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -1821,6 +1929,8 @@ export type FieldDefinitionHandleCollection_Enumerator = FieldDefinitionHandleCo
|
|
|
1821
1929
|
|
|
1822
1930
|
|
|
1823
1931
|
export interface GenericParameter$instance {
|
|
1932
|
+
readonly __tsonic_type_System_Reflection_Metadata_GenericParameter: never;
|
|
1933
|
+
|
|
1824
1934
|
readonly Attributes: GenericParameterAttributes;
|
|
1825
1935
|
readonly Index: int;
|
|
1826
1936
|
readonly Name: StringHandle;
|
|
@@ -1838,6 +1948,8 @@ export const GenericParameter: {
|
|
|
1838
1948
|
export type GenericParameter = GenericParameter$instance;
|
|
1839
1949
|
|
|
1840
1950
|
export interface GenericParameterConstraint$instance {
|
|
1951
|
+
readonly __tsonic_type_System_Reflection_Metadata_GenericParameterConstraint: never;
|
|
1952
|
+
|
|
1841
1953
|
readonly Parameter: GenericParameterHandle;
|
|
1842
1954
|
readonly Type: EntityHandle;
|
|
1843
1955
|
GetCustomAttributes(): CustomAttributeHandleCollection;
|
|
@@ -1852,6 +1964,8 @@ export const GenericParameterConstraint: {
|
|
|
1852
1964
|
export type GenericParameterConstraint = GenericParameterConstraint$instance;
|
|
1853
1965
|
|
|
1854
1966
|
export interface GenericParameterConstraintHandle$instance {
|
|
1967
|
+
readonly __tsonic_type_System_Reflection_Metadata_GenericParameterConstraintHandle: never;
|
|
1968
|
+
|
|
1855
1969
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1856
1970
|
|
|
1857
1971
|
readonly IsNil: boolean;
|
|
@@ -1877,13 +1991,14 @@ export type GenericParameterConstraintHandle = GenericParameterConstraintHandle$
|
|
|
1877
1991
|
|
|
1878
1992
|
|
|
1879
1993
|
export interface GenericParameterConstraintHandleCollection$instance {
|
|
1994
|
+
readonly __tsonic_type_System_Reflection_Metadata_GenericParameterConstraintHandleCollection: never;
|
|
1995
|
+
|
|
1880
1996
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1881
1997
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1882
1998
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
1883
1999
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1884
2000
|
|
|
1885
2001
|
readonly Count: int;
|
|
1886
|
-
readonly [index: number]: GenericParameterConstraintHandle;
|
|
1887
2002
|
GetEnumerator(): GenericParameterConstraintHandleCollection_Enumerator;
|
|
1888
2003
|
}
|
|
1889
2004
|
|
|
@@ -1899,10 +2014,12 @@ export interface __GenericParameterConstraintHandleCollection$views {
|
|
|
1899
2014
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1900
2015
|
}
|
|
1901
2016
|
|
|
1902
|
-
export type GenericParameterConstraintHandleCollection = GenericParameterConstraintHandleCollection$instance & __GenericParameterConstraintHandleCollection$views;
|
|
2017
|
+
export type GenericParameterConstraintHandleCollection = GenericParameterConstraintHandleCollection$instance & __GenericParameterConstraintHandleCollection$views & { readonly [index: number]: GenericParameterConstraintHandle; };
|
|
1903
2018
|
|
|
1904
2019
|
|
|
1905
2020
|
export interface GenericParameterConstraintHandleCollection_Enumerator$instance {
|
|
2021
|
+
readonly __tsonic_type_System_Reflection_Metadata_GenericParameterConstraintHandleCollection_Enumerator: never;
|
|
2022
|
+
|
|
1906
2023
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
1907
2024
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1908
2025
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -1927,6 +2044,8 @@ export type GenericParameterConstraintHandleCollection_Enumerator = GenericParam
|
|
|
1927
2044
|
|
|
1928
2045
|
|
|
1929
2046
|
export interface GenericParameterHandle$instance {
|
|
2047
|
+
readonly __tsonic_type_System_Reflection_Metadata_GenericParameterHandle: never;
|
|
2048
|
+
|
|
1930
2049
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1931
2050
|
|
|
1932
2051
|
readonly IsNil: boolean;
|
|
@@ -1952,13 +2071,14 @@ export type GenericParameterHandle = GenericParameterHandle$instance & __Generic
|
|
|
1952
2071
|
|
|
1953
2072
|
|
|
1954
2073
|
export interface GenericParameterHandleCollection$instance {
|
|
2074
|
+
readonly __tsonic_type_System_Reflection_Metadata_GenericParameterHandleCollection: never;
|
|
2075
|
+
|
|
1955
2076
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1956
2077
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1957
2078
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
1958
2079
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1959
2080
|
|
|
1960
2081
|
readonly Count: int;
|
|
1961
|
-
readonly [index: number]: GenericParameterHandle;
|
|
1962
2082
|
GetEnumerator(): GenericParameterHandleCollection_Enumerator;
|
|
1963
2083
|
}
|
|
1964
2084
|
|
|
@@ -1974,10 +2094,12 @@ export interface __GenericParameterHandleCollection$views {
|
|
|
1974
2094
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1975
2095
|
}
|
|
1976
2096
|
|
|
1977
|
-
export type GenericParameterHandleCollection = GenericParameterHandleCollection$instance & __GenericParameterHandleCollection$views;
|
|
2097
|
+
export type GenericParameterHandleCollection = GenericParameterHandleCollection$instance & __GenericParameterHandleCollection$views & { readonly [index: number]: GenericParameterHandle; };
|
|
1978
2098
|
|
|
1979
2099
|
|
|
1980
2100
|
export interface GenericParameterHandleCollection_Enumerator$instance {
|
|
2101
|
+
readonly __tsonic_type_System_Reflection_Metadata_GenericParameterHandleCollection_Enumerator: never;
|
|
2102
|
+
|
|
1981
2103
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
1982
2104
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1983
2105
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -2002,6 +2124,8 @@ export type GenericParameterHandleCollection_Enumerator = GenericParameterHandle
|
|
|
2002
2124
|
|
|
2003
2125
|
|
|
2004
2126
|
export interface GuidHandle$instance {
|
|
2127
|
+
readonly __tsonic_type_System_Reflection_Metadata_GuidHandle: never;
|
|
2128
|
+
|
|
2005
2129
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2006
2130
|
|
|
2007
2131
|
readonly IsNil: boolean;
|
|
@@ -2027,6 +2151,8 @@ export type GuidHandle = GuidHandle$instance & __GuidHandle$views;
|
|
|
2027
2151
|
|
|
2028
2152
|
|
|
2029
2153
|
export interface Handle$instance {
|
|
2154
|
+
readonly __tsonic_type_System_Reflection_Metadata_Handle: never;
|
|
2155
|
+
|
|
2030
2156
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2031
2157
|
|
|
2032
2158
|
readonly IsNil: boolean;
|
|
@@ -2055,6 +2181,8 @@ export type Handle = Handle$instance & __Handle$views;
|
|
|
2055
2181
|
|
|
2056
2182
|
|
|
2057
2183
|
export interface ImportDefinition$instance {
|
|
2184
|
+
readonly __tsonic_type_System_Reflection_Metadata_ImportDefinition: never;
|
|
2185
|
+
|
|
2058
2186
|
readonly Alias: BlobHandle;
|
|
2059
2187
|
readonly Kind: ImportDefinitionKind;
|
|
2060
2188
|
readonly TargetAssembly: AssemblyReferenceHandle;
|
|
@@ -2071,6 +2199,8 @@ export const ImportDefinition: {
|
|
|
2071
2199
|
export type ImportDefinition = ImportDefinition$instance;
|
|
2072
2200
|
|
|
2073
2201
|
export interface ImportDefinitionCollection$instance {
|
|
2202
|
+
readonly __tsonic_type_System_Reflection_Metadata_ImportDefinitionCollection: never;
|
|
2203
|
+
|
|
2074
2204
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2075
2205
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2076
2206
|
|
|
@@ -2092,6 +2222,8 @@ export type ImportDefinitionCollection = ImportDefinitionCollection$instance & _
|
|
|
2092
2222
|
|
|
2093
2223
|
|
|
2094
2224
|
export interface ImportDefinitionCollection_Enumerator$instance {
|
|
2225
|
+
readonly __tsonic_type_System_Reflection_Metadata_ImportDefinitionCollection_Enumerator: never;
|
|
2226
|
+
|
|
2095
2227
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
2096
2228
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
2097
2229
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -2117,6 +2249,8 @@ export type ImportDefinitionCollection_Enumerator = ImportDefinitionCollection_E
|
|
|
2117
2249
|
|
|
2118
2250
|
|
|
2119
2251
|
export interface ImportScope$instance {
|
|
2252
|
+
readonly __tsonic_type_System_Reflection_Metadata_ImportScope: never;
|
|
2253
|
+
|
|
2120
2254
|
readonly ImportsBlob: BlobHandle;
|
|
2121
2255
|
readonly Parent: ImportScopeHandle;
|
|
2122
2256
|
GetImports(): ImportDefinitionCollection;
|
|
@@ -2131,6 +2265,8 @@ export const ImportScope: {
|
|
|
2131
2265
|
export type ImportScope = ImportScope$instance;
|
|
2132
2266
|
|
|
2133
2267
|
export interface ImportScopeCollection$instance {
|
|
2268
|
+
readonly __tsonic_type_System_Reflection_Metadata_ImportScopeCollection: never;
|
|
2269
|
+
|
|
2134
2270
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2135
2271
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
2136
2272
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -2155,6 +2291,8 @@ export type ImportScopeCollection = ImportScopeCollection$instance & __ImportSco
|
|
|
2155
2291
|
|
|
2156
2292
|
|
|
2157
2293
|
export interface ImportScopeCollection_Enumerator$instance {
|
|
2294
|
+
readonly __tsonic_type_System_Reflection_Metadata_ImportScopeCollection_Enumerator: never;
|
|
2295
|
+
|
|
2158
2296
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
2159
2297
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
2160
2298
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -2179,6 +2317,8 @@ export type ImportScopeCollection_Enumerator = ImportScopeCollection_Enumerator$
|
|
|
2179
2317
|
|
|
2180
2318
|
|
|
2181
2319
|
export interface ImportScopeHandle$instance {
|
|
2320
|
+
readonly __tsonic_type_System_Reflection_Metadata_ImportScopeHandle: never;
|
|
2321
|
+
|
|
2182
2322
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2183
2323
|
|
|
2184
2324
|
readonly IsNil: boolean;
|
|
@@ -2204,6 +2344,8 @@ export type ImportScopeHandle = ImportScopeHandle$instance & __ImportScopeHandle
|
|
|
2204
2344
|
|
|
2205
2345
|
|
|
2206
2346
|
export interface InterfaceImplementation$instance {
|
|
2347
|
+
readonly __tsonic_type_System_Reflection_Metadata_InterfaceImplementation: never;
|
|
2348
|
+
|
|
2207
2349
|
readonly Interface: EntityHandle;
|
|
2208
2350
|
GetCustomAttributes(): CustomAttributeHandleCollection;
|
|
2209
2351
|
}
|
|
@@ -2217,6 +2359,8 @@ export const InterfaceImplementation: {
|
|
|
2217
2359
|
export type InterfaceImplementation = InterfaceImplementation$instance;
|
|
2218
2360
|
|
|
2219
2361
|
export interface InterfaceImplementationHandle$instance {
|
|
2362
|
+
readonly __tsonic_type_System_Reflection_Metadata_InterfaceImplementationHandle: never;
|
|
2363
|
+
|
|
2220
2364
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2221
2365
|
|
|
2222
2366
|
readonly IsNil: boolean;
|
|
@@ -2242,6 +2386,8 @@ export type InterfaceImplementationHandle = InterfaceImplementationHandle$instan
|
|
|
2242
2386
|
|
|
2243
2387
|
|
|
2244
2388
|
export interface InterfaceImplementationHandleCollection$instance {
|
|
2389
|
+
readonly __tsonic_type_System_Reflection_Metadata_InterfaceImplementationHandleCollection: never;
|
|
2390
|
+
|
|
2245
2391
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2246
2392
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
2247
2393
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -2266,6 +2412,8 @@ export type InterfaceImplementationHandleCollection = InterfaceImplementationHan
|
|
|
2266
2412
|
|
|
2267
2413
|
|
|
2268
2414
|
export interface InterfaceImplementationHandleCollection_Enumerator$instance {
|
|
2415
|
+
readonly __tsonic_type_System_Reflection_Metadata_InterfaceImplementationHandleCollection_Enumerator: never;
|
|
2416
|
+
|
|
2269
2417
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
2270
2418
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
2271
2419
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -2290,6 +2438,8 @@ export type InterfaceImplementationHandleCollection_Enumerator = InterfaceImplem
|
|
|
2290
2438
|
|
|
2291
2439
|
|
|
2292
2440
|
export interface LocalConstant$instance {
|
|
2441
|
+
readonly __tsonic_type_System_Reflection_Metadata_LocalConstant: never;
|
|
2442
|
+
|
|
2293
2443
|
readonly Name: StringHandle;
|
|
2294
2444
|
readonly Signature: BlobHandle;
|
|
2295
2445
|
}
|
|
@@ -2303,6 +2453,8 @@ export const LocalConstant: {
|
|
|
2303
2453
|
export type LocalConstant = LocalConstant$instance;
|
|
2304
2454
|
|
|
2305
2455
|
export interface LocalConstantHandle$instance {
|
|
2456
|
+
readonly __tsonic_type_System_Reflection_Metadata_LocalConstantHandle: never;
|
|
2457
|
+
|
|
2306
2458
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2307
2459
|
|
|
2308
2460
|
readonly IsNil: boolean;
|
|
@@ -2328,6 +2480,8 @@ export type LocalConstantHandle = LocalConstantHandle$instance & __LocalConstant
|
|
|
2328
2480
|
|
|
2329
2481
|
|
|
2330
2482
|
export interface LocalConstantHandleCollection$instance {
|
|
2483
|
+
readonly __tsonic_type_System_Reflection_Metadata_LocalConstantHandleCollection: never;
|
|
2484
|
+
|
|
2331
2485
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2332
2486
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
2333
2487
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -2352,6 +2506,8 @@ export type LocalConstantHandleCollection = LocalConstantHandleCollection$instan
|
|
|
2352
2506
|
|
|
2353
2507
|
|
|
2354
2508
|
export interface LocalConstantHandleCollection_Enumerator$instance {
|
|
2509
|
+
readonly __tsonic_type_System_Reflection_Metadata_LocalConstantHandleCollection_Enumerator: never;
|
|
2510
|
+
|
|
2355
2511
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
2356
2512
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
2357
2513
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -2376,6 +2532,8 @@ export type LocalConstantHandleCollection_Enumerator = LocalConstantHandleCollec
|
|
|
2376
2532
|
|
|
2377
2533
|
|
|
2378
2534
|
export interface LocalScope$instance {
|
|
2535
|
+
readonly __tsonic_type_System_Reflection_Metadata_LocalScope: never;
|
|
2536
|
+
|
|
2379
2537
|
readonly EndOffset: int;
|
|
2380
2538
|
readonly ImportScope: ImportScopeHandle;
|
|
2381
2539
|
readonly Length: int;
|
|
@@ -2395,6 +2553,8 @@ export const LocalScope: {
|
|
|
2395
2553
|
export type LocalScope = LocalScope$instance;
|
|
2396
2554
|
|
|
2397
2555
|
export interface LocalScopeHandle$instance {
|
|
2556
|
+
readonly __tsonic_type_System_Reflection_Metadata_LocalScopeHandle: never;
|
|
2557
|
+
|
|
2398
2558
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2399
2559
|
|
|
2400
2560
|
readonly IsNil: boolean;
|
|
@@ -2420,6 +2580,8 @@ export type LocalScopeHandle = LocalScopeHandle$instance & __LocalScopeHandle$vi
|
|
|
2420
2580
|
|
|
2421
2581
|
|
|
2422
2582
|
export interface LocalScopeHandleCollection$instance {
|
|
2583
|
+
readonly __tsonic_type_System_Reflection_Metadata_LocalScopeHandleCollection: never;
|
|
2584
|
+
|
|
2423
2585
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2424
2586
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
2425
2587
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -2444,6 +2606,8 @@ export type LocalScopeHandleCollection = LocalScopeHandleCollection$instance & _
|
|
|
2444
2606
|
|
|
2445
2607
|
|
|
2446
2608
|
export interface LocalScopeHandleCollection_ChildrenEnumerator$instance {
|
|
2609
|
+
readonly __tsonic_type_System_Reflection_Metadata_LocalScopeHandleCollection_ChildrenEnumerator: never;
|
|
2610
|
+
|
|
2447
2611
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
2448
2612
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
2449
2613
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -2468,6 +2632,8 @@ export type LocalScopeHandleCollection_ChildrenEnumerator = LocalScopeHandleColl
|
|
|
2468
2632
|
|
|
2469
2633
|
|
|
2470
2634
|
export interface LocalScopeHandleCollection_Enumerator$instance {
|
|
2635
|
+
readonly __tsonic_type_System_Reflection_Metadata_LocalScopeHandleCollection_Enumerator: never;
|
|
2636
|
+
|
|
2471
2637
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
2472
2638
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
2473
2639
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -2492,6 +2658,8 @@ export type LocalScopeHandleCollection_Enumerator = LocalScopeHandleCollection_E
|
|
|
2492
2658
|
|
|
2493
2659
|
|
|
2494
2660
|
export interface LocalVariable$instance {
|
|
2661
|
+
readonly __tsonic_type_System_Reflection_Metadata_LocalVariable: never;
|
|
2662
|
+
|
|
2495
2663
|
readonly Attributes: LocalVariableAttributes;
|
|
2496
2664
|
readonly Index: int;
|
|
2497
2665
|
readonly Name: StringHandle;
|
|
@@ -2506,6 +2674,8 @@ export const LocalVariable: {
|
|
|
2506
2674
|
export type LocalVariable = LocalVariable$instance;
|
|
2507
2675
|
|
|
2508
2676
|
export interface LocalVariableHandle$instance {
|
|
2677
|
+
readonly __tsonic_type_System_Reflection_Metadata_LocalVariableHandle: never;
|
|
2678
|
+
|
|
2509
2679
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2510
2680
|
|
|
2511
2681
|
readonly IsNil: boolean;
|
|
@@ -2531,6 +2701,8 @@ export type LocalVariableHandle = LocalVariableHandle$instance & __LocalVariable
|
|
|
2531
2701
|
|
|
2532
2702
|
|
|
2533
2703
|
export interface LocalVariableHandleCollection$instance {
|
|
2704
|
+
readonly __tsonic_type_System_Reflection_Metadata_LocalVariableHandleCollection: never;
|
|
2705
|
+
|
|
2534
2706
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2535
2707
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
2536
2708
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -2555,6 +2727,8 @@ export type LocalVariableHandleCollection = LocalVariableHandleCollection$instan
|
|
|
2555
2727
|
|
|
2556
2728
|
|
|
2557
2729
|
export interface LocalVariableHandleCollection_Enumerator$instance {
|
|
2730
|
+
readonly __tsonic_type_System_Reflection_Metadata_LocalVariableHandleCollection_Enumerator: never;
|
|
2731
|
+
|
|
2558
2732
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
2559
2733
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
2560
2734
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -2579,6 +2753,8 @@ export type LocalVariableHandleCollection_Enumerator = LocalVariableHandleCollec
|
|
|
2579
2753
|
|
|
2580
2754
|
|
|
2581
2755
|
export interface ManifestResource$instance {
|
|
2756
|
+
readonly __tsonic_type_System_Reflection_Metadata_ManifestResource: never;
|
|
2757
|
+
|
|
2582
2758
|
readonly Attributes: ManifestResourceAttributes;
|
|
2583
2759
|
readonly Implementation: EntityHandle;
|
|
2584
2760
|
readonly Name: StringHandle;
|
|
@@ -2595,6 +2771,8 @@ export const ManifestResource: {
|
|
|
2595
2771
|
export type ManifestResource = ManifestResource$instance;
|
|
2596
2772
|
|
|
2597
2773
|
export interface ManifestResourceHandle$instance {
|
|
2774
|
+
readonly __tsonic_type_System_Reflection_Metadata_ManifestResourceHandle: never;
|
|
2775
|
+
|
|
2598
2776
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2599
2777
|
|
|
2600
2778
|
readonly IsNil: boolean;
|
|
@@ -2620,6 +2798,8 @@ export type ManifestResourceHandle = ManifestResourceHandle$instance & __Manifes
|
|
|
2620
2798
|
|
|
2621
2799
|
|
|
2622
2800
|
export interface ManifestResourceHandleCollection$instance {
|
|
2801
|
+
readonly __tsonic_type_System_Reflection_Metadata_ManifestResourceHandleCollection: never;
|
|
2802
|
+
|
|
2623
2803
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2624
2804
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
2625
2805
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -2644,6 +2824,8 @@ export type ManifestResourceHandleCollection = ManifestResourceHandleCollection$
|
|
|
2644
2824
|
|
|
2645
2825
|
|
|
2646
2826
|
export interface ManifestResourceHandleCollection_Enumerator$instance {
|
|
2827
|
+
readonly __tsonic_type_System_Reflection_Metadata_ManifestResourceHandleCollection_Enumerator: never;
|
|
2828
|
+
|
|
2647
2829
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
2648
2830
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
2649
2831
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -2668,6 +2850,8 @@ export type ManifestResourceHandleCollection_Enumerator = ManifestResourceHandle
|
|
|
2668
2850
|
|
|
2669
2851
|
|
|
2670
2852
|
export interface MemberReference$instance {
|
|
2853
|
+
readonly __tsonic_type_System_Reflection_Metadata_MemberReference: never;
|
|
2854
|
+
|
|
2671
2855
|
readonly Name: StringHandle;
|
|
2672
2856
|
readonly Parent: EntityHandle;
|
|
2673
2857
|
readonly Signature: BlobHandle;
|
|
@@ -2686,6 +2870,8 @@ export const MemberReference: {
|
|
|
2686
2870
|
export type MemberReference = MemberReference$instance;
|
|
2687
2871
|
|
|
2688
2872
|
export interface MemberReferenceHandle$instance {
|
|
2873
|
+
readonly __tsonic_type_System_Reflection_Metadata_MemberReferenceHandle: never;
|
|
2874
|
+
|
|
2689
2875
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2690
2876
|
|
|
2691
2877
|
readonly IsNil: boolean;
|
|
@@ -2711,6 +2897,8 @@ export type MemberReferenceHandle = MemberReferenceHandle$instance & __MemberRef
|
|
|
2711
2897
|
|
|
2712
2898
|
|
|
2713
2899
|
export interface MemberReferenceHandleCollection$instance {
|
|
2900
|
+
readonly __tsonic_type_System_Reflection_Metadata_MemberReferenceHandleCollection: never;
|
|
2901
|
+
|
|
2714
2902
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2715
2903
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
2716
2904
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -2735,6 +2923,8 @@ export type MemberReferenceHandleCollection = MemberReferenceHandleCollection$in
|
|
|
2735
2923
|
|
|
2736
2924
|
|
|
2737
2925
|
export interface MemberReferenceHandleCollection_Enumerator$instance {
|
|
2926
|
+
readonly __tsonic_type_System_Reflection_Metadata_MemberReferenceHandleCollection_Enumerator: never;
|
|
2927
|
+
|
|
2738
2928
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
2739
2929
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
2740
2930
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -2759,6 +2949,8 @@ export type MemberReferenceHandleCollection_Enumerator = MemberReferenceHandleCo
|
|
|
2759
2949
|
|
|
2760
2950
|
|
|
2761
2951
|
export interface MetadataStringComparer$instance {
|
|
2952
|
+
readonly __tsonic_type_System_Reflection_Metadata_MetadataStringComparer: never;
|
|
2953
|
+
|
|
2762
2954
|
Equals(handle: StringHandle, value: string): boolean;
|
|
2763
2955
|
Equals(handle: StringHandle, value: string, ignoreCase: boolean): boolean;
|
|
2764
2956
|
Equals(handle: NamespaceDefinitionHandle, value: string): boolean;
|
|
@@ -2778,6 +2970,8 @@ export const MetadataStringComparer: {
|
|
|
2778
2970
|
export type MetadataStringComparer = MetadataStringComparer$instance;
|
|
2779
2971
|
|
|
2780
2972
|
export interface MethodDebugInformation$instance {
|
|
2973
|
+
readonly __tsonic_type_System_Reflection_Metadata_MethodDebugInformation: never;
|
|
2974
|
+
|
|
2781
2975
|
readonly Document: DocumentHandle;
|
|
2782
2976
|
readonly LocalSignature: StandaloneSignatureHandle;
|
|
2783
2977
|
readonly SequencePointsBlob: BlobHandle;
|
|
@@ -2794,6 +2988,8 @@ export const MethodDebugInformation: {
|
|
|
2794
2988
|
export type MethodDebugInformation = MethodDebugInformation$instance;
|
|
2795
2989
|
|
|
2796
2990
|
export interface MethodDebugInformationHandle$instance {
|
|
2991
|
+
readonly __tsonic_type_System_Reflection_Metadata_MethodDebugInformationHandle: never;
|
|
2992
|
+
|
|
2797
2993
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2798
2994
|
|
|
2799
2995
|
readonly IsNil: boolean;
|
|
@@ -2820,6 +3016,8 @@ export type MethodDebugInformationHandle = MethodDebugInformationHandle$instance
|
|
|
2820
3016
|
|
|
2821
3017
|
|
|
2822
3018
|
export interface MethodDebugInformationHandleCollection$instance {
|
|
3019
|
+
readonly __tsonic_type_System_Reflection_Metadata_MethodDebugInformationHandleCollection: never;
|
|
3020
|
+
|
|
2823
3021
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2824
3022
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
2825
3023
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -2844,6 +3042,8 @@ export type MethodDebugInformationHandleCollection = MethodDebugInformationHandl
|
|
|
2844
3042
|
|
|
2845
3043
|
|
|
2846
3044
|
export interface MethodDebugInformationHandleCollection_Enumerator$instance {
|
|
3045
|
+
readonly __tsonic_type_System_Reflection_Metadata_MethodDebugInformationHandleCollection_Enumerator: never;
|
|
3046
|
+
|
|
2847
3047
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
2848
3048
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
2849
3049
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -2868,6 +3068,8 @@ export type MethodDebugInformationHandleCollection_Enumerator = MethodDebugInfor
|
|
|
2868
3068
|
|
|
2869
3069
|
|
|
2870
3070
|
export interface MethodDefinition$instance {
|
|
3071
|
+
readonly __tsonic_type_System_Reflection_Metadata_MethodDefinition: never;
|
|
3072
|
+
|
|
2871
3073
|
readonly Attributes: MethodAttributes;
|
|
2872
3074
|
readonly ImplAttributes: MethodImplAttributes;
|
|
2873
3075
|
readonly Name: StringHandle;
|
|
@@ -2891,6 +3093,8 @@ export const MethodDefinition: {
|
|
|
2891
3093
|
export type MethodDefinition = MethodDefinition$instance;
|
|
2892
3094
|
|
|
2893
3095
|
export interface MethodDefinitionHandle$instance {
|
|
3096
|
+
readonly __tsonic_type_System_Reflection_Metadata_MethodDefinitionHandle: never;
|
|
3097
|
+
|
|
2894
3098
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2895
3099
|
|
|
2896
3100
|
readonly IsNil: boolean;
|
|
@@ -2917,6 +3121,8 @@ export type MethodDefinitionHandle = MethodDefinitionHandle$instance & __MethodD
|
|
|
2917
3121
|
|
|
2918
3122
|
|
|
2919
3123
|
export interface MethodDefinitionHandleCollection$instance {
|
|
3124
|
+
readonly __tsonic_type_System_Reflection_Metadata_MethodDefinitionHandleCollection: never;
|
|
3125
|
+
|
|
2920
3126
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2921
3127
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
2922
3128
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -2941,6 +3147,8 @@ export type MethodDefinitionHandleCollection = MethodDefinitionHandleCollection$
|
|
|
2941
3147
|
|
|
2942
3148
|
|
|
2943
3149
|
export interface MethodDefinitionHandleCollection_Enumerator$instance {
|
|
3150
|
+
readonly __tsonic_type_System_Reflection_Metadata_MethodDefinitionHandleCollection_Enumerator: never;
|
|
3151
|
+
|
|
2944
3152
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
2945
3153
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
2946
3154
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -2965,6 +3173,8 @@ export type MethodDefinitionHandleCollection_Enumerator = MethodDefinitionHandle
|
|
|
2965
3173
|
|
|
2966
3174
|
|
|
2967
3175
|
export interface MethodImplementation$instance {
|
|
3176
|
+
readonly __tsonic_type_System_Reflection_Metadata_MethodImplementation: never;
|
|
3177
|
+
|
|
2968
3178
|
readonly MethodBody: EntityHandle;
|
|
2969
3179
|
readonly MethodDeclaration: EntityHandle;
|
|
2970
3180
|
readonly Type: TypeDefinitionHandle;
|
|
@@ -2980,6 +3190,8 @@ export const MethodImplementation: {
|
|
|
2980
3190
|
export type MethodImplementation = MethodImplementation$instance;
|
|
2981
3191
|
|
|
2982
3192
|
export interface MethodImplementationHandle$instance {
|
|
3193
|
+
readonly __tsonic_type_System_Reflection_Metadata_MethodImplementationHandle: never;
|
|
3194
|
+
|
|
2983
3195
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2984
3196
|
|
|
2985
3197
|
readonly IsNil: boolean;
|
|
@@ -3005,6 +3217,8 @@ export type MethodImplementationHandle = MethodImplementationHandle$instance & _
|
|
|
3005
3217
|
|
|
3006
3218
|
|
|
3007
3219
|
export interface MethodImplementationHandleCollection$instance {
|
|
3220
|
+
readonly __tsonic_type_System_Reflection_Metadata_MethodImplementationHandleCollection: never;
|
|
3221
|
+
|
|
3008
3222
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
3009
3223
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
3010
3224
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -3029,6 +3243,8 @@ export type MethodImplementationHandleCollection = MethodImplementationHandleCol
|
|
|
3029
3243
|
|
|
3030
3244
|
|
|
3031
3245
|
export interface MethodImplementationHandleCollection_Enumerator$instance {
|
|
3246
|
+
readonly __tsonic_type_System_Reflection_Metadata_MethodImplementationHandleCollection_Enumerator: never;
|
|
3247
|
+
|
|
3032
3248
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
3033
3249
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
3034
3250
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -3053,6 +3269,8 @@ export type MethodImplementationHandleCollection_Enumerator = MethodImplementati
|
|
|
3053
3269
|
|
|
3054
3270
|
|
|
3055
3271
|
export interface MethodImport$instance {
|
|
3272
|
+
readonly __tsonic_type_System_Reflection_Metadata_MethodImport: never;
|
|
3273
|
+
|
|
3056
3274
|
readonly Attributes: MethodImportAttributes;
|
|
3057
3275
|
readonly Module: ModuleReferenceHandle;
|
|
3058
3276
|
readonly Name: StringHandle;
|
|
@@ -3067,6 +3285,8 @@ export const MethodImport: {
|
|
|
3067
3285
|
export type MethodImport = MethodImport$instance;
|
|
3068
3286
|
|
|
3069
3287
|
export interface MethodSignature_1$instance<TType> {
|
|
3288
|
+
readonly __tsonic_type_System_Reflection_Metadata_MethodSignature_1: never;
|
|
3289
|
+
|
|
3070
3290
|
readonly GenericParameterCount: int;
|
|
3071
3291
|
readonly Header: SignatureHeader;
|
|
3072
3292
|
readonly ParameterTypes: ImmutableArray_1<TType>;
|
|
@@ -3083,6 +3303,8 @@ export const MethodSignature_1: {
|
|
|
3083
3303
|
export type MethodSignature_1<TType> = MethodSignature_1$instance<TType>;
|
|
3084
3304
|
|
|
3085
3305
|
export interface MethodSpecification$instance {
|
|
3306
|
+
readonly __tsonic_type_System_Reflection_Metadata_MethodSpecification: never;
|
|
3307
|
+
|
|
3086
3308
|
readonly Method: EntityHandle;
|
|
3087
3309
|
readonly Signature: BlobHandle;
|
|
3088
3310
|
DecodeSignature<TType, TGenericContext>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): ImmutableArray_1<TType>;
|
|
@@ -3098,6 +3320,8 @@ export const MethodSpecification: {
|
|
|
3098
3320
|
export type MethodSpecification = MethodSpecification$instance;
|
|
3099
3321
|
|
|
3100
3322
|
export interface MethodSpecificationHandle$instance {
|
|
3323
|
+
readonly __tsonic_type_System_Reflection_Metadata_MethodSpecificationHandle: never;
|
|
3324
|
+
|
|
3101
3325
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3102
3326
|
|
|
3103
3327
|
readonly IsNil: boolean;
|
|
@@ -3123,6 +3347,8 @@ export type MethodSpecificationHandle = MethodSpecificationHandle$instance & __M
|
|
|
3123
3347
|
|
|
3124
3348
|
|
|
3125
3349
|
export interface ModuleDefinition$instance {
|
|
3350
|
+
readonly __tsonic_type_System_Reflection_Metadata_ModuleDefinition: never;
|
|
3351
|
+
|
|
3126
3352
|
readonly BaseGenerationId: GuidHandle;
|
|
3127
3353
|
readonly Generation: int;
|
|
3128
3354
|
readonly GenerationId: GuidHandle;
|
|
@@ -3140,6 +3366,8 @@ export const ModuleDefinition: {
|
|
|
3140
3366
|
export type ModuleDefinition = ModuleDefinition$instance;
|
|
3141
3367
|
|
|
3142
3368
|
export interface ModuleDefinitionHandle$instance {
|
|
3369
|
+
readonly __tsonic_type_System_Reflection_Metadata_ModuleDefinitionHandle: never;
|
|
3370
|
+
|
|
3143
3371
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3144
3372
|
|
|
3145
3373
|
readonly IsNil: boolean;
|
|
@@ -3165,6 +3393,8 @@ export type ModuleDefinitionHandle = ModuleDefinitionHandle$instance & __ModuleD
|
|
|
3165
3393
|
|
|
3166
3394
|
|
|
3167
3395
|
export interface ModuleReference$instance {
|
|
3396
|
+
readonly __tsonic_type_System_Reflection_Metadata_ModuleReference: never;
|
|
3397
|
+
|
|
3168
3398
|
readonly Name: StringHandle;
|
|
3169
3399
|
GetCustomAttributes(): CustomAttributeHandleCollection;
|
|
3170
3400
|
}
|
|
@@ -3178,6 +3408,8 @@ export const ModuleReference: {
|
|
|
3178
3408
|
export type ModuleReference = ModuleReference$instance;
|
|
3179
3409
|
|
|
3180
3410
|
export interface ModuleReferenceHandle$instance {
|
|
3411
|
+
readonly __tsonic_type_System_Reflection_Metadata_ModuleReferenceHandle: never;
|
|
3412
|
+
|
|
3181
3413
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3182
3414
|
|
|
3183
3415
|
readonly IsNil: boolean;
|
|
@@ -3203,6 +3435,8 @@ export type ModuleReferenceHandle = ModuleReferenceHandle$instance & __ModuleRef
|
|
|
3203
3435
|
|
|
3204
3436
|
|
|
3205
3437
|
export interface NamespaceDefinition$instance {
|
|
3438
|
+
readonly __tsonic_type_System_Reflection_Metadata_NamespaceDefinition: never;
|
|
3439
|
+
|
|
3206
3440
|
readonly ExportedTypes: ImmutableArray_1<ExportedTypeHandle>;
|
|
3207
3441
|
readonly Name: StringHandle;
|
|
3208
3442
|
readonly NamespaceDefinitions: ImmutableArray_1<NamespaceDefinitionHandle>;
|
|
@@ -3219,6 +3453,8 @@ export const NamespaceDefinition: {
|
|
|
3219
3453
|
export type NamespaceDefinition = NamespaceDefinition$instance;
|
|
3220
3454
|
|
|
3221
3455
|
export interface NamespaceDefinitionHandle$instance {
|
|
3456
|
+
readonly __tsonic_type_System_Reflection_Metadata_NamespaceDefinitionHandle: never;
|
|
3457
|
+
|
|
3222
3458
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3223
3459
|
|
|
3224
3460
|
readonly IsNil: boolean;
|
|
@@ -3244,6 +3480,8 @@ export type NamespaceDefinitionHandle = NamespaceDefinitionHandle$instance & __N
|
|
|
3244
3480
|
|
|
3245
3481
|
|
|
3246
3482
|
export interface Parameter$instance {
|
|
3483
|
+
readonly __tsonic_type_System_Reflection_Metadata_Parameter: never;
|
|
3484
|
+
|
|
3247
3485
|
readonly Attributes: ParameterAttributes;
|
|
3248
3486
|
readonly Name: StringHandle;
|
|
3249
3487
|
readonly SequenceNumber: int;
|
|
@@ -3261,6 +3499,8 @@ export const Parameter: {
|
|
|
3261
3499
|
export type Parameter = Parameter$instance;
|
|
3262
3500
|
|
|
3263
3501
|
export interface ParameterHandle$instance {
|
|
3502
|
+
readonly __tsonic_type_System_Reflection_Metadata_ParameterHandle: never;
|
|
3503
|
+
|
|
3264
3504
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3265
3505
|
|
|
3266
3506
|
readonly IsNil: boolean;
|
|
@@ -3286,6 +3526,8 @@ export type ParameterHandle = ParameterHandle$instance & __ParameterHandle$views
|
|
|
3286
3526
|
|
|
3287
3527
|
|
|
3288
3528
|
export interface ParameterHandleCollection$instance {
|
|
3529
|
+
readonly __tsonic_type_System_Reflection_Metadata_ParameterHandleCollection: never;
|
|
3530
|
+
|
|
3289
3531
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
3290
3532
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
3291
3533
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -3310,6 +3552,8 @@ export type ParameterHandleCollection = ParameterHandleCollection$instance & __P
|
|
|
3310
3552
|
|
|
3311
3553
|
|
|
3312
3554
|
export interface ParameterHandleCollection_Enumerator$instance {
|
|
3555
|
+
readonly __tsonic_type_System_Reflection_Metadata_ParameterHandleCollection_Enumerator: never;
|
|
3556
|
+
|
|
3313
3557
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
3314
3558
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
3315
3559
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -3334,6 +3578,8 @@ export type ParameterHandleCollection_Enumerator = ParameterHandleCollection_Enu
|
|
|
3334
3578
|
|
|
3335
3579
|
|
|
3336
3580
|
export interface PropertyAccessors$instance {
|
|
3581
|
+
readonly __tsonic_type_System_Reflection_Metadata_PropertyAccessors: never;
|
|
3582
|
+
|
|
3337
3583
|
readonly Getter: MethodDefinitionHandle;
|
|
3338
3584
|
readonly Others: ImmutableArray_1<MethodDefinitionHandle>;
|
|
3339
3585
|
readonly Setter: MethodDefinitionHandle;
|
|
@@ -3348,6 +3594,8 @@ export const PropertyAccessors: {
|
|
|
3348
3594
|
export type PropertyAccessors = PropertyAccessors$instance;
|
|
3349
3595
|
|
|
3350
3596
|
export interface PropertyDefinition$instance {
|
|
3597
|
+
readonly __tsonic_type_System_Reflection_Metadata_PropertyDefinition: never;
|
|
3598
|
+
|
|
3351
3599
|
readonly Attributes: PropertyAttributes;
|
|
3352
3600
|
readonly Name: StringHandle;
|
|
3353
3601
|
readonly Signature: BlobHandle;
|
|
@@ -3367,6 +3615,8 @@ export const PropertyDefinition: {
|
|
|
3367
3615
|
export type PropertyDefinition = PropertyDefinition$instance;
|
|
3368
3616
|
|
|
3369
3617
|
export interface PropertyDefinitionHandle$instance {
|
|
3618
|
+
readonly __tsonic_type_System_Reflection_Metadata_PropertyDefinitionHandle: never;
|
|
3619
|
+
|
|
3370
3620
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3371
3621
|
|
|
3372
3622
|
readonly IsNil: boolean;
|
|
@@ -3392,6 +3642,8 @@ export type PropertyDefinitionHandle = PropertyDefinitionHandle$instance & __Pro
|
|
|
3392
3642
|
|
|
3393
3643
|
|
|
3394
3644
|
export interface PropertyDefinitionHandleCollection$instance {
|
|
3645
|
+
readonly __tsonic_type_System_Reflection_Metadata_PropertyDefinitionHandleCollection: never;
|
|
3646
|
+
|
|
3395
3647
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
3396
3648
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
3397
3649
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -3416,6 +3668,8 @@ export type PropertyDefinitionHandleCollection = PropertyDefinitionHandleCollect
|
|
|
3416
3668
|
|
|
3417
3669
|
|
|
3418
3670
|
export interface PropertyDefinitionHandleCollection_Enumerator$instance {
|
|
3671
|
+
readonly __tsonic_type_System_Reflection_Metadata_PropertyDefinitionHandleCollection_Enumerator: never;
|
|
3672
|
+
|
|
3419
3673
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
3420
3674
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
3421
3675
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -3440,6 +3694,8 @@ export type PropertyDefinitionHandleCollection_Enumerator = PropertyDefinitionHa
|
|
|
3440
3694
|
|
|
3441
3695
|
|
|
3442
3696
|
export interface ReservedBlob_1$instance<THandle extends unknown> {
|
|
3697
|
+
readonly __tsonic_type_System_Reflection_Metadata_ReservedBlob_1: never;
|
|
3698
|
+
|
|
3443
3699
|
readonly Content: Blob;
|
|
3444
3700
|
readonly Handle: THandle;
|
|
3445
3701
|
CreateWriter(): BlobWriter;
|
|
@@ -3454,6 +3710,8 @@ export const ReservedBlob_1: {
|
|
|
3454
3710
|
export type ReservedBlob_1<THandle> = ReservedBlob_1$instance<THandle>;
|
|
3455
3711
|
|
|
3456
3712
|
export interface SequencePoint$instance {
|
|
3713
|
+
readonly __tsonic_type_System_Reflection_Metadata_SequencePoint: never;
|
|
3714
|
+
|
|
3457
3715
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3458
3716
|
|
|
3459
3717
|
readonly Document: DocumentHandle;
|
|
@@ -3486,6 +3744,8 @@ export type SequencePoint = SequencePoint$instance & __SequencePoint$views;
|
|
|
3486
3744
|
|
|
3487
3745
|
|
|
3488
3746
|
export interface SequencePointCollection$instance {
|
|
3747
|
+
readonly __tsonic_type_System_Reflection_Metadata_SequencePointCollection: never;
|
|
3748
|
+
|
|
3489
3749
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
3490
3750
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
3491
3751
|
|
|
@@ -3507,6 +3767,8 @@ export type SequencePointCollection = SequencePointCollection$instance & __Seque
|
|
|
3507
3767
|
|
|
3508
3768
|
|
|
3509
3769
|
export interface SequencePointCollection_Enumerator$instance {
|
|
3770
|
+
readonly __tsonic_type_System_Reflection_Metadata_SequencePointCollection_Enumerator: never;
|
|
3771
|
+
|
|
3510
3772
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
3511
3773
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
3512
3774
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -3532,6 +3794,8 @@ export type SequencePointCollection_Enumerator = SequencePointCollection_Enumera
|
|
|
3532
3794
|
|
|
3533
3795
|
|
|
3534
3796
|
export interface SignatureHeader$instance {
|
|
3797
|
+
readonly __tsonic_type_System_Reflection_Metadata_SignatureHeader: never;
|
|
3798
|
+
|
|
3535
3799
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3536
3800
|
|
|
3537
3801
|
readonly Attributes: SignatureAttributes;
|
|
@@ -3566,6 +3830,8 @@ export type SignatureHeader = SignatureHeader$instance & __SignatureHeader$views
|
|
|
3566
3830
|
|
|
3567
3831
|
|
|
3568
3832
|
export interface StandaloneSignature$instance {
|
|
3833
|
+
readonly __tsonic_type_System_Reflection_Metadata_StandaloneSignature: never;
|
|
3834
|
+
|
|
3569
3835
|
readonly Signature: BlobHandle;
|
|
3570
3836
|
DecodeLocalSignature<TType, TGenericContext>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): ImmutableArray_1<TType>;
|
|
3571
3837
|
DecodeMethodSignature<TType, TGenericContext>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): MethodSignature_1<TType>;
|
|
@@ -3582,6 +3848,8 @@ export const StandaloneSignature: {
|
|
|
3582
3848
|
export type StandaloneSignature = StandaloneSignature$instance;
|
|
3583
3849
|
|
|
3584
3850
|
export interface StandaloneSignatureHandle$instance {
|
|
3851
|
+
readonly __tsonic_type_System_Reflection_Metadata_StandaloneSignatureHandle: never;
|
|
3852
|
+
|
|
3585
3853
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3586
3854
|
|
|
3587
3855
|
readonly IsNil: boolean;
|
|
@@ -3607,6 +3875,8 @@ export type StandaloneSignatureHandle = StandaloneSignatureHandle$instance & __S
|
|
|
3607
3875
|
|
|
3608
3876
|
|
|
3609
3877
|
export interface StringHandle$instance {
|
|
3878
|
+
readonly __tsonic_type_System_Reflection_Metadata_StringHandle: never;
|
|
3879
|
+
|
|
3610
3880
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3611
3881
|
|
|
3612
3882
|
readonly IsNil: boolean;
|
|
@@ -3632,6 +3902,8 @@ export type StringHandle = StringHandle$instance & __StringHandle$views;
|
|
|
3632
3902
|
|
|
3633
3903
|
|
|
3634
3904
|
export interface TypeDefinition$instance {
|
|
3905
|
+
readonly __tsonic_type_System_Reflection_Metadata_TypeDefinition: never;
|
|
3906
|
+
|
|
3635
3907
|
readonly Attributes: TypeAttributes;
|
|
3636
3908
|
readonly BaseType: EntityHandle;
|
|
3637
3909
|
readonly IsNested: boolean;
|
|
@@ -3661,6 +3933,8 @@ export const TypeDefinition: {
|
|
|
3661
3933
|
export type TypeDefinition = TypeDefinition$instance;
|
|
3662
3934
|
|
|
3663
3935
|
export interface TypeDefinitionHandle$instance {
|
|
3936
|
+
readonly __tsonic_type_System_Reflection_Metadata_TypeDefinitionHandle: never;
|
|
3937
|
+
|
|
3664
3938
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3665
3939
|
|
|
3666
3940
|
readonly IsNil: boolean;
|
|
@@ -3686,6 +3960,8 @@ export type TypeDefinitionHandle = TypeDefinitionHandle$instance & __TypeDefinit
|
|
|
3686
3960
|
|
|
3687
3961
|
|
|
3688
3962
|
export interface TypeDefinitionHandleCollection$instance {
|
|
3963
|
+
readonly __tsonic_type_System_Reflection_Metadata_TypeDefinitionHandleCollection: never;
|
|
3964
|
+
|
|
3689
3965
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
3690
3966
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
3691
3967
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -3710,6 +3986,8 @@ export type TypeDefinitionHandleCollection = TypeDefinitionHandleCollection$inst
|
|
|
3710
3986
|
|
|
3711
3987
|
|
|
3712
3988
|
export interface TypeDefinitionHandleCollection_Enumerator$instance {
|
|
3989
|
+
readonly __tsonic_type_System_Reflection_Metadata_TypeDefinitionHandleCollection_Enumerator: never;
|
|
3990
|
+
|
|
3713
3991
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
3714
3992
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
3715
3993
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -3734,6 +4012,8 @@ export type TypeDefinitionHandleCollection_Enumerator = TypeDefinitionHandleColl
|
|
|
3734
4012
|
|
|
3735
4013
|
|
|
3736
4014
|
export interface TypeLayout$instance {
|
|
4015
|
+
readonly __tsonic_type_System_Reflection_Metadata_TypeLayout: never;
|
|
4016
|
+
|
|
3737
4017
|
readonly IsDefault: boolean;
|
|
3738
4018
|
readonly PackingSize: int;
|
|
3739
4019
|
readonly Size: int;
|
|
@@ -3748,6 +4028,8 @@ export const TypeLayout: {
|
|
|
3748
4028
|
export type TypeLayout = TypeLayout$instance;
|
|
3749
4029
|
|
|
3750
4030
|
export interface TypeReference$instance {
|
|
4031
|
+
readonly __tsonic_type_System_Reflection_Metadata_TypeReference: never;
|
|
4032
|
+
|
|
3751
4033
|
readonly Name: StringHandle;
|
|
3752
4034
|
readonly Namespace: StringHandle;
|
|
3753
4035
|
readonly ResolutionScope: EntityHandle;
|
|
@@ -3762,6 +4044,8 @@ export const TypeReference: {
|
|
|
3762
4044
|
export type TypeReference = TypeReference$instance;
|
|
3763
4045
|
|
|
3764
4046
|
export interface TypeReferenceHandle$instance {
|
|
4047
|
+
readonly __tsonic_type_System_Reflection_Metadata_TypeReferenceHandle: never;
|
|
4048
|
+
|
|
3765
4049
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3766
4050
|
|
|
3767
4051
|
readonly IsNil: boolean;
|
|
@@ -3787,6 +4071,8 @@ export type TypeReferenceHandle = TypeReferenceHandle$instance & __TypeReference
|
|
|
3787
4071
|
|
|
3788
4072
|
|
|
3789
4073
|
export interface TypeReferenceHandleCollection$instance {
|
|
4074
|
+
readonly __tsonic_type_System_Reflection_Metadata_TypeReferenceHandleCollection: never;
|
|
4075
|
+
|
|
3790
4076
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
3791
4077
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
3792
4078
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -3811,6 +4097,8 @@ export type TypeReferenceHandleCollection = TypeReferenceHandleCollection$instan
|
|
|
3811
4097
|
|
|
3812
4098
|
|
|
3813
4099
|
export interface TypeReferenceHandleCollection_Enumerator$instance {
|
|
4100
|
+
readonly __tsonic_type_System_Reflection_Metadata_TypeReferenceHandleCollection_Enumerator: never;
|
|
4101
|
+
|
|
3814
4102
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
3815
4103
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
3816
4104
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -3835,6 +4123,8 @@ export type TypeReferenceHandleCollection_Enumerator = TypeReferenceHandleCollec
|
|
|
3835
4123
|
|
|
3836
4124
|
|
|
3837
4125
|
export interface TypeSpecification$instance {
|
|
4126
|
+
readonly __tsonic_type_System_Reflection_Metadata_TypeSpecification: never;
|
|
4127
|
+
|
|
3838
4128
|
readonly Signature: BlobHandle;
|
|
3839
4129
|
DecodeSignature<TType, TGenericContext>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): TType;
|
|
3840
4130
|
GetCustomAttributes(): CustomAttributeHandleCollection;
|
|
@@ -3849,6 +4139,8 @@ export const TypeSpecification: {
|
|
|
3849
4139
|
export type TypeSpecification = TypeSpecification$instance;
|
|
3850
4140
|
|
|
3851
4141
|
export interface TypeSpecificationHandle$instance {
|
|
4142
|
+
readonly __tsonic_type_System_Reflection_Metadata_TypeSpecificationHandle: never;
|
|
4143
|
+
|
|
3852
4144
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3853
4145
|
|
|
3854
4146
|
readonly IsNil: boolean;
|
|
@@ -3874,6 +4166,8 @@ export type TypeSpecificationHandle = TypeSpecificationHandle$instance & __TypeS
|
|
|
3874
4166
|
|
|
3875
4167
|
|
|
3876
4168
|
export interface UserStringHandle$instance {
|
|
4169
|
+
readonly __tsonic_type_System_Reflection_Metadata_UserStringHandle: never;
|
|
4170
|
+
|
|
3877
4171
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3878
4172
|
|
|
3879
4173
|
readonly IsNil: boolean;
|
|
@@ -3899,6 +4193,8 @@ export type UserStringHandle = UserStringHandle$instance & __UserStringHandle$vi
|
|
|
3899
4193
|
|
|
3900
4194
|
|
|
3901
4195
|
export interface AssemblyNameInfo$instance {
|
|
4196
|
+
readonly __tsonic_type_System_Reflection_Metadata_AssemblyNameInfo: never;
|
|
4197
|
+
|
|
3902
4198
|
readonly CultureName: string | undefined;
|
|
3903
4199
|
readonly Flags: AssemblyNameFlags;
|
|
3904
4200
|
readonly FullName: string;
|
|
@@ -3919,6 +4215,8 @@ export const AssemblyNameInfo: {
|
|
|
3919
4215
|
export type AssemblyNameInfo = AssemblyNameInfo$instance;
|
|
3920
4216
|
|
|
3921
4217
|
export interface BlobBuilder$instance {
|
|
4218
|
+
readonly __tsonic_type_System_Reflection_Metadata_BlobBuilder: never;
|
|
4219
|
+
|
|
3922
4220
|
readonly Count: int;
|
|
3923
4221
|
Align(alignment: int): void;
|
|
3924
4222
|
AllocateChunk(minimalSize: int): BlobBuilder;
|
|
@@ -3982,6 +4280,8 @@ export const BlobBuilder: {
|
|
|
3982
4280
|
export type BlobBuilder = BlobBuilder$instance;
|
|
3983
4281
|
|
|
3984
4282
|
export interface DebugMetadataHeader$instance {
|
|
4283
|
+
readonly __tsonic_type_System_Reflection_Metadata_DebugMetadataHeader: never;
|
|
4284
|
+
|
|
3985
4285
|
readonly EntryPoint: MethodDefinitionHandle;
|
|
3986
4286
|
readonly Id: ImmutableArray_1<System_Internal.Byte>;
|
|
3987
4287
|
readonly IdStartOffset: int;
|
|
@@ -3994,7 +4294,9 @@ export const DebugMetadataHeader: {
|
|
|
3994
4294
|
|
|
3995
4295
|
export type DebugMetadataHeader = DebugMetadataHeader$instance;
|
|
3996
4296
|
|
|
3997
|
-
export interface HandleComparer$instance {
|
|
4297
|
+
export interface HandleComparer$instance extends System_Collections_Generic_Internal.IComparer_1$instance<EntityHandle> {
|
|
4298
|
+
readonly __tsonic_type_System_Reflection_Metadata_HandleComparer: never;
|
|
4299
|
+
|
|
3998
4300
|
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
3999
4301
|
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
4000
4302
|
|
|
@@ -4017,12 +4319,12 @@ export interface __HandleComparer$views {
|
|
|
4017
4319
|
As_IEqualityComparer_1(): System_Collections_Generic_Internal.IEqualityComparer_1$instance<Handle>;
|
|
4018
4320
|
}
|
|
4019
4321
|
|
|
4020
|
-
export interface HandleComparer$instance extends System_Collections_Generic_Internal.IComparer_1$instance<EntityHandle> {}
|
|
4021
|
-
|
|
4022
4322
|
export type HandleComparer = HandleComparer$instance & __HandleComparer$views;
|
|
4023
4323
|
|
|
4024
4324
|
|
|
4025
4325
|
export interface ImageFormatLimitationException$instance extends Exception {
|
|
4326
|
+
readonly __tsonic_type_System_Reflection_Metadata_ImageFormatLimitationException: never;
|
|
4327
|
+
|
|
4026
4328
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
4027
4329
|
|
|
4028
4330
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -4044,6 +4346,8 @@ export type ImageFormatLimitationException = ImageFormatLimitationException$inst
|
|
|
4044
4346
|
|
|
4045
4347
|
|
|
4046
4348
|
export interface MetadataReader$instance {
|
|
4349
|
+
readonly __tsonic_type_System_Reflection_Metadata_MetadataReader: never;
|
|
4350
|
+
|
|
4047
4351
|
readonly AssemblyFiles: AssemblyFileHandleCollection;
|
|
4048
4352
|
readonly AssemblyReferences: AssemblyReferenceHandleCollection;
|
|
4049
4353
|
readonly CustomAttributes: CustomAttributeHandleCollection;
|
|
@@ -4134,7 +4438,9 @@ export const MetadataReader: {
|
|
|
4134
4438
|
|
|
4135
4439
|
export type MetadataReader = MetadataReader$instance;
|
|
4136
4440
|
|
|
4137
|
-
export interface MetadataReaderProvider$instance {
|
|
4441
|
+
export interface MetadataReaderProvider$instance extends System_Internal.IDisposable$instance {
|
|
4442
|
+
readonly __tsonic_type_System_Reflection_Metadata_MetadataReaderProvider: never;
|
|
4443
|
+
|
|
4138
4444
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4139
4445
|
|
|
4140
4446
|
Dispose(): void;
|
|
@@ -4156,12 +4462,12 @@ export interface __MetadataReaderProvider$views {
|
|
|
4156
4462
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
4157
4463
|
}
|
|
4158
4464
|
|
|
4159
|
-
export interface MetadataReaderProvider$instance extends System_Internal.IDisposable$instance {}
|
|
4160
|
-
|
|
4161
4465
|
export type MetadataReaderProvider = MetadataReaderProvider$instance & __MetadataReaderProvider$views;
|
|
4162
4466
|
|
|
4163
4467
|
|
|
4164
4468
|
export interface MetadataStringDecoder$instance {
|
|
4469
|
+
readonly __tsonic_type_System_Reflection_Metadata_MetadataStringDecoder: never;
|
|
4470
|
+
|
|
4165
4471
|
readonly Encoding: Encoding;
|
|
4166
4472
|
GetString(bytes: ptr<byte>, byteCount: int): string;
|
|
4167
4473
|
}
|
|
@@ -4176,6 +4482,8 @@ export const MetadataStringDecoder: {
|
|
|
4176
4482
|
export type MetadataStringDecoder = MetadataStringDecoder$instance;
|
|
4177
4483
|
|
|
4178
4484
|
export interface MetadataUpdateHandlerAttribute$instance extends Attribute {
|
|
4485
|
+
readonly __tsonic_type_System_Reflection_Metadata_MetadataUpdateHandlerAttribute: never;
|
|
4486
|
+
|
|
4179
4487
|
readonly HandlerType: Type;
|
|
4180
4488
|
}
|
|
4181
4489
|
|
|
@@ -4188,6 +4496,8 @@ export const MetadataUpdateHandlerAttribute: {
|
|
|
4188
4496
|
export type MetadataUpdateHandlerAttribute = MetadataUpdateHandlerAttribute$instance;
|
|
4189
4497
|
|
|
4190
4498
|
export interface MethodBodyBlock$instance {
|
|
4499
|
+
readonly __tsonic_type_System_Reflection_Metadata_MethodBodyBlock: never;
|
|
4500
|
+
|
|
4191
4501
|
readonly ExceptionRegions: ImmutableArray_1<ExceptionRegion>;
|
|
4192
4502
|
readonly LocalSignature: StandaloneSignatureHandle;
|
|
4193
4503
|
readonly LocalVariablesInitialized: boolean;
|
|
@@ -4207,6 +4517,8 @@ export const MethodBodyBlock: {
|
|
|
4207
4517
|
export type MethodBodyBlock = MethodBodyBlock$instance;
|
|
4208
4518
|
|
|
4209
4519
|
export interface TypeName$instance {
|
|
4520
|
+
readonly __tsonic_type_System_Reflection_Metadata_TypeName: never;
|
|
4521
|
+
|
|
4210
4522
|
readonly AssemblyName: AssemblyNameInfo | undefined;
|
|
4211
4523
|
readonly AssemblyQualifiedName: string;
|
|
4212
4524
|
readonly DeclaringType: TypeName;
|
|
@@ -4245,6 +4557,8 @@ export const TypeName: {
|
|
|
4245
4557
|
export type TypeName = TypeName$instance;
|
|
4246
4558
|
|
|
4247
4559
|
export interface TypeNameParseOptions$instance {
|
|
4560
|
+
readonly __tsonic_type_System_Reflection_Metadata_TypeNameParseOptions: never;
|
|
4561
|
+
|
|
4248
4562
|
MaxNodes: int;
|
|
4249
4563
|
}
|
|
4250
4564
|
|