@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
|
@@ -429,6 +429,8 @@ export interface IReflectableType$instance {
|
|
|
429
429
|
export type IReflectableType = IReflectableType$instance;
|
|
430
430
|
|
|
431
431
|
export interface CustomAttributeNamedArgument$instance {
|
|
432
|
+
readonly __tsonic_type_System_Reflection_CustomAttributeNamedArgument: never;
|
|
433
|
+
|
|
432
434
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
433
435
|
|
|
434
436
|
readonly IsField: boolean;
|
|
@@ -459,6 +461,8 @@ export type CustomAttributeNamedArgument = CustomAttributeNamedArgument$instance
|
|
|
459
461
|
|
|
460
462
|
|
|
461
463
|
export interface CustomAttributeTypedArgument$instance {
|
|
464
|
+
readonly __tsonic_type_System_Reflection_CustomAttributeTypedArgument: never;
|
|
465
|
+
|
|
462
466
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
463
467
|
|
|
464
468
|
readonly ArgumentType: Type;
|
|
@@ -487,6 +491,8 @@ export type CustomAttributeTypedArgument = CustomAttributeTypedArgument$instance
|
|
|
487
491
|
|
|
488
492
|
|
|
489
493
|
export interface InterfaceMapping$instance {
|
|
494
|
+
readonly __tsonic_type_System_Reflection_InterfaceMapping: never;
|
|
495
|
+
|
|
490
496
|
TargetType: Type;
|
|
491
497
|
InterfaceType: Type;
|
|
492
498
|
TargetMethods: MethodInfo[];
|
|
@@ -502,7 +508,8 @@ export const InterfaceMapping: {
|
|
|
502
508
|
export type InterfaceMapping = InterfaceMapping$instance;
|
|
503
509
|
|
|
504
510
|
export interface ParameterModifier$instance {
|
|
505
|
-
|
|
511
|
+
readonly __tsonic_type_System_Reflection_ParameterModifier: never;
|
|
512
|
+
|
|
506
513
|
}
|
|
507
514
|
|
|
508
515
|
|
|
@@ -511,9 +518,11 @@ export const ParameterModifier: {
|
|
|
511
518
|
};
|
|
512
519
|
|
|
513
520
|
|
|
514
|
-
export type ParameterModifier = ParameterModifier$instance;
|
|
521
|
+
export type ParameterModifier = ParameterModifier$instance & { [index: number]: boolean; };
|
|
515
522
|
|
|
516
523
|
export interface AmbiguousMatchException$instance extends SystemException {
|
|
524
|
+
readonly __tsonic_type_System_Reflection_AmbiguousMatchException: never;
|
|
525
|
+
|
|
517
526
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
518
527
|
|
|
519
528
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -534,7 +543,9 @@ export interface __AmbiguousMatchException$views {
|
|
|
534
543
|
export type AmbiguousMatchException = AmbiguousMatchException$instance & __AmbiguousMatchException$views;
|
|
535
544
|
|
|
536
545
|
|
|
537
|
-
export interface Assembly$instance {
|
|
546
|
+
export interface Assembly$instance extends ICustomAttributeProvider$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
547
|
+
readonly __tsonic_type_System_Reflection_Assembly: never;
|
|
548
|
+
|
|
538
549
|
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
539
550
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
540
551
|
|
|
@@ -622,12 +633,12 @@ export interface __Assembly$views {
|
|
|
622
633
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
623
634
|
}
|
|
624
635
|
|
|
625
|
-
export interface Assembly$instance extends ICustomAttributeProvider$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
626
|
-
|
|
627
636
|
export type Assembly = Assembly$instance & __Assembly$views;
|
|
628
637
|
|
|
629
638
|
|
|
630
639
|
export interface AssemblyAlgorithmIdAttribute$instance extends Attribute {
|
|
640
|
+
readonly __tsonic_type_System_Reflection_AssemblyAlgorithmIdAttribute: never;
|
|
641
|
+
|
|
631
642
|
readonly AlgorithmId: uint;
|
|
632
643
|
}
|
|
633
644
|
|
|
@@ -641,6 +652,8 @@ export const AssemblyAlgorithmIdAttribute: {
|
|
|
641
652
|
export type AssemblyAlgorithmIdAttribute = AssemblyAlgorithmIdAttribute$instance;
|
|
642
653
|
|
|
643
654
|
export interface AssemblyCompanyAttribute$instance extends Attribute {
|
|
655
|
+
readonly __tsonic_type_System_Reflection_AssemblyCompanyAttribute: never;
|
|
656
|
+
|
|
644
657
|
readonly Company: string;
|
|
645
658
|
}
|
|
646
659
|
|
|
@@ -653,6 +666,8 @@ export const AssemblyCompanyAttribute: {
|
|
|
653
666
|
export type AssemblyCompanyAttribute = AssemblyCompanyAttribute$instance;
|
|
654
667
|
|
|
655
668
|
export interface AssemblyConfigurationAttribute$instance extends Attribute {
|
|
669
|
+
readonly __tsonic_type_System_Reflection_AssemblyConfigurationAttribute: never;
|
|
670
|
+
|
|
656
671
|
readonly Configuration: string;
|
|
657
672
|
}
|
|
658
673
|
|
|
@@ -665,6 +680,8 @@ export const AssemblyConfigurationAttribute: {
|
|
|
665
680
|
export type AssemblyConfigurationAttribute = AssemblyConfigurationAttribute$instance;
|
|
666
681
|
|
|
667
682
|
export interface AssemblyCopyrightAttribute$instance extends Attribute {
|
|
683
|
+
readonly __tsonic_type_System_Reflection_AssemblyCopyrightAttribute: never;
|
|
684
|
+
|
|
668
685
|
readonly Copyright: string;
|
|
669
686
|
}
|
|
670
687
|
|
|
@@ -677,6 +694,8 @@ export const AssemblyCopyrightAttribute: {
|
|
|
677
694
|
export type AssemblyCopyrightAttribute = AssemblyCopyrightAttribute$instance;
|
|
678
695
|
|
|
679
696
|
export interface AssemblyCultureAttribute$instance extends Attribute {
|
|
697
|
+
readonly __tsonic_type_System_Reflection_AssemblyCultureAttribute: never;
|
|
698
|
+
|
|
680
699
|
readonly Culture: string;
|
|
681
700
|
}
|
|
682
701
|
|
|
@@ -689,6 +708,8 @@ export const AssemblyCultureAttribute: {
|
|
|
689
708
|
export type AssemblyCultureAttribute = AssemblyCultureAttribute$instance;
|
|
690
709
|
|
|
691
710
|
export interface AssemblyDefaultAliasAttribute$instance extends Attribute {
|
|
711
|
+
readonly __tsonic_type_System_Reflection_AssemblyDefaultAliasAttribute: never;
|
|
712
|
+
|
|
692
713
|
readonly DefaultAlias: string;
|
|
693
714
|
}
|
|
694
715
|
|
|
@@ -701,6 +722,8 @@ export const AssemblyDefaultAliasAttribute: {
|
|
|
701
722
|
export type AssemblyDefaultAliasAttribute = AssemblyDefaultAliasAttribute$instance;
|
|
702
723
|
|
|
703
724
|
export interface AssemblyDelaySignAttribute$instance extends Attribute {
|
|
725
|
+
readonly __tsonic_type_System_Reflection_AssemblyDelaySignAttribute: never;
|
|
726
|
+
|
|
704
727
|
readonly DelaySign: boolean;
|
|
705
728
|
}
|
|
706
729
|
|
|
@@ -713,6 +736,8 @@ export const AssemblyDelaySignAttribute: {
|
|
|
713
736
|
export type AssemblyDelaySignAttribute = AssemblyDelaySignAttribute$instance;
|
|
714
737
|
|
|
715
738
|
export interface AssemblyDescriptionAttribute$instance extends Attribute {
|
|
739
|
+
readonly __tsonic_type_System_Reflection_AssemblyDescriptionAttribute: never;
|
|
740
|
+
|
|
716
741
|
readonly Description: string;
|
|
717
742
|
}
|
|
718
743
|
|
|
@@ -725,6 +750,8 @@ export const AssemblyDescriptionAttribute: {
|
|
|
725
750
|
export type AssemblyDescriptionAttribute = AssemblyDescriptionAttribute$instance;
|
|
726
751
|
|
|
727
752
|
export interface AssemblyFileVersionAttribute$instance extends Attribute {
|
|
753
|
+
readonly __tsonic_type_System_Reflection_AssemblyFileVersionAttribute: never;
|
|
754
|
+
|
|
728
755
|
readonly Version: string;
|
|
729
756
|
}
|
|
730
757
|
|
|
@@ -737,6 +764,8 @@ export const AssemblyFileVersionAttribute: {
|
|
|
737
764
|
export type AssemblyFileVersionAttribute = AssemblyFileVersionAttribute$instance;
|
|
738
765
|
|
|
739
766
|
export interface AssemblyFlagsAttribute$instance extends Attribute {
|
|
767
|
+
readonly __tsonic_type_System_Reflection_AssemblyFlagsAttribute: never;
|
|
768
|
+
|
|
740
769
|
readonly AssemblyFlags: int;
|
|
741
770
|
readonly Flags: uint;
|
|
742
771
|
}
|
|
@@ -752,6 +781,8 @@ export const AssemblyFlagsAttribute: {
|
|
|
752
781
|
export type AssemblyFlagsAttribute = AssemblyFlagsAttribute$instance;
|
|
753
782
|
|
|
754
783
|
export interface AssemblyInformationalVersionAttribute$instance extends Attribute {
|
|
784
|
+
readonly __tsonic_type_System_Reflection_AssemblyInformationalVersionAttribute: never;
|
|
785
|
+
|
|
755
786
|
readonly InformationalVersion: string;
|
|
756
787
|
}
|
|
757
788
|
|
|
@@ -764,6 +795,8 @@ export const AssemblyInformationalVersionAttribute: {
|
|
|
764
795
|
export type AssemblyInformationalVersionAttribute = AssemblyInformationalVersionAttribute$instance;
|
|
765
796
|
|
|
766
797
|
export interface AssemblyKeyFileAttribute$instance extends Attribute {
|
|
798
|
+
readonly __tsonic_type_System_Reflection_AssemblyKeyFileAttribute: never;
|
|
799
|
+
|
|
767
800
|
readonly KeyFile: string;
|
|
768
801
|
}
|
|
769
802
|
|
|
@@ -776,6 +809,8 @@ export const AssemblyKeyFileAttribute: {
|
|
|
776
809
|
export type AssemblyKeyFileAttribute = AssemblyKeyFileAttribute$instance;
|
|
777
810
|
|
|
778
811
|
export interface AssemblyKeyNameAttribute$instance extends Attribute {
|
|
812
|
+
readonly __tsonic_type_System_Reflection_AssemblyKeyNameAttribute: never;
|
|
813
|
+
|
|
779
814
|
readonly KeyName: string;
|
|
780
815
|
}
|
|
781
816
|
|
|
@@ -788,6 +823,8 @@ export const AssemblyKeyNameAttribute: {
|
|
|
788
823
|
export type AssemblyKeyNameAttribute = AssemblyKeyNameAttribute$instance;
|
|
789
824
|
|
|
790
825
|
export interface AssemblyMetadataAttribute$instance extends Attribute {
|
|
826
|
+
readonly __tsonic_type_System_Reflection_AssemblyMetadataAttribute: never;
|
|
827
|
+
|
|
791
828
|
readonly Key: string;
|
|
792
829
|
readonly Value: string | undefined;
|
|
793
830
|
}
|
|
@@ -800,7 +837,9 @@ export const AssemblyMetadataAttribute: {
|
|
|
800
837
|
|
|
801
838
|
export type AssemblyMetadataAttribute = AssemblyMetadataAttribute$instance;
|
|
802
839
|
|
|
803
|
-
export interface AssemblyName$instance {
|
|
840
|
+
export interface AssemblyName$instance extends System_Internal.ICloneable$instance, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
841
|
+
readonly __tsonic_type_System_Reflection_AssemblyName: never;
|
|
842
|
+
|
|
804
843
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
805
844
|
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
806
845
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -849,12 +888,12 @@ export interface __AssemblyName$views {
|
|
|
849
888
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
850
889
|
}
|
|
851
890
|
|
|
852
|
-
export interface AssemblyName$instance extends System_Internal.ICloneable$instance, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
853
|
-
|
|
854
891
|
export type AssemblyName = AssemblyName$instance & __AssemblyName$views;
|
|
855
892
|
|
|
856
893
|
|
|
857
894
|
export interface AssemblyNameProxy$instance extends MarshalByRefObject {
|
|
895
|
+
readonly __tsonic_type_System_Reflection_AssemblyNameProxy: never;
|
|
896
|
+
|
|
858
897
|
GetAssemblyName(assemblyFile: string): AssemblyName;
|
|
859
898
|
}
|
|
860
899
|
|
|
@@ -867,6 +906,8 @@ export const AssemblyNameProxy: {
|
|
|
867
906
|
export type AssemblyNameProxy = AssemblyNameProxy$instance;
|
|
868
907
|
|
|
869
908
|
export interface AssemblyProductAttribute$instance extends Attribute {
|
|
909
|
+
readonly __tsonic_type_System_Reflection_AssemblyProductAttribute: never;
|
|
910
|
+
|
|
870
911
|
readonly Product: string;
|
|
871
912
|
}
|
|
872
913
|
|
|
@@ -879,6 +920,8 @@ export const AssemblyProductAttribute: {
|
|
|
879
920
|
export type AssemblyProductAttribute = AssemblyProductAttribute$instance;
|
|
880
921
|
|
|
881
922
|
export interface AssemblySignatureKeyAttribute$instance extends Attribute {
|
|
923
|
+
readonly __tsonic_type_System_Reflection_AssemblySignatureKeyAttribute: never;
|
|
924
|
+
|
|
882
925
|
readonly Countersignature: string;
|
|
883
926
|
readonly PublicKey: string;
|
|
884
927
|
}
|
|
@@ -892,6 +935,8 @@ export const AssemblySignatureKeyAttribute: {
|
|
|
892
935
|
export type AssemblySignatureKeyAttribute = AssemblySignatureKeyAttribute$instance;
|
|
893
936
|
|
|
894
937
|
export interface AssemblyTitleAttribute$instance extends Attribute {
|
|
938
|
+
readonly __tsonic_type_System_Reflection_AssemblyTitleAttribute: never;
|
|
939
|
+
|
|
895
940
|
readonly Title: string;
|
|
896
941
|
}
|
|
897
942
|
|
|
@@ -904,6 +949,8 @@ export const AssemblyTitleAttribute: {
|
|
|
904
949
|
export type AssemblyTitleAttribute = AssemblyTitleAttribute$instance;
|
|
905
950
|
|
|
906
951
|
export interface AssemblyTrademarkAttribute$instance extends Attribute {
|
|
952
|
+
readonly __tsonic_type_System_Reflection_AssemblyTrademarkAttribute: never;
|
|
953
|
+
|
|
907
954
|
readonly Trademark: string;
|
|
908
955
|
}
|
|
909
956
|
|
|
@@ -916,6 +963,8 @@ export const AssemblyTrademarkAttribute: {
|
|
|
916
963
|
export type AssemblyTrademarkAttribute = AssemblyTrademarkAttribute$instance;
|
|
917
964
|
|
|
918
965
|
export interface AssemblyVersionAttribute$instance extends Attribute {
|
|
966
|
+
readonly __tsonic_type_System_Reflection_AssemblyVersionAttribute: never;
|
|
967
|
+
|
|
919
968
|
readonly Version: string;
|
|
920
969
|
}
|
|
921
970
|
|
|
@@ -928,6 +977,8 @@ export const AssemblyVersionAttribute: {
|
|
|
928
977
|
export type AssemblyVersionAttribute = AssemblyVersionAttribute$instance;
|
|
929
978
|
|
|
930
979
|
export interface Binder$instance {
|
|
980
|
+
readonly __tsonic_type_System_Reflection_Binder: never;
|
|
981
|
+
|
|
931
982
|
BindToField(bindingAttr: BindingFlags, match: FieldInfo[], value: unknown, culture: CultureInfo): FieldInfo;
|
|
932
983
|
BindToMethod(bindingAttr: BindingFlags, match: MethodBase[], args: unknown[], modifiers: ParameterModifier[], culture: CultureInfo, names: string[], state: unknown): MethodBase;
|
|
933
984
|
ChangeType(value: unknown, type: Type, culture: CultureInfo): unknown;
|
|
@@ -944,6 +995,8 @@ export const Binder: (abstract new() => Binder) & {
|
|
|
944
995
|
export type Binder = Binder$instance;
|
|
945
996
|
|
|
946
997
|
export interface ConstructorInfo$instance extends MethodBase$instance {
|
|
998
|
+
readonly __tsonic_type_System_Reflection_ConstructorInfo: never;
|
|
999
|
+
|
|
947
1000
|
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
948
1001
|
|
|
949
1002
|
readonly MemberType: MemberTypes;
|
|
@@ -971,6 +1024,8 @@ export type ConstructorInfo = ConstructorInfo$instance & __ConstructorInfo$views
|
|
|
971
1024
|
|
|
972
1025
|
|
|
973
1026
|
export interface ConstructorInvoker$instance {
|
|
1027
|
+
readonly __tsonic_type_System_Reflection_ConstructorInvoker: never;
|
|
1028
|
+
|
|
974
1029
|
Invoke(): unknown;
|
|
975
1030
|
Invoke(arg1: unknown): unknown;
|
|
976
1031
|
Invoke(arg1: unknown, arg2: unknown): unknown;
|
|
@@ -988,6 +1043,8 @@ export const ConstructorInvoker: {
|
|
|
988
1043
|
export type ConstructorInvoker = ConstructorInvoker$instance;
|
|
989
1044
|
|
|
990
1045
|
export interface CustomAttributeData$instance {
|
|
1046
|
+
readonly __tsonic_type_System_Reflection_CustomAttributeData: never;
|
|
1047
|
+
|
|
991
1048
|
readonly AttributeType: Type;
|
|
992
1049
|
readonly Constructor: ConstructorInfo;
|
|
993
1050
|
readonly ConstructorArguments: IList_1<CustomAttributeTypedArgument>;
|
|
@@ -1007,6 +1064,8 @@ export const CustomAttributeData: (abstract new() => CustomAttributeData) & {
|
|
|
1007
1064
|
export type CustomAttributeData = CustomAttributeData$instance;
|
|
1008
1065
|
|
|
1009
1066
|
export interface CustomAttributeFormatException$instance extends FormatException {
|
|
1067
|
+
readonly __tsonic_type_System_Reflection_CustomAttributeFormatException: never;
|
|
1068
|
+
|
|
1010
1069
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1011
1070
|
|
|
1012
1071
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1028,6 +1087,8 @@ export type CustomAttributeFormatException = CustomAttributeFormatException$inst
|
|
|
1028
1087
|
|
|
1029
1088
|
|
|
1030
1089
|
export interface DefaultMemberAttribute$instance extends Attribute {
|
|
1090
|
+
readonly __tsonic_type_System_Reflection_DefaultMemberAttribute: never;
|
|
1091
|
+
|
|
1031
1092
|
readonly MemberName: string;
|
|
1032
1093
|
}
|
|
1033
1094
|
|
|
@@ -1040,6 +1101,8 @@ export const DefaultMemberAttribute: {
|
|
|
1040
1101
|
export type DefaultMemberAttribute = DefaultMemberAttribute$instance;
|
|
1041
1102
|
|
|
1042
1103
|
export interface DispatchProxy$instance {
|
|
1104
|
+
readonly __tsonic_type_System_Reflection_DispatchProxy: never;
|
|
1105
|
+
|
|
1043
1106
|
Invoke(targetMethod: MethodInfo, args: unknown[]): unknown | undefined;
|
|
1044
1107
|
}
|
|
1045
1108
|
|
|
@@ -1053,6 +1116,8 @@ export const DispatchProxy: (abstract new() => DispatchProxy) & {
|
|
|
1053
1116
|
export type DispatchProxy = DispatchProxy$instance;
|
|
1054
1117
|
|
|
1055
1118
|
export interface EventInfo$instance extends MemberInfo$instance {
|
|
1119
|
+
readonly __tsonic_type_System_Reflection_EventInfo: never;
|
|
1120
|
+
|
|
1056
1121
|
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
1057
1122
|
|
|
1058
1123
|
readonly AddMethod: MethodInfo | undefined;
|
|
@@ -1093,6 +1158,8 @@ export type EventInfo = EventInfo$instance & __EventInfo$views;
|
|
|
1093
1158
|
|
|
1094
1159
|
|
|
1095
1160
|
export interface ExceptionHandlingClause$instance {
|
|
1161
|
+
readonly __tsonic_type_System_Reflection_ExceptionHandlingClause: never;
|
|
1162
|
+
|
|
1096
1163
|
readonly CatchType: Type | undefined;
|
|
1097
1164
|
readonly FilterOffset: int;
|
|
1098
1165
|
readonly Flags: ExceptionHandlingClauseOptions;
|
|
@@ -1111,6 +1178,8 @@ export const ExceptionHandlingClause: (abstract new() => ExceptionHandlingClause
|
|
|
1111
1178
|
export type ExceptionHandlingClause = ExceptionHandlingClause$instance;
|
|
1112
1179
|
|
|
1113
1180
|
export interface FieldInfo$instance extends MemberInfo$instance {
|
|
1181
|
+
readonly __tsonic_type_System_Reflection_FieldInfo: never;
|
|
1182
|
+
|
|
1114
1183
|
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
1115
1184
|
|
|
1116
1185
|
readonly Attributes: FieldAttributes;
|
|
@@ -1163,6 +1232,8 @@ export type FieldInfo = FieldInfo$instance & __FieldInfo$views;
|
|
|
1163
1232
|
|
|
1164
1233
|
|
|
1165
1234
|
export interface InvalidFilterCriteriaException$instance extends ApplicationException {
|
|
1235
|
+
readonly __tsonic_type_System_Reflection_InvalidFilterCriteriaException: never;
|
|
1236
|
+
|
|
1166
1237
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1167
1238
|
|
|
1168
1239
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1184,6 +1255,8 @@ export type InvalidFilterCriteriaException = InvalidFilterCriteriaException$inst
|
|
|
1184
1255
|
|
|
1185
1256
|
|
|
1186
1257
|
export interface LocalVariableInfo$instance {
|
|
1258
|
+
readonly __tsonic_type_System_Reflection_LocalVariableInfo: never;
|
|
1259
|
+
|
|
1187
1260
|
readonly IsPinned: boolean;
|
|
1188
1261
|
readonly LocalIndex: int;
|
|
1189
1262
|
readonly LocalType: Type;
|
|
@@ -1198,6 +1271,8 @@ export const LocalVariableInfo: (abstract new() => LocalVariableInfo) & {
|
|
|
1198
1271
|
export type LocalVariableInfo = LocalVariableInfo$instance;
|
|
1199
1272
|
|
|
1200
1273
|
export interface ManifestResourceInfo$instance {
|
|
1274
|
+
readonly __tsonic_type_System_Reflection_ManifestResourceInfo: never;
|
|
1275
|
+
|
|
1201
1276
|
readonly FileName: string | undefined;
|
|
1202
1277
|
readonly ReferencedAssembly: Assembly | undefined;
|
|
1203
1278
|
readonly ResourceLocation: ResourceLocation;
|
|
@@ -1211,7 +1286,9 @@ export const ManifestResourceInfo: {
|
|
|
1211
1286
|
|
|
1212
1287
|
export type ManifestResourceInfo = ManifestResourceInfo$instance;
|
|
1213
1288
|
|
|
1214
|
-
export interface MemberInfo$instance {
|
|
1289
|
+
export interface MemberInfo$instance extends ICustomAttributeProvider$instance {
|
|
1290
|
+
readonly __tsonic_type_System_Reflection_MemberInfo: never;
|
|
1291
|
+
|
|
1215
1292
|
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
1216
1293
|
|
|
1217
1294
|
readonly CustomAttributes: IEnumerable_1<CustomAttributeData>;
|
|
@@ -1240,12 +1317,12 @@ export interface __MemberInfo$views {
|
|
|
1240
1317
|
As_ICustomAttributeProvider(): ICustomAttributeProvider$instance;
|
|
1241
1318
|
}
|
|
1242
1319
|
|
|
1243
|
-
export interface MemberInfo$instance extends ICustomAttributeProvider$instance {}
|
|
1244
|
-
|
|
1245
1320
|
export type MemberInfo = MemberInfo$instance & __MemberInfo$views;
|
|
1246
1321
|
|
|
1247
1322
|
|
|
1248
1323
|
export interface MethodBase$instance extends MemberInfo$instance {
|
|
1324
|
+
readonly __tsonic_type_System_Reflection_MethodBase: never;
|
|
1325
|
+
|
|
1249
1326
|
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
1250
1327
|
|
|
1251
1328
|
readonly Attributes: MethodAttributes;
|
|
@@ -1301,6 +1378,8 @@ export type MethodBase = MethodBase$instance & __MethodBase$views;
|
|
|
1301
1378
|
|
|
1302
1379
|
|
|
1303
1380
|
export interface MethodBody$instance {
|
|
1381
|
+
readonly __tsonic_type_System_Reflection_MethodBody: never;
|
|
1382
|
+
|
|
1304
1383
|
readonly ExceptionHandlingClauses: IList_1<ExceptionHandlingClause>;
|
|
1305
1384
|
readonly InitLocals: boolean;
|
|
1306
1385
|
readonly LocalSignatureMetadataToken: int;
|
|
@@ -1317,6 +1396,8 @@ export const MethodBody: (abstract new() => MethodBody) & {
|
|
|
1317
1396
|
export type MethodBody = MethodBody$instance;
|
|
1318
1397
|
|
|
1319
1398
|
export interface MethodInfo$instance extends MethodBase$instance {
|
|
1399
|
+
readonly __tsonic_type_System_Reflection_MethodInfo: never;
|
|
1400
|
+
|
|
1320
1401
|
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
1321
1402
|
|
|
1322
1403
|
readonly MemberType: MemberTypes;
|
|
@@ -1351,6 +1432,8 @@ export type MethodInfo = MethodInfo$instance & __MethodInfo$views;
|
|
|
1351
1432
|
|
|
1352
1433
|
|
|
1353
1434
|
export interface MethodInvoker$instance {
|
|
1435
|
+
readonly __tsonic_type_System_Reflection_MethodInvoker: never;
|
|
1436
|
+
|
|
1354
1437
|
Invoke(obj: unknown): unknown | undefined;
|
|
1355
1438
|
Invoke(obj: unknown, arg1: unknown): unknown | undefined;
|
|
1356
1439
|
Invoke(obj: unknown, arg1: unknown, arg2: unknown): unknown | undefined;
|
|
@@ -1367,7 +1450,9 @@ export const MethodInvoker: {
|
|
|
1367
1450
|
|
|
1368
1451
|
export type MethodInvoker = MethodInvoker$instance;
|
|
1369
1452
|
|
|
1370
|
-
export interface Missing$instance {
|
|
1453
|
+
export interface Missing$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1454
|
+
readonly __tsonic_type_System_Reflection_Missing: never;
|
|
1455
|
+
|
|
1371
1456
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1372
1457
|
|
|
1373
1458
|
}
|
|
@@ -1382,12 +1467,12 @@ export interface __Missing$views {
|
|
|
1382
1467
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1383
1468
|
}
|
|
1384
1469
|
|
|
1385
|
-
export interface Missing$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
1386
|
-
|
|
1387
1470
|
export type Missing = Missing$instance & __Missing$views;
|
|
1388
1471
|
|
|
1389
1472
|
|
|
1390
|
-
export interface Module$instance {
|
|
1473
|
+
export interface Module$instance extends ICustomAttributeProvider$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1474
|
+
readonly __tsonic_type_System_Reflection_Module: never;
|
|
1475
|
+
|
|
1391
1476
|
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
1392
1477
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1393
1478
|
|
|
@@ -1449,12 +1534,12 @@ export interface __Module$views {
|
|
|
1449
1534
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1450
1535
|
}
|
|
1451
1536
|
|
|
1452
|
-
export interface Module$instance extends ICustomAttributeProvider$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
1453
|
-
|
|
1454
1537
|
export type Module = Module$instance & __Module$views;
|
|
1455
1538
|
|
|
1456
1539
|
|
|
1457
1540
|
export interface NullabilityInfo$instance {
|
|
1541
|
+
readonly __tsonic_type_System_Reflection_NullabilityInfo: never;
|
|
1542
|
+
|
|
1458
1543
|
readonly ElementType: NullabilityInfo | undefined;
|
|
1459
1544
|
readonly GenericTypeArguments: NullabilityInfo[];
|
|
1460
1545
|
ReadState: NullabilityState;
|
|
@@ -1470,6 +1555,8 @@ export const NullabilityInfo: {
|
|
|
1470
1555
|
export type NullabilityInfo = NullabilityInfo$instance;
|
|
1471
1556
|
|
|
1472
1557
|
export interface NullabilityInfoContext$instance {
|
|
1558
|
+
readonly __tsonic_type_System_Reflection_NullabilityInfoContext: never;
|
|
1559
|
+
|
|
1473
1560
|
Create(parameterInfo: ParameterInfo): NullabilityInfo;
|
|
1474
1561
|
Create(propertyInfo: PropertyInfo): NullabilityInfo;
|
|
1475
1562
|
Create(eventInfo: EventInfo): NullabilityInfo;
|
|
@@ -1485,6 +1572,8 @@ export const NullabilityInfoContext: {
|
|
|
1485
1572
|
export type NullabilityInfoContext = NullabilityInfoContext$instance;
|
|
1486
1573
|
|
|
1487
1574
|
export interface ObfuscateAssemblyAttribute$instance extends Attribute {
|
|
1575
|
+
readonly __tsonic_type_System_Reflection_ObfuscateAssemblyAttribute: never;
|
|
1576
|
+
|
|
1488
1577
|
readonly AssemblyIsPrivate: boolean;
|
|
1489
1578
|
StripAfterObfuscation: boolean;
|
|
1490
1579
|
}
|
|
@@ -1498,6 +1587,8 @@ export const ObfuscateAssemblyAttribute: {
|
|
|
1498
1587
|
export type ObfuscateAssemblyAttribute = ObfuscateAssemblyAttribute$instance;
|
|
1499
1588
|
|
|
1500
1589
|
export interface ObfuscationAttribute$instance extends Attribute {
|
|
1590
|
+
readonly __tsonic_type_System_Reflection_ObfuscationAttribute: never;
|
|
1591
|
+
|
|
1501
1592
|
ApplyToMembers: boolean;
|
|
1502
1593
|
Exclude: boolean;
|
|
1503
1594
|
get Feature(): string | undefined;
|
|
@@ -1513,7 +1604,9 @@ export const ObfuscationAttribute: {
|
|
|
1513
1604
|
|
|
1514
1605
|
export type ObfuscationAttribute = ObfuscationAttribute$instance;
|
|
1515
1606
|
|
|
1516
|
-
export interface ParameterInfo$instance {
|
|
1607
|
+
export interface ParameterInfo$instance extends ICustomAttributeProvider$instance, System_Runtime_Serialization_Internal.IObjectReference$instance {
|
|
1608
|
+
readonly __tsonic_type_System_Reflection_ParameterInfo: never;
|
|
1609
|
+
|
|
1517
1610
|
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
1518
1611
|
readonly __tsonic_iface_System_Runtime_Serialization_IObjectReference: never;
|
|
1519
1612
|
|
|
@@ -1553,12 +1646,12 @@ export interface __ParameterInfo$views {
|
|
|
1553
1646
|
As_IObjectReference(): System_Runtime_Serialization_Internal.IObjectReference$instance;
|
|
1554
1647
|
}
|
|
1555
1648
|
|
|
1556
|
-
export interface ParameterInfo$instance extends ICustomAttributeProvider$instance, System_Runtime_Serialization_Internal.IObjectReference$instance {}
|
|
1557
|
-
|
|
1558
1649
|
export type ParameterInfo = ParameterInfo$instance & __ParameterInfo$views;
|
|
1559
1650
|
|
|
1560
1651
|
|
|
1561
|
-
export interface Pointer$instance {
|
|
1652
|
+
export interface Pointer$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1653
|
+
readonly __tsonic_type_System_Reflection_Pointer: never;
|
|
1654
|
+
|
|
1562
1655
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1563
1656
|
|
|
1564
1657
|
Equals(obj: unknown): boolean;
|
|
@@ -1576,12 +1669,12 @@ export interface __Pointer$views {
|
|
|
1576
1669
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1577
1670
|
}
|
|
1578
1671
|
|
|
1579
|
-
export interface Pointer$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
1580
|
-
|
|
1581
1672
|
export type Pointer = Pointer$instance & __Pointer$views;
|
|
1582
1673
|
|
|
1583
1674
|
|
|
1584
1675
|
export interface PropertyInfo$instance extends MemberInfo$instance {
|
|
1676
|
+
readonly __tsonic_type_System_Reflection_PropertyInfo: never;
|
|
1677
|
+
|
|
1585
1678
|
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
1586
1679
|
|
|
1587
1680
|
readonly Attributes: PropertyAttributes;
|
|
@@ -1630,6 +1723,8 @@ export type PropertyInfo = PropertyInfo$instance & __PropertyInfo$views;
|
|
|
1630
1723
|
|
|
1631
1724
|
|
|
1632
1725
|
export interface ReflectionContext$instance {
|
|
1726
|
+
readonly __tsonic_type_System_Reflection_ReflectionContext: never;
|
|
1727
|
+
|
|
1633
1728
|
GetTypeForObject(value: unknown): TypeInfo;
|
|
1634
1729
|
MapAssembly(assembly: Assembly): Assembly;
|
|
1635
1730
|
MapType(type: TypeInfo): TypeInfo;
|
|
@@ -1643,6 +1738,8 @@ export const ReflectionContext: (abstract new() => ReflectionContext) & {
|
|
|
1643
1738
|
export type ReflectionContext = ReflectionContext$instance;
|
|
1644
1739
|
|
|
1645
1740
|
export interface ReflectionTypeLoadException$instance extends SystemException {
|
|
1741
|
+
readonly __tsonic_type_System_Reflection_ReflectionTypeLoadException: never;
|
|
1742
|
+
|
|
1646
1743
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1647
1744
|
|
|
1648
1745
|
readonly LoaderExceptions: (Exception | undefined)[];
|
|
@@ -1666,7 +1763,9 @@ export interface __ReflectionTypeLoadException$views {
|
|
|
1666
1763
|
export type ReflectionTypeLoadException = ReflectionTypeLoadException$instance & __ReflectionTypeLoadException$views;
|
|
1667
1764
|
|
|
1668
1765
|
|
|
1669
|
-
export interface StrongNameKeyPair$instance {
|
|
1766
|
+
export interface StrongNameKeyPair$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1767
|
+
readonly __tsonic_type_System_Reflection_StrongNameKeyPair: never;
|
|
1768
|
+
|
|
1670
1769
|
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
1671
1770
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1672
1771
|
|
|
@@ -1686,12 +1785,12 @@ export interface __StrongNameKeyPair$views {
|
|
|
1686
1785
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1687
1786
|
}
|
|
1688
1787
|
|
|
1689
|
-
export interface StrongNameKeyPair$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
1690
|
-
|
|
1691
1788
|
export type StrongNameKeyPair = StrongNameKeyPair$instance & __StrongNameKeyPair$views;
|
|
1692
1789
|
|
|
1693
1790
|
|
|
1694
1791
|
export interface TargetException$instance extends ApplicationException {
|
|
1792
|
+
readonly __tsonic_type_System_Reflection_TargetException: never;
|
|
1793
|
+
|
|
1695
1794
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1696
1795
|
|
|
1697
1796
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1713,6 +1812,8 @@ export type TargetException = TargetException$instance & __TargetException$views
|
|
|
1713
1812
|
|
|
1714
1813
|
|
|
1715
1814
|
export interface TargetInvocationException$instance extends ApplicationException {
|
|
1815
|
+
readonly __tsonic_type_System_Reflection_TargetInvocationException: never;
|
|
1816
|
+
|
|
1716
1817
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1717
1818
|
|
|
1718
1819
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1733,6 +1834,8 @@ export type TargetInvocationException = TargetInvocationException$instance & __T
|
|
|
1733
1834
|
|
|
1734
1835
|
|
|
1735
1836
|
export interface TargetParameterCountException$instance extends ApplicationException {
|
|
1837
|
+
readonly __tsonic_type_System_Reflection_TargetParameterCountException: never;
|
|
1838
|
+
|
|
1736
1839
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1737
1840
|
|
|
1738
1841
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1753,7 +1856,9 @@ export interface __TargetParameterCountException$views {
|
|
|
1753
1856
|
export type TargetParameterCountException = TargetParameterCountException$instance & __TargetParameterCountException$views;
|
|
1754
1857
|
|
|
1755
1858
|
|
|
1756
|
-
export interface TypeDelegator$instance extends TypeInfo$instance {
|
|
1859
|
+
export interface TypeDelegator$instance extends TypeInfo$instance, IReflectableType$instance {
|
|
1860
|
+
readonly __tsonic_type_System_Reflection_TypeDelegator: never;
|
|
1861
|
+
|
|
1757
1862
|
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
1758
1863
|
readonly __tsonic_iface_System_Reflection_IReflect: never;
|
|
1759
1864
|
readonly __tsonic_iface_System_Reflection_IReflectableType: never;
|
|
@@ -1866,12 +1971,12 @@ export interface __TypeDelegator$views {
|
|
|
1866
1971
|
As_IReflectableType(): IReflectableType$instance;
|
|
1867
1972
|
}
|
|
1868
1973
|
|
|
1869
|
-
export interface TypeDelegator$instance extends IReflectableType$instance {}
|
|
1870
|
-
|
|
1871
1974
|
export type TypeDelegator = TypeDelegator$instance & __TypeDelegator$views;
|
|
1872
1975
|
|
|
1873
1976
|
|
|
1874
|
-
export interface TypeInfo$instance extends Type {
|
|
1977
|
+
export interface TypeInfo$instance extends Type, IReflectableType$instance {
|
|
1978
|
+
readonly __tsonic_type_System_Reflection_TypeInfo: never;
|
|
1979
|
+
|
|
1875
1980
|
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
1876
1981
|
readonly __tsonic_iface_System_Reflection_IReflect: never;
|
|
1877
1982
|
readonly __tsonic_iface_System_Reflection_IReflectableType: never;
|
|
@@ -1944,8 +2049,6 @@ export interface __TypeInfo$views {
|
|
|
1944
2049
|
As_IReflectableType(): IReflectableType$instance;
|
|
1945
2050
|
}
|
|
1946
2051
|
|
|
1947
|
-
export interface TypeInfo$instance extends IReflectableType$instance {}
|
|
1948
|
-
|
|
1949
2052
|
export type TypeInfo = TypeInfo$instance & __TypeInfo$views;
|
|
1950
2053
|
|
|
1951
2054
|
|