@tsonic/dotnet 10.0.2 → 10.0.4
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 +0 -3
- package/Microsoft.VisualBasic/internal/index.d.ts +1 -11
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +0 -22
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -9
- package/Microsoft.Win32/internal/index.d.ts +0 -1
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +53 -127
- package/System/internal/index.d.ts +87 -200
- package/System.Buffers/internal/index.d.ts +10 -23
- package/System.CodeDom.Compiler/internal/index.d.ts +6 -10
- package/System.Collections/internal/index.d.ts +41 -57
- package/System.Collections.Concurrent/internal/index.d.ts +4 -10
- package/System.Collections.Generic/internal/index.d.ts +15 -37
- package/System.Collections.Immutable/internal/index.d.ts +7 -20
- package/System.Collections.ObjectModel/internal/index.d.ts +25 -48
- package/System.Collections.Specialized/internal/index.d.ts +15 -30
- package/System.ComponentModel/internal/index.d.ts +126 -216
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +80 -161
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +4 -3
- package/System.ComponentModel.Design/internal/index.d.ts +26 -53
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -29
- package/System.Data/internal/index.d.ts +110 -188
- package/System.Data.Common/internal/index.d.ts +155 -238
- package/System.Data.SqlTypes/internal/index.d.ts +6 -7
- package/System.Diagnostics/internal/index.d.ts +105 -169
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +24 -21
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -2
- package/System.Diagnostics.Metrics/internal/index.d.ts +31 -66
- package/System.Diagnostics.Tracing/internal/index.d.ts +26 -35
- package/System.Dynamic/internal/index.d.ts +15 -29
- package/System.Formats.Asn1/internal/index.d.ts +0 -1
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Globalization/internal/index.d.ts +17 -51
- package/System.IO/internal/index.d.ts +47 -123
- package/System.IO.Compression/internal/index.d.ts +11 -33
- package/System.IO.Enumeration/internal/index.d.ts +11 -16
- package/System.IO.IsolatedStorage/internal/index.d.ts +6 -17
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -21
- package/System.IO.Pipelines/internal/index.d.ts +7 -18
- package/System.IO.Pipes/internal/index.d.ts +24 -50
- package/System.Linq/internal/index.d.ts +0 -4
- package/System.Linq.Expressions/internal/index.d.ts +108 -257
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -1
- package/System.Net/internal/index.d.ts +133 -184
- package/System.Net.Http/internal/index.d.ts +128 -201
- package/System.Net.Http.Headers/internal/index.d.ts +37 -40
- package/System.Net.Http.Json/internal/index.d.ts +8 -13
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -3
- package/System.Net.Mail/internal/index.d.ts +49 -105
- package/System.Net.Mime/internal/index.d.ts +4 -3
- package/System.Net.NetworkInformation/internal/index.d.ts +29 -60
- package/System.Net.Quic/internal/index.d.ts +5 -11
- package/System.Net.Security/internal/index.d.ts +30 -42
- package/System.Net.ServerSentEvents/internal/index.d.ts +1 -2
- package/System.Net.Sockets/internal/index.d.ts +33 -56
- package/System.Net.WebSockets/internal/index.d.ts +16 -23
- package/System.Numerics/internal/index.d.ts +5 -5
- package/System.Reflection/internal/index.d.ts +66 -102
- package/System.Reflection.Emit/internal/index.d.ts +104 -177
- package/System.Reflection.Metadata/internal/index.d.ts +11 -21
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +0 -1
- package/System.Reflection.PortableExecutable/internal/index.d.ts +12 -30
- package/System.Resources/internal/index.d.ts +8 -20
- package/System.Runtime/internal/index.d.ts +5 -8
- package/System.Runtime.CompilerServices/internal/index.d.ts +15 -21
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -8
- package/System.Runtime.ExceptionServices/internal/index.d.ts +0 -1
- package/System.Runtime.InteropServices/internal/index.d.ts +29 -62
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -22
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +14 -23
- package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -2
- package/System.Runtime.Loader/internal/index.d.ts +5 -11
- package/System.Runtime.Serialization/internal/index.d.ts +62 -65
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -10
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -2
- package/System.Runtime.Serialization.Json/internal/index.d.ts +6 -4
- package/System.Runtime.Versioning/internal/index.d.ts +6 -6
- package/System.Security/internal/index.d.ts +22 -25
- package/System.Security.AccessControl/internal/index.d.ts +51 -89
- package/System.Security.Authentication/internal/index.d.ts +0 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -10
- package/System.Security.Claims/internal/index.d.ts +19 -38
- package/System.Security.Cryptography/internal/index.d.ts +492 -903
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +19 -48
- package/System.Security.Permissions/internal/index.d.ts +2 -4
- package/System.Security.Policy/internal/index.d.ts +3 -4
- package/System.Security.Principal/internal/index.d.ts +11 -17
- package/System.Text/internal/index.d.ts +11 -23
- package/System.Text.Encodings.Web/internal/index.d.ts +4 -8
- package/System.Text.Json/internal/index.d.ts +10 -12
- package/System.Text.Json.Nodes/internal/index.d.ts +4 -3
- package/System.Text.Json.Schema/internal/index.d.ts +1 -1
- package/System.Text.Json.Serialization/internal/index.d.ts +19 -27
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +36 -34
- package/System.Text.RegularExpressions/internal/index.d.ts +11 -31
- package/System.Threading/internal/index.d.ts +36 -106
- package/System.Threading.Channels/internal/index.d.ts +7 -12
- package/System.Threading.Tasks/internal/index.d.ts +18 -29
- package/System.Timers/internal/index.d.ts +4 -8
- package/System.Transactions/internal/index.d.ts +3 -14
- package/System.Xml/internal/index.d.ts +104 -167
- package/System.Xml.Linq/internal/index.d.ts +17 -13
- package/System.Xml.Schema/internal/index.d.ts +117 -112
- package/System.Xml.Serialization/internal/index.d.ts +92 -100
- package/System.Xml.XPath/internal/index.d.ts +5 -9
- package/System.Xml.Xsl/internal/index.d.ts +4 -9
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +11 -29
- package/package.json +1 -1
|
@@ -450,7 +450,7 @@ export type CustomAttributeNamedArgument = CustomAttributeNamedArgument$instance
|
|
|
450
450
|
|
|
451
451
|
export interface CustomAttributeTypedArgument$instance {
|
|
452
452
|
readonly ArgumentType: Type;
|
|
453
|
-
readonly Value: unknown;
|
|
453
|
+
readonly Value: unknown | undefined;
|
|
454
454
|
Equals(obj: unknown): boolean;
|
|
455
455
|
Equals(other: CustomAttributeTypedArgument): boolean;
|
|
456
456
|
GetHashCode(): int;
|
|
@@ -490,7 +490,7 @@ export const InterfaceMapping: {
|
|
|
490
490
|
export type InterfaceMapping = InterfaceMapping$instance;
|
|
491
491
|
|
|
492
492
|
export interface ParameterModifier$instance {
|
|
493
|
-
|
|
493
|
+
[index: number]: boolean;
|
|
494
494
|
}
|
|
495
495
|
|
|
496
496
|
|
|
@@ -527,7 +527,7 @@ export interface Assembly$instance {
|
|
|
527
527
|
readonly EntryPoint: MethodInfo | undefined;
|
|
528
528
|
readonly EscapedCodeBase: string;
|
|
529
529
|
readonly ExportedTypes: IEnumerable_1<Type>;
|
|
530
|
-
readonly FullName: string;
|
|
530
|
+
readonly FullName: string | undefined;
|
|
531
531
|
readonly GlobalAssemblyCache: boolean;
|
|
532
532
|
readonly HostContext: long;
|
|
533
533
|
readonly ImageRuntimeVersion: string;
|
|
@@ -578,8 +578,7 @@ export interface Assembly$instance {
|
|
|
578
578
|
}
|
|
579
579
|
|
|
580
580
|
|
|
581
|
-
export const Assembly: {
|
|
582
|
-
new(): Assembly;
|
|
581
|
+
export const Assembly: (abstract new() => Assembly) & {
|
|
583
582
|
CreateQualifiedName(assemblyName: string, typeName: string): string;
|
|
584
583
|
GetAssembly(type: Type): Assembly | undefined;
|
|
585
584
|
GetCallingAssembly(): Assembly;
|
|
@@ -773,7 +772,7 @@ export type AssemblyKeyNameAttribute = AssemblyKeyNameAttribute$instance;
|
|
|
773
772
|
|
|
774
773
|
export interface AssemblyMetadataAttribute$instance extends Attribute {
|
|
775
774
|
readonly Key: string;
|
|
776
|
-
readonly Value: string;
|
|
775
|
+
readonly Value: string | undefined;
|
|
777
776
|
}
|
|
778
777
|
|
|
779
778
|
|
|
@@ -786,23 +785,27 @@ export type AssemblyMetadataAttribute = AssemblyMetadataAttribute$instance;
|
|
|
786
785
|
|
|
787
786
|
export interface AssemblyName$instance {
|
|
788
787
|
get CodeBase(): string | undefined;
|
|
789
|
-
set CodeBase(value: string);
|
|
788
|
+
set CodeBase(value: string | undefined);
|
|
790
789
|
ContentType: AssemblyContentType;
|
|
791
|
-
CultureInfo: CultureInfo;
|
|
792
|
-
|
|
793
|
-
|
|
790
|
+
get CultureInfo(): CultureInfo | undefined;
|
|
791
|
+
set CultureInfo(value: CultureInfo | undefined);
|
|
792
|
+
get CultureName(): string | undefined;
|
|
793
|
+
set CultureName(value: string | undefined);
|
|
794
|
+
readonly EscapedCodeBase: string | undefined;
|
|
794
795
|
Flags: AssemblyNameFlags;
|
|
795
796
|
readonly FullName: string;
|
|
796
797
|
HashAlgorithm: AssemblyHashAlgorithm_Assemblies;
|
|
797
798
|
get KeyPair(): StrongNameKeyPair | undefined;
|
|
798
|
-
set KeyPair(value: StrongNameKeyPair);
|
|
799
|
-
Name: string;
|
|
799
|
+
set KeyPair(value: StrongNameKeyPair | undefined);
|
|
800
|
+
get Name(): string | undefined;
|
|
801
|
+
set Name(value: string | undefined);
|
|
800
802
|
ProcessorArchitecture: ProcessorArchitecture;
|
|
801
|
-
Version: Version;
|
|
803
|
+
get Version(): Version | undefined;
|
|
804
|
+
set Version(value: Version | undefined);
|
|
802
805
|
VersionCompatibility: AssemblyVersionCompatibility;
|
|
803
806
|
Clone(): unknown;
|
|
804
807
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
805
|
-
GetPublicKey(): byte[];
|
|
808
|
+
GetPublicKey(): byte[] | undefined;
|
|
806
809
|
GetPublicKeyToken(): byte[] | undefined;
|
|
807
810
|
OnDeserialization(sender: unknown): void;
|
|
808
811
|
SetPublicKey(publicKey: byte[]): void;
|
|
@@ -913,8 +916,7 @@ export interface Binder$instance {
|
|
|
913
916
|
}
|
|
914
917
|
|
|
915
918
|
|
|
916
|
-
export const Binder: {
|
|
917
|
-
new(): Binder;
|
|
919
|
+
export const Binder: (abstract new() => Binder) & {
|
|
918
920
|
};
|
|
919
921
|
|
|
920
922
|
|
|
@@ -932,8 +934,7 @@ export interface ConstructorInfo$instance extends MethodBase$instance {
|
|
|
932
934
|
}
|
|
933
935
|
|
|
934
936
|
|
|
935
|
-
export const ConstructorInfo: {
|
|
936
|
-
new(): ConstructorInfo;
|
|
937
|
+
export const ConstructorInfo: (abstract new() => ConstructorInfo) & {
|
|
937
938
|
readonly ConstructorName: string;
|
|
938
939
|
readonly TypeConstructorName: string;
|
|
939
940
|
};
|
|
@@ -957,7 +958,6 @@ export interface ConstructorInvoker$instance {
|
|
|
957
958
|
|
|
958
959
|
|
|
959
960
|
export const ConstructorInvoker: {
|
|
960
|
-
new(): ConstructorInvoker;
|
|
961
961
|
Create(constructor: ConstructorInfo): ConstructorInvoker;
|
|
962
962
|
};
|
|
963
963
|
|
|
@@ -973,8 +973,7 @@ export interface CustomAttributeData$instance {
|
|
|
973
973
|
}
|
|
974
974
|
|
|
975
975
|
|
|
976
|
-
export const CustomAttributeData: {
|
|
977
|
-
new(): CustomAttributeData;
|
|
976
|
+
export const CustomAttributeData: (abstract new() => CustomAttributeData) & {
|
|
978
977
|
GetCustomAttributes(target: Assembly): IList_1<CustomAttributeData>;
|
|
979
978
|
GetCustomAttributes(target: MemberInfo): IList_1<CustomAttributeData>;
|
|
980
979
|
GetCustomAttributes(target: Module): IList_1<CustomAttributeData>;
|
|
@@ -993,7 +992,6 @@ export const CustomAttributeFormatException: {
|
|
|
993
992
|
new(): CustomAttributeFormatException;
|
|
994
993
|
new(message: string): CustomAttributeFormatException;
|
|
995
994
|
new(message: string, inner: Exception): CustomAttributeFormatException;
|
|
996
|
-
new(info: SerializationInfo, context: StreamingContext): CustomAttributeFormatException;
|
|
997
995
|
};
|
|
998
996
|
|
|
999
997
|
|
|
@@ -1016,17 +1014,12 @@ export const DefaultMemberAttribute: {
|
|
|
1016
1014
|
|
|
1017
1015
|
export type DefaultMemberAttribute = DefaultMemberAttribute$instance;
|
|
1018
1016
|
|
|
1019
|
-
export
|
|
1020
|
-
|
|
1017
|
+
export interface DispatchProxy$instance {
|
|
1018
|
+
Invoke(targetMethod: MethodInfo, args: unknown[]): unknown | undefined;
|
|
1021
1019
|
}
|
|
1022
1020
|
|
|
1023
1021
|
|
|
1024
|
-
export
|
|
1025
|
-
}
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
export const DispatchProxy: {
|
|
1029
|
-
new(): DispatchProxy;
|
|
1022
|
+
export const DispatchProxy: (abstract new() => DispatchProxy) & {
|
|
1030
1023
|
Create<T, TProxy extends DispatchProxy>(): T;
|
|
1031
1024
|
Create(interfaceType: Type, proxyType: Type): unknown;
|
|
1032
1025
|
};
|
|
@@ -1035,7 +1028,7 @@ export const DispatchProxy: {
|
|
|
1035
1028
|
export type DispatchProxy = DispatchProxy$instance;
|
|
1036
1029
|
|
|
1037
1030
|
export interface EventInfo$instance extends MemberInfo$instance {
|
|
1038
|
-
readonly AddMethod: MethodInfo;
|
|
1031
|
+
readonly AddMethod: MethodInfo | undefined;
|
|
1039
1032
|
readonly Attributes: EventAttributes;
|
|
1040
1033
|
readonly EventHandlerType: Type | undefined;
|
|
1041
1034
|
readonly IsMulticast: boolean;
|
|
@@ -1061,8 +1054,7 @@ export interface EventInfo$instance extends MemberInfo$instance {
|
|
|
1061
1054
|
}
|
|
1062
1055
|
|
|
1063
1056
|
|
|
1064
|
-
export const EventInfo: {
|
|
1065
|
-
new(): EventInfo;
|
|
1057
|
+
export const EventInfo: (abstract new() => EventInfo) & {
|
|
1066
1058
|
};
|
|
1067
1059
|
|
|
1068
1060
|
|
|
@@ -1085,8 +1077,7 @@ export interface ExceptionHandlingClause$instance {
|
|
|
1085
1077
|
}
|
|
1086
1078
|
|
|
1087
1079
|
|
|
1088
|
-
export const ExceptionHandlingClause: {
|
|
1089
|
-
new(): ExceptionHandlingClause;
|
|
1080
|
+
export const ExceptionHandlingClause: (abstract new() => ExceptionHandlingClause) & {
|
|
1090
1081
|
};
|
|
1091
1082
|
|
|
1092
1083
|
|
|
@@ -1129,8 +1120,7 @@ export interface FieldInfo$instance extends MemberInfo$instance {
|
|
|
1129
1120
|
}
|
|
1130
1121
|
|
|
1131
1122
|
|
|
1132
|
-
export const FieldInfo: {
|
|
1133
|
-
new(): FieldInfo;
|
|
1123
|
+
export const FieldInfo: (abstract new() => FieldInfo) & {
|
|
1134
1124
|
GetFieldFromHandle(handle: RuntimeFieldHandle, declaringType: RuntimeTypeHandle): FieldInfo;
|
|
1135
1125
|
GetFieldFromHandle(handle: RuntimeFieldHandle): FieldInfo;
|
|
1136
1126
|
};
|
|
@@ -1152,7 +1142,6 @@ export const InvalidFilterCriteriaException: {
|
|
|
1152
1142
|
new(): InvalidFilterCriteriaException;
|
|
1153
1143
|
new(message: string): InvalidFilterCriteriaException;
|
|
1154
1144
|
new(message: string, inner: Exception): InvalidFilterCriteriaException;
|
|
1155
|
-
new(info: SerializationInfo, context: StreamingContext): InvalidFilterCriteriaException;
|
|
1156
1145
|
};
|
|
1157
1146
|
|
|
1158
1147
|
|
|
@@ -1171,15 +1160,14 @@ export interface LocalVariableInfo$instance {
|
|
|
1171
1160
|
}
|
|
1172
1161
|
|
|
1173
1162
|
|
|
1174
|
-
export const LocalVariableInfo: {
|
|
1175
|
-
new(): LocalVariableInfo;
|
|
1163
|
+
export const LocalVariableInfo: (abstract new() => LocalVariableInfo) & {
|
|
1176
1164
|
};
|
|
1177
1165
|
|
|
1178
1166
|
|
|
1179
1167
|
export type LocalVariableInfo = LocalVariableInfo$instance;
|
|
1180
1168
|
|
|
1181
1169
|
export interface ManifestResourceInfo$instance {
|
|
1182
|
-
readonly FileName: string;
|
|
1170
|
+
readonly FileName: string | undefined;
|
|
1183
1171
|
readonly ReferencedAssembly: Assembly | undefined;
|
|
1184
1172
|
readonly ResourceLocation: ResourceLocation;
|
|
1185
1173
|
}
|
|
@@ -1194,7 +1182,7 @@ export type ManifestResourceInfo = ManifestResourceInfo$instance;
|
|
|
1194
1182
|
|
|
1195
1183
|
export interface MemberInfo$instance {
|
|
1196
1184
|
readonly CustomAttributes: IEnumerable_1<CustomAttributeData>;
|
|
1197
|
-
readonly DeclaringType: Type;
|
|
1185
|
+
readonly DeclaringType: Type | undefined;
|
|
1198
1186
|
readonly IsCollectible: boolean;
|
|
1199
1187
|
readonly MemberType: MemberTypes;
|
|
1200
1188
|
readonly MetadataToken: int;
|
|
@@ -1211,8 +1199,7 @@ export interface MemberInfo$instance {
|
|
|
1211
1199
|
}
|
|
1212
1200
|
|
|
1213
1201
|
|
|
1214
|
-
export const MemberInfo: {
|
|
1215
|
-
new(): MemberInfo;
|
|
1202
|
+
export const MemberInfo: (abstract new() => MemberInfo) & {
|
|
1216
1203
|
};
|
|
1217
1204
|
|
|
1218
1205
|
|
|
@@ -1264,8 +1251,7 @@ export interface MethodBase$instance extends MemberInfo$instance {
|
|
|
1264
1251
|
}
|
|
1265
1252
|
|
|
1266
1253
|
|
|
1267
|
-
export const MethodBase: {
|
|
1268
|
-
new(): MethodBase;
|
|
1254
|
+
export const MethodBase: (abstract new() => MethodBase) & {
|
|
1269
1255
|
GetCurrentMethod(): MethodBase | undefined;
|
|
1270
1256
|
GetMethodFromHandle(handle: RuntimeMethodHandle, declaringType: RuntimeTypeHandle): MethodBase | undefined;
|
|
1271
1257
|
GetMethodFromHandle(handle: RuntimeMethodHandle): MethodBase | undefined;
|
|
@@ -1289,8 +1275,7 @@ export interface MethodBody$instance {
|
|
|
1289
1275
|
}
|
|
1290
1276
|
|
|
1291
1277
|
|
|
1292
|
-
export const MethodBody: {
|
|
1293
|
-
new(): MethodBody;
|
|
1278
|
+
export const MethodBody: (abstract new() => MethodBody) & {
|
|
1294
1279
|
};
|
|
1295
1280
|
|
|
1296
1281
|
|
|
@@ -1317,8 +1302,7 @@ export interface MethodInfo$instance extends MethodBase$instance {
|
|
|
1317
1302
|
}
|
|
1318
1303
|
|
|
1319
1304
|
|
|
1320
|
-
export const MethodInfo: {
|
|
1321
|
-
new(): MethodInfo;
|
|
1305
|
+
export const MethodInfo: (abstract new() => MethodInfo) & {
|
|
1322
1306
|
};
|
|
1323
1307
|
|
|
1324
1308
|
|
|
@@ -1330,17 +1314,16 @@ export type MethodInfo = MethodInfo$instance & __MethodInfo$views;
|
|
|
1330
1314
|
|
|
1331
1315
|
|
|
1332
1316
|
export interface MethodInvoker$instance {
|
|
1333
|
-
Invoke(obj: unknown): unknown;
|
|
1334
|
-
Invoke(obj: unknown, arg1: unknown): unknown;
|
|
1335
|
-
Invoke(obj: unknown, arg1: unknown, arg2: unknown): unknown;
|
|
1336
|
-
Invoke(obj: unknown, arg1: unknown, arg2: unknown, arg3: unknown): unknown;
|
|
1317
|
+
Invoke(obj: unknown): unknown | undefined;
|
|
1318
|
+
Invoke(obj: unknown, arg1: unknown): unknown | undefined;
|
|
1319
|
+
Invoke(obj: unknown, arg1: unknown, arg2: unknown): unknown | undefined;
|
|
1320
|
+
Invoke(obj: unknown, arg1: unknown, arg2: unknown, arg3: unknown): unknown | undefined;
|
|
1337
1321
|
Invoke(obj: unknown, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown): unknown | undefined;
|
|
1338
1322
|
Invoke(obj: unknown, arguments: Span_1<unknown>): unknown | undefined;
|
|
1339
1323
|
}
|
|
1340
1324
|
|
|
1341
1325
|
|
|
1342
1326
|
export const MethodInvoker: {
|
|
1343
|
-
new(): MethodInvoker;
|
|
1344
1327
|
Create(method: MethodBase): MethodInvoker;
|
|
1345
1328
|
};
|
|
1346
1329
|
|
|
@@ -1352,7 +1335,6 @@ export interface Missing$instance {
|
|
|
1352
1335
|
|
|
1353
1336
|
|
|
1354
1337
|
export const Missing: {
|
|
1355
|
-
new(): Missing;
|
|
1356
1338
|
readonly Value: Missing;
|
|
1357
1339
|
};
|
|
1358
1340
|
|
|
@@ -1366,12 +1348,7 @@ export interface Missing$instance extends System_Runtime_Serialization_Internal.
|
|
|
1366
1348
|
export type Missing = Missing$instance & __Missing$views;
|
|
1367
1349
|
|
|
1368
1350
|
|
|
1369
|
-
export
|
|
1370
|
-
protected GetMethodImpl(name: string, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
1371
|
-
}
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
export interface Module$instance extends Module$protected {
|
|
1351
|
+
export interface Module$instance {
|
|
1375
1352
|
readonly Assembly: Assembly;
|
|
1376
1353
|
readonly CustomAttributes: IEnumerable_1<CustomAttributeData>;
|
|
1377
1354
|
readonly FullyQualifiedName: string;
|
|
@@ -1394,6 +1371,7 @@ export interface Module$instance extends Module$protected {
|
|
|
1394
1371
|
GetMethod(name: string): MethodInfo | undefined;
|
|
1395
1372
|
GetMethod(name: string, types: Type[]): MethodInfo | undefined;
|
|
1396
1373
|
GetMethod(name: string, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
1374
|
+
GetMethodImpl(name: string, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
1397
1375
|
GetMethods(): MethodInfo[];
|
|
1398
1376
|
GetMethods(bindingFlags: BindingFlags): MethodInfo[];
|
|
1399
1377
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1418,8 +1396,7 @@ export interface Module$instance extends Module$protected {
|
|
|
1418
1396
|
}
|
|
1419
1397
|
|
|
1420
1398
|
|
|
1421
|
-
export const Module: {
|
|
1422
|
-
new(): Module;
|
|
1399
|
+
export const Module: (abstract new() => Module) & {
|
|
1423
1400
|
readonly FilterTypeName: TypeFilter;
|
|
1424
1401
|
readonly FilterTypeNameIgnoreCase: TypeFilter;
|
|
1425
1402
|
};
|
|
@@ -1436,7 +1413,7 @@ export type Module = Module$instance & __Module$views;
|
|
|
1436
1413
|
|
|
1437
1414
|
|
|
1438
1415
|
export interface NullabilityInfo$instance {
|
|
1439
|
-
readonly ElementType: NullabilityInfo;
|
|
1416
|
+
readonly ElementType: NullabilityInfo | undefined;
|
|
1440
1417
|
readonly GenericTypeArguments: NullabilityInfo[];
|
|
1441
1418
|
ReadState: NullabilityState;
|
|
1442
1419
|
readonly Type: Type;
|
|
@@ -1445,7 +1422,6 @@ export interface NullabilityInfo$instance {
|
|
|
1445
1422
|
|
|
1446
1423
|
|
|
1447
1424
|
export const NullabilityInfo: {
|
|
1448
|
-
new(): NullabilityInfo;
|
|
1449
1425
|
};
|
|
1450
1426
|
|
|
1451
1427
|
|
|
@@ -1483,7 +1459,7 @@ export interface ObfuscationAttribute$instance extends Attribute {
|
|
|
1483
1459
|
ApplyToMembers: boolean;
|
|
1484
1460
|
Exclude: boolean;
|
|
1485
1461
|
get Feature(): string | undefined;
|
|
1486
|
-
set Feature(value: string);
|
|
1462
|
+
set Feature(value: string | undefined);
|
|
1487
1463
|
StripAfterObfuscation: boolean;
|
|
1488
1464
|
}
|
|
1489
1465
|
|
|
@@ -1498,7 +1474,7 @@ export type ObfuscationAttribute = ObfuscationAttribute$instance;
|
|
|
1498
1474
|
export interface ParameterInfo$instance {
|
|
1499
1475
|
readonly Attributes: ParameterAttributes;
|
|
1500
1476
|
readonly CustomAttributes: IEnumerable_1<CustomAttributeData>;
|
|
1501
|
-
readonly DefaultValue: unknown;
|
|
1477
|
+
readonly DefaultValue: unknown | undefined;
|
|
1502
1478
|
readonly HasDefaultValue: boolean;
|
|
1503
1479
|
readonly IsIn: boolean;
|
|
1504
1480
|
readonly IsLcid: boolean;
|
|
@@ -1507,7 +1483,7 @@ export interface ParameterInfo$instance {
|
|
|
1507
1483
|
readonly IsRetval: boolean;
|
|
1508
1484
|
readonly Member: MemberInfo;
|
|
1509
1485
|
readonly MetadataToken: int;
|
|
1510
|
-
readonly Name: string;
|
|
1486
|
+
readonly Name: string | undefined;
|
|
1511
1487
|
readonly ParameterType: Type;
|
|
1512
1488
|
readonly Position: int;
|
|
1513
1489
|
readonly RawDefaultValue: unknown | undefined;
|
|
@@ -1523,8 +1499,7 @@ export interface ParameterInfo$instance {
|
|
|
1523
1499
|
}
|
|
1524
1500
|
|
|
1525
1501
|
|
|
1526
|
-
export const ParameterInfo: {
|
|
1527
|
-
new(): ParameterInfo;
|
|
1502
|
+
export const ParameterInfo: (abstract new() => ParameterInfo) & {
|
|
1528
1503
|
};
|
|
1529
1504
|
|
|
1530
1505
|
|
|
@@ -1545,7 +1520,6 @@ export interface Pointer$instance {
|
|
|
1545
1520
|
|
|
1546
1521
|
|
|
1547
1522
|
export const Pointer: {
|
|
1548
|
-
new(): Pointer;
|
|
1549
1523
|
Box(ptr: ptr<void>, type: Type): unknown;
|
|
1550
1524
|
Unbox(ptr: unknown): ptr<void>;
|
|
1551
1525
|
};
|
|
@@ -1595,8 +1569,7 @@ export interface PropertyInfo$instance extends MemberInfo$instance {
|
|
|
1595
1569
|
}
|
|
1596
1570
|
|
|
1597
1571
|
|
|
1598
|
-
export const PropertyInfo: {
|
|
1599
|
-
new(): PropertyInfo;
|
|
1572
|
+
export const PropertyInfo: (abstract new() => PropertyInfo) & {
|
|
1600
1573
|
};
|
|
1601
1574
|
|
|
1602
1575
|
|
|
@@ -1614,8 +1587,7 @@ export interface ReflectionContext$instance {
|
|
|
1614
1587
|
}
|
|
1615
1588
|
|
|
1616
1589
|
|
|
1617
|
-
export const ReflectionContext: {
|
|
1618
|
-
new(): ReflectionContext;
|
|
1590
|
+
export const ReflectionContext: (abstract new() => ReflectionContext) & {
|
|
1619
1591
|
};
|
|
1620
1592
|
|
|
1621
1593
|
|
|
@@ -1651,7 +1623,6 @@ export interface StrongNameKeyPair$instance {
|
|
|
1651
1623
|
export const StrongNameKeyPair: {
|
|
1652
1624
|
new(keyPairFile: FileStream): StrongNameKeyPair;
|
|
1653
1625
|
new(keyPairArray: byte[]): StrongNameKeyPair;
|
|
1654
|
-
new(info: SerializationInfo, context: StreamingContext): StrongNameKeyPair;
|
|
1655
1626
|
new(keyPairContainer: string): StrongNameKeyPair;
|
|
1656
1627
|
};
|
|
1657
1628
|
|
|
@@ -1675,7 +1646,6 @@ export const TargetException: {
|
|
|
1675
1646
|
new(): TargetException;
|
|
1676
1647
|
new(message: string): TargetException;
|
|
1677
1648
|
new(message: string, inner: Exception): TargetException;
|
|
1678
|
-
new(info: SerializationInfo, context: StreamingContext): TargetException;
|
|
1679
1649
|
};
|
|
1680
1650
|
|
|
1681
1651
|
|
|
@@ -1723,27 +1693,11 @@ export interface __TargetParameterCountException$views {
|
|
|
1723
1693
|
export type TargetParameterCountException = TargetParameterCountException$instance & __TargetParameterCountException$views;
|
|
1724
1694
|
|
|
1725
1695
|
|
|
1726
|
-
export
|
|
1727
|
-
protected GetAttributeFlagsImpl(): TypeAttributes;
|
|
1728
|
-
protected GetConstructorImpl(bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): ConstructorInfo | undefined;
|
|
1729
|
-
protected GetMethodImpl2(name: string, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
1730
|
-
protected GetMethodImpl(name: string, genericParameterCount: int, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
1731
|
-
protected GetPropertyImpl(name: string, bindingAttr: BindingFlags, binder: Binder, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo | undefined;
|
|
1732
|
-
protected HasElementTypeImpl(): boolean;
|
|
1733
|
-
protected IsArrayImpl(): boolean;
|
|
1734
|
-
protected IsByRefImpl(): boolean;
|
|
1735
|
-
protected IsCOMObjectImpl(): boolean;
|
|
1736
|
-
protected IsPointerImpl(): boolean;
|
|
1737
|
-
protected IsPrimitiveImpl(): boolean;
|
|
1738
|
-
protected IsValueTypeImpl(): boolean;
|
|
1739
|
-
}
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
export interface TypeDelegator$instance extends TypeDelegator$protected, TypeInfo$instance {
|
|
1696
|
+
export interface TypeDelegator$instance extends TypeInfo$instance {
|
|
1743
1697
|
readonly Assembly: Assembly;
|
|
1744
|
-
readonly AssemblyQualifiedName: string;
|
|
1698
|
+
readonly AssemblyQualifiedName: string | undefined;
|
|
1745
1699
|
readonly BaseType: Type | undefined;
|
|
1746
|
-
readonly FullName: string;
|
|
1700
|
+
readonly FullName: string | undefined;
|
|
1747
1701
|
readonly GUID: Guid;
|
|
1748
1702
|
readonly IsByRefLike: boolean;
|
|
1749
1703
|
readonly IsCollectible: boolean;
|
|
@@ -1758,15 +1712,17 @@ export interface TypeDelegator$instance extends TypeDelegator$protected, TypeInf
|
|
|
1758
1712
|
readonly MetadataToken: int;
|
|
1759
1713
|
readonly Module: Module;
|
|
1760
1714
|
readonly Name: string;
|
|
1761
|
-
readonly Namespace: string;
|
|
1715
|
+
readonly Namespace: string | undefined;
|
|
1762
1716
|
readonly TypeHandle: RuntimeTypeHandle;
|
|
1763
1717
|
readonly UnderlyingSystemType: Type;
|
|
1764
1718
|
GetArrayRank(): int;
|
|
1719
|
+
GetAttributeFlagsImpl(): TypeAttributes;
|
|
1720
|
+
GetConstructorImpl(bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): ConstructorInfo | undefined;
|
|
1765
1721
|
GetConstructors(bindingAttr: BindingFlags): ConstructorInfo[];
|
|
1766
1722
|
GetConstructors(): ConstructorInfo[];
|
|
1767
1723
|
GetCustomAttributes(inherit: boolean): unknown[];
|
|
1768
1724
|
GetCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
1769
|
-
GetElementType(): Type;
|
|
1725
|
+
GetElementType(): Type | undefined;
|
|
1770
1726
|
GetEvent(name: string, bindingAttr: BindingFlags): EventInfo | undefined;
|
|
1771
1727
|
GetEvent(name: string): EventInfo | undefined;
|
|
1772
1728
|
GetEvents(): EventInfo[];
|
|
@@ -1800,6 +1756,8 @@ export interface TypeDelegator$instance extends TypeDelegator$protected, TypeInf
|
|
|
1800
1756
|
GetMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, types: Type[]): MethodInfo | undefined;
|
|
1801
1757
|
GetMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, binder: Binder, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
1802
1758
|
GetMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
1759
|
+
GetMethodImpl(name: string, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
1760
|
+
GetMethodImpl(name: string, genericParameterCount: int, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
1803
1761
|
GetMethods(bindingAttr: BindingFlags): MethodInfo[];
|
|
1804
1762
|
GetMethods(): MethodInfo[];
|
|
1805
1763
|
GetNestedType(name: string, bindingAttr: BindingFlags): Type | undefined;
|
|
@@ -1815,18 +1773,25 @@ export interface TypeDelegator$instance extends TypeDelegator$protected, TypeInf
|
|
|
1815
1773
|
GetProperty(name: string, types: Type[]): PropertyInfo | undefined;
|
|
1816
1774
|
GetProperty(name: string, returnType: Type, types: Type[]): PropertyInfo | undefined;
|
|
1817
1775
|
GetProperty(name: string, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo | undefined;
|
|
1776
|
+
GetPropertyImpl(name: string, bindingAttr: BindingFlags, binder: Binder, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo | undefined;
|
|
1818
1777
|
GetTypeInfo(): TypeInfo;
|
|
1778
|
+
HasElementTypeImpl(): boolean;
|
|
1819
1779
|
InvokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], modifiers: ParameterModifier[], culture: CultureInfo, namedParameters: string[]): unknown | undefined;
|
|
1820
1780
|
InvokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[]): unknown | undefined;
|
|
1821
1781
|
InvokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], culture: CultureInfo): unknown | undefined;
|
|
1782
|
+
IsArrayImpl(): boolean;
|
|
1822
1783
|
IsAssignableFrom(typeInfo: TypeInfo): boolean;
|
|
1823
1784
|
IsAssignableFrom(c: Type): boolean;
|
|
1785
|
+
IsByRefImpl(): boolean;
|
|
1786
|
+
IsCOMObjectImpl(): boolean;
|
|
1824
1787
|
IsDefined(attributeType: Type, inherit: boolean): boolean;
|
|
1788
|
+
IsPointerImpl(): boolean;
|
|
1789
|
+
IsPrimitiveImpl(): boolean;
|
|
1790
|
+
IsValueTypeImpl(): boolean;
|
|
1825
1791
|
}
|
|
1826
1792
|
|
|
1827
1793
|
|
|
1828
1794
|
export const TypeDelegator: {
|
|
1829
|
-
new(): TypeDelegator;
|
|
1830
1795
|
new(delegatingType: Type): TypeDelegator;
|
|
1831
1796
|
};
|
|
1832
1797
|
|
|
@@ -1901,8 +1866,7 @@ export interface TypeInfo$instance extends Type {
|
|
|
1901
1866
|
}
|
|
1902
1867
|
|
|
1903
1868
|
|
|
1904
|
-
export const TypeInfo: {
|
|
1905
|
-
new(): TypeInfo;
|
|
1869
|
+
export const TypeInfo: (abstract new() => TypeInfo) & {
|
|
1906
1870
|
};
|
|
1907
1871
|
|
|
1908
1872
|
|