@tsonic/dotnet 0.8.0 → 0.8.1

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.
Files changed (122) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +7 -7
  2. package/Microsoft.VisualBasic/internal/index.d.ts +23 -23
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +29 -29
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +15 -15
  5. package/Microsoft.Win32/internal/index.d.ts +1 -1
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +19 -19
  7. package/System/internal/index.d.ts +408 -408
  8. package/System.Buffers/internal/index.d.ts +11 -11
  9. package/System.CodeDom.Compiler/internal/index.d.ts +3 -3
  10. package/System.Collections/internal/index.d.ts +44 -44
  11. package/System.Collections.Concurrent/internal/index.d.ts +18 -18
  12. package/System.Collections.Frozen/internal/index.d.ts +4 -4
  13. package/System.Collections.Generic/internal/index.d.ts +98 -98
  14. package/System.Collections.Immutable/internal/index.d.ts +22 -22
  15. package/System.Collections.ObjectModel/internal/index.d.ts +11 -11
  16. package/System.Collections.Specialized/internal/index.d.ts +38 -38
  17. package/System.ComponentModel/internal/index.d.ts +222 -222
  18. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +54 -54
  19. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -8
  20. package/System.ComponentModel.Design/internal/index.d.ts +30 -30
  21. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +13 -13
  22. package/System.Data/internal/index.d.ts +110 -110
  23. package/System.Data.Common/internal/index.d.ts +17 -17
  24. package/System.Data.SqlTypes/internal/index.d.ts +62 -62
  25. package/System.Diagnostics/internal/index.d.ts +117 -117
  26. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +34 -34
  27. package/System.Diagnostics.Contracts/internal/index.d.ts +14 -14
  28. package/System.Diagnostics.Metrics/internal/index.d.ts +19 -19
  29. package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
  30. package/System.Diagnostics.Tracing/internal/index.d.ts +21 -21
  31. package/System.Drawing/internal/index.d.ts +22 -22
  32. package/System.Dynamic/internal/index.d.ts +6 -6
  33. package/System.Formats.Asn1/internal/index.d.ts +10 -10
  34. package/System.Formats.Tar/internal/index.d.ts +14 -14
  35. package/System.Globalization/internal/index.d.ts +40 -40
  36. package/System.IO/internal/index.d.ts +107 -107
  37. package/System.IO.Compression/internal/index.d.ts +32 -32
  38. package/System.IO.Enumeration/internal/index.d.ts +3 -3
  39. package/System.IO.IsolatedStorage/internal/index.d.ts +12 -12
  40. package/System.IO.MemoryMappedFiles/internal/index.d.ts +3 -3
  41. package/System.IO.Pipelines/internal/index.d.ts +8 -8
  42. package/System.IO.Pipes/internal/index.d.ts +28 -28
  43. package/System.Linq/internal/index.d.ts +7 -7
  44. package/System.Linq.Expressions/internal/index.d.ts +34 -34
  45. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -1
  46. package/System.Net/internal/index.d.ts +84 -84
  47. package/System.Net.Cache/internal/index.d.ts +8 -8
  48. package/System.Net.Http/internal/index.d.ts +40 -40
  49. package/System.Net.Http.Headers/internal/index.d.ts +48 -48
  50. package/System.Net.Http.Json/internal/index.d.ts +1 -1
  51. package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
  52. package/System.Net.Mail/internal/index.d.ts +47 -47
  53. package/System.Net.Mime/internal/index.d.ts +4 -4
  54. package/System.Net.NetworkInformation/internal/index.d.ts +17 -17
  55. package/System.Net.Quic/internal/index.d.ts +9 -9
  56. package/System.Net.Security/internal/index.d.ts +19 -19
  57. package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
  58. package/System.Net.Sockets/internal/index.d.ts +53 -53
  59. package/System.Net.WebSockets/internal/index.d.ts +23 -23
  60. package/System.Numerics/internal/index.d.ts +37 -37
  61. package/System.Reflection/internal/index.d.ts +69 -69
  62. package/System.Reflection.Emit/internal/index.d.ts +18 -18
  63. package/System.Reflection.Metadata/internal/index.d.ts +170 -170
  64. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +39 -39
  65. package/System.Reflection.PortableExecutable/internal/index.d.ts +23 -23
  66. package/System.Resources/internal/index.d.ts +20 -20
  67. package/System.Runtime/internal/index.d.ts +7 -7
  68. package/System.Runtime.CompilerServices/internal/index.d.ts +145 -145
  69. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +2 -2
  70. package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -3
  71. package/System.Runtime.InteropServices/internal/index.d.ts +120 -120
  72. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +20 -20
  73. package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -3
  74. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +27 -27
  75. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +27 -27
  76. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +1 -1
  77. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  78. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  79. package/System.Runtime.Loader/internal/index.d.ts +3 -3
  80. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  81. package/System.Runtime.Serialization/internal/index.d.ts +47 -47
  82. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  83. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -2
  84. package/System.Runtime.Serialization.Json/internal/index.d.ts +8 -8
  85. package/System.Runtime.Versioning/internal/index.d.ts +18 -18
  86. package/System.Security/internal/index.d.ts +23 -23
  87. package/System.Security.AccessControl/internal/index.d.ts +65 -65
  88. package/System.Security.Authentication/internal/index.d.ts +6 -6
  89. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +6 -6
  90. package/System.Security.Claims/internal/index.d.ts +24 -24
  91. package/System.Security.Cryptography/internal/index.d.ts +220 -220
  92. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +120 -120
  93. package/System.Security.Permissions/internal/index.d.ts +1 -1
  94. package/System.Security.Policy/internal/index.d.ts +4 -4
  95. package/System.Security.Principal/internal/index.d.ts +21 -21
  96. package/System.Text/internal/index.d.ts +49 -49
  97. package/System.Text.Encodings.Web/internal/index.d.ts +3 -3
  98. package/System.Text.Json/internal/index.d.ts +24 -24
  99. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  100. package/System.Text.Json.Schema/internal/index.d.ts +2 -2
  101. package/System.Text.Json.Serialization/internal/index.d.ts +25 -25
  102. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +10 -10
  103. package/System.Text.RegularExpressions/internal/index.d.ts +24 -24
  104. package/System.Text.Unicode/internal/index.d.ts +3 -3
  105. package/System.Threading/internal/index.d.ts +105 -105
  106. package/System.Threading.Channels/internal/index.d.ts +7 -7
  107. package/System.Threading.Tasks/internal/index.d.ts +56 -56
  108. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +29 -29
  109. package/System.Threading.Tasks.Sources/internal/index.d.ts +1 -1
  110. package/System.Timers/internal/index.d.ts +5 -5
  111. package/System.Transactions/internal/index.d.ts +41 -41
  112. package/System.Web/internal/index.d.ts +1 -1
  113. package/System.Windows.Markup/internal/index.d.ts +2 -2
  114. package/System.Xml/internal/index.d.ts +72 -72
  115. package/System.Xml.Linq/internal/index.d.ts +31 -31
  116. package/System.Xml.Resolvers/internal/index.d.ts +5 -5
  117. package/System.Xml.Schema/internal/index.d.ts +76 -76
  118. package/System.Xml.Serialization/internal/index.d.ts +96 -96
  119. package/System.Xml.XPath/internal/index.d.ts +9 -9
  120. package/System.Xml.Xsl/internal/index.d.ts +13 -13
  121. package/System.Xml.Xsl.Runtime/internal/index.d.ts +52 -52
  122. package/package.json +1 -1
