@tsonic/dotnet 0.5.2 → 0.6.0
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/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -64,7 +64,7 @@ export enum AssemblyFlags {
|
|
|
64
64
|
|
|
65
65
|
export enum AssemblyHashAlgorithm {
|
|
66
66
|
none = 0,
|
|
67
|
-
|
|
67
|
+
MD5 = 32771,
|
|
68
68
|
sha1 = 32772,
|
|
69
69
|
sha256 = 32780,
|
|
70
70
|
sha384 = 32781,
|
|
@@ -182,10 +182,10 @@ export enum GenericParameterAttributes {
|
|
|
182
182
|
|
|
183
183
|
|
|
184
184
|
export enum ImageFileMachine {
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
185
|
+
I386 = 332,
|
|
186
|
+
IA64 = 512,
|
|
187
|
+
AMD64 = 34404,
|
|
188
|
+
ARM = 452
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
|
|
@@ -239,9 +239,9 @@ export enum MethodAttributes {
|
|
|
239
239
|
|
|
240
240
|
export enum MethodImplAttributes {
|
|
241
241
|
codeTypeMask = 3,
|
|
242
|
-
|
|
242
|
+
IL = 0,
|
|
243
243
|
native = 1,
|
|
244
|
-
|
|
244
|
+
OPTIL = 2,
|
|
245
245
|
runtime = 3,
|
|
246
246
|
managedMask = 4,
|
|
247
247
|
unmanaged = 4,
|
|
@@ -318,7 +318,7 @@ export enum PortableExecutableKinds {
|
|
|
318
318
|
notAPortableExecutableImage = 0,
|
|
319
319
|
ilOnly = 1,
|
|
320
320
|
required32Bit = 2,
|
|
321
|
-
|
|
321
|
+
pE32Plus = 4,
|
|
322
322
|
unmanaged32Bit = 8,
|
|
323
323
|
preferred32Bit = 16
|
|
324
324
|
}
|
|
@@ -326,9 +326,9 @@ export enum PortableExecutableKinds {
|
|
|
326
326
|
|
|
327
327
|
export enum ProcessorArchitecture {
|
|
328
328
|
none = 0,
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
329
|
+
MSIL = 1,
|
|
330
|
+
X86 = 2,
|
|
331
|
+
IA64 = 3,
|
|
332
332
|
amd64 = 4,
|
|
333
333
|
arm = 5
|
|
334
334
|
}
|
|
@@ -396,54 +396,54 @@ export enum TypeAttributes {
|
|
|
396
396
|
|
|
397
397
|
|
|
398
398
|
export interface ICustomAttributeProvider$instance {
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
399
|
+
getCustomAttributes(inherit: boolean): unknown[];
|
|
400
|
+
getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
401
|
+
isDefined(attributeType: Type, inherit: boolean): boolean;
|
|
402
402
|
}
|
|
403
403
|
|
|
404
404
|
|
|
405
405
|
export type ICustomAttributeProvider = ICustomAttributeProvider$instance;
|
|
406
406
|
|
|
407
407
|
export interface ICustomTypeProvider$instance {
|
|
408
|
-
|
|
408
|
+
getCustomType(): Type;
|
|
409
409
|
}
|
|
410
410
|
|
|
411
411
|
|
|
412
412
|
export type ICustomTypeProvider = ICustomTypeProvider$instance;
|
|
413
413
|
|
|
414
414
|
export interface IReflect$instance {
|
|
415
|
-
readonly
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
415
|
+
readonly underlyingSystemType: Type;
|
|
416
|
+
getField(name: string, bindingAttr: BindingFlags): FieldInfo;
|
|
417
|
+
getFields(bindingAttr: BindingFlags): FieldInfo[];
|
|
418
|
+
getMember(name: string, bindingAttr: BindingFlags): MemberInfo[];
|
|
419
|
+
getMembers(bindingAttr: BindingFlags): MemberInfo[];
|
|
420
|
+
getMethod(name: string, bindingAttr: BindingFlags, binder: Binder, types: Type[], modifiers: ParameterModifier[]): MethodInfo;
|
|
421
|
+
getMethod(name: string, bindingAttr: BindingFlags): MethodInfo;
|
|
422
|
+
getMethods(bindingAttr: BindingFlags): MethodInfo[];
|
|
423
|
+
getProperties(bindingAttr: BindingFlags): PropertyInfo[];
|
|
424
|
+
getProperty2(name: string, bindingAttr: BindingFlags, binder: Binder, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo;
|
|
425
|
+
getProperty2(name: string, bindingAttr: BindingFlags): PropertyInfo;
|
|
426
|
+
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], modifiers: ParameterModifier[], culture: CultureInfo, namedParameters: string[]): unknown;
|
|
427
427
|
}
|
|
428
428
|
|
|
429
429
|
|
|
430
430
|
export type IReflect = IReflect$instance;
|
|
431
431
|
|
|
432
432
|
export interface IReflectableType$instance {
|
|
433
|
-
|
|
433
|
+
getTypeInfo(): TypeInfo;
|
|
434
434
|
}
|
|
435
435
|
|
|
436
436
|
|
|
437
437
|
export type IReflectableType = IReflectableType$instance;
|
|
438
438
|
|
|
439
439
|
export class CustomAttributeNamedArgument$instance {
|
|
440
|
-
constructor(memberInfo: MemberInfo, value:
|
|
440
|
+
constructor(memberInfo: MemberInfo, value: unknown);
|
|
441
441
|
constructor(memberInfo: MemberInfo, typedArgument: CustomAttributeTypedArgument);
|
|
442
442
|
readonly isField: boolean;
|
|
443
443
|
readonly memberInfo: MemberInfo;
|
|
444
444
|
readonly memberName: string;
|
|
445
445
|
readonly typedValue: CustomAttributeTypedArgument;
|
|
446
|
-
equals(obj:
|
|
446
|
+
equals(obj: unknown): boolean;
|
|
447
447
|
equals(other: CustomAttributeNamedArgument): boolean;
|
|
448
448
|
getHashCode(): int;
|
|
449
449
|
toString(): string;
|
|
@@ -451,7 +451,7 @@ export class CustomAttributeNamedArgument$instance {
|
|
|
451
451
|
|
|
452
452
|
|
|
453
453
|
export interface __CustomAttributeNamedArgument$views {
|
|
454
|
-
|
|
454
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<CustomAttributeNamedArgument>;
|
|
455
455
|
|
|
456
456
|
// Structural method bridges for numeric interface constraints
|
|
457
457
|
Equals(other: CustomAttributeNamedArgument): boolean;
|
|
@@ -461,11 +461,11 @@ export type CustomAttributeNamedArgument = CustomAttributeNamedArgument$instance
|
|
|
461
461
|
|
|
462
462
|
|
|
463
463
|
export class CustomAttributeTypedArgument$instance {
|
|
464
|
-
constructor(argumentType: Type, value:
|
|
465
|
-
constructor(value:
|
|
464
|
+
constructor(argumentType: Type, value: unknown);
|
|
465
|
+
constructor(value: unknown);
|
|
466
466
|
readonly argumentType: Type;
|
|
467
|
-
readonly value:
|
|
468
|
-
equals(obj:
|
|
467
|
+
readonly value: unknown;
|
|
468
|
+
equals(obj: unknown): boolean;
|
|
469
469
|
equals(other: CustomAttributeTypedArgument): boolean;
|
|
470
470
|
getHashCode(): int;
|
|
471
471
|
toString(): string;
|
|
@@ -473,7 +473,7 @@ export class CustomAttributeTypedArgument$instance {
|
|
|
473
473
|
|
|
474
474
|
|
|
475
475
|
export interface __CustomAttributeTypedArgument$views {
|
|
476
|
-
|
|
476
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<CustomAttributeTypedArgument>;
|
|
477
477
|
|
|
478
478
|
// Structural method bridges for numeric interface constraints
|
|
479
479
|
Equals(other: CustomAttributeTypedArgument): boolean;
|
|
@@ -483,10 +483,10 @@ export type CustomAttributeTypedArgument = CustomAttributeTypedArgument$instance
|
|
|
483
483
|
|
|
484
484
|
|
|
485
485
|
export class InterfaceMapping$instance {
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
486
|
+
targetType: Type;
|
|
487
|
+
interfaceType: Type;
|
|
488
|
+
targetMethods: MethodInfo[];
|
|
489
|
+
interfaceMethods: MethodInfo[];
|
|
490
490
|
}
|
|
491
491
|
|
|
492
492
|
|
|
@@ -509,7 +509,7 @@ export class AmbiguousMatchException$instance extends System_Internal.SystemExce
|
|
|
509
509
|
|
|
510
510
|
|
|
511
511
|
export interface __AmbiguousMatchException$views {
|
|
512
|
-
|
|
512
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
513
513
|
}
|
|
514
514
|
|
|
515
515
|
export type AmbiguousMatchException = AmbiguousMatchException$instance & __AmbiguousMatchException$views;
|
|
@@ -534,12 +534,12 @@ export abstract class Assembly$instance {
|
|
|
534
534
|
readonly modules: IEnumerable_1<Module>;
|
|
535
535
|
readonly reflectionOnly: boolean;
|
|
536
536
|
readonly securityRuleSet: SecurityRuleSet;
|
|
537
|
-
createInstance(typeName: string):
|
|
538
|
-
createInstance(typeName: string, ignoreCase: boolean):
|
|
539
|
-
createInstance(typeName: string, ignoreCase: boolean, bindingAttr: BindingFlags, binder: Binder, args:
|
|
540
|
-
equals(o:
|
|
541
|
-
getCustomAttributes(inherit: boolean):
|
|
542
|
-
getCustomAttributes(attributeType: Type, inherit: boolean):
|
|
537
|
+
createInstance(typeName: string): unknown;
|
|
538
|
+
createInstance(typeName: string, ignoreCase: boolean): unknown;
|
|
539
|
+
createInstance(typeName: string, ignoreCase: boolean, bindingAttr: BindingFlags, binder: Binder, args: unknown[], culture: CultureInfo, activationAttributes: unknown[]): unknown;
|
|
540
|
+
equals(o: unknown): boolean;
|
|
541
|
+
getCustomAttributes(inherit: boolean): unknown[];
|
|
542
|
+
getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
543
543
|
getCustomAttributesData(): IList_1<CustomAttributeData>;
|
|
544
544
|
getExportedTypes(): Type[];
|
|
545
545
|
getFile(name: string): FileStream;
|
|
@@ -570,32 +570,34 @@ export abstract class Assembly$instance {
|
|
|
570
570
|
loadModule(moduleName: string, rawModule: byte[]): Module;
|
|
571
571
|
loadModule(moduleName: string, rawModule: byte[], rawSymbolStore: byte[]): Module;
|
|
572
572
|
toString(): string;
|
|
573
|
-
static
|
|
574
|
-
static
|
|
575
|
-
static
|
|
576
|
-
static
|
|
577
|
-
static
|
|
578
|
-
static
|
|
579
|
-
static
|
|
580
|
-
static
|
|
581
|
-
static
|
|
582
|
-
static
|
|
583
|
-
static
|
|
584
|
-
static
|
|
585
|
-
static
|
|
586
|
-
static
|
|
587
|
-
static
|
|
588
|
-
static
|
|
589
|
-
static
|
|
590
|
-
static
|
|
573
|
+
static createQualifiedName(assemblyName: string, typeName: string): string;
|
|
574
|
+
static getAssembly(type_: Type): Assembly;
|
|
575
|
+
static getCallingAssembly(): Assembly;
|
|
576
|
+
static getEntryAssembly(): Assembly;
|
|
577
|
+
static getExecutingAssembly(): Assembly;
|
|
578
|
+
static load4(rawAssembly: byte[], rawSymbolStore: byte[]): Assembly;
|
|
579
|
+
static load4(rawAssembly: byte[]): Assembly;
|
|
580
|
+
static load4(assemblyRef: AssemblyName): Assembly;
|
|
581
|
+
static load4(assemblyString: string): Assembly;
|
|
582
|
+
static loadFile(path: string): Assembly;
|
|
583
|
+
static loadFrom2(assemblyFile: string, hashValue: byte[], hashAlgorithm: AssemblyHashAlgorithm_Assemblies): Assembly;
|
|
584
|
+
static loadFrom2(assemblyFile: string): Assembly;
|
|
585
|
+
static loadWithPartialName(partialName: string): Assembly;
|
|
586
|
+
static reflectionOnlyLoad(rawAssembly: byte[]): Assembly;
|
|
587
|
+
static reflectionOnlyLoad(assemblyString: string): Assembly;
|
|
588
|
+
static reflectionOnlyLoadFrom(assemblyFile: string): Assembly;
|
|
589
|
+
static setEntryAssembly(assembly: Assembly): void;
|
|
590
|
+
static unsafeLoadFrom(assemblyFile: string): Assembly;
|
|
591
591
|
}
|
|
592
592
|
|
|
593
593
|
|
|
594
594
|
export interface __Assembly$views {
|
|
595
|
-
|
|
596
|
-
|
|
595
|
+
As_ICustomAttributeProvider(): ICustomAttributeProvider$instance;
|
|
596
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
597
597
|
}
|
|
598
598
|
|
|
599
|
+
export interface Assembly$instance extends ICustomAttributeProvider$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
600
|
+
|
|
599
601
|
export type Assembly = Assembly$instance & __Assembly$views;
|
|
600
602
|
|
|
601
603
|
|
|
@@ -732,25 +734,27 @@ export class AssemblyName$instance {
|
|
|
732
734
|
processorArchitecture: ProcessorArchitecture;
|
|
733
735
|
version: Version;
|
|
734
736
|
versionCompatibility: AssemblyVersionCompatibility;
|
|
735
|
-
clone():
|
|
737
|
+
clone(): unknown;
|
|
736
738
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
737
739
|
getPublicKey(): byte[];
|
|
738
740
|
getPublicKeyToken(): byte[];
|
|
739
|
-
onDeserialization(sender:
|
|
741
|
+
onDeserialization(sender: unknown): void;
|
|
740
742
|
setPublicKey(publicKey: byte[]): void;
|
|
741
743
|
setPublicKeyToken(publicKeyToken: byte[]): void;
|
|
742
744
|
toString(): string;
|
|
743
|
-
static
|
|
744
|
-
static
|
|
745
|
+
static getAssemblyName(assemblyFile: string): AssemblyName;
|
|
746
|
+
static referenceMatchesDefinition(reference: AssemblyName, definition: AssemblyName): boolean;
|
|
745
747
|
}
|
|
746
748
|
|
|
747
749
|
|
|
748
750
|
export interface __AssemblyName$views {
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
751
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
752
|
+
As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
|
|
753
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
752
754
|
}
|
|
753
755
|
|
|
756
|
+
export interface AssemblyName$instance extends System_Internal.ICloneable$instance, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
757
|
+
|
|
754
758
|
export type AssemblyName = AssemblyName$instance & __AssemblyName$views;
|
|
755
759
|
|
|
756
760
|
|
|
@@ -804,10 +808,10 @@ export class AssemblyVersionAttribute$instance extends System_Internal.Attribute
|
|
|
804
808
|
export type AssemblyVersionAttribute = AssemblyVersionAttribute$instance;
|
|
805
809
|
|
|
806
810
|
export abstract class Binder$instance {
|
|
807
|
-
abstract bindToField(bindingAttr: BindingFlags, match: FieldInfo[], value:
|
|
808
|
-
abstract bindToMethod(bindingAttr: BindingFlags, match: MethodBase[], args: { value: ref<
|
|
809
|
-
abstract changeType(value:
|
|
810
|
-
abstract reorderArgumentArray(args: { value: ref<
|
|
811
|
+
abstract bindToField(bindingAttr: BindingFlags, match: FieldInfo[], value: unknown, culture: CultureInfo): FieldInfo;
|
|
812
|
+
abstract bindToMethod(bindingAttr: BindingFlags, match: MethodBase[], args: { value: ref<unknown[]> }, modifiers: ParameterModifier[], culture: CultureInfo, names: string[], state: { value: ref<unknown> }): MethodBase;
|
|
813
|
+
abstract changeType(value: unknown, type_: Type, culture: CultureInfo): unknown;
|
|
814
|
+
abstract reorderArgumentArray(args: { value: ref<unknown[]> }, state: unknown): void;
|
|
811
815
|
abstract selectMethod(bindingAttr: BindingFlags, match: MethodBase[], types: Type[], modifiers: ParameterModifier[]): MethodBase;
|
|
812
816
|
abstract selectProperty(bindingAttr: BindingFlags, match: PropertyInfo[], returnType: Type, indexes: Type[], modifiers: ParameterModifier[]): PropertyInfo;
|
|
813
817
|
}
|
|
@@ -817,12 +821,12 @@ export type Binder = Binder$instance;
|
|
|
817
821
|
|
|
818
822
|
export abstract class ConstructorInfo$instance extends MethodBase$instance {
|
|
819
823
|
readonly memberType: MemberTypes;
|
|
820
|
-
equals(obj:
|
|
821
|
-
getCustomAttributes(inherit: boolean):
|
|
822
|
-
getCustomAttributes(attributeType: Type, inherit: boolean):
|
|
824
|
+
equals(obj: unknown): boolean;
|
|
825
|
+
getCustomAttributes(inherit: boolean): unknown[];
|
|
826
|
+
getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
823
827
|
getHashCode(): int;
|
|
824
|
-
invoke(obj:
|
|
825
|
-
invoke(obj:
|
|
828
|
+
invoke(obj: unknown, parameters: unknown[]): unknown;
|
|
829
|
+
invoke(obj: unknown, invokeAttr: BindingFlags, binder: Binder, parameters: unknown[], culture: CultureInfo): unknown;
|
|
826
830
|
isDefined(attributeType: Type, inherit: boolean): boolean;
|
|
827
831
|
static readonly constructorName: string;
|
|
828
832
|
static readonly typeConstructorName: string;
|
|
@@ -830,20 +834,20 @@ export abstract class ConstructorInfo$instance extends MethodBase$instance {
|
|
|
830
834
|
|
|
831
835
|
|
|
832
836
|
export interface __ConstructorInfo$views {
|
|
833
|
-
|
|
837
|
+
As_ICustomAttributeProvider(): ICustomAttributeProvider$instance;
|
|
834
838
|
}
|
|
835
839
|
|
|
836
840
|
export type ConstructorInfo = ConstructorInfo$instance & __ConstructorInfo$views;
|
|
837
841
|
|
|
838
842
|
|
|
839
843
|
export class ConstructorInvoker$instance {
|
|
840
|
-
invoke():
|
|
841
|
-
invoke(arg1:
|
|
842
|
-
invoke(arg1:
|
|
843
|
-
invoke(arg1:
|
|
844
|
-
invoke(arg1:
|
|
845
|
-
invoke(arguments: Span_1<
|
|
846
|
-
static
|
|
844
|
+
invoke(): unknown;
|
|
845
|
+
invoke(arg1: unknown): unknown;
|
|
846
|
+
invoke(arg1: unknown, arg2: unknown): unknown;
|
|
847
|
+
invoke(arg1: unknown, arg2: unknown, arg3: unknown): unknown;
|
|
848
|
+
invoke(arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown): unknown;
|
|
849
|
+
invoke(arguments: Span_1<unknown>): unknown;
|
|
850
|
+
static create(constructor_: ConstructorInfo): ConstructorInvoker;
|
|
847
851
|
}
|
|
848
852
|
|
|
849
853
|
|
|
@@ -855,10 +859,10 @@ export class CustomAttributeData$instance {
|
|
|
855
859
|
readonly constructorArguments: IList_1<CustomAttributeTypedArgument>;
|
|
856
860
|
readonly namedArguments: IList_1<CustomAttributeNamedArgument>;
|
|
857
861
|
toString(): string;
|
|
858
|
-
static
|
|
859
|
-
static
|
|
860
|
-
static
|
|
861
|
-
static
|
|
862
|
+
static getCustomAttributes3(target: Assembly): IList_1<CustomAttributeData>;
|
|
863
|
+
static getCustomAttributes3(target: MemberInfo): IList_1<CustomAttributeData>;
|
|
864
|
+
static getCustomAttributes3(target: Module): IList_1<CustomAttributeData>;
|
|
865
|
+
static getCustomAttributes3(target: ParameterInfo): IList_1<CustomAttributeData>;
|
|
862
866
|
}
|
|
863
867
|
|
|
864
868
|
|
|
@@ -873,7 +877,7 @@ export class CustomAttributeFormatException$instance extends System_Internal.For
|
|
|
873
877
|
|
|
874
878
|
|
|
875
879
|
export interface __CustomAttributeFormatException$views {
|
|
876
|
-
|
|
880
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
877
881
|
}
|
|
878
882
|
|
|
879
883
|
export type CustomAttributeFormatException = CustomAttributeFormatException$instance & __CustomAttributeFormatException$views;
|
|
@@ -888,8 +892,8 @@ export class DefaultMemberAttribute$instance extends System_Internal.Attribute$i
|
|
|
888
892
|
export type DefaultMemberAttribute = DefaultMemberAttribute$instance;
|
|
889
893
|
|
|
890
894
|
export abstract class DispatchProxy$instance {
|
|
891
|
-
static
|
|
892
|
-
static
|
|
895
|
+
static create<T, TProxy extends DispatchProxy>(): T;
|
|
896
|
+
static create(interfaceType: Type, proxyType: Type): unknown;
|
|
893
897
|
}
|
|
894
898
|
|
|
895
899
|
|
|
@@ -904,12 +908,12 @@ export abstract class EventInfo$instance extends MemberInfo$instance {
|
|
|
904
908
|
readonly memberType: MemberTypes;
|
|
905
909
|
readonly raiseMethod: MethodInfo;
|
|
906
910
|
readonly removeMethod: MethodInfo;
|
|
907
|
-
addEventHandler(target:
|
|
908
|
-
equals(obj:
|
|
911
|
+
addEventHandler(target: unknown, handler: Function): void;
|
|
912
|
+
equals(obj: unknown): boolean;
|
|
909
913
|
getAddMethod(): MethodInfo;
|
|
910
914
|
getAddMethod(nonPublic: boolean): MethodInfo;
|
|
911
|
-
abstract getCustomAttributes(inherit: boolean):
|
|
912
|
-
abstract getCustomAttributes(attributeType: Type, inherit: boolean):
|
|
915
|
+
abstract getCustomAttributes(inherit: boolean): unknown[];
|
|
916
|
+
abstract getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
913
917
|
getHashCode(): int;
|
|
914
918
|
getOtherMethods(): MethodInfo[];
|
|
915
919
|
getOtherMethods(nonPublic: boolean): MethodInfo[];
|
|
@@ -918,12 +922,12 @@ export abstract class EventInfo$instance extends MemberInfo$instance {
|
|
|
918
922
|
getRemoveMethod(): MethodInfo;
|
|
919
923
|
getRemoveMethod(nonPublic: boolean): MethodInfo;
|
|
920
924
|
abstract isDefined(attributeType: Type, inherit: boolean): boolean;
|
|
921
|
-
removeEventHandler(target:
|
|
925
|
+
removeEventHandler(target: unknown, handler: Function): void;
|
|
922
926
|
}
|
|
923
927
|
|
|
924
928
|
|
|
925
929
|
export interface __EventInfo$views {
|
|
926
|
-
|
|
930
|
+
As_ICustomAttributeProvider(): ICustomAttributeProvider$instance;
|
|
927
931
|
}
|
|
928
932
|
|
|
929
933
|
export type EventInfo = EventInfo$instance & __EventInfo$views;
|
|
@@ -963,27 +967,27 @@ export abstract class FieldInfo$instance extends MemberInfo$instance {
|
|
|
963
967
|
readonly isSpecialName: boolean;
|
|
964
968
|
readonly isStatic: boolean;
|
|
965
969
|
readonly memberType: MemberTypes;
|
|
966
|
-
equals(obj:
|
|
967
|
-
abstract getCustomAttributes(inherit: boolean):
|
|
968
|
-
abstract getCustomAttributes(attributeType: Type, inherit: boolean):
|
|
970
|
+
equals(obj: unknown): boolean;
|
|
971
|
+
abstract getCustomAttributes(inherit: boolean): unknown[];
|
|
972
|
+
abstract getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
969
973
|
getHashCode(): int;
|
|
970
974
|
getModifiedFieldType(): Type;
|
|
971
975
|
getOptionalCustomModifiers(): Type[];
|
|
972
|
-
getRawConstantValue():
|
|
976
|
+
getRawConstantValue(): unknown;
|
|
973
977
|
getRequiredCustomModifiers(): Type[];
|
|
974
|
-
abstract getValue(obj:
|
|
975
|
-
getValueDirect(obj: TypedReference):
|
|
978
|
+
abstract getValue(obj: unknown): unknown;
|
|
979
|
+
getValueDirect(obj: TypedReference): unknown;
|
|
976
980
|
abstract isDefined(attributeType: Type, inherit: boolean): boolean;
|
|
977
|
-
setValue(obj:
|
|
978
|
-
setValue(obj:
|
|
979
|
-
setValueDirect(obj: TypedReference, value:
|
|
980
|
-
static
|
|
981
|
-
static
|
|
981
|
+
setValue(obj: unknown, value: unknown): void;
|
|
982
|
+
setValue(obj: unknown, value: unknown, invokeAttr: BindingFlags, binder: Binder, culture: CultureInfo): void;
|
|
983
|
+
setValueDirect(obj: TypedReference, value: unknown): void;
|
|
984
|
+
static getFieldFromHandle2(handle: RuntimeFieldHandle, declaringType: RuntimeTypeHandle): FieldInfo;
|
|
985
|
+
static getFieldFromHandle2(handle: RuntimeFieldHandle): FieldInfo;
|
|
982
986
|
}
|
|
983
987
|
|
|
984
988
|
|
|
985
989
|
export interface __FieldInfo$views {
|
|
986
|
-
|
|
990
|
+
As_ICustomAttributeProvider(): ICustomAttributeProvider$instance;
|
|
987
991
|
}
|
|
988
992
|
|
|
989
993
|
export type FieldInfo = FieldInfo$instance & __FieldInfo$views;
|
|
@@ -998,7 +1002,7 @@ export class InvalidFilterCriteriaException$instance extends System_Internal.App
|
|
|
998
1002
|
|
|
999
1003
|
|
|
1000
1004
|
export interface __InvalidFilterCriteriaException$views {
|
|
1001
|
-
|
|
1005
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1002
1006
|
}
|
|
1003
1007
|
|
|
1004
1008
|
export type InvalidFilterCriteriaException = InvalidFilterCriteriaException$instance & __InvalidFilterCriteriaException$views;
|
|
@@ -1025,18 +1029,18 @@ export class ManifestResourceInfo$instance {
|
|
|
1025
1029
|
export type ManifestResourceInfo = ManifestResourceInfo$instance;
|
|
1026
1030
|
|
|
1027
1031
|
export class MemberFilter$instance extends Function {
|
|
1028
|
-
constructor(object_:
|
|
1029
|
-
beginInvoke(m: MemberInfo, filterCriteria:
|
|
1030
|
-
clone():
|
|
1032
|
+
constructor(object_: unknown, method: nint);
|
|
1033
|
+
beginInvoke(m: MemberInfo, filterCriteria: unknown, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
1034
|
+
clone(): unknown;
|
|
1031
1035
|
endInvoke(result: IAsyncResult): boolean;
|
|
1032
1036
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1033
|
-
invoke(m: MemberInfo, filterCriteria:
|
|
1037
|
+
invoke(m: MemberInfo, filterCriteria: unknown): boolean;
|
|
1034
1038
|
}
|
|
1035
1039
|
|
|
1036
1040
|
|
|
1037
1041
|
export interface __MemberFilter$views {
|
|
1038
|
-
|
|
1039
|
-
|
|
1042
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1043
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1040
1044
|
}
|
|
1041
1045
|
|
|
1042
1046
|
export type MemberFilter = MemberFilter$instance & __MemberFilter$views;
|
|
@@ -1051,9 +1055,9 @@ export abstract class MemberInfo$instance {
|
|
|
1051
1055
|
readonly module_: Module;
|
|
1052
1056
|
readonly name: string;
|
|
1053
1057
|
readonly reflectedType: Type;
|
|
1054
|
-
equals(obj:
|
|
1055
|
-
abstract getCustomAttributes(inherit: boolean):
|
|
1056
|
-
abstract getCustomAttributes(attributeType: Type, inherit: boolean):
|
|
1058
|
+
equals(obj: unknown): boolean;
|
|
1059
|
+
abstract getCustomAttributes(inherit: boolean): unknown[];
|
|
1060
|
+
abstract getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
1057
1061
|
getCustomAttributesData(): IList_1<CustomAttributeData>;
|
|
1058
1062
|
getHashCode(): int;
|
|
1059
1063
|
hasSameMetadataDefinitionAs(other: MemberInfo): boolean;
|
|
@@ -1062,9 +1066,11 @@ export abstract class MemberInfo$instance {
|
|
|
1062
1066
|
|
|
1063
1067
|
|
|
1064
1068
|
export interface __MemberInfo$views {
|
|
1065
|
-
|
|
1069
|
+
As_ICustomAttributeProvider(): ICustomAttributeProvider$instance;
|
|
1066
1070
|
}
|
|
1067
1071
|
|
|
1072
|
+
export interface MemberInfo$instance extends ICustomAttributeProvider$instance {}
|
|
1073
|
+
|
|
1068
1074
|
export type MemberInfo = MemberInfo$instance & __MemberInfo$views;
|
|
1069
1075
|
|
|
1070
1076
|
|
|
@@ -1093,25 +1099,25 @@ export abstract class MethodBase$instance extends MemberInfo$instance {
|
|
|
1093
1099
|
readonly isVirtual: boolean;
|
|
1094
1100
|
readonly methodHandle: RuntimeMethodHandle;
|
|
1095
1101
|
readonly methodImplementationFlags: MethodImplAttributes;
|
|
1096
|
-
equals(obj:
|
|
1097
|
-
abstract getCustomAttributes(inherit: boolean):
|
|
1098
|
-
abstract getCustomAttributes(attributeType: Type, inherit: boolean):
|
|
1102
|
+
equals(obj: unknown): boolean;
|
|
1103
|
+
abstract getCustomAttributes(inherit: boolean): unknown[];
|
|
1104
|
+
abstract getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
1099
1105
|
getGenericArguments(): Type[];
|
|
1100
1106
|
getHashCode(): int;
|
|
1101
1107
|
getMethodBody(): MethodBody;
|
|
1102
1108
|
abstract getMethodImplementationFlags(): MethodImplAttributes;
|
|
1103
1109
|
abstract getParameters(): ParameterInfo[];
|
|
1104
|
-
invoke(obj:
|
|
1105
|
-
invoke(obj:
|
|
1110
|
+
invoke(obj: unknown, parameters: unknown[]): unknown;
|
|
1111
|
+
invoke(obj: unknown, invokeAttr: BindingFlags, binder: Binder, parameters: unknown[], culture: CultureInfo): unknown;
|
|
1106
1112
|
abstract isDefined(attributeType: Type, inherit: boolean): boolean;
|
|
1107
|
-
static
|
|
1108
|
-
static
|
|
1109
|
-
static
|
|
1113
|
+
static getCurrentMethod(): MethodBase;
|
|
1114
|
+
static getMethodFromHandle2(handle: RuntimeMethodHandle, declaringType: RuntimeTypeHandle): MethodBase;
|
|
1115
|
+
static getMethodFromHandle2(handle: RuntimeMethodHandle): MethodBase;
|
|
1110
1116
|
}
|
|
1111
1117
|
|
|
1112
1118
|
|
|
1113
1119
|
export interface __MethodBase$views {
|
|
1114
|
-
|
|
1120
|
+
As_ICustomAttributeProvider(): ICustomAttributeProvider$instance;
|
|
1115
1121
|
}
|
|
1116
1122
|
|
|
1117
1123
|
export type MethodBase = MethodBase$instance & __MethodBase$views;
|
|
@@ -1135,13 +1141,13 @@ export abstract class MethodInfo$instance extends MethodBase$instance {
|
|
|
1135
1141
|
readonly returnType: Type;
|
|
1136
1142
|
readonly returnTypeCustomAttributes: ICustomAttributeProvider;
|
|
1137
1143
|
createDelegate(delegateType: Type): Function;
|
|
1138
|
-
createDelegate(delegateType: Type, target:
|
|
1144
|
+
createDelegate(delegateType: Type, target: unknown): Function;
|
|
1139
1145
|
createDelegate<T extends Function>(): T;
|
|
1140
|
-
createDelegate<T extends Function>(target:
|
|
1141
|
-
equals(obj:
|
|
1146
|
+
createDelegate<T extends Function>(target: unknown): T;
|
|
1147
|
+
equals(obj: unknown): boolean;
|
|
1142
1148
|
abstract getBaseDefinition(): MethodInfo;
|
|
1143
|
-
getCustomAttributes(inherit: boolean):
|
|
1144
|
-
getCustomAttributes(attributeType: Type, inherit: boolean):
|
|
1149
|
+
getCustomAttributes(inherit: boolean): unknown[];
|
|
1150
|
+
getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
1145
1151
|
getGenericArguments(): Type[];
|
|
1146
1152
|
getGenericMethodDefinition(): MethodInfo;
|
|
1147
1153
|
getHashCode(): int;
|
|
@@ -1151,20 +1157,20 @@ export abstract class MethodInfo$instance extends MethodBase$instance {
|
|
|
1151
1157
|
|
|
1152
1158
|
|
|
1153
1159
|
export interface __MethodInfo$views {
|
|
1154
|
-
|
|
1160
|
+
As_ICustomAttributeProvider(): ICustomAttributeProvider$instance;
|
|
1155
1161
|
}
|
|
1156
1162
|
|
|
1157
1163
|
export type MethodInfo = MethodInfo$instance & __MethodInfo$views;
|
|
1158
1164
|
|
|
1159
1165
|
|
|
1160
1166
|
export class MethodInvoker$instance {
|
|
1161
|
-
invoke(obj:
|
|
1162
|
-
invoke(obj:
|
|
1163
|
-
invoke(obj:
|
|
1164
|
-
invoke(obj:
|
|
1165
|
-
invoke(obj:
|
|
1166
|
-
invoke(obj:
|
|
1167
|
-
static
|
|
1167
|
+
invoke(obj: unknown): unknown;
|
|
1168
|
+
invoke(obj: unknown, arg1: unknown): unknown;
|
|
1169
|
+
invoke(obj: unknown, arg1: unknown, arg2: unknown): unknown;
|
|
1170
|
+
invoke(obj: unknown, arg1: unknown, arg2: unknown, arg3: unknown): unknown;
|
|
1171
|
+
invoke(obj: unknown, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown): unknown;
|
|
1172
|
+
invoke(obj: unknown, arguments: Span_1<unknown>): unknown;
|
|
1173
|
+
static create(method: MethodBase): MethodInvoker;
|
|
1168
1174
|
}
|
|
1169
1175
|
|
|
1170
1176
|
|
|
@@ -1176,9 +1182,11 @@ export class Missing$instance {
|
|
|
1176
1182
|
|
|
1177
1183
|
|
|
1178
1184
|
export interface __Missing$views {
|
|
1179
|
-
|
|
1185
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1180
1186
|
}
|
|
1181
1187
|
|
|
1188
|
+
export interface Missing$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
1189
|
+
|
|
1182
1190
|
export type Missing = Missing$instance & __Missing$views;
|
|
1183
1191
|
|
|
1184
1192
|
|
|
@@ -1192,10 +1200,10 @@ export abstract class Module$instance {
|
|
|
1192
1200
|
readonly moduleVersionId: Guid;
|
|
1193
1201
|
readonly name: string;
|
|
1194
1202
|
readonly scopeName: string;
|
|
1195
|
-
equals(o:
|
|
1196
|
-
findTypes(filter: TypeFilter, filterCriteria:
|
|
1197
|
-
getCustomAttributes(inherit: boolean):
|
|
1198
|
-
getCustomAttributes(attributeType: Type, inherit: boolean):
|
|
1203
|
+
equals(o: unknown): boolean;
|
|
1204
|
+
findTypes(filter: TypeFilter, filterCriteria: unknown): Type[];
|
|
1205
|
+
getCustomAttributes(inherit: boolean): unknown[];
|
|
1206
|
+
getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
1199
1207
|
getCustomAttributesData(): IList_1<CustomAttributeData>;
|
|
1200
1208
|
getField(name: string): FieldInfo;
|
|
1201
1209
|
getField(name: string, bindingAttr: BindingFlags): FieldInfo;
|
|
@@ -1232,26 +1240,28 @@ export abstract class Module$instance {
|
|
|
1232
1240
|
|
|
1233
1241
|
|
|
1234
1242
|
export interface __Module$views {
|
|
1235
|
-
|
|
1236
|
-
|
|
1243
|
+
As_ICustomAttributeProvider(): ICustomAttributeProvider$instance;
|
|
1244
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1237
1245
|
}
|
|
1238
1246
|
|
|
1247
|
+
export interface Module$instance extends ICustomAttributeProvider$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
1248
|
+
|
|
1239
1249
|
export type Module = Module$instance & __Module$views;
|
|
1240
1250
|
|
|
1241
1251
|
|
|
1242
1252
|
export class ModuleResolveEventHandler$instance extends Function {
|
|
1243
|
-
constructor(object_:
|
|
1244
|
-
beginInvoke(sender:
|
|
1245
|
-
clone():
|
|
1253
|
+
constructor(object_: unknown, method: nint);
|
|
1254
|
+
beginInvoke(sender: unknown, e: ResolveEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
1255
|
+
clone(): unknown;
|
|
1246
1256
|
endInvoke(result: IAsyncResult): Module;
|
|
1247
1257
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1248
|
-
invoke(sender:
|
|
1258
|
+
invoke(sender: unknown, e: ResolveEventArgs): Module;
|
|
1249
1259
|
}
|
|
1250
1260
|
|
|
1251
1261
|
|
|
1252
1262
|
export interface __ModuleResolveEventHandler$views {
|
|
1253
|
-
|
|
1254
|
-
|
|
1263
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1264
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1255
1265
|
}
|
|
1256
1266
|
|
|
1257
1267
|
export type ModuleResolveEventHandler = ModuleResolveEventHandler$instance & __ModuleResolveEventHandler$views;
|
|
@@ -1302,7 +1312,7 @@ export type ObfuscationAttribute = ObfuscationAttribute$instance;
|
|
|
1302
1312
|
export class ParameterInfo$instance {
|
|
1303
1313
|
readonly attributes: ParameterAttributes;
|
|
1304
1314
|
readonly customAttributes: IEnumerable_1<CustomAttributeData>;
|
|
1305
|
-
readonly defaultValue:
|
|
1315
|
+
readonly defaultValue: unknown;
|
|
1306
1316
|
readonly hasDefaultValue: boolean;
|
|
1307
1317
|
readonly isIn: boolean;
|
|
1308
1318
|
readonly isLcid: boolean;
|
|
@@ -1314,13 +1324,13 @@ export class ParameterInfo$instance {
|
|
|
1314
1324
|
readonly name: string;
|
|
1315
1325
|
readonly parameterType: Type;
|
|
1316
1326
|
readonly position: int;
|
|
1317
|
-
readonly rawDefaultValue:
|
|
1318
|
-
getCustomAttributes(inherit: boolean):
|
|
1319
|
-
getCustomAttributes(attributeType: Type, inherit: boolean):
|
|
1327
|
+
readonly rawDefaultValue: unknown;
|
|
1328
|
+
getCustomAttributes(inherit: boolean): unknown[];
|
|
1329
|
+
getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
1320
1330
|
getCustomAttributesData(): IList_1<CustomAttributeData>;
|
|
1321
1331
|
getModifiedParameterType(): Type;
|
|
1322
1332
|
getOptionalCustomModifiers(): Type[];
|
|
1323
|
-
getRealObject(context: StreamingContext):
|
|
1333
|
+
getRealObject(context: StreamingContext): unknown;
|
|
1324
1334
|
getRequiredCustomModifiers(): Type[];
|
|
1325
1335
|
isDefined(attributeType: Type, inherit: boolean): boolean;
|
|
1326
1336
|
toString(): string;
|
|
@@ -1328,25 +1338,29 @@ export class ParameterInfo$instance {
|
|
|
1328
1338
|
|
|
1329
1339
|
|
|
1330
1340
|
export interface __ParameterInfo$views {
|
|
1331
|
-
|
|
1332
|
-
|
|
1341
|
+
As_ICustomAttributeProvider(): ICustomAttributeProvider$instance;
|
|
1342
|
+
As_IObjectReference(): System_Runtime_Serialization_Internal.IObjectReference$instance;
|
|
1333
1343
|
}
|
|
1334
1344
|
|
|
1345
|
+
export interface ParameterInfo$instance extends ICustomAttributeProvider$instance, System_Runtime_Serialization_Internal.IObjectReference$instance {}
|
|
1346
|
+
|
|
1335
1347
|
export type ParameterInfo = ParameterInfo$instance & __ParameterInfo$views;
|
|
1336
1348
|
|
|
1337
1349
|
|
|
1338
1350
|
export class Pointer$instance {
|
|
1339
|
-
equals(obj:
|
|
1351
|
+
equals(obj: unknown): boolean;
|
|
1340
1352
|
getHashCode(): int;
|
|
1341
|
-
static
|
|
1342
|
-
static
|
|
1353
|
+
static box(ptr: ptr<void>, type_: Type): unknown;
|
|
1354
|
+
static unbox(ptr: unknown): ptr<void>;
|
|
1343
1355
|
}
|
|
1344
1356
|
|
|
1345
1357
|
|
|
1346
1358
|
export interface __Pointer$views {
|
|
1347
|
-
|
|
1359
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1348
1360
|
}
|
|
1349
1361
|
|
|
1362
|
+
export interface Pointer$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
1363
|
+
|
|
1350
1364
|
export type Pointer = Pointer$instance & __Pointer$views;
|
|
1351
1365
|
|
|
1352
1366
|
|
|
@@ -1359,41 +1373,41 @@ export abstract class PropertyInfo$instance extends MemberInfo$instance {
|
|
|
1359
1373
|
readonly memberType: MemberTypes;
|
|
1360
1374
|
readonly propertyType: Type;
|
|
1361
1375
|
readonly setMethod: MethodInfo;
|
|
1362
|
-
equals(obj:
|
|
1376
|
+
equals(obj: unknown): boolean;
|
|
1363
1377
|
getAccessors(): MethodInfo[];
|
|
1364
1378
|
getAccessors(nonPublic: boolean): MethodInfo[];
|
|
1365
|
-
getConstantValue():
|
|
1366
|
-
abstract getCustomAttributes(inherit: boolean):
|
|
1367
|
-
abstract getCustomAttributes(attributeType: Type, inherit: boolean):
|
|
1379
|
+
getConstantValue(): unknown;
|
|
1380
|
+
abstract getCustomAttributes(inherit: boolean): unknown[];
|
|
1381
|
+
abstract getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
1368
1382
|
getGetMethod(): MethodInfo;
|
|
1369
1383
|
getGetMethod(nonPublic: boolean): MethodInfo;
|
|
1370
1384
|
getHashCode(): int;
|
|
1371
1385
|
abstract getIndexParameters(): ParameterInfo[];
|
|
1372
1386
|
getModifiedPropertyType(): Type;
|
|
1373
1387
|
getOptionalCustomModifiers(): Type[];
|
|
1374
|
-
getRawConstantValue():
|
|
1388
|
+
getRawConstantValue(): unknown;
|
|
1375
1389
|
getRequiredCustomModifiers(): Type[];
|
|
1376
1390
|
getSetMethod(): MethodInfo;
|
|
1377
1391
|
getSetMethod(nonPublic: boolean): MethodInfo;
|
|
1378
|
-
getValue(obj:
|
|
1379
|
-
getValue(obj:
|
|
1380
|
-
getValue(obj:
|
|
1392
|
+
getValue(obj: unknown): unknown;
|
|
1393
|
+
getValue(obj: unknown, index: unknown[]): unknown;
|
|
1394
|
+
getValue(obj: unknown, invokeAttr: BindingFlags, binder: Binder, index: unknown[], culture: CultureInfo): unknown;
|
|
1381
1395
|
abstract isDefined(attributeType: Type, inherit: boolean): boolean;
|
|
1382
|
-
setValue(obj:
|
|
1383
|
-
setValue(obj:
|
|
1384
|
-
setValue(obj:
|
|
1396
|
+
setValue(obj: unknown, value: unknown): void;
|
|
1397
|
+
setValue(obj: unknown, value: unknown, index: unknown[]): void;
|
|
1398
|
+
setValue(obj: unknown, value: unknown, invokeAttr: BindingFlags, binder: Binder, index: unknown[], culture: CultureInfo): void;
|
|
1385
1399
|
}
|
|
1386
1400
|
|
|
1387
1401
|
|
|
1388
1402
|
export interface __PropertyInfo$views {
|
|
1389
|
-
|
|
1403
|
+
As_ICustomAttributeProvider(): ICustomAttributeProvider$instance;
|
|
1390
1404
|
}
|
|
1391
1405
|
|
|
1392
1406
|
export type PropertyInfo = PropertyInfo$instance & __PropertyInfo$views;
|
|
1393
1407
|
|
|
1394
1408
|
|
|
1395
1409
|
export abstract class ReflectionContext$instance {
|
|
1396
|
-
getTypeForObject(value:
|
|
1410
|
+
getTypeForObject(value: unknown): TypeInfo;
|
|
1397
1411
|
abstract mapAssembly(assembly: Assembly): Assembly;
|
|
1398
1412
|
abstract mapType(type_: TypeInfo): TypeInfo;
|
|
1399
1413
|
}
|
|
@@ -1413,7 +1427,7 @@ export class ReflectionTypeLoadException$instance extends System_Internal.System
|
|
|
1413
1427
|
|
|
1414
1428
|
|
|
1415
1429
|
export interface __ReflectionTypeLoadException$views {
|
|
1416
|
-
|
|
1430
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1417
1431
|
}
|
|
1418
1432
|
|
|
1419
1433
|
export type ReflectionTypeLoadException = ReflectionTypeLoadException$instance & __ReflectionTypeLoadException$views;
|
|
@@ -1428,10 +1442,12 @@ export class StrongNameKeyPair$instance {
|
|
|
1428
1442
|
|
|
1429
1443
|
|
|
1430
1444
|
export interface __StrongNameKeyPair$views {
|
|
1431
|
-
|
|
1432
|
-
|
|
1445
|
+
As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
|
|
1446
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1433
1447
|
}
|
|
1434
1448
|
|
|
1449
|
+
export interface StrongNameKeyPair$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
1450
|
+
|
|
1435
1451
|
export type StrongNameKeyPair = StrongNameKeyPair$instance & __StrongNameKeyPair$views;
|
|
1436
1452
|
|
|
1437
1453
|
|
|
@@ -1444,7 +1460,7 @@ export class TargetException$instance extends System_Internal.ApplicationExcepti
|
|
|
1444
1460
|
|
|
1445
1461
|
|
|
1446
1462
|
export interface __TargetException$views {
|
|
1447
|
-
|
|
1463
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1448
1464
|
}
|
|
1449
1465
|
|
|
1450
1466
|
export type TargetException = TargetException$instance & __TargetException$views;
|
|
@@ -1458,7 +1474,7 @@ export class TargetInvocationException$instance extends System_Internal.Applicat
|
|
|
1458
1474
|
|
|
1459
1475
|
|
|
1460
1476
|
export interface __TargetInvocationException$views {
|
|
1461
|
-
|
|
1477
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1462
1478
|
}
|
|
1463
1479
|
|
|
1464
1480
|
export type TargetInvocationException = TargetInvocationException$instance & __TargetInvocationException$views;
|
|
@@ -1473,7 +1489,7 @@ export class TargetParameterCountException$instance extends System_Internal.Appl
|
|
|
1473
1489
|
|
|
1474
1490
|
|
|
1475
1491
|
export interface __TargetParameterCountException$views {
|
|
1476
|
-
|
|
1492
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1477
1493
|
}
|
|
1478
1494
|
|
|
1479
1495
|
export type TargetParameterCountException = TargetParameterCountException$instance & __TargetParameterCountException$views;
|
|
@@ -1485,7 +1501,7 @@ export class TypeDelegator$instance extends TypeInfo$instance {
|
|
|
1485
1501
|
readonly assemblyQualifiedName: string;
|
|
1486
1502
|
readonly baseType: Type;
|
|
1487
1503
|
readonly fullName: string;
|
|
1488
|
-
readonly
|
|
1504
|
+
readonly GUID: Guid;
|
|
1489
1505
|
readonly isByRefLike: boolean;
|
|
1490
1506
|
readonly isCollectible: boolean;
|
|
1491
1507
|
readonly isConstructedGenericType: boolean;
|
|
@@ -1505,8 +1521,8 @@ export class TypeDelegator$instance extends TypeInfo$instance {
|
|
|
1505
1521
|
getArrayRank(): int;
|
|
1506
1522
|
getConstructors(bindingAttr: BindingFlags): ConstructorInfo[];
|
|
1507
1523
|
getConstructors(): ConstructorInfo[];
|
|
1508
|
-
getCustomAttributes(inherit: boolean):
|
|
1509
|
-
getCustomAttributes(attributeType: Type, inherit: boolean):
|
|
1524
|
+
getCustomAttributes(inherit: boolean): unknown[];
|
|
1525
|
+
getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
1510
1526
|
getElementType(): Type;
|
|
1511
1527
|
getEvent(name: string, bindingAttr: BindingFlags): EventInfo;
|
|
1512
1528
|
getEvent(name: string): EventInfo;
|
|
@@ -1557,9 +1573,9 @@ export class TypeDelegator$instance extends TypeInfo$instance {
|
|
|
1557
1573
|
getProperty(name: string, returnType: Type, types: Type[]): PropertyInfo;
|
|
1558
1574
|
getProperty(name: string, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo;
|
|
1559
1575
|
getTypeInfo(): TypeInfo;
|
|
1560
|
-
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target:
|
|
1561
|
-
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target:
|
|
1562
|
-
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target:
|
|
1576
|
+
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], modifiers: ParameterModifier[], culture: CultureInfo, namedParameters: string[]): unknown;
|
|
1577
|
+
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[]): unknown;
|
|
1578
|
+
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], culture: CultureInfo): unknown;
|
|
1563
1579
|
isAssignableFrom(typeInfo: TypeInfo): boolean;
|
|
1564
1580
|
isAssignableFrom(c: Type): boolean;
|
|
1565
1581
|
isDefined(attributeType: Type, inherit: boolean): boolean;
|
|
@@ -1567,27 +1583,29 @@ export class TypeDelegator$instance extends TypeInfo$instance {
|
|
|
1567
1583
|
|
|
1568
1584
|
|
|
1569
1585
|
export interface __TypeDelegator$views {
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1586
|
+
As_ICustomAttributeProvider(): ICustomAttributeProvider$instance;
|
|
1587
|
+
As_IReflect(): IReflect$instance;
|
|
1588
|
+
As_IReflectableType(): IReflectableType$instance;
|
|
1573
1589
|
}
|
|
1574
1590
|
|
|
1591
|
+
export interface TypeDelegator$instance extends IReflectableType$instance {}
|
|
1592
|
+
|
|
1575
1593
|
export type TypeDelegator = TypeDelegator$instance & __TypeDelegator$views;
|
|
1576
1594
|
|
|
1577
1595
|
|
|
1578
1596
|
export class TypeFilter$instance extends Function {
|
|
1579
|
-
constructor(object_:
|
|
1580
|
-
beginInvoke(m: Type, filterCriteria:
|
|
1581
|
-
clone():
|
|
1597
|
+
constructor(object_: unknown, method: nint);
|
|
1598
|
+
beginInvoke(m: Type, filterCriteria: unknown, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
1599
|
+
clone(): unknown;
|
|
1582
1600
|
endInvoke(result: IAsyncResult): boolean;
|
|
1583
1601
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1584
|
-
invoke(m: Type, filterCriteria:
|
|
1602
|
+
invoke(m: Type, filterCriteria: unknown): boolean;
|
|
1585
1603
|
}
|
|
1586
1604
|
|
|
1587
1605
|
|
|
1588
1606
|
export interface __TypeFilter$views {
|
|
1589
|
-
|
|
1590
|
-
|
|
1607
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1608
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1591
1609
|
}
|
|
1592
1610
|
|
|
1593
1611
|
export type TypeFilter = TypeFilter$instance & __TypeFilter$views;
|
|
@@ -1604,8 +1622,8 @@ export abstract class TypeInfo$instance extends System_Internal.Type$instance {
|
|
|
1604
1622
|
readonly genericTypeParameters: Type[];
|
|
1605
1623
|
readonly implementedInterfaces: IEnumerable_1<Type>;
|
|
1606
1624
|
asType(): Type;
|
|
1607
|
-
getCustomAttributes(inherit: boolean):
|
|
1608
|
-
getCustomAttributes(attributeType: Type, inherit: boolean):
|
|
1625
|
+
getCustomAttributes(inherit: boolean): unknown[];
|
|
1626
|
+
getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
1609
1627
|
getDeclaredEvent(name: string): EventInfo;
|
|
1610
1628
|
getDeclaredField(name: string): FieldInfo;
|
|
1611
1629
|
getDeclaredMethod(name: string): MethodInfo;
|
|
@@ -1644,179 +1662,181 @@ export abstract class TypeInfo$instance extends System_Internal.Type$instance {
|
|
|
1644
1662
|
getProperty(name: string, returnType: Type, types: Type[]): PropertyInfo;
|
|
1645
1663
|
getProperty(name: string, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo;
|
|
1646
1664
|
getProperty(name: string, bindingAttr: BindingFlags, binder: Binder, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo;
|
|
1647
|
-
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target:
|
|
1648
|
-
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target:
|
|
1649
|
-
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target:
|
|
1665
|
+
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[]): unknown;
|
|
1666
|
+
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], culture: CultureInfo): unknown;
|
|
1667
|
+
invokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], modifiers: ParameterModifier[], culture: CultureInfo, namedParameters: string[]): unknown;
|
|
1650
1668
|
isAssignableFrom(c: Type): boolean;
|
|
1651
1669
|
isDefined(attributeType: Type, inherit: boolean): boolean;
|
|
1652
1670
|
}
|
|
1653
1671
|
|
|
1654
1672
|
|
|
1655
1673
|
export interface __TypeInfo$views {
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1674
|
+
As_ICustomAttributeProvider(): ICustomAttributeProvider$instance;
|
|
1675
|
+
As_IReflect(): IReflect$instance;
|
|
1676
|
+
As_IReflectableType(): IReflectableType$instance;
|
|
1659
1677
|
}
|
|
1660
1678
|
|
|
1679
|
+
export interface TypeInfo$instance extends IReflectableType$instance {}
|
|
1680
|
+
|
|
1661
1681
|
export type TypeInfo = TypeInfo$instance & __TypeInfo$views;
|
|
1662
1682
|
|
|
1663
1683
|
|
|
1664
1684
|
export abstract class AssemblyExtensions$instance {
|
|
1665
|
-
static
|
|
1666
|
-
static
|
|
1667
|
-
static
|
|
1685
|
+
static getExportedTypes(assembly: Assembly): Type[];
|
|
1686
|
+
static getModules(assembly: Assembly): Module[];
|
|
1687
|
+
static getTypes(assembly: Assembly): Type[];
|
|
1668
1688
|
}
|
|
1669
1689
|
|
|
1670
1690
|
|
|
1671
1691
|
export type AssemblyExtensions = AssemblyExtensions$instance;
|
|
1672
1692
|
|
|
1673
1693
|
export abstract class CustomAttributeExtensions$instance {
|
|
1674
|
-
static
|
|
1675
|
-
static
|
|
1676
|
-
static
|
|
1677
|
-
static
|
|
1678
|
-
static
|
|
1679
|
-
static
|
|
1680
|
-
static
|
|
1681
|
-
static
|
|
1682
|
-
static
|
|
1683
|
-
static
|
|
1684
|
-
static
|
|
1685
|
-
static
|
|
1686
|
-
static
|
|
1687
|
-
static
|
|
1688
|
-
static
|
|
1689
|
-
static
|
|
1690
|
-
static
|
|
1691
|
-
static
|
|
1692
|
-
static
|
|
1693
|
-
static
|
|
1694
|
-
static
|
|
1695
|
-
static
|
|
1696
|
-
static
|
|
1697
|
-
static
|
|
1698
|
-
static
|
|
1699
|
-
static
|
|
1700
|
-
static
|
|
1701
|
-
static
|
|
1702
|
-
static
|
|
1703
|
-
static
|
|
1704
|
-
static
|
|
1705
|
-
static
|
|
1706
|
-
static
|
|
1707
|
-
static
|
|
1708
|
-
static
|
|
1709
|
-
static
|
|
1694
|
+
static getCustomAttribute(element: Assembly, attributeType: Type): Attribute;
|
|
1695
|
+
static getCustomAttribute<T extends Attribute>(element: Assembly): T;
|
|
1696
|
+
static getCustomAttribute<T extends Attribute>(element: MemberInfo, inherit: boolean): T;
|
|
1697
|
+
static getCustomAttribute(element: MemberInfo, attributeType: Type, inherit: boolean): Attribute;
|
|
1698
|
+
static getCustomAttribute(element: MemberInfo, attributeType: Type): Attribute;
|
|
1699
|
+
static getCustomAttribute<T extends Attribute>(element: MemberInfo): T;
|
|
1700
|
+
static getCustomAttribute(element: Module, attributeType: Type): Attribute;
|
|
1701
|
+
static getCustomAttribute<T extends Attribute>(element: Module): T;
|
|
1702
|
+
static getCustomAttribute<T extends Attribute>(element: ParameterInfo, inherit: boolean): T;
|
|
1703
|
+
static getCustomAttribute(element: ParameterInfo, attributeType: Type, inherit: boolean): Attribute;
|
|
1704
|
+
static getCustomAttribute(element: ParameterInfo, attributeType: Type): Attribute;
|
|
1705
|
+
static getCustomAttribute<T extends Attribute>(element: ParameterInfo): T;
|
|
1706
|
+
static getCustomAttributes7(element: Assembly, attributeType: Type): IEnumerable_1<Attribute>;
|
|
1707
|
+
static getCustomAttributes7<T extends Attribute>(element: Assembly): IEnumerable_1<T>;
|
|
1708
|
+
static getCustomAttributes7(element: Assembly): IEnumerable_1<Attribute>;
|
|
1709
|
+
static getCustomAttributes7<T extends Attribute>(element: MemberInfo, inherit: boolean): IEnumerable_1<T>;
|
|
1710
|
+
static getCustomAttributes7(element: MemberInfo, inherit: boolean): IEnumerable_1<Attribute>;
|
|
1711
|
+
static getCustomAttributes7(element: MemberInfo, attributeType: Type, inherit: boolean): IEnumerable_1<Attribute>;
|
|
1712
|
+
static getCustomAttributes7(element: MemberInfo, attributeType: Type): IEnumerable_1<Attribute>;
|
|
1713
|
+
static getCustomAttributes7<T extends Attribute>(element: MemberInfo): IEnumerable_1<T>;
|
|
1714
|
+
static getCustomAttributes7(element: MemberInfo): IEnumerable_1<Attribute>;
|
|
1715
|
+
static getCustomAttributes7(element: Module, attributeType: Type): IEnumerable_1<Attribute>;
|
|
1716
|
+
static getCustomAttributes7<T extends Attribute>(element: Module): IEnumerable_1<T>;
|
|
1717
|
+
static getCustomAttributes7(element: Module): IEnumerable_1<Attribute>;
|
|
1718
|
+
static getCustomAttributes7<T extends Attribute>(element: ParameterInfo, inherit: boolean): IEnumerable_1<T>;
|
|
1719
|
+
static getCustomAttributes7(element: ParameterInfo, inherit: boolean): IEnumerable_1<Attribute>;
|
|
1720
|
+
static getCustomAttributes7(element: ParameterInfo, attributeType: Type, inherit: boolean): IEnumerable_1<Attribute>;
|
|
1721
|
+
static getCustomAttributes7(element: ParameterInfo, attributeType: Type): IEnumerable_1<Attribute>;
|
|
1722
|
+
static getCustomAttributes7<T extends Attribute>(element: ParameterInfo): IEnumerable_1<T>;
|
|
1723
|
+
static getCustomAttributes7(element: ParameterInfo): IEnumerable_1<Attribute>;
|
|
1724
|
+
static isDefined(element: Assembly, attributeType: Type): boolean;
|
|
1725
|
+
static isDefined(element: MemberInfo, attributeType: Type, inherit: boolean): boolean;
|
|
1726
|
+
static isDefined(element: MemberInfo, attributeType: Type): boolean;
|
|
1727
|
+
static isDefined(element: Module, attributeType: Type): boolean;
|
|
1728
|
+
static isDefined(element: ParameterInfo, attributeType: Type, inherit: boolean): boolean;
|
|
1729
|
+
static isDefined(element: ParameterInfo, attributeType: Type): boolean;
|
|
1710
1730
|
}
|
|
1711
1731
|
|
|
1712
1732
|
|
|
1713
1733
|
export type CustomAttributeExtensions = CustomAttributeExtensions$instance;
|
|
1714
1734
|
|
|
1715
1735
|
export abstract class EventInfoExtensions$instance {
|
|
1716
|
-
static
|
|
1717
|
-
static
|
|
1718
|
-
static
|
|
1719
|
-
static
|
|
1720
|
-
static
|
|
1721
|
-
static
|
|
1736
|
+
static getAddMethod2(eventInfo: EventInfo, nonPublic: boolean): MethodInfo;
|
|
1737
|
+
static getAddMethod2(eventInfo: EventInfo): MethodInfo;
|
|
1738
|
+
static getRaiseMethod2(eventInfo: EventInfo, nonPublic: boolean): MethodInfo;
|
|
1739
|
+
static getRaiseMethod2(eventInfo: EventInfo): MethodInfo;
|
|
1740
|
+
static getRemoveMethod2(eventInfo: EventInfo, nonPublic: boolean): MethodInfo;
|
|
1741
|
+
static getRemoveMethod2(eventInfo: EventInfo): MethodInfo;
|
|
1722
1742
|
}
|
|
1723
1743
|
|
|
1724
1744
|
|
|
1725
1745
|
export type EventInfoExtensions = EventInfoExtensions$instance;
|
|
1726
1746
|
|
|
1727
1747
|
export abstract class IntrospectionExtensions$instance {
|
|
1728
|
-
static
|
|
1748
|
+
static getTypeInfo(type_: Type): TypeInfo;
|
|
1729
1749
|
}
|
|
1730
1750
|
|
|
1731
1751
|
|
|
1732
1752
|
export type IntrospectionExtensions = IntrospectionExtensions$instance;
|
|
1733
1753
|
|
|
1734
1754
|
export abstract class MemberInfoExtensions$instance {
|
|
1735
|
-
static
|
|
1736
|
-
static
|
|
1755
|
+
static getMetadataToken(member: MemberInfo): int;
|
|
1756
|
+
static hasMetadataToken(member: MemberInfo): boolean;
|
|
1737
1757
|
}
|
|
1738
1758
|
|
|
1739
1759
|
|
|
1740
1760
|
export type MemberInfoExtensions = MemberInfoExtensions$instance;
|
|
1741
1761
|
|
|
1742
1762
|
export abstract class MethodInfoExtensions$instance {
|
|
1743
|
-
static
|
|
1763
|
+
static getBaseDefinition(method: MethodInfo): MethodInfo;
|
|
1744
1764
|
}
|
|
1745
1765
|
|
|
1746
1766
|
|
|
1747
1767
|
export type MethodInfoExtensions = MethodInfoExtensions$instance;
|
|
1748
1768
|
|
|
1749
1769
|
export abstract class ModuleExtensions$instance {
|
|
1750
|
-
static
|
|
1751
|
-
static
|
|
1770
|
+
static getModuleVersionId(module_: Module): Guid;
|
|
1771
|
+
static hasModuleVersionId(module_: Module): boolean;
|
|
1752
1772
|
}
|
|
1753
1773
|
|
|
1754
1774
|
|
|
1755
1775
|
export type ModuleExtensions = ModuleExtensions$instance;
|
|
1756
1776
|
|
|
1757
1777
|
export abstract class PropertyInfoExtensions$instance {
|
|
1758
|
-
static
|
|
1759
|
-
static
|
|
1760
|
-
static
|
|
1761
|
-
static
|
|
1762
|
-
static
|
|
1763
|
-
static
|
|
1778
|
+
static getAccessors2(property: PropertyInfo, nonPublic: boolean): MethodInfo[];
|
|
1779
|
+
static getAccessors2(property: PropertyInfo): MethodInfo[];
|
|
1780
|
+
static getGetMethod2(property: PropertyInfo, nonPublic: boolean): MethodInfo;
|
|
1781
|
+
static getGetMethod2(property: PropertyInfo): MethodInfo;
|
|
1782
|
+
static getSetMethod2(property: PropertyInfo, nonPublic: boolean): MethodInfo;
|
|
1783
|
+
static getSetMethod2(property: PropertyInfo): MethodInfo;
|
|
1764
1784
|
}
|
|
1765
1785
|
|
|
1766
1786
|
|
|
1767
1787
|
export type PropertyInfoExtensions = PropertyInfoExtensions$instance;
|
|
1768
1788
|
|
|
1769
1789
|
export abstract class RuntimeReflectionExtensions$instance {
|
|
1770
|
-
static
|
|
1771
|
-
static
|
|
1772
|
-
static
|
|
1773
|
-
static
|
|
1774
|
-
static
|
|
1775
|
-
static
|
|
1776
|
-
static
|
|
1777
|
-
static
|
|
1778
|
-
static
|
|
1779
|
-
static
|
|
1780
|
-
static
|
|
1790
|
+
static getMethodInfo(del: Function): MethodInfo;
|
|
1791
|
+
static getRuntimeBaseDefinition(method: MethodInfo): MethodInfo;
|
|
1792
|
+
static getRuntimeEvent(type_: Type, name: string): EventInfo;
|
|
1793
|
+
static getRuntimeEvents(type_: Type): IEnumerable_1<EventInfo>;
|
|
1794
|
+
static getRuntimeField(type_: Type, name: string): FieldInfo;
|
|
1795
|
+
static getRuntimeFields(type_: Type): IEnumerable_1<FieldInfo>;
|
|
1796
|
+
static getRuntimeInterfaceMap(typeInfo: TypeInfo, interfaceType: Type): InterfaceMapping;
|
|
1797
|
+
static getRuntimeMethod(type_: Type, name: string, parameters: Type[]): MethodInfo;
|
|
1798
|
+
static getRuntimeMethods(type_: Type): IEnumerable_1<MethodInfo>;
|
|
1799
|
+
static getRuntimeProperties(type_: Type): IEnumerable_1<PropertyInfo>;
|
|
1800
|
+
static getRuntimeProperty(type_: Type, name: string): PropertyInfo;
|
|
1781
1801
|
}
|
|
1782
1802
|
|
|
1783
1803
|
|
|
1784
1804
|
export type RuntimeReflectionExtensions = RuntimeReflectionExtensions$instance;
|
|
1785
1805
|
|
|
1786
1806
|
export abstract class TypeExtensions$instance {
|
|
1787
|
-
static
|
|
1788
|
-
static
|
|
1789
|
-
static
|
|
1790
|
-
static
|
|
1791
|
-
static
|
|
1792
|
-
static
|
|
1793
|
-
static
|
|
1794
|
-
static
|
|
1795
|
-
static
|
|
1796
|
-
static
|
|
1797
|
-
static
|
|
1798
|
-
static
|
|
1799
|
-
static
|
|
1800
|
-
static
|
|
1801
|
-
static
|
|
1802
|
-
static
|
|
1803
|
-
static
|
|
1804
|
-
static
|
|
1805
|
-
static
|
|
1806
|
-
static
|
|
1807
|
-
static
|
|
1808
|
-
static
|
|
1809
|
-
static
|
|
1810
|
-
static
|
|
1811
|
-
static
|
|
1812
|
-
static
|
|
1813
|
-
static
|
|
1814
|
-
static
|
|
1815
|
-
static
|
|
1816
|
-
static
|
|
1817
|
-
static
|
|
1818
|
-
static
|
|
1819
|
-
static
|
|
1807
|
+
static getConstructor(type_: Type, types: Type[]): ConstructorInfo;
|
|
1808
|
+
static getConstructors2(type_: Type, bindingAttr: BindingFlags): ConstructorInfo[];
|
|
1809
|
+
static getConstructors2(type_: Type): ConstructorInfo[];
|
|
1810
|
+
static getDefaultMembers(type_: Type): MemberInfo[];
|
|
1811
|
+
static getEvent2(type_: Type, name: string, bindingAttr: BindingFlags): EventInfo;
|
|
1812
|
+
static getEvent2(type_: Type, name: string): EventInfo;
|
|
1813
|
+
static getEvents2(type_: Type, bindingAttr: BindingFlags): EventInfo[];
|
|
1814
|
+
static getEvents2(type_: Type): EventInfo[];
|
|
1815
|
+
static getField2(type_: Type, name: string, bindingAttr: BindingFlags): FieldInfo;
|
|
1816
|
+
static getField2(type_: Type, name: string): FieldInfo;
|
|
1817
|
+
static getFields2(type_: Type, bindingAttr: BindingFlags): FieldInfo[];
|
|
1818
|
+
static getFields2(type_: Type): FieldInfo[];
|
|
1819
|
+
static getGenericArguments(type_: Type): Type[];
|
|
1820
|
+
static getInterfaces(type_: Type): Type[];
|
|
1821
|
+
static getMember2(type_: Type, name: string, bindingAttr: BindingFlags): MemberInfo[];
|
|
1822
|
+
static getMember2(type_: Type, name: string): MemberInfo[];
|
|
1823
|
+
static getMembers2(type_: Type, bindingAttr: BindingFlags): MemberInfo[];
|
|
1824
|
+
static getMembers2(type_: Type): MemberInfo[];
|
|
1825
|
+
static getMethod2(type_: Type, name: string, bindingAttr: BindingFlags): MethodInfo;
|
|
1826
|
+
static getMethod2(type_: Type, name: string, types: Type[]): MethodInfo;
|
|
1827
|
+
static getMethod2(type_: Type, name: string): MethodInfo;
|
|
1828
|
+
static getMethods2(type_: Type, bindingAttr: BindingFlags): MethodInfo[];
|
|
1829
|
+
static getMethods2(type_: Type): MethodInfo[];
|
|
1830
|
+
static getNestedType(type_: Type, name: string, bindingAttr: BindingFlags): Type;
|
|
1831
|
+
static getNestedTypes(type_: Type, bindingAttr: BindingFlags): Type[];
|
|
1832
|
+
static getProperties2(type_: Type, bindingAttr: BindingFlags): PropertyInfo[];
|
|
1833
|
+
static getProperties2(type_: Type): PropertyInfo[];
|
|
1834
|
+
static getProperty2(type_: Type, name: string, bindingAttr: BindingFlags): PropertyInfo;
|
|
1835
|
+
static getProperty2(type_: Type, name: string, returnType: Type, types: Type[]): PropertyInfo;
|
|
1836
|
+
static getProperty2(type_: Type, name: string, returnType: Type): PropertyInfo;
|
|
1837
|
+
static getProperty2(type_: Type, name: string): PropertyInfo;
|
|
1838
|
+
static isAssignableFrom(type_: Type, c: Type): boolean;
|
|
1839
|
+
static isInstanceOfType(type_: Type, o: unknown): boolean;
|
|
1820
1840
|
}
|
|
1821
1841
|
|
|
1822
1842
|
|