@tsonic/dotnet 10.0.2 → 10.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -3
- package/Microsoft.VisualBasic/internal/index.d.ts +1 -11
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +0 -22
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -9
- package/Microsoft.Win32/internal/index.d.ts +0 -1
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +53 -127
- package/System/internal/index.d.ts +87 -200
- package/System.Buffers/internal/index.d.ts +10 -23
- package/System.CodeDom.Compiler/internal/index.d.ts +6 -10
- package/System.Collections/internal/index.d.ts +41 -57
- package/System.Collections.Concurrent/internal/index.d.ts +4 -10
- package/System.Collections.Generic/internal/index.d.ts +15 -37
- package/System.Collections.Immutable/internal/index.d.ts +7 -20
- package/System.Collections.ObjectModel/internal/index.d.ts +25 -48
- package/System.Collections.Specialized/internal/index.d.ts +15 -30
- package/System.ComponentModel/internal/index.d.ts +126 -216
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +80 -161
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +4 -3
- package/System.ComponentModel.Design/internal/index.d.ts +26 -53
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -29
- package/System.Data/internal/index.d.ts +110 -188
- package/System.Data.Common/internal/index.d.ts +155 -238
- package/System.Data.SqlTypes/internal/index.d.ts +6 -7
- package/System.Diagnostics/internal/index.d.ts +105 -169
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +24 -21
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -2
- package/System.Diagnostics.Metrics/internal/index.d.ts +31 -66
- package/System.Diagnostics.Tracing/internal/index.d.ts +26 -35
- package/System.Dynamic/internal/index.d.ts +15 -29
- package/System.Formats.Asn1/internal/index.d.ts +0 -1
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Globalization/internal/index.d.ts +17 -51
- package/System.IO/internal/index.d.ts +47 -123
- package/System.IO.Compression/internal/index.d.ts +11 -33
- package/System.IO.Enumeration/internal/index.d.ts +11 -16
- package/System.IO.IsolatedStorage/internal/index.d.ts +6 -17
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -21
- package/System.IO.Pipelines/internal/index.d.ts +7 -18
- package/System.IO.Pipes/internal/index.d.ts +24 -50
- package/System.Linq/internal/index.d.ts +0 -4
- package/System.Linq.Expressions/internal/index.d.ts +108 -257
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -1
- package/System.Net/internal/index.d.ts +133 -184
- package/System.Net.Http/internal/index.d.ts +128 -201
- package/System.Net.Http.Headers/internal/index.d.ts +37 -40
- package/System.Net.Http.Json/internal/index.d.ts +8 -13
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -3
- package/System.Net.Mail/internal/index.d.ts +49 -105
- package/System.Net.Mime/internal/index.d.ts +4 -3
- package/System.Net.NetworkInformation/internal/index.d.ts +29 -60
- package/System.Net.Quic/internal/index.d.ts +5 -11
- package/System.Net.Security/internal/index.d.ts +30 -42
- package/System.Net.ServerSentEvents/internal/index.d.ts +1 -2
- package/System.Net.Sockets/internal/index.d.ts +33 -56
- package/System.Net.WebSockets/internal/index.d.ts +16 -23
- package/System.Numerics/internal/index.d.ts +5 -5
- package/System.Reflection/internal/index.d.ts +66 -102
- package/System.Reflection.Emit/internal/index.d.ts +104 -177
- package/System.Reflection.Metadata/internal/index.d.ts +11 -21
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +0 -1
- package/System.Reflection.PortableExecutable/internal/index.d.ts +12 -30
- package/System.Resources/internal/index.d.ts +8 -20
- package/System.Runtime/internal/index.d.ts +5 -8
- package/System.Runtime.CompilerServices/internal/index.d.ts +15 -21
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -8
- package/System.Runtime.ExceptionServices/internal/index.d.ts +0 -1
- package/System.Runtime.InteropServices/internal/index.d.ts +29 -62
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -22
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +14 -23
- package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -2
- package/System.Runtime.Loader/internal/index.d.ts +5 -11
- package/System.Runtime.Serialization/internal/index.d.ts +62 -65
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -10
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -2
- package/System.Runtime.Serialization.Json/internal/index.d.ts +6 -4
- package/System.Runtime.Versioning/internal/index.d.ts +6 -6
- package/System.Security/internal/index.d.ts +22 -25
- package/System.Security.AccessControl/internal/index.d.ts +51 -89
- package/System.Security.Authentication/internal/index.d.ts +0 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -10
- package/System.Security.Claims/internal/index.d.ts +19 -38
- package/System.Security.Cryptography/internal/index.d.ts +492 -903
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +19 -48
- package/System.Security.Permissions/internal/index.d.ts +2 -4
- package/System.Security.Policy/internal/index.d.ts +3 -4
- package/System.Security.Principal/internal/index.d.ts +11 -17
- package/System.Text/internal/index.d.ts +11 -23
- package/System.Text.Encodings.Web/internal/index.d.ts +4 -8
- package/System.Text.Json/internal/index.d.ts +10 -12
- package/System.Text.Json.Nodes/internal/index.d.ts +4 -3
- package/System.Text.Json.Schema/internal/index.d.ts +1 -1
- package/System.Text.Json.Serialization/internal/index.d.ts +19 -27
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +36 -34
- package/System.Text.RegularExpressions/internal/index.d.ts +11 -31
- package/System.Threading/internal/index.d.ts +36 -106
- package/System.Threading.Channels/internal/index.d.ts +7 -12
- package/System.Threading.Tasks/internal/index.d.ts +18 -29
- package/System.Timers/internal/index.d.ts +4 -8
- package/System.Transactions/internal/index.d.ts +3 -14
- package/System.Xml/internal/index.d.ts +104 -167
- package/System.Xml.Linq/internal/index.d.ts +17 -13
- package/System.Xml.Schema/internal/index.d.ts +117 -112
- package/System.Xml.Serialization/internal/index.d.ts +92 -100
- package/System.Xml.XPath/internal/index.d.ts +5 -9
- package/System.Xml.Xsl/internal/index.d.ts +4 -9
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +11 -29
- package/package.json +1 -1
|
@@ -622,7 +622,7 @@ export type Func_9<T1, T2, T3, T4, T5, T6, T7, T8, TResult> = (arg1: T1, arg2: T
|
|
|
622
622
|
export type Predicate_1<T> = (obj: T) => boolean;
|
|
623
623
|
|
|
624
624
|
|
|
625
|
-
export type ResolveEventHandler = (sender: unknown, args: ResolveEventArgs) => Assembly;
|
|
625
|
+
export type ResolveEventHandler = (sender: unknown, args: ResolveEventArgs) => Assembly | undefined;
|
|
626
626
|
|
|
627
627
|
|
|
628
628
|
export type UnhandledExceptionEventHandler = (sender: unknown, e: UnhandledExceptionEventArgs) => void;
|
|
@@ -813,7 +813,7 @@ export type ArgIterator = ArgIterator$instance;
|
|
|
813
813
|
export interface ArraySegment_1$instance<T> {
|
|
814
814
|
readonly Array: T[] | undefined;
|
|
815
815
|
readonly Count: int;
|
|
816
|
-
|
|
816
|
+
[index: number]: T;
|
|
817
817
|
readonly Offset: int;
|
|
818
818
|
CopyTo(destination: T[]): void;
|
|
819
819
|
CopyTo(destination: T[], destinationIndex: int): void;
|
|
@@ -2876,7 +2876,7 @@ export type ReadOnlyMemory_1<T> = ReadOnlyMemory_1$instance<T> & __ReadOnlyMemor
|
|
|
2876
2876
|
|
|
2877
2877
|
export interface ReadOnlySpan_1$instance<T> {
|
|
2878
2878
|
readonly IsEmpty: boolean;
|
|
2879
|
-
readonly
|
|
2879
|
+
readonly [index: number]: T;
|
|
2880
2880
|
readonly Length: int;
|
|
2881
2881
|
CopyTo(destination: Span_1<T>): void;
|
|
2882
2882
|
Equals(obj: unknown): boolean;
|
|
@@ -3327,7 +3327,7 @@ export type Single = number & Single$instance & __Single$views;
|
|
|
3327
3327
|
|
|
3328
3328
|
export interface Span_1$instance<T> {
|
|
3329
3329
|
readonly IsEmpty: boolean;
|
|
3330
|
-
readonly
|
|
3330
|
+
readonly [index: number]: T;
|
|
3331
3331
|
readonly Length: int;
|
|
3332
3332
|
Clear(): void;
|
|
3333
3333
|
CopyTo(destination: Span_1<T>): void;
|
|
@@ -4492,7 +4492,6 @@ export const AccessViolationException: {
|
|
|
4492
4492
|
new(): AccessViolationException;
|
|
4493
4493
|
new(message: string): AccessViolationException;
|
|
4494
4494
|
new(message: string, innerException: Exception): AccessViolationException;
|
|
4495
|
-
new(info: SerializationInfo, context: StreamingContext): AccessViolationException;
|
|
4496
4495
|
};
|
|
4497
4496
|
|
|
4498
4497
|
|
|
@@ -4522,7 +4521,6 @@ export const AggregateException: {
|
|
|
4522
4521
|
new(innerExceptions: Exception[]): AggregateException;
|
|
4523
4522
|
new(message: string, innerExceptions: IEnumerable_1<Exception>): AggregateException;
|
|
4524
4523
|
new(message: string, innerExceptions: Exception[]): AggregateException;
|
|
4525
|
-
new(info: SerializationInfo, context: StreamingContext): AggregateException;
|
|
4526
4524
|
};
|
|
4527
4525
|
|
|
4528
4526
|
|
|
@@ -4591,7 +4589,6 @@ export interface AppDomain$instance extends MarshalByRefObject {
|
|
|
4591
4589
|
|
|
4592
4590
|
|
|
4593
4591
|
export const AppDomain: {
|
|
4594
|
-
new(): AppDomain;
|
|
4595
4592
|
readonly CurrentDomain: AppDomain;
|
|
4596
4593
|
MonitoringIsEnabled: boolean;
|
|
4597
4594
|
readonly MonitoringSurvivedProcessMemorySize: long;
|
|
@@ -4610,7 +4607,6 @@ export interface AppDomainSetup$instance {
|
|
|
4610
4607
|
|
|
4611
4608
|
|
|
4612
4609
|
export const AppDomainSetup: {
|
|
4613
|
-
new(): AppDomainSetup;
|
|
4614
4610
|
};
|
|
4615
4611
|
|
|
4616
4612
|
|
|
@@ -4625,7 +4621,6 @@ export const AppDomainUnloadedException: {
|
|
|
4625
4621
|
new(): AppDomainUnloadedException;
|
|
4626
4622
|
new(message: string): AppDomainUnloadedException;
|
|
4627
4623
|
new(message: string, innerException: Exception): AppDomainUnloadedException;
|
|
4628
|
-
new(info: SerializationInfo, context: StreamingContext): AppDomainUnloadedException;
|
|
4629
4624
|
};
|
|
4630
4625
|
|
|
4631
4626
|
|
|
@@ -4645,7 +4640,6 @@ export const ApplicationException: {
|
|
|
4645
4640
|
new(): ApplicationException;
|
|
4646
4641
|
new(message: string): ApplicationException;
|
|
4647
4642
|
new(message: string, innerException: Exception): ApplicationException;
|
|
4648
|
-
new(info: SerializationInfo, context: StreamingContext): ApplicationException;
|
|
4649
4643
|
};
|
|
4650
4644
|
|
|
4651
4645
|
|
|
@@ -4657,7 +4651,7 @@ export type ApplicationException = ApplicationException$instance & __Application
|
|
|
4657
4651
|
|
|
4658
4652
|
|
|
4659
4653
|
export interface ApplicationId$instance {
|
|
4660
|
-
readonly Culture: string;
|
|
4654
|
+
readonly Culture: string | undefined;
|
|
4661
4655
|
readonly Name: string;
|
|
4662
4656
|
readonly ProcessorArchitecture: string | undefined;
|
|
4663
4657
|
readonly PublicKeyToken: byte[];
|
|
@@ -4689,7 +4683,6 @@ export const ArgumentException: {
|
|
|
4689
4683
|
new(message: string, innerException: Exception): ArgumentException;
|
|
4690
4684
|
new(message: string, paramName: string, innerException: Exception): ArgumentException;
|
|
4691
4685
|
new(message: string, paramName: string): ArgumentException;
|
|
4692
|
-
new(info: SerializationInfo, context: StreamingContext): ArgumentException;
|
|
4693
4686
|
ThrowIfNullOrEmpty(argument: string, paramName?: string): void;
|
|
4694
4687
|
ThrowIfNullOrWhiteSpace(argument: string, paramName?: string): void;
|
|
4695
4688
|
};
|
|
@@ -4712,7 +4705,6 @@ export const ArgumentNullException: {
|
|
|
4712
4705
|
new(paramName: string): ArgumentNullException;
|
|
4713
4706
|
new(message: string, innerException: Exception): ArgumentNullException;
|
|
4714
4707
|
new(paramName: string, message: string): ArgumentNullException;
|
|
4715
|
-
new(info: SerializationInfo, context: StreamingContext): ArgumentNullException;
|
|
4716
4708
|
ThrowIfNull(argument: unknown, paramName?: string): void;
|
|
4717
4709
|
ThrowIfNull(argument: ptr<void>, paramName?: string): void;
|
|
4718
4710
|
};
|
|
@@ -4738,7 +4730,6 @@ export const ArgumentOutOfRangeException: {
|
|
|
4738
4730
|
new(paramName: string, message: string): ArgumentOutOfRangeException;
|
|
4739
4731
|
new(message: string, innerException: Exception): ArgumentOutOfRangeException;
|
|
4740
4732
|
new(paramName: string, actualValue: unknown, message: string): ArgumentOutOfRangeException;
|
|
4741
|
-
new(info: SerializationInfo, context: StreamingContext): ArgumentOutOfRangeException;
|
|
4742
4733
|
ThrowIfEqual<T>(value: T, other: T, paramName?: string): void;
|
|
4743
4734
|
ThrowIfGreaterThan<T extends IComparable_1<T>>(value: T, other: T, paramName?: string): void;
|
|
4744
4735
|
ThrowIfGreaterThanOrEqual<T extends IComparable_1<T>>(value: T, other: T, paramName?: string): void;
|
|
@@ -4767,7 +4758,6 @@ export const ArithmeticException: {
|
|
|
4767
4758
|
new(): ArithmeticException;
|
|
4768
4759
|
new(message: string): ArithmeticException;
|
|
4769
4760
|
new(message: string, innerException: Exception): ArithmeticException;
|
|
4770
|
-
new(info: SerializationInfo, context: StreamingContext): ArithmeticException;
|
|
4771
4761
|
};
|
|
4772
4762
|
|
|
4773
4763
|
|
|
@@ -4795,7 +4785,7 @@ export interface Array$instance {
|
|
|
4795
4785
|
GetLowerBound(dimension: int): int;
|
|
4796
4786
|
GetUpperBound(dimension: int): int;
|
|
4797
4787
|
GetValue(...indices: int[]): unknown | undefined;
|
|
4798
|
-
GetValue(index: int): unknown;
|
|
4788
|
+
GetValue(index: int): unknown | undefined;
|
|
4799
4789
|
GetValue(index1: int, index2: int): unknown | undefined;
|
|
4800
4790
|
GetValue(index1: int, index2: int, index3: int): unknown | undefined;
|
|
4801
4791
|
GetValue(index: long): unknown | undefined;
|
|
@@ -4917,7 +4907,6 @@ export const ArrayTypeMismatchException: {
|
|
|
4917
4907
|
new(): ArrayTypeMismatchException;
|
|
4918
4908
|
new(message: string): ArrayTypeMismatchException;
|
|
4919
4909
|
new(message: string, innerException: Exception): ArrayTypeMismatchException;
|
|
4920
|
-
new(info: SerializationInfo, context: StreamingContext): ArrayTypeMismatchException;
|
|
4921
4910
|
};
|
|
4922
4911
|
|
|
4923
4912
|
|
|
@@ -4949,8 +4938,7 @@ export interface Attribute$instance {
|
|
|
4949
4938
|
}
|
|
4950
4939
|
|
|
4951
4940
|
|
|
4952
|
-
export const Attribute: {
|
|
4953
|
-
new(): Attribute;
|
|
4941
|
+
export const Attribute: (abstract new() => Attribute) & {
|
|
4954
4942
|
GetCustomAttribute(element: Assembly, attributeType: Type, inherit: boolean): Attribute | undefined;
|
|
4955
4943
|
GetCustomAttribute(element: Assembly, attributeType: Type): Attribute | undefined;
|
|
4956
4944
|
GetCustomAttribute(element: MemberInfo, attributeType: Type, inherit: boolean): Attribute | undefined;
|
|
@@ -5003,7 +4991,7 @@ export const AttributeUsageAttribute: {
|
|
|
5003
4991
|
export type AttributeUsageAttribute = AttributeUsageAttribute$instance;
|
|
5004
4992
|
|
|
5005
4993
|
export interface BadImageFormatException$instance extends SystemException$instance {
|
|
5006
|
-
readonly FileName: string;
|
|
4994
|
+
readonly FileName: string | undefined;
|
|
5007
4995
|
readonly FusionLog: string | undefined;
|
|
5008
4996
|
readonly Message: string;
|
|
5009
4997
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -5017,7 +5005,6 @@ export const BadImageFormatException: {
|
|
|
5017
5005
|
new(message: string, inner: Exception): BadImageFormatException;
|
|
5018
5006
|
new(message: string, fileName: string): BadImageFormatException;
|
|
5019
5007
|
new(message: string, fileName: string, inner: Exception): BadImageFormatException;
|
|
5020
|
-
new(info: SerializationInfo, context: StreamingContext): BadImageFormatException;
|
|
5021
5008
|
};
|
|
5022
5009
|
|
|
5023
5010
|
|
|
@@ -5037,7 +5024,6 @@ export const CannotUnloadAppDomainException: {
|
|
|
5037
5024
|
new(): CannotUnloadAppDomainException;
|
|
5038
5025
|
new(message: string): CannotUnloadAppDomainException;
|
|
5039
5026
|
new(message: string, innerException: Exception): CannotUnloadAppDomainException;
|
|
5040
|
-
new(info: SerializationInfo, context: StreamingContext): CannotUnloadAppDomainException;
|
|
5041
5027
|
};
|
|
5042
5028
|
|
|
5043
5029
|
|
|
@@ -5058,7 +5044,6 @@ export interface CharEnumerator$instance extends IDisposable {
|
|
|
5058
5044
|
|
|
5059
5045
|
|
|
5060
5046
|
export const CharEnumerator: {
|
|
5061
|
-
new(): CharEnumerator;
|
|
5062
5047
|
};
|
|
5063
5048
|
|
|
5064
5049
|
|
|
@@ -5092,7 +5077,6 @@ export interface ConsoleCancelEventArgs$instance extends EventArgs {
|
|
|
5092
5077
|
|
|
5093
5078
|
|
|
5094
5079
|
export const ConsoleCancelEventArgs: {
|
|
5095
|
-
new(): ConsoleCancelEventArgs;
|
|
5096
5080
|
};
|
|
5097
5081
|
|
|
5098
5082
|
|
|
@@ -5102,8 +5086,7 @@ export interface ContextBoundObject$instance extends MarshalByRefObject {
|
|
|
5102
5086
|
}
|
|
5103
5087
|
|
|
5104
5088
|
|
|
5105
|
-
export const ContextBoundObject: {
|
|
5106
|
-
new(): ContextBoundObject;
|
|
5089
|
+
export const ContextBoundObject: (abstract new() => ContextBoundObject) & {
|
|
5107
5090
|
};
|
|
5108
5091
|
|
|
5109
5092
|
|
|
@@ -5118,7 +5101,6 @@ export const ContextMarshalException: {
|
|
|
5118
5101
|
new(): ContextMarshalException;
|
|
5119
5102
|
new(message: string): ContextMarshalException;
|
|
5120
5103
|
new(message: string, inner: Exception): ContextMarshalException;
|
|
5121
|
-
new(info: SerializationInfo, context: StreamingContext): ContextMarshalException;
|
|
5122
5104
|
};
|
|
5123
5105
|
|
|
5124
5106
|
|
|
@@ -5155,7 +5137,6 @@ export interface CultureAwareComparer$instance extends StringComparer$instance {
|
|
|
5155
5137
|
|
|
5156
5138
|
|
|
5157
5139
|
export const CultureAwareComparer: {
|
|
5158
|
-
new(): CultureAwareComparer;
|
|
5159
5140
|
};
|
|
5160
5141
|
|
|
5161
5142
|
|
|
@@ -5201,7 +5182,6 @@ export interface DBNull$instance {
|
|
|
5201
5182
|
|
|
5202
5183
|
|
|
5203
5184
|
export const DBNull: {
|
|
5204
|
-
new(): DBNull;
|
|
5205
5185
|
readonly Value: DBNull;
|
|
5206
5186
|
};
|
|
5207
5187
|
|
|
@@ -5216,30 +5196,24 @@ export interface DBNull$instance extends System_Runtime_Serialization_Internal.I
|
|
|
5216
5196
|
export type DBNull = DBNull$instance & __DBNull$views;
|
|
5217
5197
|
|
|
5218
5198
|
|
|
5219
|
-
export
|
|
5220
|
-
protected CombineImpl(d: Function): Function;
|
|
5221
|
-
protected DynamicInvokeImpl(args: unknown[]): unknown | undefined;
|
|
5222
|
-
protected GetMethodImpl(): MethodInfo;
|
|
5223
|
-
protected RemoveImpl(d: Function): Function | undefined;
|
|
5224
|
-
}
|
|
5225
|
-
|
|
5226
|
-
|
|
5227
|
-
export interface Delegate$instance extends Delegate$protected {
|
|
5199
|
+
export interface Delegate$instance {
|
|
5228
5200
|
readonly HasSingleTarget: boolean;
|
|
5229
5201
|
readonly Method: MethodInfo;
|
|
5230
|
-
readonly Target: unknown;
|
|
5202
|
+
readonly Target: unknown | undefined;
|
|
5231
5203
|
Clone(): unknown;
|
|
5204
|
+
CombineImpl(d: Function): Function;
|
|
5232
5205
|
DynamicInvoke(...args: unknown[]): unknown | undefined;
|
|
5206
|
+
DynamicInvokeImpl(args: unknown[]): unknown | undefined;
|
|
5233
5207
|
Equals(obj: unknown): boolean;
|
|
5234
5208
|
GetHashCode(): int;
|
|
5235
5209
|
GetInvocationList(): Function[];
|
|
5210
|
+
GetMethodImpl(): MethodInfo;
|
|
5236
5211
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5212
|
+
RemoveImpl(d: Function): Function | undefined;
|
|
5237
5213
|
}
|
|
5238
5214
|
|
|
5239
5215
|
|
|
5240
5216
|
export const Delegate: {
|
|
5241
|
-
new(target: unknown, method: string): Delegate;
|
|
5242
|
-
new(target: Type, method: string): Delegate;
|
|
5243
5217
|
Combine(a: Function, b: Function): Function | undefined;
|
|
5244
5218
|
Combine(...delegates: Function[]): Function | undefined;
|
|
5245
5219
|
Combine(delegates: ReadOnlySpan_1<Function>): Function | undefined;
|
|
@@ -5278,7 +5252,6 @@ export const DivideByZeroException: {
|
|
|
5278
5252
|
new(): DivideByZeroException;
|
|
5279
5253
|
new(message: string): DivideByZeroException;
|
|
5280
5254
|
new(message: string, innerException: Exception): DivideByZeroException;
|
|
5281
|
-
new(info: SerializationInfo, context: StreamingContext): DivideByZeroException;
|
|
5282
5255
|
};
|
|
5283
5256
|
|
|
5284
5257
|
|
|
@@ -5298,7 +5271,6 @@ export const DllNotFoundException: {
|
|
|
5298
5271
|
new(): DllNotFoundException;
|
|
5299
5272
|
new(message: string): DllNotFoundException;
|
|
5300
5273
|
new(message: string, inner: Exception): DllNotFoundException;
|
|
5301
|
-
new(info: SerializationInfo, context: StreamingContext): DllNotFoundException;
|
|
5302
5274
|
};
|
|
5303
5275
|
|
|
5304
5276
|
|
|
@@ -5319,7 +5291,6 @@ export const DuplicateWaitObjectException: {
|
|
|
5319
5291
|
new(parameterName: string): DuplicateWaitObjectException;
|
|
5320
5292
|
new(parameterName: string, message: string): DuplicateWaitObjectException;
|
|
5321
5293
|
new(message: string, innerException: Exception): DuplicateWaitObjectException;
|
|
5322
|
-
new(info: SerializationInfo, context: StreamingContext): DuplicateWaitObjectException;
|
|
5323
5294
|
};
|
|
5324
5295
|
|
|
5325
5296
|
|
|
@@ -5339,7 +5310,6 @@ export const EntryPointNotFoundException: {
|
|
|
5339
5310
|
new(): EntryPointNotFoundException;
|
|
5340
5311
|
new(message: string): EntryPointNotFoundException;
|
|
5341
5312
|
new(message: string, inner: Exception): EntryPointNotFoundException;
|
|
5342
|
-
new(info: SerializationInfo, context: StreamingContext): EntryPointNotFoundException;
|
|
5343
5313
|
};
|
|
5344
5314
|
|
|
5345
5315
|
|
|
@@ -5364,7 +5334,6 @@ export interface Enum$instance {
|
|
|
5364
5334
|
|
|
5365
5335
|
|
|
5366
5336
|
export const Enum: {
|
|
5367
|
-
new(): Enum;
|
|
5368
5337
|
Format(enumType: Type, value: unknown, format: string): string;
|
|
5369
5338
|
GetName(enumType: Type, value: unknown): string | undefined;
|
|
5370
5339
|
GetName<TEnum extends number>(value: TEnum): string | undefined;
|
|
@@ -5436,11 +5405,12 @@ export type EventArgs = EventArgs$instance;
|
|
|
5436
5405
|
export interface Exception$instance {
|
|
5437
5406
|
readonly Data: IDictionary;
|
|
5438
5407
|
get HelpLink(): string | undefined;
|
|
5439
|
-
set HelpLink(value: string);
|
|
5408
|
+
set HelpLink(value: string | undefined);
|
|
5440
5409
|
HResult: int;
|
|
5441
5410
|
readonly InnerException: Exception | undefined;
|
|
5442
5411
|
readonly Message: string;
|
|
5443
|
-
Source: string;
|
|
5412
|
+
get Source(): string | undefined;
|
|
5413
|
+
set Source(value: string | undefined);
|
|
5444
5414
|
readonly StackTrace: string | undefined;
|
|
5445
5415
|
readonly TargetSite: MethodBase | undefined;
|
|
5446
5416
|
GetBaseException(): Exception;
|
|
@@ -5454,7 +5424,6 @@ export const Exception: {
|
|
|
5454
5424
|
new(): Exception;
|
|
5455
5425
|
new(message: string): Exception;
|
|
5456
5426
|
new(message: string, innerException: Exception): Exception;
|
|
5457
|
-
new(info: SerializationInfo, context: StreamingContext): Exception;
|
|
5458
5427
|
};
|
|
5459
5428
|
|
|
5460
5429
|
|
|
@@ -5495,7 +5464,6 @@ export const FieldAccessException: {
|
|
|
5495
5464
|
new(): FieldAccessException;
|
|
5496
5465
|
new(message: string): FieldAccessException;
|
|
5497
5466
|
new(message: string, inner: Exception): FieldAccessException;
|
|
5498
|
-
new(info: SerializationInfo, context: StreamingContext): FieldAccessException;
|
|
5499
5467
|
};
|
|
5500
5468
|
|
|
5501
5469
|
|
|
@@ -5537,7 +5505,6 @@ export const FormatException: {
|
|
|
5537
5505
|
new(): FormatException;
|
|
5538
5506
|
new(message: string): FormatException;
|
|
5539
5507
|
new(message: string, innerException: Exception): FormatException;
|
|
5540
|
-
new(info: SerializationInfo, context: StreamingContext): FormatException;
|
|
5541
5508
|
};
|
|
5542
5509
|
|
|
5543
5510
|
|
|
@@ -5551,15 +5518,14 @@ export type FormatException = FormatException$instance & __FormatException$views
|
|
|
5551
5518
|
export interface FormattableString$instance {
|
|
5552
5519
|
readonly ArgumentCount: int;
|
|
5553
5520
|
readonly Format: string;
|
|
5554
|
-
GetArgument(index: int): unknown;
|
|
5521
|
+
GetArgument(index: int): unknown | undefined;
|
|
5555
5522
|
GetArguments(): (unknown | undefined)[];
|
|
5556
5523
|
ToString(formatProvider: IFormatProvider): string;
|
|
5557
5524
|
ToString(): string;
|
|
5558
5525
|
}
|
|
5559
5526
|
|
|
5560
5527
|
|
|
5561
|
-
export const FormattableString: {
|
|
5562
|
-
new(): FormattableString;
|
|
5528
|
+
export const FormattableString: (abstract new() => FormattableString) & {
|
|
5563
5529
|
CurrentCulture(formattable: FormattableString): string;
|
|
5564
5530
|
Invariant(formattable: FormattableString): string;
|
|
5565
5531
|
};
|
|
@@ -5683,7 +5649,6 @@ export const InvalidCastException: {
|
|
|
5683
5649
|
new(message: string): InvalidCastException;
|
|
5684
5650
|
new(message: string, innerException: Exception): InvalidCastException;
|
|
5685
5651
|
new(message: string, errorCode: int): InvalidCastException;
|
|
5686
|
-
new(info: SerializationInfo, context: StreamingContext): InvalidCastException;
|
|
5687
5652
|
};
|
|
5688
5653
|
|
|
5689
5654
|
|
|
@@ -5703,7 +5668,6 @@ export const InvalidOperationException: {
|
|
|
5703
5668
|
new(): InvalidOperationException;
|
|
5704
5669
|
new(message: string): InvalidOperationException;
|
|
5705
5670
|
new(message: string, innerException: Exception): InvalidOperationException;
|
|
5706
|
-
new(info: SerializationInfo, context: StreamingContext): InvalidOperationException;
|
|
5707
5671
|
};
|
|
5708
5672
|
|
|
5709
5673
|
|
|
@@ -5742,7 +5706,6 @@ export const InvalidTimeZoneException: {
|
|
|
5742
5706
|
new(): InvalidTimeZoneException;
|
|
5743
5707
|
new(message: string): InvalidTimeZoneException;
|
|
5744
5708
|
new(message: string, innerException: Exception): InvalidTimeZoneException;
|
|
5745
|
-
new(info: SerializationInfo, context: StreamingContext): InvalidTimeZoneException;
|
|
5746
5709
|
};
|
|
5747
5710
|
|
|
5748
5711
|
|
|
@@ -5814,17 +5777,12 @@ export const LoaderOptimizationAttribute: {
|
|
|
5814
5777
|
|
|
5815
5778
|
export type LoaderOptimizationAttribute = LoaderOptimizationAttribute$instance;
|
|
5816
5779
|
|
|
5817
|
-
export
|
|
5818
|
-
|
|
5819
|
-
}
|
|
5820
|
-
|
|
5821
|
-
|
|
5822
|
-
export interface LocalDataStoreSlot$instance extends LocalDataStoreSlot$protected {
|
|
5780
|
+
export interface LocalDataStoreSlot$instance {
|
|
5781
|
+
Finalize(): void;
|
|
5823
5782
|
}
|
|
5824
5783
|
|
|
5825
5784
|
|
|
5826
5785
|
export const LocalDataStoreSlot: {
|
|
5827
|
-
new(): LocalDataStoreSlot;
|
|
5828
5786
|
};
|
|
5829
5787
|
|
|
5830
5788
|
|
|
@@ -5836,8 +5794,7 @@ export interface MarshalByRefObject$instance {
|
|
|
5836
5794
|
}
|
|
5837
5795
|
|
|
5838
5796
|
|
|
5839
|
-
export const MarshalByRefObject: {
|
|
5840
|
-
new(): MarshalByRefObject;
|
|
5797
|
+
export const MarshalByRefObject: (abstract new() => MarshalByRefObject) & {
|
|
5841
5798
|
};
|
|
5842
5799
|
|
|
5843
5800
|
|
|
@@ -5852,7 +5809,6 @@ export const MemberAccessException: {
|
|
|
5852
5809
|
new(): MemberAccessException;
|
|
5853
5810
|
new(message: string): MemberAccessException;
|
|
5854
5811
|
new(message: string, inner: Exception): MemberAccessException;
|
|
5855
|
-
new(info: SerializationInfo, context: StreamingContext): MemberAccessException;
|
|
5856
5812
|
};
|
|
5857
5813
|
|
|
5858
5814
|
|
|
@@ -5872,7 +5828,6 @@ export const MethodAccessException: {
|
|
|
5872
5828
|
new(): MethodAccessException;
|
|
5873
5829
|
new(message: string): MethodAccessException;
|
|
5874
5830
|
new(message: string, inner: Exception): MethodAccessException;
|
|
5875
|
-
new(info: SerializationInfo, context: StreamingContext): MethodAccessException;
|
|
5876
5831
|
};
|
|
5877
5832
|
|
|
5878
5833
|
|
|
@@ -5894,7 +5849,6 @@ export const MissingFieldException: {
|
|
|
5894
5849
|
new(message: string): MissingFieldException;
|
|
5895
5850
|
new(message: string, inner: Exception): MissingFieldException;
|
|
5896
5851
|
new(className: string, fieldName: string): MissingFieldException;
|
|
5897
|
-
new(info: SerializationInfo, context: StreamingContext): MissingFieldException;
|
|
5898
5852
|
};
|
|
5899
5853
|
|
|
5900
5854
|
|
|
@@ -5916,7 +5870,6 @@ export const MissingMemberException: {
|
|
|
5916
5870
|
new(message: string): MissingMemberException;
|
|
5917
5871
|
new(message: string, inner: Exception): MissingMemberException;
|
|
5918
5872
|
new(className: string, memberName: string): MissingMemberException;
|
|
5919
|
-
new(info: SerializationInfo, context: StreamingContext): MissingMemberException;
|
|
5920
5873
|
};
|
|
5921
5874
|
|
|
5922
5875
|
|
|
@@ -5938,7 +5891,6 @@ export const MissingMethodException: {
|
|
|
5938
5891
|
new(message: string): MissingMethodException;
|
|
5939
5892
|
new(message: string, inner: Exception): MissingMethodException;
|
|
5940
5893
|
new(className: string, methodName: string): MissingMethodException;
|
|
5941
|
-
new(info: SerializationInfo, context: StreamingContext): MissingMethodException;
|
|
5942
5894
|
};
|
|
5943
5895
|
|
|
5944
5896
|
|
|
@@ -5960,25 +5912,19 @@ export const MTAThreadAttribute: {
|
|
|
5960
5912
|
|
|
5961
5913
|
export type MTAThreadAttribute = MTAThreadAttribute$instance;
|
|
5962
5914
|
|
|
5963
|
-
export
|
|
5964
|
-
protected CombineImpl(follow: Function): Function;
|
|
5965
|
-
protected GetMethodImpl(): MethodInfo;
|
|
5966
|
-
protected RemoveImpl(value: Function): Function | undefined;
|
|
5967
|
-
}
|
|
5968
|
-
|
|
5969
|
-
|
|
5970
|
-
export interface MulticastDelegate$instance extends MulticastDelegate$protected, Function {
|
|
5915
|
+
export interface MulticastDelegate$instance extends Function {
|
|
5971
5916
|
Clone(): unknown;
|
|
5917
|
+
CombineImpl(follow: Function): Function;
|
|
5972
5918
|
Equals(obj: unknown): boolean;
|
|
5973
5919
|
GetHashCode(): int;
|
|
5974
5920
|
GetInvocationList(): Function[];
|
|
5921
|
+
GetMethodImpl(): MethodInfo;
|
|
5975
5922
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5923
|
+
RemoveImpl(value: Function): Function | undefined;
|
|
5976
5924
|
}
|
|
5977
5925
|
|
|
5978
5926
|
|
|
5979
5927
|
export const MulticastDelegate: {
|
|
5980
|
-
new(target: unknown, method: string): MulticastDelegate;
|
|
5981
|
-
new(target: Type, method: string): MulticastDelegate;
|
|
5982
5928
|
};
|
|
5983
5929
|
|
|
5984
5930
|
|
|
@@ -6066,7 +6012,6 @@ export const NotFiniteNumberException: {
|
|
|
6066
6012
|
new(message: string, offendingNumber: double): NotFiniteNumberException;
|
|
6067
6013
|
new(message: string, innerException: Exception): NotFiniteNumberException;
|
|
6068
6014
|
new(message: string, offendingNumber: double, innerException: Exception): NotFiniteNumberException;
|
|
6069
|
-
new(info: SerializationInfo, context: StreamingContext): NotFiniteNumberException;
|
|
6070
6015
|
};
|
|
6071
6016
|
|
|
6072
6017
|
|
|
@@ -6086,7 +6031,6 @@ export const NotImplementedException: {
|
|
|
6086
6031
|
new(): NotImplementedException;
|
|
6087
6032
|
new(message: string): NotImplementedException;
|
|
6088
6033
|
new(message: string, inner: Exception): NotImplementedException;
|
|
6089
|
-
new(info: SerializationInfo, context: StreamingContext): NotImplementedException;
|
|
6090
6034
|
};
|
|
6091
6035
|
|
|
6092
6036
|
|
|
@@ -6106,7 +6050,6 @@ export const NotSupportedException: {
|
|
|
6106
6050
|
new(): NotSupportedException;
|
|
6107
6051
|
new(message: string): NotSupportedException;
|
|
6108
6052
|
new(message: string, innerException: Exception): NotSupportedException;
|
|
6109
|
-
new(info: SerializationInfo, context: StreamingContext): NotSupportedException;
|
|
6110
6053
|
};
|
|
6111
6054
|
|
|
6112
6055
|
|
|
@@ -6126,7 +6069,6 @@ export const NullReferenceException: {
|
|
|
6126
6069
|
new(): NullReferenceException;
|
|
6127
6070
|
new(message: string): NullReferenceException;
|
|
6128
6071
|
new(message: string, innerException: Exception): NullReferenceException;
|
|
6129
|
-
new(info: SerializationInfo, context: StreamingContext): NullReferenceException;
|
|
6130
6072
|
};
|
|
6131
6073
|
|
|
6132
6074
|
|
|
@@ -6137,13 +6079,9 @@ export interface __NullReferenceException$views {
|
|
|
6137
6079
|
export type NullReferenceException = NullReferenceException$instance & __NullReferenceException$views;
|
|
6138
6080
|
|
|
6139
6081
|
|
|
6140
|
-
export
|
|
6141
|
-
protected Finalize(): void;
|
|
6142
|
-
}
|
|
6143
|
-
|
|
6144
|
-
|
|
6145
|
-
export interface Object$instance extends Object$protected {
|
|
6082
|
+
export interface Object$instance {
|
|
6146
6083
|
Equals(obj: unknown): boolean;
|
|
6084
|
+
Finalize(): void;
|
|
6147
6085
|
GetHashCode(): int;
|
|
6148
6086
|
GetType(): Type;
|
|
6149
6087
|
ToString(): string | undefined;
|
|
@@ -6170,7 +6108,6 @@ export const ObjectDisposedException: {
|
|
|
6170
6108
|
new(objectName: string): ObjectDisposedException;
|
|
6171
6109
|
new(objectName: string, message: string): ObjectDisposedException;
|
|
6172
6110
|
new(message: string, innerException: Exception): ObjectDisposedException;
|
|
6173
|
-
new(info: SerializationInfo, context: StreamingContext): ObjectDisposedException;
|
|
6174
6111
|
ThrowIf(condition: boolean, instance: unknown): void;
|
|
6175
6112
|
ThrowIf(condition: boolean, type: Type): void;
|
|
6176
6113
|
};
|
|
@@ -6184,11 +6121,12 @@ export type ObjectDisposedException = ObjectDisposedException$instance & __Objec
|
|
|
6184
6121
|
|
|
6185
6122
|
|
|
6186
6123
|
export interface ObsoleteAttribute$instance extends Attribute {
|
|
6187
|
-
DiagnosticId: string;
|
|
6124
|
+
get DiagnosticId(): string | undefined;
|
|
6125
|
+
set DiagnosticId(value: string | undefined);
|
|
6188
6126
|
readonly IsError: boolean;
|
|
6189
|
-
readonly Message: string;
|
|
6127
|
+
readonly Message: string | undefined;
|
|
6190
6128
|
get UrlFormat(): string | undefined;
|
|
6191
|
-
set UrlFormat(value: string);
|
|
6129
|
+
set UrlFormat(value: string | undefined);
|
|
6192
6130
|
}
|
|
6193
6131
|
|
|
6194
6132
|
|
|
@@ -6261,7 +6199,6 @@ export const OperationCanceledException: {
|
|
|
6261
6199
|
new(token: CancellationToken): OperationCanceledException;
|
|
6262
6200
|
new(message: string, token: CancellationToken): OperationCanceledException;
|
|
6263
6201
|
new(message: string, innerException: Exception, token: CancellationToken): OperationCanceledException;
|
|
6264
|
-
new(info: SerializationInfo, context: StreamingContext): OperationCanceledException;
|
|
6265
6202
|
};
|
|
6266
6203
|
|
|
6267
6204
|
|
|
@@ -6286,7 +6223,6 @@ export interface OrdinalComparer$instance extends StringComparer$instance {
|
|
|
6286
6223
|
|
|
6287
6224
|
|
|
6288
6225
|
export const OrdinalComparer: {
|
|
6289
|
-
new(): OrdinalComparer;
|
|
6290
6226
|
};
|
|
6291
6227
|
|
|
6292
6228
|
|
|
@@ -6310,7 +6246,6 @@ export const OutOfMemoryException: {
|
|
|
6310
6246
|
new(): OutOfMemoryException;
|
|
6311
6247
|
new(message: string): OutOfMemoryException;
|
|
6312
6248
|
new(message: string, innerException: Exception): OutOfMemoryException;
|
|
6313
|
-
new(info: SerializationInfo, context: StreamingContext): OutOfMemoryException;
|
|
6314
6249
|
};
|
|
6315
6250
|
|
|
6316
6251
|
|
|
@@ -6330,7 +6265,6 @@ export const OverflowException: {
|
|
|
6330
6265
|
new(): OverflowException;
|
|
6331
6266
|
new(message: string): OverflowException;
|
|
6332
6267
|
new(message: string, innerException: Exception): OverflowException;
|
|
6333
|
-
new(info: SerializationInfo, context: StreamingContext): OverflowException;
|
|
6334
6268
|
};
|
|
6335
6269
|
|
|
6336
6270
|
|
|
@@ -6361,7 +6295,6 @@ export const PlatformNotSupportedException: {
|
|
|
6361
6295
|
new(): PlatformNotSupportedException;
|
|
6362
6296
|
new(message: string): PlatformNotSupportedException;
|
|
6363
6297
|
new(message: string, inner: Exception): PlatformNotSupportedException;
|
|
6364
|
-
new(info: SerializationInfo, context: StreamingContext): PlatformNotSupportedException;
|
|
6365
6298
|
};
|
|
6366
6299
|
|
|
6367
6300
|
|
|
@@ -6372,12 +6305,8 @@ export interface __PlatformNotSupportedException$views {
|
|
|
6372
6305
|
export type PlatformNotSupportedException = PlatformNotSupportedException$instance & __PlatformNotSupportedException$views;
|
|
6373
6306
|
|
|
6374
6307
|
|
|
6375
|
-
export
|
|
6376
|
-
|
|
6377
|
-
}
|
|
6378
|
-
|
|
6379
|
-
|
|
6380
|
-
export interface Progress_1$instance<T> extends Progress_1$protected<T> {
|
|
6308
|
+
export interface Progress_1$instance<T> {
|
|
6309
|
+
OnReport(value: T): void;
|
|
6381
6310
|
}
|
|
6382
6311
|
|
|
6383
6312
|
|
|
@@ -6396,12 +6325,7 @@ export interface Progress_1$instance<T> extends IProgress_1$instance<T> {}
|
|
|
6396
6325
|
export type Progress_1<T> = Progress_1$instance<T> & __Progress_1$views<T>;
|
|
6397
6326
|
|
|
6398
6327
|
|
|
6399
|
-
export
|
|
6400
|
-
protected Sample(): double;
|
|
6401
|
-
}
|
|
6402
|
-
|
|
6403
|
-
|
|
6404
|
-
export interface Random$instance extends Random$protected {
|
|
6328
|
+
export interface Random$instance {
|
|
6405
6329
|
GetHexString(stringLength: int, lowercase?: boolean): string;
|
|
6406
6330
|
GetHexString(destination: Span_1<Char>, lowercase?: boolean): void;
|
|
6407
6331
|
GetItems<T>(choices: ReadOnlySpan_1<T>, destination: Span_1<T>): void;
|
|
@@ -6418,6 +6342,7 @@ export interface Random$instance extends Random$protected {
|
|
|
6418
6342
|
NextInt64(maxValue: long): long;
|
|
6419
6343
|
NextInt64(minValue: long, maxValue: long): long;
|
|
6420
6344
|
NextSingle(): float;
|
|
6345
|
+
Sample(): double;
|
|
6421
6346
|
Shuffle<T>(values: T[]): void;
|
|
6422
6347
|
Shuffle<T>(values: Span_1<T>): void;
|
|
6423
6348
|
}
|
|
@@ -6441,7 +6366,6 @@ export const RankException: {
|
|
|
6441
6366
|
new(): RankException;
|
|
6442
6367
|
new(message: string): RankException;
|
|
6443
6368
|
new(message: string, innerException: Exception): RankException;
|
|
6444
|
-
new(info: SerializationInfo, context: StreamingContext): RankException;
|
|
6445
6369
|
};
|
|
6446
6370
|
|
|
6447
6371
|
|
|
@@ -6508,7 +6432,7 @@ export const STAThreadAttribute: {
|
|
|
6508
6432
|
export type STAThreadAttribute = STAThreadAttribute$instance;
|
|
6509
6433
|
|
|
6510
6434
|
export interface String$instance {
|
|
6511
|
-
readonly
|
|
6435
|
+
readonly [index: number]: char;
|
|
6512
6436
|
readonly Length: int;
|
|
6513
6437
|
Clone(): unknown;
|
|
6514
6438
|
CompareTo(value: unknown): int;
|
|
@@ -6729,8 +6653,7 @@ export interface StringComparer$instance {
|
|
|
6729
6653
|
}
|
|
6730
6654
|
|
|
6731
6655
|
|
|
6732
|
-
export const StringComparer: {
|
|
6733
|
-
new(): StringComparer;
|
|
6656
|
+
export const StringComparer: (abstract new() => StringComparer) & {
|
|
6734
6657
|
readonly InvariantCulture: StringComparer;
|
|
6735
6658
|
readonly InvariantCultureIgnoreCase: StringComparer;
|
|
6736
6659
|
readonly CurrentCulture: StringComparer;
|
|
@@ -6766,7 +6689,6 @@ export const SystemException: {
|
|
|
6766
6689
|
new(): SystemException;
|
|
6767
6690
|
new(message: string): SystemException;
|
|
6768
6691
|
new(message: string, innerException: Exception): SystemException;
|
|
6769
|
-
new(info: SerializationInfo, context: StreamingContext): SystemException;
|
|
6770
6692
|
};
|
|
6771
6693
|
|
|
6772
6694
|
|
|
@@ -6797,7 +6719,6 @@ export const TimeoutException: {
|
|
|
6797
6719
|
new(): TimeoutException;
|
|
6798
6720
|
new(message: string): TimeoutException;
|
|
6799
6721
|
new(message: string, innerException: Exception): TimeoutException;
|
|
6800
|
-
new(info: SerializationInfo, context: StreamingContext): TimeoutException;
|
|
6801
6722
|
};
|
|
6802
6723
|
|
|
6803
6724
|
|
|
@@ -6820,8 +6741,7 @@ export interface TimeProvider$instance {
|
|
|
6820
6741
|
}
|
|
6821
6742
|
|
|
6822
6743
|
|
|
6823
|
-
export const TimeProvider: {
|
|
6824
|
-
new(): TimeProvider;
|
|
6744
|
+
export const TimeProvider: (abstract new() => TimeProvider) & {
|
|
6825
6745
|
readonly System: TimeProvider;
|
|
6826
6746
|
};
|
|
6827
6747
|
|
|
@@ -6839,8 +6759,7 @@ export interface TimeZone$instance {
|
|
|
6839
6759
|
}
|
|
6840
6760
|
|
|
6841
6761
|
|
|
6842
|
-
export const TimeZone: {
|
|
6843
|
-
new(): TimeZone;
|
|
6762
|
+
export const TimeZone: (abstract new() => TimeZone) & {
|
|
6844
6763
|
readonly CurrentTimeZone: TimeZone;
|
|
6845
6764
|
IsDaylightSavingTime(time: DateTime, daylightTimes: DaylightTime): boolean;
|
|
6846
6765
|
};
|
|
@@ -6876,7 +6795,6 @@ export interface TimeZoneInfo$instance {
|
|
|
6876
6795
|
|
|
6877
6796
|
|
|
6878
6797
|
export const TimeZoneInfo: {
|
|
6879
|
-
new(): TimeZoneInfo;
|
|
6880
6798
|
readonly Local: TimeZoneInfo;
|
|
6881
6799
|
readonly Utc: TimeZoneInfo;
|
|
6882
6800
|
ClearCachedData(): void;
|
|
@@ -6931,7 +6849,6 @@ export interface TimeZoneInfo_AdjustmentRule$instance {
|
|
|
6931
6849
|
|
|
6932
6850
|
|
|
6933
6851
|
export const TimeZoneInfo_AdjustmentRule: {
|
|
6934
|
-
new(): TimeZoneInfo_AdjustmentRule;
|
|
6935
6852
|
CreateAdjustmentRule(dateStart: DateTime, dateEnd: DateTime, daylightDelta: TimeSpan, daylightTransitionStart: TimeZoneInfo_TransitionTime, daylightTransitionEnd: TimeZoneInfo_TransitionTime, baseUtcOffsetDelta: TimeSpan): TimeZoneInfo_AdjustmentRule;
|
|
6936
6853
|
CreateAdjustmentRule(dateStart: DateTime, dateEnd: DateTime, daylightDelta: TimeSpan, daylightTransitionStart: TimeZoneInfo_TransitionTime, daylightTransitionEnd: TimeZoneInfo_TransitionTime): TimeZoneInfo_AdjustmentRule;
|
|
6937
6854
|
};
|
|
@@ -6960,7 +6877,6 @@ export const TimeZoneNotFoundException: {
|
|
|
6960
6877
|
new(): TimeZoneNotFoundException;
|
|
6961
6878
|
new(message: string): TimeZoneNotFoundException;
|
|
6962
6879
|
new(message: string, innerException: Exception): TimeZoneNotFoundException;
|
|
6963
|
-
new(info: SerializationInfo, context: StreamingContext): TimeZoneNotFoundException;
|
|
6964
6880
|
};
|
|
6965
6881
|
|
|
6966
6882
|
|
|
@@ -7223,34 +7139,15 @@ export interface Tuple_8$instance<T1, T2, T3, T4, T5, T6, T7, TRest> extends Sys
|
|
|
7223
7139
|
export type Tuple_8<T1, T2, T3, T4, T5, T6, T7, TRest> = Tuple_8$instance<T1, T2, T3, T4, T5, T6, T7, TRest> & __Tuple_8$views<T1, T2, T3, T4, T5, T6, T7, TRest>;
|
|
7224
7140
|
|
|
7225
7141
|
|
|
7226
|
-
export
|
|
7227
|
-
protected abstract GetAttributeFlagsImpl(): TypeAttributes;
|
|
7228
|
-
protected abstract GetConstructorImpl(bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): ConstructorInfo | undefined;
|
|
7229
|
-
protected abstract GetMethodImpl(name: string, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
7230
|
-
protected GetMethodImpl(name: string, genericParameterCount: int, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
7231
|
-
protected abstract GetPropertyImpl(name: string, bindingAttr: BindingFlags, binder: Binder, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo | undefined;
|
|
7232
|
-
protected GetTypeCodeImpl(): TypeCode;
|
|
7233
|
-
protected abstract HasElementTypeImpl(): boolean;
|
|
7234
|
-
protected abstract IsArrayImpl(): boolean;
|
|
7235
|
-
protected abstract IsByRefImpl(): boolean;
|
|
7236
|
-
protected abstract IsCOMObjectImpl(): boolean;
|
|
7237
|
-
protected IsContextfulImpl(): boolean;
|
|
7238
|
-
protected IsMarshalByRefImpl(): boolean;
|
|
7239
|
-
protected abstract IsPointerImpl(): boolean;
|
|
7240
|
-
protected abstract IsPrimitiveImpl(): boolean;
|
|
7241
|
-
protected IsValueTypeImpl(): boolean;
|
|
7242
|
-
}
|
|
7243
|
-
|
|
7244
|
-
|
|
7245
|
-
export interface Type$instance extends Type$protected, MemberInfo {
|
|
7142
|
+
export interface Type$instance extends MemberInfo {
|
|
7246
7143
|
readonly Assembly: Assembly;
|
|
7247
|
-
readonly AssemblyQualifiedName: string;
|
|
7144
|
+
readonly AssemblyQualifiedName: string | undefined;
|
|
7248
7145
|
readonly Attributes: TypeAttributes;
|
|
7249
7146
|
readonly BaseType: Type | undefined;
|
|
7250
7147
|
readonly ContainsGenericParameters: boolean;
|
|
7251
7148
|
readonly DeclaringMethod: MethodBase | undefined;
|
|
7252
|
-
readonly DeclaringType: Type;
|
|
7253
|
-
readonly FullName: string;
|
|
7149
|
+
readonly DeclaringType: Type | undefined;
|
|
7150
|
+
readonly FullName: string | undefined;
|
|
7254
7151
|
readonly GenericParameterAttributes: GenericParameterAttributes;
|
|
7255
7152
|
readonly GenericParameterPosition: int;
|
|
7256
7153
|
readonly GenericTypeArguments: Type[];
|
|
@@ -7306,7 +7203,7 @@ export interface Type$instance extends Type$protected, MemberInfo {
|
|
|
7306
7203
|
readonly IsVisible: boolean;
|
|
7307
7204
|
readonly MemberType: MemberTypes;
|
|
7308
7205
|
readonly Module: Module;
|
|
7309
|
-
readonly Namespace: string;
|
|
7206
|
+
readonly Namespace: string | undefined;
|
|
7310
7207
|
readonly ReflectedType: Type | undefined;
|
|
7311
7208
|
readonly StructLayoutAttribute: StructLayoutAttribute | undefined;
|
|
7312
7209
|
readonly TypeHandle: RuntimeTypeHandle;
|
|
@@ -7317,16 +7214,18 @@ export interface Type$instance extends Type$protected, MemberInfo {
|
|
|
7317
7214
|
FindInterfaces(filter: TypeFilter, filterCriteria: unknown): Type[];
|
|
7318
7215
|
FindMembers(memberType: MemberTypes, bindingAttr: BindingFlags, filter: MemberFilter, filterCriteria: unknown): MemberInfo[];
|
|
7319
7216
|
GetArrayRank(): int;
|
|
7217
|
+
GetAttributeFlagsImpl(): TypeAttributes;
|
|
7320
7218
|
GetConstructor(types: Type[]): ConstructorInfo | undefined;
|
|
7321
7219
|
GetConstructor(bindingAttr: BindingFlags, types: Type[]): ConstructorInfo | undefined;
|
|
7322
7220
|
GetConstructor(bindingAttr: BindingFlags, binder: Binder, types: Type[], modifiers: ParameterModifier[]): ConstructorInfo | undefined;
|
|
7323
7221
|
GetConstructor(bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): ConstructorInfo | undefined;
|
|
7222
|
+
GetConstructorImpl(bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): ConstructorInfo | undefined;
|
|
7324
7223
|
GetConstructors(): ConstructorInfo[];
|
|
7325
7224
|
GetConstructors(bindingAttr: BindingFlags): ConstructorInfo[];
|
|
7326
7225
|
GetCustomAttributes(inherit: boolean): unknown[];
|
|
7327
7226
|
GetCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
7328
7227
|
GetDefaultMembers(): MemberInfo[];
|
|
7329
|
-
GetElementType(): Type;
|
|
7228
|
+
GetElementType(): Type | undefined;
|
|
7330
7229
|
GetEnumName(value: unknown): string | undefined;
|
|
7331
7230
|
GetEnumNames(): string[];
|
|
7332
7231
|
GetEnumUnderlyingType(): Type;
|
|
@@ -7369,6 +7268,8 @@ export interface Type$instance extends Type$protected, MemberInfo {
|
|
|
7369
7268
|
GetMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, types: Type[]): MethodInfo | undefined;
|
|
7370
7269
|
GetMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, binder: Binder, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
7371
7270
|
GetMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
7271
|
+
GetMethodImpl(name: string, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
7272
|
+
GetMethodImpl(name: string, genericParameterCount: int, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
|
|
7372
7273
|
GetMethods(): MethodInfo[];
|
|
7373
7274
|
GetMethods(bindingAttr: BindingFlags): MethodInfo[];
|
|
7374
7275
|
GetNestedType(name: string): Type | undefined;
|
|
@@ -7385,18 +7286,29 @@ export interface Type$instance extends Type$protected, MemberInfo {
|
|
|
7385
7286
|
GetProperty(name: string, returnType: Type, types: Type[]): PropertyInfo | undefined;
|
|
7386
7287
|
GetProperty(name: string, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo | undefined;
|
|
7387
7288
|
GetProperty(name: string, bindingAttr: BindingFlags, binder: Binder, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo | undefined;
|
|
7289
|
+
GetPropertyImpl(name: string, bindingAttr: BindingFlags, binder: Binder, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo | undefined;
|
|
7388
7290
|
GetRequiredCustomModifiers(): Type[];
|
|
7389
7291
|
GetType(): Type;
|
|
7292
|
+
GetTypeCodeImpl(): TypeCode;
|
|
7293
|
+
HasElementTypeImpl(): boolean;
|
|
7390
7294
|
InvokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[]): unknown | undefined;
|
|
7391
7295
|
InvokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], culture: CultureInfo): unknown | undefined;
|
|
7392
7296
|
InvokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], modifiers: ParameterModifier[], culture: CultureInfo, namedParameters: string[]): unknown | undefined;
|
|
7297
|
+
IsArrayImpl(): boolean;
|
|
7393
7298
|
IsAssignableFrom(c: Type): boolean;
|
|
7394
7299
|
IsAssignableTo(targetType: Type): boolean;
|
|
7300
|
+
IsByRefImpl(): boolean;
|
|
7301
|
+
IsCOMObjectImpl(): boolean;
|
|
7302
|
+
IsContextfulImpl(): boolean;
|
|
7395
7303
|
IsDefined(attributeType: Type, inherit: boolean): boolean;
|
|
7396
7304
|
IsEnumDefined(value: unknown): boolean;
|
|
7397
7305
|
IsEquivalentTo(other: Type): boolean;
|
|
7398
7306
|
IsInstanceOfType(o: unknown): boolean;
|
|
7307
|
+
IsMarshalByRefImpl(): boolean;
|
|
7308
|
+
IsPointerImpl(): boolean;
|
|
7309
|
+
IsPrimitiveImpl(): boolean;
|
|
7399
7310
|
IsSubclassOf(c: Type): boolean;
|
|
7311
|
+
IsValueTypeImpl(): boolean;
|
|
7400
7312
|
MakeArrayType(): Type;
|
|
7401
7313
|
MakeArrayType(rank: int): Type;
|
|
7402
7314
|
MakeByRefType(): Type;
|
|
@@ -7406,8 +7318,7 @@ export interface Type$instance extends Type$protected, MemberInfo {
|
|
|
7406
7318
|
}
|
|
7407
7319
|
|
|
7408
7320
|
|
|
7409
|
-
export const Type: {
|
|
7410
|
-
new(): Type;
|
|
7321
|
+
export const Type: (abstract new() => Type) & {
|
|
7411
7322
|
readonly Delimiter: char;
|
|
7412
7323
|
readonly EmptyTypes: Type[];
|
|
7413
7324
|
readonly Missing: unknown;
|
|
@@ -7456,7 +7367,6 @@ export const TypeAccessException: {
|
|
|
7456
7367
|
new(): TypeAccessException;
|
|
7457
7368
|
new(message: string): TypeAccessException;
|
|
7458
7369
|
new(message: string, inner: Exception): TypeAccessException;
|
|
7459
|
-
new(info: SerializationInfo, context: StreamingContext): TypeAccessException;
|
|
7460
7370
|
};
|
|
7461
7371
|
|
|
7462
7372
|
|
|
@@ -7496,7 +7406,6 @@ export const TypeLoadException: {
|
|
|
7496
7406
|
new(): TypeLoadException;
|
|
7497
7407
|
new(message: string): TypeLoadException;
|
|
7498
7408
|
new(message: string, inner: Exception): TypeLoadException;
|
|
7499
|
-
new(info: SerializationInfo, context: StreamingContext): TypeLoadException;
|
|
7500
7409
|
};
|
|
7501
7410
|
|
|
7502
7411
|
|
|
@@ -7516,7 +7425,6 @@ export const TypeUnloadedException: {
|
|
|
7516
7425
|
new(): TypeUnloadedException;
|
|
7517
7426
|
new(message: string): TypeUnloadedException;
|
|
7518
7427
|
new(message: string, innerException: Exception): TypeUnloadedException;
|
|
7519
|
-
new(info: SerializationInfo, context: StreamingContext): TypeUnloadedException;
|
|
7520
7428
|
};
|
|
7521
7429
|
|
|
7522
7430
|
|
|
@@ -7536,7 +7444,6 @@ export const UnauthorizedAccessException: {
|
|
|
7536
7444
|
new(): UnauthorizedAccessException;
|
|
7537
7445
|
new(message: string): UnauthorizedAccessException;
|
|
7538
7446
|
new(message: string, inner: Exception): UnauthorizedAccessException;
|
|
7539
|
-
new(info: SerializationInfo, context: StreamingContext): UnauthorizedAccessException;
|
|
7540
7447
|
};
|
|
7541
7448
|
|
|
7542
7449
|
|
|
@@ -7581,18 +7488,7 @@ export interface UnitySerializationHolder$instance extends System_Runtime_Serial
|
|
|
7581
7488
|
export type UnitySerializationHolder = UnitySerializationHolder$instance & __UnitySerializationHolder$views;
|
|
7582
7489
|
|
|
7583
7490
|
|
|
7584
|
-
export
|
|
7585
|
-
protected Canonicalize(): void;
|
|
7586
|
-
protected CheckSecurity(): void;
|
|
7587
|
-
protected Escape(): void;
|
|
7588
|
-
protected IsBadFileSystemCharacter(character: char): boolean;
|
|
7589
|
-
protected IsReservedCharacter(character: char): boolean;
|
|
7590
|
-
protected Parse(): void;
|
|
7591
|
-
protected Unescape(path: string): string;
|
|
7592
|
-
}
|
|
7593
|
-
|
|
7594
|
-
|
|
7595
|
-
export interface Uri$instance extends Uri$protected {
|
|
7491
|
+
export interface Uri$instance {
|
|
7596
7492
|
readonly AbsolutePath: string;
|
|
7597
7493
|
readonly AbsoluteUri: string;
|
|
7598
7494
|
readonly Authority: string;
|
|
@@ -7615,17 +7511,24 @@ export interface Uri$instance extends Uri$protected {
|
|
|
7615
7511
|
readonly Segments: string[];
|
|
7616
7512
|
readonly UserEscaped: boolean;
|
|
7617
7513
|
readonly UserInfo: string;
|
|
7514
|
+
Canonicalize(): void;
|
|
7515
|
+
CheckSecurity(): void;
|
|
7618
7516
|
Equals(comparand: unknown): boolean;
|
|
7619
7517
|
Equals(other: Uri): boolean;
|
|
7518
|
+
Escape(): void;
|
|
7620
7519
|
GetComponents(components: UriComponents, format: UriFormat): string;
|
|
7621
7520
|
GetHashCode(): int;
|
|
7622
7521
|
GetLeftPart(part: UriPartial): string;
|
|
7522
|
+
IsBadFileSystemCharacter(character: char): boolean;
|
|
7623
7523
|
IsBaseOf(uri: Uri): boolean;
|
|
7524
|
+
IsReservedCharacter(character: char): boolean;
|
|
7624
7525
|
IsWellFormedOriginalString(): boolean;
|
|
7625
7526
|
MakeRelative(toUri: Uri): string;
|
|
7626
7527
|
MakeRelativeUri(uri: Uri): Uri;
|
|
7528
|
+
Parse(): void;
|
|
7627
7529
|
ToString(): string;
|
|
7628
7530
|
TryFormat(destination: Span_1<Char>, charsWritten: int): boolean;
|
|
7531
|
+
Unescape(path: string): string;
|
|
7629
7532
|
}
|
|
7630
7533
|
|
|
7631
7534
|
|
|
@@ -7636,7 +7539,6 @@ export const Uri: {
|
|
|
7636
7539
|
new(uriString: string, uriKind: UriKind): Uri;
|
|
7637
7540
|
new(uriString: string, creationOptions: UriCreationOptions): Uri;
|
|
7638
7541
|
new(baseUri: Uri, relativeUri: string): Uri;
|
|
7639
|
-
new(serializationInfo: SerializationInfo, streamingContext: StreamingContext): Uri;
|
|
7640
7542
|
new(baseUri: Uri, relativeUri: Uri): Uri;
|
|
7641
7543
|
readonly UriSchemeFile: string;
|
|
7642
7544
|
readonly UriSchemeFtp: string;
|
|
@@ -7733,7 +7635,6 @@ export const UriFormatException: {
|
|
|
7733
7635
|
new(): UriFormatException;
|
|
7734
7636
|
new(textString: string): UriFormatException;
|
|
7735
7637
|
new(textString: string, e: Exception): UriFormatException;
|
|
7736
|
-
new(serializationInfo: SerializationInfo, streamingContext: StreamingContext): UriFormatException;
|
|
7737
7638
|
};
|
|
7738
7639
|
|
|
7739
7640
|
|
|
@@ -7744,23 +7645,18 @@ export interface __UriFormatException$views {
|
|
|
7744
7645
|
export type UriFormatException = UriFormatException$instance & __UriFormatException$views;
|
|
7745
7646
|
|
|
7746
7647
|
|
|
7747
|
-
export
|
|
7748
|
-
|
|
7749
|
-
|
|
7750
|
-
|
|
7751
|
-
|
|
7752
|
-
|
|
7753
|
-
|
|
7754
|
-
|
|
7648
|
+
export interface UriParser$instance {
|
|
7649
|
+
GetComponents(uri: Uri, components: UriComponents, format: UriFormat): string;
|
|
7650
|
+
InitializeAndValidate(uri: Uri, parsingError: UriFormatException): void;
|
|
7651
|
+
IsBaseOf(baseUri: Uri, relativeUri: Uri): boolean;
|
|
7652
|
+
IsWellFormedOriginalString(uri: Uri): boolean;
|
|
7653
|
+
OnNewUri(): UriParser;
|
|
7654
|
+
OnRegister(schemeName: string, defaultPort: int): void;
|
|
7655
|
+
Resolve(baseUri: Uri, relativeUri: Uri, parsingError: UriFormatException): string | undefined;
|
|
7755
7656
|
}
|
|
7756
7657
|
|
|
7757
7658
|
|
|
7758
|
-
export
|
|
7759
|
-
}
|
|
7760
|
-
|
|
7761
|
-
|
|
7762
|
-
export const UriParser: {
|
|
7763
|
-
new(): UriParser;
|
|
7659
|
+
export const UriParser: (abstract new() => UriParser) & {
|
|
7764
7660
|
IsKnownScheme(schemeName: string): boolean;
|
|
7765
7661
|
Register(uriParser: UriParser, schemeName: string, defaultPort: int): void;
|
|
7766
7662
|
};
|
|
@@ -7796,8 +7692,7 @@ export interface ValueType$instance {
|
|
|
7796
7692
|
}
|
|
7797
7693
|
|
|
7798
7694
|
|
|
7799
|
-
export const ValueType: {
|
|
7800
|
-
new(): ValueType;
|
|
7695
|
+
export const ValueType: (abstract new() => ValueType) & {
|
|
7801
7696
|
};
|
|
7802
7697
|
|
|
7803
7698
|
|
|
@@ -7861,15 +7756,12 @@ export interface Version$instance extends ICloneable$instance, IComparable$insta
|
|
|
7861
7756
|
export type Version = Version$instance & __Version$views;
|
|
7862
7757
|
|
|
7863
7758
|
|
|
7864
|
-
export
|
|
7865
|
-
protected Finalize(): void;
|
|
7866
|
-
}
|
|
7867
|
-
|
|
7868
|
-
|
|
7869
|
-
export interface WeakReference$instance extends WeakReference$protected {
|
|
7759
|
+
export interface WeakReference$instance {
|
|
7870
7760
|
readonly IsAlive: boolean;
|
|
7871
|
-
Target: unknown;
|
|
7761
|
+
get Target(): unknown | undefined;
|
|
7762
|
+
set Target(value: unknown | undefined);
|
|
7872
7763
|
readonly TrackResurrection: boolean;
|
|
7764
|
+
Finalize(): void;
|
|
7873
7765
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
7874
7766
|
}
|
|
7875
7767
|
|
|
@@ -7877,7 +7769,6 @@ export interface WeakReference$instance extends WeakReference$protected {
|
|
|
7877
7769
|
export const WeakReference: {
|
|
7878
7770
|
new(target: unknown): WeakReference;
|
|
7879
7771
|
new(target: unknown, trackResurrection: boolean): WeakReference;
|
|
7880
|
-
new(info: SerializationInfo, context: StreamingContext): WeakReference;
|
|
7881
7772
|
};
|
|
7882
7773
|
|
|
7883
7774
|
|
|
@@ -7890,12 +7781,8 @@ export interface WeakReference$instance extends System_Runtime_Serialization_Int
|
|
|
7890
7781
|
export type WeakReference = WeakReference$instance & __WeakReference$views;
|
|
7891
7782
|
|
|
7892
7783
|
|
|
7893
|
-
export
|
|
7894
|
-
|
|
7895
|
-
}
|
|
7896
|
-
|
|
7897
|
-
|
|
7898
|
-
export interface WeakReference_1$instance<T> extends WeakReference_1$protected<T> {
|
|
7784
|
+
export interface WeakReference_1$instance<T> {
|
|
7785
|
+
Finalize(): void;
|
|
7899
7786
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
7900
7787
|
SetTarget(target: T): void;
|
|
7901
7788
|
TryGetTarget(target: T): boolean;
|