@@ -433,8 +433,8 @@ export interface CustomAttributeNamedArgument$instance {
433
433
 
434
434
 
435
435
  export const CustomAttributeNamedArgument: {
436
- new(memberInfo: MemberInfo, value: unknown): CustomAttributeNamedArgument$instance;
437
- new(memberInfo: MemberInfo, typedArgument: CustomAttributeTypedArgument): CustomAttributeNamedArgument$instance;
436
+ new(memberInfo: MemberInfo, value: unknown): CustomAttributeNamedArgument;
437
+ new(memberInfo: MemberInfo, typedArgument: CustomAttributeTypedArgument): CustomAttributeNamedArgument;
438
438
  };
439
439
 
440
440
 
@@ -459,8 +459,8 @@ export interface CustomAttributeTypedArgument$instance {
459
459
 
460
460
 
461
461
  export const CustomAttributeTypedArgument: {
462
- new(argumentType: Type, value: unknown): CustomAttributeTypedArgument$instance;
463
- new(value: unknown): CustomAttributeTypedArgument$instance;
462
+ new(argumentType: Type, value: unknown): CustomAttributeTypedArgument;
463
+ new(value: unknown): CustomAttributeTypedArgument;
464
464
  };
465
465
 
466
466
 
@@ -483,7 +483,7 @@ export interface InterfaceMapping$instance {
483
483
 
484
484
 
485
485
  export const InterfaceMapping: {
486
- new(): InterfaceMapping$instance;
486
+ new(): InterfaceMapping;
487
487
  };
488
488
 
489
489
 
@@ -495,7 +495,7 @@ export interface ParameterModifier$instance {
495
495
 
496
496
 
497
497
  export const ParameterModifier: {
498
- new(parameterCount: int): ParameterModifier$instance;
498
+ new(parameterCount: int): ParameterModifier;
499
499
  };
500
500
 
501
501
 
@@ -507,9 +507,9 @@ export interface AmbiguousMatchException$instance extends SystemException {
507
507
 
508
508
 
509
509
  export const AmbiguousMatchException: {
510
- new(): AmbiguousMatchException$instance;
511
- new(message: string): AmbiguousMatchException$instance;
512
- new(message: string, inner: Exception): AmbiguousMatchException$instance;
510
+ new(): AmbiguousMatchException;
511
+ new(message: string): AmbiguousMatchException;
512
+ new(message: string, inner: Exception): AmbiguousMatchException;
513
513
  };
514
514
 
515
515
 
@@ -616,8 +616,8 @@ export interface AssemblyAlgorithmIdAttribute$instance extends Attribute {
616
616
 
617
617
 
618
618
  export const AssemblyAlgorithmIdAttribute: {
619
- new(algorithmId: AssemblyHashAlgorithm_Assemblies): AssemblyAlgorithmIdAttribute$instance;
620
- new(algorithmId: uint): AssemblyAlgorithmIdAttribute$instance;
619
+ new(algorithmId: AssemblyHashAlgorithm_Assemblies): AssemblyAlgorithmIdAttribute;
620
+ new(algorithmId: uint): AssemblyAlgorithmIdAttribute;
621
621
  };
622
622
 
623
623
 
@@ -629,7 +629,7 @@ export interface AssemblyCompanyAttribute$instance extends Attribute {
629
629
 
630
630
 
631
631
  export const AssemblyCompanyAttribute: {
632
- new(company: string): AssemblyCompanyAttribute$instance;
632
+ new(company: string): AssemblyCompanyAttribute;
633
633
  };
634
634
 
635
635
 
@@ -641,7 +641,7 @@ export interface AssemblyConfigurationAttribute$instance extends Attribute {
641
641
 
642
642
 
643
643
  export const AssemblyConfigurationAttribute: {
644
- new(configuration: string): AssemblyConfigurationAttribute$instance;
644
+ new(configuration: string): AssemblyConfigurationAttribute;
645
645
  };
646
646
 
647
647
 
@@ -653,7 +653,7 @@ export interface AssemblyCopyrightAttribute$instance extends Attribute {
653
653
 
654
654
 
655
655
  export const AssemblyCopyrightAttribute: {
656
- new(copyright: string): AssemblyCopyrightAttribute$instance;
656
+ new(copyright: string): AssemblyCopyrightAttribute;
657
657
  };
658
658
 
659
659
 
@@ -665,7 +665,7 @@ export interface AssemblyCultureAttribute$instance extends Attribute {
665
665
 
666
666
 
667
667
  export const AssemblyCultureAttribute: {
668
- new(culture: string): AssemblyCultureAttribute$instance;
668
+ new(culture: string): AssemblyCultureAttribute;
669
669
  };
670
670
 
671
671
 
@@ -677,7 +677,7 @@ export interface AssemblyDefaultAliasAttribute$instance extends Attribute {
677
677
 
678
678
 
679
679
  export const AssemblyDefaultAliasAttribute: {
680
- new(defaultAlias: string): AssemblyDefaultAliasAttribute$instance;
680
+ new(defaultAlias: string): AssemblyDefaultAliasAttribute;
681
681
  };
682
682
 
683
683
 
@@ -689,7 +689,7 @@ export interface AssemblyDelaySignAttribute$instance extends Attribute {
689
689
 
690
690
 
691
691
  export const AssemblyDelaySignAttribute: {
692
- new(delaySign: boolean): AssemblyDelaySignAttribute$instance;
692
+ new(delaySign: boolean): AssemblyDelaySignAttribute;
693
693
  };
694
694
 
695
695
 
@@ -701,7 +701,7 @@ export interface AssemblyDescriptionAttribute$instance extends Attribute {
701
701
 
702
702
 
703
703
  export const AssemblyDescriptionAttribute: {
704
- new(description: string): AssemblyDescriptionAttribute$instance;
704
+ new(description: string): AssemblyDescriptionAttribute;
705
705
  };
706
706
 
707
707
 
@@ -713,7 +713,7 @@ export interface AssemblyFileVersionAttribute$instance extends Attribute {
713
713
 
714
714
 
715
715
  export const AssemblyFileVersionAttribute: {
716
- new(version: string): AssemblyFileVersionAttribute$instance;
716
+ new(version: string): AssemblyFileVersionAttribute;
717
717
  };
718
718
 
719
719
 
@@ -726,9 +726,9 @@ export interface AssemblyFlagsAttribute$instance extends Attribute {
726
726
 
727
727
 
728
728
  export const AssemblyFlagsAttribute: {
729
- new(flags: uint): AssemblyFlagsAttribute$instance;
730
- new(assemblyFlags: int): AssemblyFlagsAttribute$instance;
731
- new(assemblyFlags: AssemblyNameFlags): AssemblyFlagsAttribute$instance;
729
+ new(flags: uint): AssemblyFlagsAttribute;
730
+ new(assemblyFlags: int): AssemblyFlagsAttribute;
731
+ new(assemblyFlags: AssemblyNameFlags): AssemblyFlagsAttribute;
732
732
  };
733
733
 
734
734
 
@@ -740,7 +740,7 @@ export interface AssemblyInformationalVersionAttribute$instance extends Attribut
740
740
 
741
741
 
742
742
  export const AssemblyInformationalVersionAttribute: {
743
- new(informationalVersion: string): AssemblyInformationalVersionAttribute$instance;
743
+ new(informationalVersion: string): AssemblyInformationalVersionAttribute;
744
744
  };
745
745
 
746
746
 
@@ -752,7 +752,7 @@ export interface AssemblyKeyFileAttribute$instance extends Attribute {
752
752
 
753
753
 
754
754
  export const AssemblyKeyFileAttribute: {
755
- new(keyFile: string): AssemblyKeyFileAttribute$instance;
755
+ new(keyFile: string): AssemblyKeyFileAttribute;
756
756
  };
757
757
 
758
758
 
@@ -764,7 +764,7 @@ export interface AssemblyKeyNameAttribute$instance extends Attribute {
764
764
 
765
765
 
766
766
  export const AssemblyKeyNameAttribute: {
767
- new(keyName: string): AssemblyKeyNameAttribute$instance;
767
+ new(keyName: string): AssemblyKeyNameAttribute;
768
768
  };
769
769
 
770
770
 
@@ -777,7 +777,7 @@ export interface AssemblyMetadataAttribute$instance extends Attribute {
777
777
 
778
778
 
779
779
  export const AssemblyMetadataAttribute: {
780
- new(key: string, value: string): AssemblyMetadataAttribute$instance;
780
+ new(key: string, value: string): AssemblyMetadataAttribute;
781
781
  };
782
782
 
783
783
 
@@ -809,8 +809,8 @@ export interface AssemblyName$instance {
809
809
 
810
810
 
811
811
  export const AssemblyName: {
812
- new(assemblyName: string): AssemblyName$instance;
813
- new(): AssemblyName$instance;
812
+ new(assemblyName: string): AssemblyName;
813
+ new(): AssemblyName;
814
814
  getAssemblyName(assemblyFile: string): AssemblyName;
815
815
  referenceMatchesDefinition(reference: AssemblyName, definition: AssemblyName): boolean;
816
816
  };
@@ -833,7 +833,7 @@ export interface AssemblyNameProxy$instance extends MarshalByRefObject {
833
833
 
834
834
 
835
835
  export const AssemblyNameProxy: {
836
- new(): AssemblyNameProxy$instance;
836
+ new(): AssemblyNameProxy;
837
837
  };
838
838
 
839
839
 
@@ -845,7 +845,7 @@ export interface AssemblyProductAttribute$instance extends Attribute {
845
845
 
846
846
 
847
847
  export const AssemblyProductAttribute: {
848
- new(product: string): AssemblyProductAttribute$instance;
848
+ new(product: string): AssemblyProductAttribute;
849
849
  };
850
850
 
851
851
 
@@ -858,7 +858,7 @@ export interface AssemblySignatureKeyAttribute$instance extends Attribute {
858
858
 
859
859
 
860
860
  export const AssemblySignatureKeyAttribute: {
861
- new(publicKey: string, countersignature: string): AssemblySignatureKeyAttribute$instance;
861
+ new(publicKey: string, countersignature: string): AssemblySignatureKeyAttribute;
862
862
  };
863
863
 
864
864
 
@@ -870,7 +870,7 @@ export interface AssemblyTitleAttribute$instance extends Attribute {
870
870
 
871
871
 
872
872
  export const AssemblyTitleAttribute: {
873
- new(title: string): AssemblyTitleAttribute$instance;
873
+ new(title: string): AssemblyTitleAttribute;
874
874
  };
875
875
 
876
876
 
@@ -882,7 +882,7 @@ export interface AssemblyTrademarkAttribute$instance extends Attribute {
882
882
 
883
883
 
884
884
  export const AssemblyTrademarkAttribute: {
885
- new(trademark: string): AssemblyTrademarkAttribute$instance;
885
+ new(trademark: string): AssemblyTrademarkAttribute;
886
886
  };
887
887
 
888
888
 
@@ -894,7 +894,7 @@ export interface AssemblyVersionAttribute$instance extends Attribute {
894
894
 
895
895
 
896
896
  export const AssemblyVersionAttribute: {
897
- new(version: string): AssemblyVersionAttribute$instance;
897
+ new(version: string): AssemblyVersionAttribute;
898
898
  };
899
899
 
900
900
 
@@ -952,7 +952,7 @@ export interface ConstructorInvoker$instance {
952
952
 
953
953
 
954
954
  export const ConstructorInvoker: {
955
- new(): ConstructorInvoker$instance;
955
+ new(): ConstructorInvoker;
956
956
  create(constructor_: ConstructorInfo): ConstructorInvoker;
957
957
  };
958
958
 
@@ -969,7 +969,7 @@ export interface CustomAttributeData$instance {
969
969
 
970
970
 
971
971
  export const CustomAttributeData: {
972
- new(): CustomAttributeData$instance;
972
+ new(): CustomAttributeData;
973
973
  getCustomAttributes(target: Assembly): IList_1<CustomAttributeData>;
974
974
  getCustomAttributes(target: MemberInfo): IList_1<CustomAttributeData>;
975
975
  getCustomAttributes(target: Module): IList_1<CustomAttributeData>;
@@ -985,9 +985,9 @@ export interface CustomAttributeFormatException$instance extends FormatException
985
985
 
986
986
 
987
987
  export const CustomAttributeFormatException: {
988
- new(): CustomAttributeFormatException$instance;
989
- new(message: string): CustomAttributeFormatException$instance;
990
- new(message: string, inner: Exception): CustomAttributeFormatException$instance;
988
+ new(): CustomAttributeFormatException;
989
+ new(message: string): CustomAttributeFormatException;
990
+ new(message: string, inner: Exception): CustomAttributeFormatException;
991
991
  };
992
992
 
993
993
 
@@ -1004,7 +1004,7 @@ export interface DefaultMemberAttribute$instance extends Attribute {
1004
1004
 
1005
1005
 
1006
1006
  export const DefaultMemberAttribute: {
1007
- new(memberName: string): DefaultMemberAttribute$instance;
1007
+ new(memberName: string): DefaultMemberAttribute;
1008
1008
  };
1009
1009
 
1010
1010
 
@@ -1073,7 +1073,7 @@ export interface ExceptionHandlingClause$instance {
1073
1073
 
1074
1074
 
1075
1075
  export const ExceptionHandlingClause: {
1076
- new(): ExceptionHandlingClause$instance;
1076
+ new(): ExceptionHandlingClause;
1077
1077
  };
1078
1078
 
1079
1079
 
@@ -1135,9 +1135,9 @@ export interface InvalidFilterCriteriaException$instance extends ApplicationExce
1135
1135
 
1136
1136
 
1137
1137
  export const InvalidFilterCriteriaException: {
1138
- new(): InvalidFilterCriteriaException$instance;
1139
- new(message: string): InvalidFilterCriteriaException$instance;
1140
- new(message: string, inner: Exception): InvalidFilterCriteriaException$instance;
1138
+ new(): InvalidFilterCriteriaException;
1139
+ new(message: string): InvalidFilterCriteriaException;
1140
+ new(message: string, inner: Exception): InvalidFilterCriteriaException;
1141
1141
  };
1142
1142
 
1143
1143
 
@@ -1157,7 +1157,7 @@ export interface LocalVariableInfo$instance {
1157
1157
 
1158
1158
 
1159
1159
  export const LocalVariableInfo: {
1160
- new(): LocalVariableInfo$instance;
1160
+ new(): LocalVariableInfo;
1161
1161
  };
1162
1162
 
1163
1163
 
@@ -1171,7 +1171,7 @@ export interface ManifestResourceInfo$instance {
1171
1171
 
1172
1172
 
1173
1173
  export const ManifestResourceInfo: {
1174
- new(containingAssembly: Assembly, containingFileName: string, resourceLocation: ResourceLocation): ManifestResourceInfo$instance;
1174
+ new(containingAssembly: Assembly, containingFileName: string, resourceLocation: ResourceLocation): ManifestResourceInfo;
1175
1175
  };
1176
1176
 
1177
1177
 
@@ -1273,7 +1273,7 @@ export interface MethodBody$instance {
1273
1273
 
1274
1274
 
1275
1275
  export const MethodBody: {
1276
- new(): MethodBody$instance;
1276
+ new(): MethodBody;
1277
1277
  };
1278
1278
 
1279
1279
 
@@ -1322,7 +1322,7 @@ export interface MethodInvoker$instance {
1322
1322
 
1323
1323
 
1324
1324
  export const MethodInvoker: {
1325
- new(): MethodInvoker$instance;
1325
+ new(): MethodInvoker;
1326
1326
  create(method: MethodBase): MethodInvoker;
1327
1327
  };
1328
1328
 
@@ -1334,7 +1334,7 @@ export interface Missing$instance {
1334
1334
 
1335
1335
 
1336
1336
  export const Missing: {
1337
- new(): Missing$instance;
1337
+ new(): Missing;
1338
1338
  readonly value: Missing;
1339
1339
  };
1340
1340
 
@@ -1421,7 +1421,7 @@ export interface NullabilityInfo$instance {
1421
1421
 
1422
1422
 
1423
1423
  export const NullabilityInfo: {
1424
- new(): NullabilityInfo$instance;
1424
+ new(): NullabilityInfo;
1425
1425
  };
1426
1426
 
1427
1427
 
@@ -1436,7 +1436,7 @@ export interface NullabilityInfoContext$instance {
1436
1436
 
1437
1437
 
1438
1438
  export const NullabilityInfoContext: {
1439
- new(): NullabilityInfoContext$instance;
1439
+ new(): NullabilityInfoContext;
1440
1440
  };
1441
1441
 
1442
1442
 
@@ -1449,7 +1449,7 @@ export interface ObfuscateAssemblyAttribute$instance extends Attribute {
1449
1449
 
1450
1450
 
1451
1451
  export const ObfuscateAssemblyAttribute: {
1452
- new(assemblyIsPrivate: boolean): ObfuscateAssemblyAttribute$instance;
1452
+ new(assemblyIsPrivate: boolean): ObfuscateAssemblyAttribute;
1453
1453
  };
1454
1454
 
1455
1455
 
@@ -1464,7 +1464,7 @@ export interface ObfuscationAttribute$instance extends Attribute {
1464
1464
 
1465
1465
 
1466
1466
  export const ObfuscationAttribute: {
1467
- new(): ObfuscationAttribute$instance;
1467
+ new(): ObfuscationAttribute;
1468
1468
  };
1469
1469
 
1470
1470
 
@@ -1499,7 +1499,7 @@ export interface ParameterInfo$instance {
1499
1499
 
1500
1500
 
1501
1501
  export const ParameterInfo: {
1502
- new(): ParameterInfo$instance;
1502
+ new(): ParameterInfo;
1503
1503
  };
1504
1504
 
1505
1505
 
@@ -1520,7 +1520,7 @@ export interface Pointer$instance {
1520
1520
 
1521
1521
 
1522
1522
  export const Pointer: {
1523
- new(): Pointer$instance;
1523
+ new(): Pointer;
1524
1524
  box(ptr: ptr<void>, type_: Type): unknown;
1525
1525
  unbox(ptr: unknown): ptr<void>;
1526
1526
  };
@@ -1604,8 +1604,8 @@ export interface ReflectionTypeLoadException$instance extends SystemException {
1604
1604
 
1605
1605
 
1606
1606
  export const ReflectionTypeLoadException: {
1607
- new(classes: Type[], exceptions: Exception[]): ReflectionTypeLoadException$instance;
1608
- new(classes: Type[], exceptions: Exception[], message: string): ReflectionTypeLoadException$instance;
1607
+ new(classes: Type[], exceptions: Exception[]): ReflectionTypeLoadException;
1608
+ new(classes: Type[], exceptions: Exception[], message: string): ReflectionTypeLoadException;
1609
1609
  };
1610
1610
 
1611
1611
 
@@ -1622,9 +1622,9 @@ export interface StrongNameKeyPair$instance {
1622
1622
 
1623
1623
 
1624
1624
  export const StrongNameKeyPair: {
1625
- new(keyPairFile: FileStream): StrongNameKeyPair$instance;
1626
- new(keyPairArray: byte[]): StrongNameKeyPair$instance;
1627
- new(keyPairContainer: string): StrongNameKeyPair$instance;
1625
+ new(keyPairFile: FileStream): StrongNameKeyPair;
1626
+ new(keyPairArray: byte[]): StrongNameKeyPair;
1627
+ new(keyPairContainer: string): StrongNameKeyPair;
1628
1628
  };
1629
1629
 
1630
1630
 
@@ -1644,9 +1644,9 @@ export interface TargetException$instance extends ApplicationException {
1644
1644
 
1645
1645
 
1646
1646
  export const TargetException: {
1647
- new(): TargetException$instance;
1648
- new(message: string): TargetException$instance;
1649
- new(message: string, inner: Exception): TargetException$instance;
1647
+ new(): TargetException;
1648
+ new(message: string): TargetException;
1649
+ new(message: string, inner: Exception): TargetException;
1650
1650
  };
1651
1651
 
1652
1652
 
@@ -1663,8 +1663,8 @@ export interface TargetInvocationException$instance extends ApplicationException
1663
1663
 
1664
1664
 
1665
1665
  export const TargetInvocationException: {
1666
- new(inner: Exception): TargetInvocationException$instance;
1667
- new(message: string, inner: Exception): TargetInvocationException$instance;
1666
+ new(inner: Exception): TargetInvocationException;
1667
+ new(message: string, inner: Exception): TargetInvocationException;
1668
1668
  };
1669
1669
 
1670
1670
 
@@ -1681,9 +1681,9 @@ export interface TargetParameterCountException$instance extends ApplicationExcep
1681
1681
 
1682
1682
 
1683
1683
  export const TargetParameterCountException: {
1684
- new(): TargetParameterCountException$instance;
1685
- new(message: string): TargetParameterCountException$instance;
1686
- new(message: string, inner: Exception): TargetParameterCountException$instance;
1684
+ new(): TargetParameterCountException;
1685
+ new(message: string): TargetParameterCountException;
1686
+ new(message: string, inner: Exception): TargetParameterCountException;
1687
1687
  };
1688
1688
 
1689
1689
 
@@ -1781,7 +1781,7 @@ export interface TypeDelegator$instance extends TypeInfo$instance {
1781
1781
 
1782
1782
 
1783
1783
  export const TypeDelegator: {
1784
- new(delegatingType: Type): TypeDelegator$instance;
1784
+ new(delegatingType: Type): TypeDelegator;
1785
1785
  };
1786
1786
 
1787
1787
 
@@ -138,7 +138,7 @@ export interface Label$instance {
138
138
 
139
139
 
140
140
  export const Label: {
141
- new(): Label$instance;
141
+ new(): Label;
142
142
  };
143
143
 
144
144
 
@@ -170,7 +170,7 @@ export interface OpCode$instance {
170
170
 
171
171
 
172
172
  export const OpCode: {
173
- new(): OpCode$instance;
173
+ new(): OpCode;
174
174
  };
175
175
 
176
176
 
@@ -252,10 +252,10 @@ export interface CustomAttributeBuilder$instance {
252
252
 
253
253
 
254
254
  export const CustomAttributeBuilder: {
255
- new(con: ConstructorInfo, constructorArgs: unknown[]): CustomAttributeBuilder$instance;
256
- new(con: ConstructorInfo, constructorArgs: unknown[], namedProperties: PropertyInfo[], propertyValues: unknown[]): CustomAttributeBuilder$instance;
257
- new(con: ConstructorInfo, constructorArgs: unknown[], namedFields: FieldInfo[], fieldValues: unknown[]): CustomAttributeBuilder$instance;
258
- new(con: ConstructorInfo, constructorArgs: unknown[], namedProperties: PropertyInfo[], propertyValues: unknown[], namedFields: FieldInfo[], fieldValues: unknown[]): CustomAttributeBuilder$instance;
255
+ new(con: ConstructorInfo, constructorArgs: unknown[]): CustomAttributeBuilder;
256
+ new(con: ConstructorInfo, constructorArgs: unknown[], namedProperties: PropertyInfo[], propertyValues: unknown[]): CustomAttributeBuilder;
257
+ new(con: ConstructorInfo, constructorArgs: unknown[], namedFields: FieldInfo[], fieldValues: unknown[]): CustomAttributeBuilder;
258
+ new(con: ConstructorInfo, constructorArgs: unknown[], namedProperties: PropertyInfo[], propertyValues: unknown[], namedFields: FieldInfo[], fieldValues: unknown[]): CustomAttributeBuilder;
259
259
  };
260
260
 
261
261
 
@@ -281,7 +281,7 @@ export interface DynamicILInfo$instance {
281
281
 
282
282
 
283
283
  export const DynamicILInfo: {
284
- new(): DynamicILInfo$instance;
284
+ new(): DynamicILInfo;
285
285
  };
286
286
 
287
287
 
@@ -323,14 +323,14 @@ export interface DynamicMethod$instance extends MethodInfo {
323
323
 
324
324
 
325
325
  export const DynamicMethod: {
326
- new(name: string, returnType: Type, parameterTypes: Type[]): DynamicMethod$instance;
327
- new(name: string, returnType: Type, parameterTypes: Type[], restrictedSkipVisibility: boolean): DynamicMethod$instance;
328
- new(name: string, returnType: Type, parameterTypes: Type[], m: Module): DynamicMethod$instance;
329
- new(name: string, returnType: Type, parameterTypes: Type[], m: Module, skipVisibility: boolean): DynamicMethod$instance;
330
- new(name: string, attributes: MethodAttributes, callingConvention: CallingConventions, returnType: Type, parameterTypes: Type[], m: Module, skipVisibility: boolean): DynamicMethod$instance;
331
- new(name: string, returnType: Type, parameterTypes: Type[], owner: Type): DynamicMethod$instance;
332
- new(name: string, returnType: Type, parameterTypes: Type[], owner: Type, skipVisibility: boolean): DynamicMethod$instance;
333
- new(name: string, attributes: MethodAttributes, callingConvention: CallingConventions, returnType: Type, parameterTypes: Type[], owner: Type, skipVisibility: boolean): DynamicMethod$instance;
326
+ new(name: string, returnType: Type, parameterTypes: Type[]): DynamicMethod;
327
+ new(name: string, returnType: Type, parameterTypes: Type[], restrictedSkipVisibility: boolean): DynamicMethod;
328
+ new(name: string, returnType: Type, parameterTypes: Type[], m: Module): DynamicMethod;
329
+ new(name: string, returnType: Type, parameterTypes: Type[], m: Module, skipVisibility: boolean): DynamicMethod;
330
+ new(name: string, attributes: MethodAttributes, callingConvention: CallingConventions, returnType: Type, parameterTypes: Type[], m: Module, skipVisibility: boolean): DynamicMethod;
331
+ new(name: string, returnType: Type, parameterTypes: Type[], owner: Type): DynamicMethod;
332
+ new(name: string, returnType: Type, parameterTypes: Type[], owner: Type, skipVisibility: boolean): DynamicMethod;
333
+ new(name: string, attributes: MethodAttributes, callingConvention: CallingConventions, returnType: Type, parameterTypes: Type[], owner: Type, skipVisibility: boolean): DynamicMethod;
334
334
  };
335
335
 
336
336
 
@@ -651,7 +651,7 @@ export interface OpCodes$instance {
651
651
 
652
652
 
653
653
  export const OpCodes: {
654
- new(): OpCodes$instance;
654
+ new(): OpCodes;
655
655
  readonly nop: OpCode;
656
656
  readonly break_: OpCode;
657
657
  readonly Ldarg_0: OpCode;
@@ -920,7 +920,7 @@ export interface PersistedAssemblyBuilder$instance extends AssemblyBuilder$insta
920
920
 
921
921
 
922
922
  export const PersistedAssemblyBuilder: {
923
- new(name: AssemblyName, coreAssembly: Assembly, assemblyAttributes: IEnumerable_1<CustomAttributeBuilder>): PersistedAssemblyBuilder$instance;
923
+ new(name: AssemblyName, coreAssembly: Assembly, assemblyAttributes: IEnumerable_1<CustomAttributeBuilder>): PersistedAssemblyBuilder;
924
924
  };
925
925
 
926
926
 
@@ -970,7 +970,7 @@ export interface SignatureHelper$instance {
970
970
 
971
971
 
972
972
  export const SignatureHelper: {
973
- new(): SignatureHelper$instance;
973
+ new(): SignatureHelper;
974
974
  getFieldSigHelper(mod: Module): SignatureHelper;
975
975
  getLocalVarSigHelper(): SignatureHelper;
976
976
  getLocalVarSigHelper(mod: Module): SignatureHelper;