@tsonic/dotnet 0.8.2 → 0.8.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 +18 -18
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -1
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.Win32/internal/index.d.ts +10 -10
- package/System/internal/index.d.ts +964 -950
- package/System.Buffers/internal/index.d.ts +2 -2
- package/System.Buffers.d.ts +3 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +10 -10
- package/System.Collections/internal/index.d.ts +30 -24
- package/System.Collections.Concurrent/internal/index.d.ts +10 -10
- package/System.Collections.Frozen/bindings.json +20 -20
- package/System.Collections.Frozen/internal/index.d.ts +6 -6
- package/System.Collections.Frozen/internal/metadata.json +10 -10
- package/System.Collections.Frozen.d.ts +3 -0
- package/System.Collections.Generic/bindings.json +20 -44
- package/System.Collections.Generic/internal/index.d.ts +54 -54
- package/System.Collections.Generic/internal/metadata.json +10 -26
- package/System.Collections.Generic.d.ts +3 -0
- package/System.Collections.Immutable/internal/index.d.ts +88 -88
- package/System.Collections.Immutable.d.ts +3 -0
- package/System.Collections.ObjectModel/internal/index.d.ts +15 -15
- package/System.Collections.Specialized/internal/index.d.ts +53 -49
- package/System.ComponentModel/internal/index.d.ts +388 -376
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +55 -45
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +3 -2
- package/System.ComponentModel.Design/internal/index.d.ts +36 -36
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +20 -20
- package/System.Data/internal/index.d.ts +171 -163
- package/System.Data.Common/internal/index.d.ts +36 -28
- package/System.Data.Common.d.ts +3 -0
- package/System.Data.SqlTypes/internal/index.d.ts +23 -23
- package/System.Data.d.ts +3 -0
- package/System.Diagnostics/internal/index.d.ts +250 -228
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +37 -23
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics/internal/index.d.ts +34 -29
- package/System.Diagnostics.Metrics.d.ts +3 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
- package/System.Diagnostics.Tracing/internal/index.d.ts +26 -24
- package/System.Diagnostics.d.ts +3 -0
- package/System.Drawing/internal/index.d.ts +76 -76
- package/System.Dynamic/internal/index.d.ts +26 -26
- package/System.Formats.Asn1/internal/index.d.ts +4 -4
- package/System.Formats.Tar/internal/index.d.ts +5 -4
- package/System.Globalization/internal/index.d.ts +22 -20
- package/System.Globalization.d.ts +3 -0
- package/System.IO/internal/index.d.ts +106 -103
- package/System.IO.Compression/internal/index.d.ts +24 -24
- package/System.IO.Compression.d.ts +3 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -5
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -9
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +8 -8
- package/System.IO.Pipelines/internal/index.d.ts +5 -5
- package/System.IO.Pipelines.d.ts +3 -0
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- package/System.IO.Pipes.d.ts +3 -0
- package/System.IO.d.ts +3 -0
- package/System.Linq/internal/index.d.ts +207 -207
- package/System.Linq.Expressions/internal/index.d.ts +160 -160
- package/System.Linq.d.ts +3 -0
- package/System.Net/internal/index.d.ts +157 -131
- package/System.Net.Cache/internal/index.d.ts +2 -2
- package/System.Net.Http/internal/index.d.ts +69 -53
- package/System.Net.Http.Headers/internal/index.d.ts +62 -45
- package/System.Net.Http.Json/internal/index.d.ts +38 -38
- package/System.Net.Http.Json.d.ts +3 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
- package/System.Net.Mail/internal/index.d.ts +80 -70
- package/System.Net.Mime/internal/index.d.ts +4 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +23 -23
- package/System.Net.Quic/internal/index.d.ts +4 -3
- package/System.Net.Security/internal/index.d.ts +65 -49
- package/System.Net.ServerSentEvents/internal/index.d.ts +3 -2
- package/System.Net.Sockets/internal/index.d.ts +49 -42
- package/System.Net.Sockets.d.ts +3 -0
- package/System.Net.WebSockets/internal/index.d.ts +35 -29
- package/System.Numerics/bindings.json +96 -72
- package/System.Numerics/internal/index.d.ts +93 -91
- package/System.Numerics/internal/metadata.json +64 -48
- package/System.Numerics.d.ts +3 -0
- package/System.Reflection/internal/index.d.ts +129 -126
- package/System.Reflection.Emit/internal/index.d.ts +105 -105
- package/System.Reflection.Metadata/internal/index.d.ts +15 -15
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -4
- package/System.Reflection.Metadata.Ecma335.d.ts +3 -0
- package/System.Reflection.Metadata.d.ts +3 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Reflection.d.ts +3 -0
- package/System.Resources/internal/index.d.ts +20 -19
- package/System.Runtime/internal/index.d.ts +6 -5
- package/System.Runtime.CompilerServices/internal/index.d.ts +30 -28
- package/System.Runtime.InteropServices/internal/index.d.ts +85 -83
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +20 -20
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +28 -26
- package/System.Runtime.InteropServices.d.ts +3 -0
- package/System.Runtime.Intrinsics.d.ts +3 -0
- package/System.Runtime.Loader/internal/index.d.ts +2 -2
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization/internal/index.d.ts +66 -54
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +4 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization.Json/internal/index.d.ts +22 -21
- package/System.Runtime.Serialization.Json.d.ts +3 -0
- package/System.Runtime.Serialization.d.ts +3 -0
- package/System.Runtime.Versioning/internal/index.d.ts +12 -9
- package/System.Security/internal/index.d.ts +62 -52
- package/System.Security.AccessControl/internal/index.d.ts +29 -25
- package/System.Security.Authentication/internal/index.d.ts +4 -4
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +8 -8
- package/System.Security.Claims/internal/index.d.ts +21 -15
- package/System.Security.Cryptography/bindings.json +4212 -4212
- package/System.Security.Cryptography/internal/index.d.ts +155 -141
- package/System.Security.Cryptography.X509Certificates/bindings.json +768 -768
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +83 -82
- package/System.Security.Cryptography.X509Certificates.d.ts +3 -0
- package/System.Security.Permissions/internal/index.d.ts +2 -2
- package/System.Security.Principal/internal/index.d.ts +3 -3
- package/System.Text/internal/index.d.ts +48 -46
- package/System.Text.Json/internal/index.d.ts +87 -81
- package/System.Text.Json.Nodes/internal/index.d.ts +41 -41
- package/System.Text.Json.Schema/internal/index.d.ts +4 -3
- package/System.Text.Json.Schema.d.ts +3 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +5 -4
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +55 -30
- package/System.Text.Json.Serialization.Metadata.d.ts +3 -0
- package/System.Text.Json.d.ts +3 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +5 -5
- package/System.Text.Unicode/internal/index.d.ts +4 -4
- package/System.Text.d.ts +3 -0
- package/System.Threading/internal/index.d.ts +86 -85
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +82 -82
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +25 -26
- package/System.Threading.Tasks.Dataflow.d.ts +3 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -4
- package/System.Threading.Tasks.d.ts +3 -0
- package/System.Threading.d.ts +3 -0
- package/System.Timers/internal/index.d.ts +5 -3
- package/System.Transactions/internal/index.d.ts +18 -16
- package/System.Web/internal/index.d.ts +30 -30
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/internal/index.d.ts +162 -161
- package/System.Xml.Linq/internal/index.d.ts +38 -37
- package/System.Xml.Linq.d.ts +3 -0
- package/System.Xml.Resolvers/internal/index.d.ts +5 -5
- package/System.Xml.Schema/internal/index.d.ts +133 -88
- package/System.Xml.Schema.d.ts +3 -0
- package/System.Xml.Serialization/internal/index.d.ts +138 -117
- package/System.Xml.XPath/internal/index.d.ts +12 -12
- package/System.Xml.XPath.d.ts +3 -0
- package/System.Xml.Xsl/internal/index.d.ts +34 -34
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +16 -16
- package/System.d.ts +3 -0
- package/__internal/extensions/index.d.ts +2516 -2196
- package/package.json +2 -2
|
@@ -370,13 +370,13 @@ export enum TypeAttributes {
|
|
|
370
370
|
}
|
|
371
371
|
|
|
372
372
|
|
|
373
|
-
export type MemberFilter = (m: MemberInfo, filterCriteria: unknown
|
|
373
|
+
export type MemberFilter = (m: MemberInfo, filterCriteria: unknown) => boolean;
|
|
374
374
|
|
|
375
375
|
|
|
376
376
|
export type ModuleResolveEventHandler = (sender: unknown, e: ResolveEventArgs) => Module;
|
|
377
377
|
|
|
378
378
|
|
|
379
|
-
export type TypeFilter = (m: Type, filterCriteria: unknown
|
|
379
|
+
export type TypeFilter = (m: Type, filterCriteria: unknown) => boolean;
|
|
380
380
|
|
|
381
381
|
|
|
382
382
|
export interface ICustomAttributeProvider$instance {
|
|
@@ -401,13 +401,13 @@ export interface IReflect$instance {
|
|
|
401
401
|
getFields(bindingAttr: BindingFlags): FieldInfo[];
|
|
402
402
|
getMember(name: string, bindingAttr: BindingFlags): MemberInfo[];
|
|
403
403
|
getMembers(bindingAttr: BindingFlags): MemberInfo[];
|
|
404
|
-
getMethod(name: string, bindingAttr: BindingFlags, binder: Binder, types: Type[], modifiers: ParameterModifier[]): MethodInfo;
|
|
404
|
+
getMethod(name: string, bindingAttr: BindingFlags, binder: Binder, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
405
405
|
getMethod(name: string, bindingAttr: BindingFlags): MethodInfo | undefined;
|
|
406
406
|
getMethods(bindingAttr: BindingFlags): MethodInfo[];
|
|
407
407
|
getProperties(bindingAttr: BindingFlags): PropertyInfo[];
|
|
408
|
-
getProperty(name: string, bindingAttr: BindingFlags, binder: Binder, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo;
|
|
408
|
+
getProperty(name: string, bindingAttr: BindingFlags, binder: Binder, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo | undefined;
|
|
409
409
|
getProperty(name: string, bindingAttr: BindingFlags): PropertyInfo | undefined;
|
|
410
|
-
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], modifiers: ParameterModifier[], culture: CultureInfo, namedParameters: string[] | undefined
|
|
410
|
+
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], modifiers: ParameterModifier[], culture: CultureInfo, namedParameters: string[]): unknown | undefined;
|
|
411
411
|
}
|
|
412
412
|
|
|
413
413
|
|
|
@@ -433,7 +433,7 @@ export interface CustomAttributeNamedArgument$instance {
|
|
|
433
433
|
|
|
434
434
|
|
|
435
435
|
export const CustomAttributeNamedArgument: {
|
|
436
|
-
new(memberInfo: MemberInfo, value: unknown
|
|
436
|
+
new(memberInfo: MemberInfo, value: unknown): CustomAttributeNamedArgument;
|
|
437
437
|
new(memberInfo: MemberInfo, typedArgument: CustomAttributeTypedArgument): CustomAttributeNamedArgument;
|
|
438
438
|
};
|
|
439
439
|
|
|
@@ -459,7 +459,7 @@ export interface CustomAttributeTypedArgument$instance {
|
|
|
459
459
|
|
|
460
460
|
|
|
461
461
|
export const CustomAttributeTypedArgument: {
|
|
462
|
-
new(argumentType: Type, value: unknown
|
|
462
|
+
new(argumentType: Type, value: unknown): CustomAttributeTypedArgument;
|
|
463
463
|
new(value: unknown): CustomAttributeTypedArgument;
|
|
464
464
|
};
|
|
465
465
|
|
|
@@ -508,8 +508,8 @@ export interface AmbiguousMatchException$instance extends SystemException {
|
|
|
508
508
|
|
|
509
509
|
export const AmbiguousMatchException: {
|
|
510
510
|
new(): AmbiguousMatchException;
|
|
511
|
-
new(message: string
|
|
512
|
-
new(message: string
|
|
511
|
+
new(message: string): AmbiguousMatchException;
|
|
512
|
+
new(message: string, inner: Exception): AmbiguousMatchException;
|
|
513
513
|
};
|
|
514
514
|
|
|
515
515
|
|
|
@@ -541,7 +541,7 @@ export interface Assembly$instance {
|
|
|
541
541
|
readonly securityRuleSet: SecurityRuleSet;
|
|
542
542
|
createInstance(typeName: string): unknown | undefined;
|
|
543
543
|
createInstance(typeName: string, ignoreCase: boolean): unknown | undefined;
|
|
544
|
-
createInstance(typeName: string, ignoreCase: boolean, bindingAttr: BindingFlags, binder: Binder, args: unknown[]
|
|
544
|
+
createInstance(typeName: string, ignoreCase: boolean, bindingAttr: BindingFlags, binder: Binder, args: unknown[], culture: CultureInfo, activationAttributes: unknown[]): unknown | undefined;
|
|
545
545
|
equals(o: unknown): boolean;
|
|
546
546
|
getCustomAttributes(inherit: boolean): unknown[];
|
|
547
547
|
getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
@@ -566,14 +566,14 @@ export interface Assembly$instance {
|
|
|
566
566
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
567
567
|
getReferencedAssemblies(): AssemblyName[];
|
|
568
568
|
getSatelliteAssembly(culture: CultureInfo): Assembly;
|
|
569
|
-
getSatelliteAssembly(culture: CultureInfo, version: Version
|
|
569
|
+
getSatelliteAssembly(culture: CultureInfo, version: Version): Assembly;
|
|
570
570
|
getType(name: string): Type | undefined;
|
|
571
571
|
getType(name: string, throwOnError: boolean): Type | undefined;
|
|
572
572
|
getType(name: string, throwOnError: boolean, ignoreCase: boolean): Type | undefined;
|
|
573
573
|
getTypes(): Type[];
|
|
574
574
|
isDefined(attributeType: Type, inherit: boolean): boolean;
|
|
575
|
-
loadModule(moduleName: string, rawModule: byte[]
|
|
576
|
-
loadModule(moduleName: string, rawModule: byte[]
|
|
575
|
+
loadModule(moduleName: string, rawModule: byte[]): Module;
|
|
576
|
+
loadModule(moduleName: string, rawModule: byte[], rawSymbolStore: byte[]): Module;
|
|
577
577
|
toString(): string;
|
|
578
578
|
}
|
|
579
579
|
|
|
@@ -582,14 +582,14 @@ export const Assembly: {
|
|
|
582
582
|
createQualifiedName(assemblyName: string, typeName: string): string;
|
|
583
583
|
getAssembly(type_: Type): Assembly | undefined;
|
|
584
584
|
getCallingAssembly(): Assembly;
|
|
585
|
-
getEntryAssembly(): Assembly;
|
|
585
|
+
getEntryAssembly(): Assembly | undefined;
|
|
586
586
|
getExecutingAssembly(): Assembly;
|
|
587
|
-
load(rawAssembly: byte[], rawSymbolStore: byte[]
|
|
587
|
+
load(rawAssembly: byte[], rawSymbolStore: byte[]): Assembly;
|
|
588
588
|
load(rawAssembly: byte[]): Assembly;
|
|
589
589
|
load(assemblyRef: AssemblyName): Assembly;
|
|
590
590
|
load(assemblyString: string): Assembly;
|
|
591
591
|
loadFile(path: string): Assembly;
|
|
592
|
-
loadFrom(assemblyFile: string, hashValue: byte[]
|
|
592
|
+
loadFrom(assemblyFile: string, hashValue: byte[], hashAlgorithm: AssemblyHashAlgorithm_Assemblies): Assembly;
|
|
593
593
|
loadFrom(assemblyFile: string): Assembly;
|
|
594
594
|
loadWithPartialName(partialName: string): Assembly | undefined;
|
|
595
595
|
reflectionOnlyLoad(rawAssembly: byte[]): Assembly;
|
|
@@ -777,14 +777,15 @@ export interface AssemblyMetadataAttribute$instance extends Attribute {
|
|
|
777
777
|
|
|
778
778
|
|
|
779
779
|
export const AssemblyMetadataAttribute: {
|
|
780
|
-
new(key: string, value: string
|
|
780
|
+
new(key: string, value: string): AssemblyMetadataAttribute;
|
|
781
781
|
};
|
|
782
782
|
|
|
783
783
|
|
|
784
784
|
export type AssemblyMetadataAttribute = AssemblyMetadataAttribute$instance;
|
|
785
785
|
|
|
786
786
|
export interface AssemblyName$instance {
|
|
787
|
-
codeBase: string | undefined;
|
|
787
|
+
get codeBase(): string | undefined;
|
|
788
|
+
set codeBase(value: string);
|
|
788
789
|
contentType: AssemblyContentType;
|
|
789
790
|
cultureInfo: CultureInfo;
|
|
790
791
|
cultureName: string;
|
|
@@ -792,27 +793,28 @@ export interface AssemblyName$instance {
|
|
|
792
793
|
flags: AssemblyNameFlags;
|
|
793
794
|
readonly fullName: string;
|
|
794
795
|
hashAlgorithm: AssemblyHashAlgorithm_Assemblies;
|
|
795
|
-
keyPair: StrongNameKeyPair | undefined;
|
|
796
|
+
get keyPair(): StrongNameKeyPair | undefined;
|
|
797
|
+
set keyPair(value: StrongNameKeyPair);
|
|
796
798
|
name: string;
|
|
797
799
|
processorArchitecture: ProcessorArchitecture;
|
|
798
800
|
version: Version;
|
|
799
801
|
versionCompatibility: AssemblyVersionCompatibility;
|
|
800
802
|
clone(): unknown;
|
|
801
|
-
getObjectData(info: SerializationInfo
|
|
803
|
+
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
802
804
|
getPublicKey(): byte[];
|
|
803
805
|
getPublicKeyToken(): byte[] | undefined;
|
|
804
|
-
onDeserialization(sender: unknown
|
|
805
|
-
setPublicKey(publicKey: byte[]
|
|
806
|
-
setPublicKeyToken(publicKeyToken: byte[]
|
|
807
|
-
toString(): string
|
|
806
|
+
onDeserialization(sender: unknown): void;
|
|
807
|
+
setPublicKey(publicKey: byte[]): void;
|
|
808
|
+
setPublicKeyToken(publicKeyToken: byte[]): void;
|
|
809
|
+
toString(): string;
|
|
808
810
|
}
|
|
809
811
|
|
|
810
812
|
|
|
811
813
|
export const AssemblyName: {
|
|
812
|
-
new(assemblyName: string
|
|
814
|
+
new(assemblyName: string): AssemblyName;
|
|
813
815
|
new(): AssemblyName;
|
|
814
|
-
getAssemblyName(assemblyFile: string
|
|
815
|
-
referenceMatchesDefinition(reference: AssemblyName
|
|
816
|
+
getAssemblyName(assemblyFile: string): AssemblyName;
|
|
817
|
+
referenceMatchesDefinition(reference: AssemblyName, definition: AssemblyName): boolean;
|
|
816
818
|
};
|
|
817
819
|
|
|
818
820
|
|
|
@@ -822,7 +824,7 @@ export interface __AssemblyName$views {
|
|
|
822
824
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
823
825
|
}
|
|
824
826
|
|
|
825
|
-
export interface AssemblyName$instance extends System_Internal.ICloneable$instance, System_Runtime_Serialization_Internal.IDeserializationCallback$instance {}
|
|
827
|
+
export interface AssemblyName$instance extends System_Internal.ICloneable$instance, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
826
828
|
|
|
827
829
|
export type AssemblyName = AssemblyName$instance & __AssemblyName$views;
|
|
828
830
|
|
|
@@ -901,12 +903,12 @@ export const AssemblyVersionAttribute: {
|
|
|
901
903
|
export type AssemblyVersionAttribute = AssemblyVersionAttribute$instance;
|
|
902
904
|
|
|
903
905
|
export interface Binder$instance {
|
|
904
|
-
bindToField(bindingAttr: BindingFlags, match: FieldInfo[], value: unknown, culture: CultureInfo
|
|
905
|
-
bindToMethod(bindingAttr: BindingFlags, match: MethodBase[], args:
|
|
906
|
-
changeType(value: unknown, type_: Type, culture: CultureInfo
|
|
907
|
-
reorderArgumentArray(args:
|
|
908
|
-
selectMethod(bindingAttr: BindingFlags, match: MethodBase[], types: Type[], modifiers: ParameterModifier[]
|
|
909
|
-
selectProperty(bindingAttr: BindingFlags, match: PropertyInfo[], returnType: Type, indexes: Type[]
|
|
906
|
+
bindToField(bindingAttr: BindingFlags, match: FieldInfo[], value: unknown, culture: CultureInfo): FieldInfo;
|
|
907
|
+
bindToMethod(bindingAttr: BindingFlags, match: MethodBase[], args: unknown[], modifiers: ParameterModifier[], culture: CultureInfo, names: string[], state: unknown): MethodBase;
|
|
908
|
+
changeType(value: unknown, type_: Type, culture: CultureInfo): unknown;
|
|
909
|
+
reorderArgumentArray(args: unknown[], state: unknown): void;
|
|
910
|
+
selectMethod(bindingAttr: BindingFlags, match: MethodBase[], types: Type[], modifiers: ParameterModifier[]): MethodBase | undefined;
|
|
911
|
+
selectProperty(bindingAttr: BindingFlags, match: PropertyInfo[], returnType: Type, indexes: Type[], modifiers: ParameterModifier[]): PropertyInfo | undefined;
|
|
910
912
|
}
|
|
911
913
|
|
|
912
914
|
|
|
@@ -918,12 +920,12 @@ export type Binder = Binder$instance;
|
|
|
918
920
|
|
|
919
921
|
export interface ConstructorInfo$instance extends MethodBase$instance {
|
|
920
922
|
readonly memberType: MemberTypes;
|
|
921
|
-
equals(obj: unknown
|
|
923
|
+
equals(obj: unknown): boolean;
|
|
922
924
|
getCustomAttributes(inherit: boolean): unknown[];
|
|
923
925
|
getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
924
926
|
getHashCode(): int;
|
|
925
|
-
invoke(obj: unknown
|
|
926
|
-
invoke(obj: unknown
|
|
927
|
+
invoke(obj: unknown, parameters: unknown[]): unknown | undefined;
|
|
928
|
+
invoke(obj: unknown, invokeAttr: BindingFlags, binder: Binder, parameters: unknown[], culture: CultureInfo): unknown | undefined;
|
|
927
929
|
isDefined(attributeType: Type, inherit: boolean): boolean;
|
|
928
930
|
}
|
|
929
931
|
|
|
@@ -943,7 +945,7 @@ export type ConstructorInfo = ConstructorInfo$instance & __ConstructorInfo$views
|
|
|
943
945
|
|
|
944
946
|
export interface ConstructorInvoker$instance {
|
|
945
947
|
invoke(): unknown;
|
|
946
|
-
invoke(arg1: unknown
|
|
948
|
+
invoke(arg1: unknown): unknown;
|
|
947
949
|
invoke(arg1: unknown, arg2: unknown): unknown;
|
|
948
950
|
invoke(arg1: unknown, arg2: unknown, arg3: unknown): unknown;
|
|
949
951
|
invoke(arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown): unknown;
|
|
@@ -986,8 +988,8 @@ export interface CustomAttributeFormatException$instance extends FormatException
|
|
|
986
988
|
|
|
987
989
|
export const CustomAttributeFormatException: {
|
|
988
990
|
new(): CustomAttributeFormatException;
|
|
989
|
-
new(message: string
|
|
990
|
-
new(message: string
|
|
991
|
+
new(message: string): CustomAttributeFormatException;
|
|
992
|
+
new(message: string, inner: Exception): CustomAttributeFormatException;
|
|
991
993
|
};
|
|
992
994
|
|
|
993
995
|
|
|
@@ -1031,21 +1033,21 @@ export interface EventInfo$instance extends MemberInfo$instance {
|
|
|
1031
1033
|
readonly memberType: MemberTypes;
|
|
1032
1034
|
readonly raiseMethod: MethodInfo | undefined;
|
|
1033
1035
|
readonly removeMethod: MethodInfo | undefined;
|
|
1034
|
-
addEventHandler(target: unknown
|
|
1035
|
-
equals(obj: unknown
|
|
1036
|
+
addEventHandler(target: unknown, handler: Function): void;
|
|
1037
|
+
equals(obj: unknown): boolean;
|
|
1036
1038
|
getAddMethod(): MethodInfo | undefined;
|
|
1037
1039
|
getAddMethod(nonPublic: boolean): MethodInfo | undefined;
|
|
1038
1040
|
getCustomAttributes(inherit: boolean): unknown[];
|
|
1039
1041
|
getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
1040
1042
|
getHashCode(): int;
|
|
1041
|
-
getOtherMethods():
|
|
1042
|
-
getOtherMethods(nonPublic: boolean):
|
|
1043
|
+
getOtherMethods(): MethodInfo[];
|
|
1044
|
+
getOtherMethods(nonPublic: boolean): MethodInfo[];
|
|
1043
1045
|
getRaiseMethod(): MethodInfo | undefined;
|
|
1044
1046
|
getRaiseMethod(nonPublic: boolean): MethodInfo | undefined;
|
|
1045
1047
|
getRemoveMethod(): MethodInfo | undefined;
|
|
1046
1048
|
getRemoveMethod(nonPublic: boolean): MethodInfo | undefined;
|
|
1047
1049
|
isDefined(attributeType: Type, inherit: boolean): boolean;
|
|
1048
|
-
removeEventHandler(target: unknown
|
|
1050
|
+
removeEventHandler(target: unknown, handler: Function): void;
|
|
1049
1051
|
}
|
|
1050
1052
|
|
|
1051
1053
|
|
|
@@ -1068,7 +1070,7 @@ export interface ExceptionHandlingClause$instance {
|
|
|
1068
1070
|
readonly handlerOffset: int;
|
|
1069
1071
|
readonly tryLength: int;
|
|
1070
1072
|
readonly tryOffset: int;
|
|
1071
|
-
toString(): string
|
|
1073
|
+
toString(): string;
|
|
1072
1074
|
}
|
|
1073
1075
|
|
|
1074
1076
|
|
|
@@ -1105,10 +1107,10 @@ export interface FieldInfo$instance extends MemberInfo$instance {
|
|
|
1105
1107
|
getHashCode(): int;
|
|
1106
1108
|
getModifiedFieldType(): Type;
|
|
1107
1109
|
getOptionalCustomModifiers(): Type[];
|
|
1108
|
-
getRawConstantValue(): unknown;
|
|
1110
|
+
getRawConstantValue(): unknown | undefined;
|
|
1109
1111
|
getRequiredCustomModifiers(): Type[];
|
|
1110
|
-
getValue(obj: unknown): unknown;
|
|
1111
|
-
getValueDirect(obj: TypedReference): unknown;
|
|
1112
|
+
getValue(obj: unknown): unknown | undefined;
|
|
1113
|
+
getValueDirect(obj: TypedReference): unknown | undefined;
|
|
1112
1114
|
isDefined(attributeType: Type, inherit: boolean): boolean;
|
|
1113
1115
|
setValue(obj: unknown, value: unknown): void;
|
|
1114
1116
|
setValue(obj: unknown, value: unknown, invokeAttr: BindingFlags, binder: Binder, culture: CultureInfo): void;
|
|
@@ -1136,8 +1138,8 @@ export interface InvalidFilterCriteriaException$instance extends ApplicationExce
|
|
|
1136
1138
|
|
|
1137
1139
|
export const InvalidFilterCriteriaException: {
|
|
1138
1140
|
new(): InvalidFilterCriteriaException;
|
|
1139
|
-
new(message: string
|
|
1140
|
-
new(message: string
|
|
1141
|
+
new(message: string): InvalidFilterCriteriaException;
|
|
1142
|
+
new(message: string, inner: Exception): InvalidFilterCriteriaException;
|
|
1141
1143
|
};
|
|
1142
1144
|
|
|
1143
1145
|
|
|
@@ -1171,7 +1173,7 @@ export interface ManifestResourceInfo$instance {
|
|
|
1171
1173
|
|
|
1172
1174
|
|
|
1173
1175
|
export const ManifestResourceInfo: {
|
|
1174
|
-
new(containingAssembly: Assembly
|
|
1176
|
+
new(containingAssembly: Assembly, containingFileName: string, resourceLocation: ResourceLocation): ManifestResourceInfo;
|
|
1175
1177
|
};
|
|
1176
1178
|
|
|
1177
1179
|
|
|
@@ -1234,16 +1236,16 @@ export interface MethodBase$instance extends MemberInfo$instance {
|
|
|
1234
1236
|
readonly isVirtual: boolean;
|
|
1235
1237
|
readonly methodHandle: RuntimeMethodHandle;
|
|
1236
1238
|
readonly methodImplementationFlags: MethodImplAttributes;
|
|
1237
|
-
equals(obj: unknown
|
|
1239
|
+
equals(obj: unknown): boolean;
|
|
1238
1240
|
getCustomAttributes(inherit: boolean): unknown[];
|
|
1239
1241
|
getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
1240
|
-
getGenericArguments():
|
|
1242
|
+
getGenericArguments(): Type[];
|
|
1241
1243
|
getHashCode(): int;
|
|
1242
1244
|
getMethodBody(): MethodBody | undefined;
|
|
1243
1245
|
getMethodImplementationFlags(): MethodImplAttributes;
|
|
1244
|
-
getParameters():
|
|
1245
|
-
invoke(obj: unknown
|
|
1246
|
-
invoke(obj: unknown
|
|
1246
|
+
getParameters(): ParameterInfo[];
|
|
1247
|
+
invoke(obj: unknown, parameters: unknown[]): unknown | undefined;
|
|
1248
|
+
invoke(obj: unknown, invokeAttr: BindingFlags, binder: Binder, parameters: unknown[], culture: CultureInfo): unknown | undefined;
|
|
1247
1249
|
isDefined(attributeType: Type, inherit: boolean): boolean;
|
|
1248
1250
|
}
|
|
1249
1251
|
|
|
@@ -1268,7 +1270,7 @@ export interface MethodBody$instance {
|
|
|
1268
1270
|
readonly localSignatureMetadataToken: int;
|
|
1269
1271
|
readonly localVariables: IList_1<LocalVariableInfo>;
|
|
1270
1272
|
readonly maxStackSize: int;
|
|
1271
|
-
getILAsByteArray(): byte[];
|
|
1273
|
+
getILAsByteArray(): byte[] | undefined;
|
|
1272
1274
|
}
|
|
1273
1275
|
|
|
1274
1276
|
|
|
@@ -1285,9 +1287,9 @@ export interface MethodInfo$instance extends MethodBase$instance {
|
|
|
1285
1287
|
readonly returnType: Type;
|
|
1286
1288
|
readonly returnTypeCustomAttributes: ICustomAttributeProvider;
|
|
1287
1289
|
createDelegate(delegateType: Type): Function;
|
|
1288
|
-
createDelegate(delegateType: Type, target: unknown
|
|
1290
|
+
createDelegate(delegateType: Type, target: unknown): Function;
|
|
1289
1291
|
createDelegate<T extends Function>(): T;
|
|
1290
|
-
createDelegate<T extends Function>(target: unknown
|
|
1292
|
+
createDelegate<T extends Function>(target: unknown): T;
|
|
1291
1293
|
equals(obj: unknown): boolean;
|
|
1292
1294
|
getBaseDefinition(): MethodInfo;
|
|
1293
1295
|
getCustomAttributes(inherit: boolean): unknown[];
|
|
@@ -1312,18 +1314,18 @@ export type MethodInfo = MethodInfo$instance & __MethodInfo$views;
|
|
|
1312
1314
|
|
|
1313
1315
|
|
|
1314
1316
|
export interface MethodInvoker$instance {
|
|
1315
|
-
invoke(obj: unknown
|
|
1316
|
-
invoke(obj: unknown
|
|
1317
|
-
invoke(obj: unknown
|
|
1318
|
-
invoke(obj: unknown
|
|
1319
|
-
invoke(obj: unknown
|
|
1320
|
-
invoke(obj: unknown
|
|
1317
|
+
invoke(obj: unknown): unknown;
|
|
1318
|
+
invoke(obj: unknown, arg1: unknown): unknown;
|
|
1319
|
+
invoke(obj: unknown, arg1: unknown, arg2: unknown): unknown;
|
|
1320
|
+
invoke(obj: unknown, arg1: unknown, arg2: unknown, arg3: unknown): unknown;
|
|
1321
|
+
invoke(obj: unknown, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown): unknown | undefined;
|
|
1322
|
+
invoke(obj: unknown, arguments: Span_1<unknown>): unknown | undefined;
|
|
1321
1323
|
}
|
|
1322
1324
|
|
|
1323
1325
|
|
|
1324
1326
|
export const MethodInvoker: {
|
|
1325
1327
|
new(): MethodInvoker;
|
|
1326
|
-
create(method: MethodBase
|
|
1328
|
+
create(method: MethodBase): MethodInvoker;
|
|
1327
1329
|
};
|
|
1328
1330
|
|
|
1329
1331
|
|
|
@@ -1370,7 +1372,7 @@ export interface Module$instance {
|
|
|
1370
1372
|
getHashCode(): int;
|
|
1371
1373
|
getMethod(name: string): MethodInfo | undefined;
|
|
1372
1374
|
getMethod(name: string, types: Type[]): MethodInfo | undefined;
|
|
1373
|
-
getMethod(name: string, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo;
|
|
1375
|
+
getMethod(name: string, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
1374
1376
|
getMethods(): MethodInfo[];
|
|
1375
1377
|
getMethods(bindingFlags: BindingFlags): MethodInfo[];
|
|
1376
1378
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1381,16 +1383,16 @@ export interface Module$instance {
|
|
|
1381
1383
|
getTypes(): Type[];
|
|
1382
1384
|
isDefined(attributeType: Type, inherit: boolean): boolean;
|
|
1383
1385
|
isResource(): boolean;
|
|
1384
|
-
resolveField(metadataToken: int): FieldInfo;
|
|
1385
|
-
resolveField(metadataToken: int, genericTypeArguments: Type[]
|
|
1386
|
-
resolveMember(metadataToken: int): MemberInfo;
|
|
1387
|
-
resolveMember(metadataToken: int, genericTypeArguments: Type[]
|
|
1388
|
-
resolveMethod(metadataToken: int): MethodBase;
|
|
1389
|
-
resolveMethod(metadataToken: int, genericTypeArguments: Type[]
|
|
1386
|
+
resolveField(metadataToken: int): FieldInfo | undefined;
|
|
1387
|
+
resolveField(metadataToken: int, genericTypeArguments: Type[], genericMethodArguments: Type[]): FieldInfo | undefined;
|
|
1388
|
+
resolveMember(metadataToken: int): MemberInfo | undefined;
|
|
1389
|
+
resolveMember(metadataToken: int, genericTypeArguments: Type[], genericMethodArguments: Type[]): MemberInfo | undefined;
|
|
1390
|
+
resolveMethod(metadataToken: int): MethodBase | undefined;
|
|
1391
|
+
resolveMethod(metadataToken: int, genericTypeArguments: Type[], genericMethodArguments: Type[]): MethodBase | undefined;
|
|
1390
1392
|
resolveSignature(metadataToken: int): byte[];
|
|
1391
1393
|
resolveString(metadataToken: int): string;
|
|
1392
1394
|
resolveType(metadataToken: int): Type;
|
|
1393
|
-
resolveType(metadataToken: int, genericTypeArguments: Type[]
|
|
1395
|
+
resolveType(metadataToken: int, genericTypeArguments: Type[], genericMethodArguments: Type[]): Type;
|
|
1394
1396
|
toString(): string;
|
|
1395
1397
|
}
|
|
1396
1398
|
|
|
@@ -1458,7 +1460,8 @@ export type ObfuscateAssemblyAttribute = ObfuscateAssemblyAttribute$instance;
|
|
|
1458
1460
|
export interface ObfuscationAttribute$instance extends Attribute {
|
|
1459
1461
|
applyToMembers: boolean;
|
|
1460
1462
|
exclude: boolean;
|
|
1461
|
-
feature: string | undefined;
|
|
1463
|
+
get feature(): string | undefined;
|
|
1464
|
+
set feature(value: string);
|
|
1462
1465
|
stripAfterObfuscation: boolean;
|
|
1463
1466
|
}
|
|
1464
1467
|
|
|
@@ -1544,29 +1547,29 @@ export interface PropertyInfo$instance extends MemberInfo$instance {
|
|
|
1544
1547
|
readonly memberType: MemberTypes;
|
|
1545
1548
|
readonly propertyType: Type;
|
|
1546
1549
|
readonly setMethod: MethodInfo | undefined;
|
|
1547
|
-
equals(obj: unknown
|
|
1548
|
-
getAccessors():
|
|
1549
|
-
getAccessors(nonPublic: boolean):
|
|
1550
|
+
equals(obj: unknown): boolean;
|
|
1551
|
+
getAccessors(): MethodInfo[];
|
|
1552
|
+
getAccessors(nonPublic: boolean): MethodInfo[];
|
|
1550
1553
|
getConstantValue(): unknown | undefined;
|
|
1551
1554
|
getCustomAttributes(inherit: boolean): unknown[];
|
|
1552
1555
|
getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
1553
1556
|
getGetMethod(): MethodInfo | undefined;
|
|
1554
1557
|
getGetMethod(nonPublic: boolean): MethodInfo | undefined;
|
|
1555
1558
|
getHashCode(): int;
|
|
1556
|
-
getIndexParameters():
|
|
1557
|
-
getModifiedPropertyType(): Type
|
|
1558
|
-
getOptionalCustomModifiers():
|
|
1559
|
-
getRawConstantValue(): unknown;
|
|
1560
|
-
getRequiredCustomModifiers():
|
|
1559
|
+
getIndexParameters(): ParameterInfo[];
|
|
1560
|
+
getModifiedPropertyType(): Type;
|
|
1561
|
+
getOptionalCustomModifiers(): Type[];
|
|
1562
|
+
getRawConstantValue(): unknown | undefined;
|
|
1563
|
+
getRequiredCustomModifiers(): Type[];
|
|
1561
1564
|
getSetMethod(): MethodInfo | undefined;
|
|
1562
1565
|
getSetMethod(nonPublic: boolean): MethodInfo | undefined;
|
|
1563
|
-
getValue(obj: unknown | undefined
|
|
1564
|
-
getValue(obj: unknown
|
|
1565
|
-
getValue(obj: unknown
|
|
1566
|
+
getValue(obj: unknown): unknown | undefined;
|
|
1567
|
+
getValue(obj: unknown, index: unknown[]): unknown | undefined;
|
|
1568
|
+
getValue(obj: unknown, invokeAttr: BindingFlags, binder: Binder, index: unknown[], culture: CultureInfo): unknown | undefined;
|
|
1566
1569
|
isDefined(attributeType: Type, inherit: boolean): boolean;
|
|
1567
|
-
setValue(obj: unknown
|
|
1568
|
-
setValue(obj: unknown
|
|
1569
|
-
setValue(obj: unknown
|
|
1570
|
+
setValue(obj: unknown, value: unknown): void;
|
|
1571
|
+
setValue(obj: unknown, value: unknown, index: unknown[]): void;
|
|
1572
|
+
setValue(obj: unknown, value: unknown, invokeAttr: BindingFlags, binder: Binder, index: unknown[], culture: CultureInfo): void;
|
|
1570
1573
|
}
|
|
1571
1574
|
|
|
1572
1575
|
|
|
@@ -1645,8 +1648,8 @@ export interface TargetException$instance extends ApplicationException {
|
|
|
1645
1648
|
|
|
1646
1649
|
export const TargetException: {
|
|
1647
1650
|
new(): TargetException;
|
|
1648
|
-
new(message: string
|
|
1649
|
-
new(message: string
|
|
1651
|
+
new(message: string): TargetException;
|
|
1652
|
+
new(message: string, inner: Exception): TargetException;
|
|
1650
1653
|
};
|
|
1651
1654
|
|
|
1652
1655
|
|
|
@@ -1663,8 +1666,8 @@ export interface TargetInvocationException$instance extends ApplicationException
|
|
|
1663
1666
|
|
|
1664
1667
|
|
|
1665
1668
|
export const TargetInvocationException: {
|
|
1666
|
-
new(inner: Exception
|
|
1667
|
-
new(message: string
|
|
1669
|
+
new(inner: Exception): TargetInvocationException;
|
|
1670
|
+
new(message: string, inner: Exception): TargetInvocationException;
|
|
1668
1671
|
};
|
|
1669
1672
|
|
|
1670
1673
|
|
|
@@ -1682,8 +1685,8 @@ export interface TargetParameterCountException$instance extends ApplicationExcep
|
|
|
1682
1685
|
|
|
1683
1686
|
export const TargetParameterCountException: {
|
|
1684
1687
|
new(): TargetParameterCountException;
|
|
1685
|
-
new(message: string
|
|
1686
|
-
new(message: string
|
|
1688
|
+
new(message: string): TargetParameterCountException;
|
|
1689
|
+
new(message: string, inner: Exception): TargetParameterCountException;
|
|
1687
1690
|
};
|
|
1688
1691
|
|
|
1689
1692
|
|
|
@@ -1743,18 +1746,18 @@ export interface TypeDelegator$instance extends TypeInfo$instance {
|
|
|
1743
1746
|
getMembers(bindingAttr: BindingFlags): MemberInfo[];
|
|
1744
1747
|
getMembers(): MemberInfo[];
|
|
1745
1748
|
getMemberWithSameMetadataDefinitionAs(member: MemberInfo): MemberInfo;
|
|
1746
|
-
getMethod(name: string, bindingAttr: BindingFlags, binder: Binder, types: Type[], modifiers: ParameterModifier[]): MethodInfo;
|
|
1749
|
+
getMethod(name: string, bindingAttr: BindingFlags, binder: Binder, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
1747
1750
|
getMethod(name: string, bindingAttr: BindingFlags): MethodInfo | undefined;
|
|
1748
1751
|
getMethod(name: string): MethodInfo | undefined;
|
|
1749
1752
|
getMethod(name: string, bindingAttr: BindingFlags, types: Type[]): MethodInfo | undefined;
|
|
1750
1753
|
getMethod(name: string, types: Type[]): MethodInfo | undefined;
|
|
1751
|
-
getMethod(name: string, types: Type[], modifiers: ParameterModifier[]
|
|
1752
|
-
getMethod(name: string, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo;
|
|
1754
|
+
getMethod(name: string, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
1755
|
+
getMethod(name: string, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
1753
1756
|
getMethod(name: string, genericParameterCount: int, types: Type[]): MethodInfo | undefined;
|
|
1754
|
-
getMethod(name: string, genericParameterCount: int, types: Type[], modifiers: ParameterModifier[]
|
|
1757
|
+
getMethod(name: string, genericParameterCount: int, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
1755
1758
|
getMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, types: Type[]): MethodInfo | undefined;
|
|
1756
|
-
getMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, binder: Binder, types: Type[], modifiers: ParameterModifier[]): MethodInfo;
|
|
1757
|
-
getMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo;
|
|
1759
|
+
getMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, binder: Binder, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
1760
|
+
getMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
1758
1761
|
getMethods(bindingAttr: BindingFlags): MethodInfo[];
|
|
1759
1762
|
getMethods(): MethodInfo[];
|
|
1760
1763
|
getNestedType(name: string, bindingAttr: BindingFlags): Type | undefined;
|
|
@@ -1764,16 +1767,16 @@ export interface TypeDelegator$instance extends TypeInfo$instance {
|
|
|
1764
1767
|
getProperties(bindingAttr: BindingFlags): PropertyInfo[];
|
|
1765
1768
|
getProperties(): PropertyInfo[];
|
|
1766
1769
|
getProperty(name: string, bindingAttr: BindingFlags): PropertyInfo | undefined;
|
|
1767
|
-
getProperty(name: string, bindingAttr: BindingFlags, binder: Binder, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo;
|
|
1770
|
+
getProperty(name: string, bindingAttr: BindingFlags, binder: Binder, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo | undefined;
|
|
1768
1771
|
getProperty(name: string): PropertyInfo | undefined;
|
|
1769
|
-
getProperty(name: string, returnType: Type): PropertyInfo;
|
|
1772
|
+
getProperty(name: string, returnType: Type): PropertyInfo | undefined;
|
|
1770
1773
|
getProperty(name: string, types: Type[]): PropertyInfo | undefined;
|
|
1771
|
-
getProperty(name: string, returnType: Type
|
|
1772
|
-
getProperty(name: string, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo;
|
|
1774
|
+
getProperty(name: string, returnType: Type, types: Type[]): PropertyInfo | undefined;
|
|
1775
|
+
getProperty(name: string, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo | undefined;
|
|
1773
1776
|
getTypeInfo(): TypeInfo;
|
|
1774
|
-
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], modifiers: ParameterModifier[], culture: CultureInfo, namedParameters: string[] | undefined
|
|
1775
|
-
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[]): unknown;
|
|
1776
|
-
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], culture: CultureInfo): unknown;
|
|
1777
|
+
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], modifiers: ParameterModifier[], culture: CultureInfo, namedParameters: string[]): unknown | undefined;
|
|
1778
|
+
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[]): unknown | undefined;
|
|
1779
|
+
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], culture: CultureInfo): unknown | undefined;
|
|
1777
1780
|
isAssignableFrom(typeInfo: TypeInfo): boolean;
|
|
1778
1781
|
isAssignableFrom(c: Type): boolean;
|
|
1779
1782
|
isDefined(attributeType: Type, inherit: boolean): boolean;
|
|
@@ -1828,28 +1831,28 @@ export interface TypeInfo$instance extends Type {
|
|
|
1828
1831
|
getMethod(name: string, bindingAttr: BindingFlags): MethodInfo | undefined;
|
|
1829
1832
|
getMethod(name: string, bindingAttr: BindingFlags, types: Type[]): MethodInfo | undefined;
|
|
1830
1833
|
getMethod(name: string, types: Type[]): MethodInfo | undefined;
|
|
1831
|
-
getMethod(name: string, types: Type[], modifiers: ParameterModifier[]
|
|
1832
|
-
getMethod(name: string, bindingAttr: BindingFlags, binder: Binder, types: Type[], modifiers: ParameterModifier[]): MethodInfo;
|
|
1833
|
-
getMethod(name: string, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo;
|
|
1834
|
+
getMethod(name: string, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
1835
|
+
getMethod(name: string, bindingAttr: BindingFlags, binder: Binder, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
1836
|
+
getMethod(name: string, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
1834
1837
|
getMethod(name: string, genericParameterCount: int, types: Type[]): MethodInfo | undefined;
|
|
1835
|
-
getMethod(name: string, genericParameterCount: int, types: Type[], modifiers: ParameterModifier[]
|
|
1838
|
+
getMethod(name: string, genericParameterCount: int, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
1836
1839
|
getMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, types: Type[]): MethodInfo | undefined;
|
|
1837
|
-
getMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, binder: Binder, types: Type[], modifiers: ParameterModifier[]): MethodInfo;
|
|
1838
|
-
getMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo;
|
|
1840
|
+
getMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, binder: Binder, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
1841
|
+
getMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
1839
1842
|
getMethods(): MethodInfo[];
|
|
1840
1843
|
getMethods(bindingAttr: BindingFlags): MethodInfo[];
|
|
1841
1844
|
getProperties(): PropertyInfo[];
|
|
1842
1845
|
getProperties(bindingAttr: BindingFlags): PropertyInfo[];
|
|
1843
1846
|
getProperty(name: string): PropertyInfo | undefined;
|
|
1844
1847
|
getProperty(name: string, bindingAttr: BindingFlags): PropertyInfo | undefined;
|
|
1845
|
-
getProperty(name: string, returnType: Type): PropertyInfo;
|
|
1848
|
+
getProperty(name: string, returnType: Type): PropertyInfo | undefined;
|
|
1846
1849
|
getProperty(name: string, types: Type[]): PropertyInfo | undefined;
|
|
1847
|
-
getProperty(name: string, returnType: Type
|
|
1848
|
-
getProperty(name: string, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo;
|
|
1849
|
-
getProperty(name: string, bindingAttr: BindingFlags, binder: Binder, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo;
|
|
1850
|
-
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[]): unknown;
|
|
1851
|
-
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], culture: CultureInfo): unknown;
|
|
1852
|
-
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], modifiers: ParameterModifier[], culture: CultureInfo, namedParameters: string[] | undefined
|
|
1850
|
+
getProperty(name: string, returnType: Type, types: Type[]): PropertyInfo | undefined;
|
|
1851
|
+
getProperty(name: string, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo | undefined;
|
|
1852
|
+
getProperty(name: string, bindingAttr: BindingFlags, binder: Binder, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo | undefined;
|
|
1853
|
+
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[]): unknown | undefined;
|
|
1854
|
+
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], culture: CultureInfo): unknown | undefined;
|
|
1855
|
+
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], modifiers: ParameterModifier[], culture: CultureInfo, namedParameters: string[]): unknown | undefined;
|
|
1853
1856
|
isAssignableFrom(c: Type): boolean;
|
|
1854
1857
|
isDefined(attributeType: Type, inherit: boolean): boolean;
|
|
1855
1858
|
}
|
|
@@ -2021,11 +2024,11 @@ export abstract class TypeExtensions$instance {
|
|
|
2021
2024
|
static getProperties(type_: Type, bindingAttr: BindingFlags): PropertyInfo[];
|
|
2022
2025
|
static getProperties(type_: Type): PropertyInfo[];
|
|
2023
2026
|
static getProperty(type_: Type, name: string, bindingAttr: BindingFlags): PropertyInfo | undefined;
|
|
2024
|
-
static getProperty(type_: Type, name: string, returnType: Type
|
|
2025
|
-
static getProperty(type_: Type, name: string, returnType: Type
|
|
2027
|
+
static getProperty(type_: Type, name: string, returnType: Type, types: Type[]): PropertyInfo | undefined;
|
|
2028
|
+
static getProperty(type_: Type, name: string, returnType: Type): PropertyInfo | undefined;
|
|
2026
2029
|
static getProperty(type_: Type, name: string): PropertyInfo | undefined;
|
|
2027
|
-
static isAssignableFrom(type_: Type, c: Type
|
|
2028
|
-
static isInstanceOfType(type_: Type, o: unknown
|
|
2030
|
+
static isAssignableFrom(type_: Type, c: Type): boolean;
|
|
2031
|
+
static isInstanceOfType(type_: Type, o: unknown): boolean;
|
|
2029
2032
|
}
|
|
2030
2033
|
|
|
2031
2034
|
|