@tsonic/dotnet 10.0.3 → 10.0.5
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 +4 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +2 -0
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +1042 -19
- package/System.Buffers/internal/index.d.ts +18 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +3 -0
- package/System.Collections/internal/index.d.ts +78 -10
- package/System.Collections.Concurrent/internal/index.d.ts +35 -0
- package/System.Collections.Frozen/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/index.d.ts +306 -5
- package/System.Collections.Immutable/internal/index.d.ts +156 -9
- package/System.Collections.ObjectModel/internal/index.d.ts +80 -2
- package/System.Collections.Specialized/internal/index.d.ts +45 -8
- package/System.ComponentModel/internal/index.d.ts +129 -8
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +6 -0
- package/System.ComponentModel.Design/internal/index.d.ts +75 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -0
- package/System.Data/internal/index.d.ts +165 -4
- package/System.Data.Common/internal/index.d.ts +86 -6
- package/System.Data.SqlTypes/internal/index.d.ts +92 -3
- package/System.Diagnostics/internal/index.d.ts +74 -9
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +6 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +22 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +16 -0
- package/System.Drawing/internal/index.d.ts +14 -0
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/internal/index.d.ts +6 -0
- package/System.Formats.Tar/internal/index.d.ts +6 -0
- package/System.Globalization/internal/index.d.ts +52 -2
- package/System.IO/internal/index.d.ts +67 -0
- package/System.IO.Compression/internal/index.d.ts +21 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +15 -0
- package/System.Linq/internal/index.d.ts +38 -4
- package/System.Linq.Expressions/internal/index.d.ts +17 -0
- package/System.Net/internal/index.d.ts +94 -3
- package/System.Net.Http/internal/index.d.ts +53 -0
- package/System.Net.Http.Headers/internal/index.d.ts +74 -1
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +57 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +32 -5
- package/System.Net.Quic/internal/index.d.ts +9 -0
- package/System.Net.Security/internal/index.d.ts +13 -0
- package/System.Net.Sockets/internal/index.d.ts +21 -0
- package/System.Net.WebSockets/internal/index.d.ts +9 -0
- package/System.Numerics/internal/index.d.ts +154 -6
- package/System.Reflection/internal/index.d.ts +69 -1
- package/System.Reflection.Emit/internal/index.d.ts +35 -0
- package/System.Reflection.Metadata/internal/index.d.ts +331 -2
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -0
- package/System.Resources/internal/index.d.ts +19 -1
- package/System.Runtime/internal/index.d.ts +6 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +58 -4
- package/System.Runtime.InteropServices/internal/index.d.ts +94 -0
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +42 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +4 -0
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +25 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +48 -4
- package/System.Runtime.Loader/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +36 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +2 -0
- package/System.Security/internal/index.d.ts +18 -0
- package/System.Security.AccessControl/internal/index.d.ts +26 -6
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +7 -2
- package/System.Security.Claims/internal/index.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +271 -1
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +47 -2
- package/System.Security.Policy/internal/index.d.ts +3 -0
- package/System.Security.Principal/internal/index.d.ts +24 -1
- package/System.Text/internal/index.d.ts +41 -1
- package/System.Text.Json/internal/index.d.ts +22 -1
- package/System.Text.Json.Nodes/internal/index.d.ts +11 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +10 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +4 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +44 -2
- package/System.Threading/internal/index.d.ts +78 -0
- package/System.Threading.Channels/internal/index.d.ts +2 -0
- package/System.Threading.Tasks/internal/index.d.ts +18 -0
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +67 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +39 -0
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Input/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +143 -6
- package/System.Xml.Linq/internal/index.d.ts +32 -0
- package/System.Xml.Schema/internal/index.d.ts +25 -2
- package/System.Xml.Serialization/internal/index.d.ts +29 -4
- package/System.Xml.XPath/internal/index.d.ts +13 -2
- package/System.Xml.Xsl/internal/index.d.ts +11 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +25 -1
- package/__internal/extensions/index.d.ts +263 -263
- package/package.json +1 -1
|
@@ -380,6 +380,8 @@ export type TypeFilter = (m: Type, filterCriteria: unknown) => boolean;
|
|
|
380
380
|
|
|
381
381
|
|
|
382
382
|
export interface ICustomAttributeProvider$instance {
|
|
383
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
384
|
+
|
|
383
385
|
GetCustomAttributes(inherit: boolean): unknown[];
|
|
384
386
|
GetCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
385
387
|
IsDefined(attributeType: Type, inherit: boolean): boolean;
|
|
@@ -389,6 +391,8 @@ export interface ICustomAttributeProvider$instance {
|
|
|
389
391
|
export type ICustomAttributeProvider = ICustomAttributeProvider$instance;
|
|
390
392
|
|
|
391
393
|
export interface ICustomTypeProvider$instance {
|
|
394
|
+
readonly __tsonic_iface_System_Reflection_ICustomTypeProvider: never;
|
|
395
|
+
|
|
392
396
|
GetCustomType(): Type;
|
|
393
397
|
}
|
|
394
398
|
|
|
@@ -396,6 +400,8 @@ export interface ICustomTypeProvider$instance {
|
|
|
396
400
|
export type ICustomTypeProvider = ICustomTypeProvider$instance;
|
|
397
401
|
|
|
398
402
|
export interface IReflect$instance {
|
|
403
|
+
readonly __tsonic_iface_System_Reflection_IReflect: never;
|
|
404
|
+
|
|
399
405
|
readonly UnderlyingSystemType: Type;
|
|
400
406
|
GetField(name: string, bindingAttr: BindingFlags): FieldInfo | undefined;
|
|
401
407
|
GetFields(bindingAttr: BindingFlags): FieldInfo[];
|
|
@@ -414,6 +420,8 @@ export interface IReflect$instance {
|
|
|
414
420
|
export type IReflect = IReflect$instance;
|
|
415
421
|
|
|
416
422
|
export interface IReflectableType$instance {
|
|
423
|
+
readonly __tsonic_iface_System_Reflection_IReflectableType: never;
|
|
424
|
+
|
|
417
425
|
GetTypeInfo(): TypeInfo;
|
|
418
426
|
}
|
|
419
427
|
|
|
@@ -421,6 +429,8 @@ export interface IReflectableType$instance {
|
|
|
421
429
|
export type IReflectableType = IReflectableType$instance;
|
|
422
430
|
|
|
423
431
|
export interface CustomAttributeNamedArgument$instance {
|
|
432
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
433
|
+
|
|
424
434
|
readonly IsField: boolean;
|
|
425
435
|
readonly MemberInfo: MemberInfo;
|
|
426
436
|
readonly MemberName: string;
|
|
@@ -449,6 +459,8 @@ export type CustomAttributeNamedArgument = CustomAttributeNamedArgument$instance
|
|
|
449
459
|
|
|
450
460
|
|
|
451
461
|
export interface CustomAttributeTypedArgument$instance {
|
|
462
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
463
|
+
|
|
452
464
|
readonly ArgumentType: Type;
|
|
453
465
|
readonly Value: unknown | undefined;
|
|
454
466
|
Equals(obj: unknown): boolean;
|
|
@@ -490,7 +502,7 @@ export const InterfaceMapping: {
|
|
|
490
502
|
export type InterfaceMapping = InterfaceMapping$instance;
|
|
491
503
|
|
|
492
504
|
export interface ParameterModifier$instance {
|
|
493
|
-
|
|
505
|
+
[index: number]: boolean;
|
|
494
506
|
}
|
|
495
507
|
|
|
496
508
|
|
|
@@ -502,6 +514,8 @@ export const ParameterModifier: {
|
|
|
502
514
|
export type ParameterModifier = ParameterModifier$instance;
|
|
503
515
|
|
|
504
516
|
export interface AmbiguousMatchException$instance extends SystemException {
|
|
517
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
518
|
+
|
|
505
519
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
506
520
|
}
|
|
507
521
|
|
|
@@ -521,6 +535,9 @@ export type AmbiguousMatchException = AmbiguousMatchException$instance & __Ambig
|
|
|
521
535
|
|
|
522
536
|
|
|
523
537
|
export interface Assembly$instance {
|
|
538
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
539
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
540
|
+
|
|
524
541
|
readonly CodeBase: string | undefined;
|
|
525
542
|
readonly CustomAttributes: IEnumerable_1<CustomAttributeData>;
|
|
526
543
|
readonly DefinedTypes: IEnumerable_1<TypeInfo>;
|
|
@@ -784,6 +801,10 @@ export const AssemblyMetadataAttribute: {
|
|
|
784
801
|
export type AssemblyMetadataAttribute = AssemblyMetadataAttribute$instance;
|
|
785
802
|
|
|
786
803
|
export interface AssemblyName$instance {
|
|
804
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
805
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
806
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
807
|
+
|
|
787
808
|
get CodeBase(): string | undefined;
|
|
788
809
|
set CodeBase(value: string | undefined);
|
|
789
810
|
ContentType: AssemblyContentType;
|
|
@@ -923,6 +944,8 @@ export const Binder: (abstract new() => Binder) & {
|
|
|
923
944
|
export type Binder = Binder$instance;
|
|
924
945
|
|
|
925
946
|
export interface ConstructorInfo$instance extends MethodBase$instance {
|
|
947
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
948
|
+
|
|
926
949
|
readonly MemberType: MemberTypes;
|
|
927
950
|
Equals(obj: unknown): boolean;
|
|
928
951
|
GetCustomAttributes(inherit: boolean): unknown[];
|
|
@@ -984,6 +1007,8 @@ export const CustomAttributeData: (abstract new() => CustomAttributeData) & {
|
|
|
984
1007
|
export type CustomAttributeData = CustomAttributeData$instance;
|
|
985
1008
|
|
|
986
1009
|
export interface CustomAttributeFormatException$instance extends FormatException {
|
|
1010
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1011
|
+
|
|
987
1012
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
988
1013
|
}
|
|
989
1014
|
|
|
@@ -1028,6 +1053,8 @@ export const DispatchProxy: (abstract new() => DispatchProxy) & {
|
|
|
1028
1053
|
export type DispatchProxy = DispatchProxy$instance;
|
|
1029
1054
|
|
|
1030
1055
|
export interface EventInfo$instance extends MemberInfo$instance {
|
|
1056
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
1057
|
+
|
|
1031
1058
|
readonly AddMethod: MethodInfo | undefined;
|
|
1032
1059
|
readonly Attributes: EventAttributes;
|
|
1033
1060
|
readonly EventHandlerType: Type | undefined;
|
|
@@ -1084,6 +1111,8 @@ export const ExceptionHandlingClause: (abstract new() => ExceptionHandlingClause
|
|
|
1084
1111
|
export type ExceptionHandlingClause = ExceptionHandlingClause$instance;
|
|
1085
1112
|
|
|
1086
1113
|
export interface FieldInfo$instance extends MemberInfo$instance {
|
|
1114
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
1115
|
+
|
|
1087
1116
|
readonly Attributes: FieldAttributes;
|
|
1088
1117
|
readonly FieldHandle: RuntimeFieldHandle;
|
|
1089
1118
|
readonly FieldType: Type;
|
|
@@ -1134,6 +1163,8 @@ export type FieldInfo = FieldInfo$instance & __FieldInfo$views;
|
|
|
1134
1163
|
|
|
1135
1164
|
|
|
1136
1165
|
export interface InvalidFilterCriteriaException$instance extends ApplicationException {
|
|
1166
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1167
|
+
|
|
1137
1168
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1138
1169
|
}
|
|
1139
1170
|
|
|
@@ -1181,6 +1212,8 @@ export const ManifestResourceInfo: {
|
|
|
1181
1212
|
export type ManifestResourceInfo = ManifestResourceInfo$instance;
|
|
1182
1213
|
|
|
1183
1214
|
export interface MemberInfo$instance {
|
|
1215
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
1216
|
+
|
|
1184
1217
|
readonly CustomAttributes: IEnumerable_1<CustomAttributeData>;
|
|
1185
1218
|
readonly DeclaringType: Type | undefined;
|
|
1186
1219
|
readonly IsCollectible: boolean;
|
|
@@ -1213,6 +1246,8 @@ export type MemberInfo = MemberInfo$instance & __MemberInfo$views;
|
|
|
1213
1246
|
|
|
1214
1247
|
|
|
1215
1248
|
export interface MethodBase$instance extends MemberInfo$instance {
|
|
1249
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
1250
|
+
|
|
1216
1251
|
readonly Attributes: MethodAttributes;
|
|
1217
1252
|
readonly CallingConvention: CallingConventions;
|
|
1218
1253
|
readonly ContainsGenericParameters: boolean;
|
|
@@ -1282,6 +1317,8 @@ export const MethodBody: (abstract new() => MethodBody) & {
|
|
|
1282
1317
|
export type MethodBody = MethodBody$instance;
|
|
1283
1318
|
|
|
1284
1319
|
export interface MethodInfo$instance extends MethodBase$instance {
|
|
1320
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
1321
|
+
|
|
1285
1322
|
readonly MemberType: MemberTypes;
|
|
1286
1323
|
readonly ReturnParameter: ParameterInfo;
|
|
1287
1324
|
readonly ReturnType: Type;
|
|
@@ -1331,6 +1368,8 @@ export const MethodInvoker: {
|
|
|
1331
1368
|
export type MethodInvoker = MethodInvoker$instance;
|
|
1332
1369
|
|
|
1333
1370
|
export interface Missing$instance {
|
|
1371
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1372
|
+
|
|
1334
1373
|
}
|
|
1335
1374
|
|
|
1336
1375
|
|
|
@@ -1349,6 +1388,9 @@ export type Missing = Missing$instance & __Missing$views;
|
|
|
1349
1388
|
|
|
1350
1389
|
|
|
1351
1390
|
export interface Module$instance {
|
|
1391
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
1392
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1393
|
+
|
|
1352
1394
|
readonly Assembly: Assembly;
|
|
1353
1395
|
readonly CustomAttributes: IEnumerable_1<CustomAttributeData>;
|
|
1354
1396
|
readonly FullyQualifiedName: string;
|
|
@@ -1472,6 +1514,9 @@ export const ObfuscationAttribute: {
|
|
|
1472
1514
|
export type ObfuscationAttribute = ObfuscationAttribute$instance;
|
|
1473
1515
|
|
|
1474
1516
|
export interface ParameterInfo$instance {
|
|
1517
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
1518
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IObjectReference: never;
|
|
1519
|
+
|
|
1475
1520
|
readonly Attributes: ParameterAttributes;
|
|
1476
1521
|
readonly CustomAttributes: IEnumerable_1<CustomAttributeData>;
|
|
1477
1522
|
readonly DefaultValue: unknown | undefined;
|
|
@@ -1514,6 +1559,8 @@ export type ParameterInfo = ParameterInfo$instance & __ParameterInfo$views;
|
|
|
1514
1559
|
|
|
1515
1560
|
|
|
1516
1561
|
export interface Pointer$instance {
|
|
1562
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1563
|
+
|
|
1517
1564
|
Equals(obj: unknown): boolean;
|
|
1518
1565
|
GetHashCode(): int;
|
|
1519
1566
|
}
|
|
@@ -1535,6 +1582,8 @@ export type Pointer = Pointer$instance & __Pointer$views;
|
|
|
1535
1582
|
|
|
1536
1583
|
|
|
1537
1584
|
export interface PropertyInfo$instance extends MemberInfo$instance {
|
|
1585
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
1586
|
+
|
|
1538
1587
|
readonly Attributes: PropertyAttributes;
|
|
1539
1588
|
readonly CanRead: boolean;
|
|
1540
1589
|
readonly CanWrite: boolean;
|
|
@@ -1594,6 +1643,8 @@ export const ReflectionContext: (abstract new() => ReflectionContext) & {
|
|
|
1594
1643
|
export type ReflectionContext = ReflectionContext$instance;
|
|
1595
1644
|
|
|
1596
1645
|
export interface ReflectionTypeLoadException$instance extends SystemException {
|
|
1646
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1647
|
+
|
|
1597
1648
|
readonly LoaderExceptions: (Exception | undefined)[];
|
|
1598
1649
|
readonly Message: string;
|
|
1599
1650
|
readonly Types: (Type | undefined)[];
|
|
@@ -1616,6 +1667,9 @@ export type ReflectionTypeLoadException = ReflectionTypeLoadException$instance &
|
|
|
1616
1667
|
|
|
1617
1668
|
|
|
1618
1669
|
export interface StrongNameKeyPair$instance {
|
|
1670
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
1671
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1672
|
+
|
|
1619
1673
|
readonly PublicKey: byte[];
|
|
1620
1674
|
}
|
|
1621
1675
|
|
|
@@ -1638,6 +1692,8 @@ export type StrongNameKeyPair = StrongNameKeyPair$instance & __StrongNameKeyPair
|
|
|
1638
1692
|
|
|
1639
1693
|
|
|
1640
1694
|
export interface TargetException$instance extends ApplicationException {
|
|
1695
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1696
|
+
|
|
1641
1697
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1642
1698
|
}
|
|
1643
1699
|
|
|
@@ -1657,6 +1713,8 @@ export type TargetException = TargetException$instance & __TargetException$views
|
|
|
1657
1713
|
|
|
1658
1714
|
|
|
1659
1715
|
export interface TargetInvocationException$instance extends ApplicationException {
|
|
1716
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1717
|
+
|
|
1660
1718
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1661
1719
|
}
|
|
1662
1720
|
|
|
@@ -1675,6 +1733,8 @@ export type TargetInvocationException = TargetInvocationException$instance & __T
|
|
|
1675
1733
|
|
|
1676
1734
|
|
|
1677
1735
|
export interface TargetParameterCountException$instance extends ApplicationException {
|
|
1736
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1737
|
+
|
|
1678
1738
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1679
1739
|
}
|
|
1680
1740
|
|
|
@@ -1694,6 +1754,10 @@ export type TargetParameterCountException = TargetParameterCountException$instan
|
|
|
1694
1754
|
|
|
1695
1755
|
|
|
1696
1756
|
export interface TypeDelegator$instance extends TypeInfo$instance {
|
|
1757
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
1758
|
+
readonly __tsonic_iface_System_Reflection_IReflect: never;
|
|
1759
|
+
readonly __tsonic_iface_System_Reflection_IReflectableType: never;
|
|
1760
|
+
|
|
1697
1761
|
readonly Assembly: Assembly;
|
|
1698
1762
|
readonly AssemblyQualifiedName: string | undefined;
|
|
1699
1763
|
readonly BaseType: Type | undefined;
|
|
@@ -1808,6 +1872,10 @@ export type TypeDelegator = TypeDelegator$instance & __TypeDelegator$views;
|
|
|
1808
1872
|
|
|
1809
1873
|
|
|
1810
1874
|
export interface TypeInfo$instance extends Type {
|
|
1875
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
1876
|
+
readonly __tsonic_iface_System_Reflection_IReflect: never;
|
|
1877
|
+
readonly __tsonic_iface_System_Reflection_IReflectableType: never;
|
|
1878
|
+
|
|
1811
1879
|
readonly DeclaredConstructors: IEnumerable_1<ConstructorInfo>;
|
|
1812
1880
|
readonly DeclaredEvents: IEnumerable_1<EventInfo>;
|
|
1813
1881
|
readonly DeclaredFields: IEnumerable_1<FieldInfo>;
|
|
@@ -130,6 +130,8 @@ export enum StackBehaviour {
|
|
|
130
130
|
|
|
131
131
|
|
|
132
132
|
export interface Label$instance {
|
|
133
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
134
|
+
|
|
133
135
|
readonly Id: int;
|
|
134
136
|
Equals(obj: unknown): boolean;
|
|
135
137
|
Equals(obj: Label): boolean;
|
|
@@ -153,6 +155,8 @@ export type Label = Label$instance & __Label$views;
|
|
|
153
155
|
|
|
154
156
|
|
|
155
157
|
export interface OpCode$instance {
|
|
158
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
159
|
+
|
|
156
160
|
readonly EvaluationStackDelta: int;
|
|
157
161
|
readonly FlowControl: FlowControl;
|
|
158
162
|
readonly Name: string | undefined;
|
|
@@ -185,6 +189,9 @@ export type OpCode = OpCode$instance & __OpCode$views;
|
|
|
185
189
|
|
|
186
190
|
|
|
187
191
|
export interface AssemblyBuilder$instance extends Assembly {
|
|
192
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
193
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
194
|
+
|
|
188
195
|
readonly CodeBase: string | undefined;
|
|
189
196
|
readonly EntryPoint: MethodInfo | undefined;
|
|
190
197
|
readonly IsDynamic: boolean;
|
|
@@ -226,6 +233,8 @@ export type AssemblyBuilder = AssemblyBuilder$instance & __AssemblyBuilder$views
|
|
|
226
233
|
|
|
227
234
|
|
|
228
235
|
export interface ConstructorBuilder$instance extends ConstructorInfo {
|
|
236
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
237
|
+
|
|
229
238
|
InitLocals: boolean;
|
|
230
239
|
InitLocalsCore: boolean;
|
|
231
240
|
DefineParameter(iSequence: int, attributes: ParameterAttributes, strParamName: string): ParameterBuilder;
|
|
@@ -295,6 +304,8 @@ export const DynamicILInfo: {
|
|
|
295
304
|
export type DynamicILInfo = DynamicILInfo$instance;
|
|
296
305
|
|
|
297
306
|
export interface DynamicMethod$instance extends MethodInfo {
|
|
307
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
308
|
+
|
|
298
309
|
readonly Attributes: MethodAttributes;
|
|
299
310
|
readonly CallingConvention: CallingConventions;
|
|
300
311
|
readonly DeclaringType: Type | undefined;
|
|
@@ -349,6 +360,10 @@ export type DynamicMethod = DynamicMethod$instance & __DynamicMethod$views;
|
|
|
349
360
|
|
|
350
361
|
|
|
351
362
|
export interface EnumBuilder$instance extends TypeInfo {
|
|
363
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
364
|
+
readonly __tsonic_iface_System_Reflection_IReflect: never;
|
|
365
|
+
readonly __tsonic_iface_System_Reflection_IReflectableType: never;
|
|
366
|
+
|
|
352
367
|
readonly UnderlyingField: FieldBuilder;
|
|
353
368
|
readonly UnderlyingFieldCore: FieldBuilder;
|
|
354
369
|
CreateType(): Type;
|
|
@@ -442,6 +457,8 @@ export const EventBuilder: (abstract new() => EventBuilder) & {
|
|
|
442
457
|
export type EventBuilder = EventBuilder$instance;
|
|
443
458
|
|
|
444
459
|
export interface FieldBuilder$instance extends FieldInfo {
|
|
460
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
461
|
+
|
|
445
462
|
GetCustomAttributes(inherit: boolean): unknown[];
|
|
446
463
|
GetCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
447
464
|
IsDefined(attributeType: Type, inherit: boolean): boolean;
|
|
@@ -467,6 +484,10 @@ export type FieldBuilder = FieldBuilder$instance & __FieldBuilder$views;
|
|
|
467
484
|
|
|
468
485
|
|
|
469
486
|
export interface GenericTypeParameterBuilder$instance extends TypeInfo {
|
|
487
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
488
|
+
readonly __tsonic_iface_System_Reflection_IReflect: never;
|
|
489
|
+
readonly __tsonic_iface_System_Reflection_IReflectableType: never;
|
|
490
|
+
|
|
470
491
|
GetCustomAttributes(inherit: boolean): unknown[];
|
|
471
492
|
GetCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
472
493
|
GetField3(name: string, bindingAttr: BindingFlags): FieldInfo | undefined;
|
|
@@ -597,6 +618,8 @@ export const LocalBuilder: (abstract new() => LocalBuilder) & {
|
|
|
597
618
|
export type LocalBuilder = LocalBuilder$instance;
|
|
598
619
|
|
|
599
620
|
export interface MethodBuilder$instance extends MethodInfo {
|
|
621
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
622
|
+
|
|
600
623
|
InitLocals: boolean;
|
|
601
624
|
InitLocalsCore: boolean;
|
|
602
625
|
DefineGenericParameters(...names: string[]): GenericTypeParameterBuilder[];
|
|
@@ -633,6 +656,9 @@ export type MethodBuilder = MethodBuilder$instance & __MethodBuilder$views;
|
|
|
633
656
|
|
|
634
657
|
|
|
635
658
|
export interface ModuleBuilder$instance extends Module {
|
|
659
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
660
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
661
|
+
|
|
636
662
|
CreateGlobalFunctions(): void;
|
|
637
663
|
CreateGlobalFunctionsCore(): void;
|
|
638
664
|
DefineDocument(url: string, language: Guid, languageVendor: Guid, documentType: Guid): ISymbolDocumentWriter;
|
|
@@ -947,6 +973,9 @@ export const ParameterBuilder: (abstract new() => ParameterBuilder) & {
|
|
|
947
973
|
export type ParameterBuilder = ParameterBuilder$instance;
|
|
948
974
|
|
|
949
975
|
export interface PersistedAssemblyBuilder$instance extends AssemblyBuilder$instance {
|
|
976
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
977
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
978
|
+
|
|
950
979
|
readonly FullName: string | undefined;
|
|
951
980
|
readonly ManifestModule: Module;
|
|
952
981
|
DefineDynamicModuleCore(name: string): ModuleBuilder;
|
|
@@ -979,6 +1008,8 @@ export type PersistedAssemblyBuilder = PersistedAssemblyBuilder$instance & __Per
|
|
|
979
1008
|
|
|
980
1009
|
|
|
981
1010
|
export interface PropertyBuilder$instance extends PropertyInfo {
|
|
1011
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
1012
|
+
|
|
982
1013
|
AddOtherMethod(mdBuilder: MethodBuilder): void;
|
|
983
1014
|
AddOtherMethodCore(mdBuilder: MethodBuilder): void;
|
|
984
1015
|
GetCustomAttributes(inherit: boolean): unknown[];
|
|
@@ -1036,6 +1067,10 @@ export const SignatureHelper: {
|
|
|
1036
1067
|
export type SignatureHelper = SignatureHelper$instance;
|
|
1037
1068
|
|
|
1038
1069
|
export interface TypeBuilder$instance extends TypeInfo {
|
|
1070
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
1071
|
+
readonly __tsonic_iface_System_Reflection_IReflect: never;
|
|
1072
|
+
readonly __tsonic_iface_System_Reflection_IReflectableType: never;
|
|
1073
|
+
|
|
1039
1074
|
readonly PackingSize: PackingSize;
|
|
1040
1075
|
readonly PackingSizeCore: PackingSize;
|
|
1041
1076
|
readonly Size: int;
|