@tsonic/dotnet 10.0.12 → 10.0.16
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/bindings.json +0 -40
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -4
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +0 -20
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -2
- package/Microsoft.Win32.SafeHandles/bindings.json +16 -616
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -30
- package/System/bindings.json +6 -1086
- package/System/internal/index.d.ts +45 -93
- package/System.CodeDom.Compiler/bindings.json +6 -126
- package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
- package/System.Collections/internal/index.d.ts +1 -0
- package/System.Collections.Concurrent/bindings.json +0 -40
- package/System.Collections.Concurrent/internal/index.d.ts +0 -2
- package/System.Collections.Generic/bindings.json +37 -777
- package/System.Collections.Generic/internal/index.d.ts +24 -33
- package/System.Collections.ObjectModel/bindings.json +2197 -3097
- package/System.Collections.ObjectModel/internal/index.d.ts +2 -43
- package/System.Collections.Specialized/bindings.json +0 -60
- package/System.Collections.Specialized/internal/index.d.ts +1 -4
- package/System.ComponentModel/bindings.json +2 -422
- package/System.ComponentModel/internal/index.d.ts +1 -21
- package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
- package/System.ComponentModel.Design/bindings.json +0 -200
- package/System.ComponentModel.Design/internal/index.d.ts +7 -12
- package/System.Data/bindings.json +60 -1600
- package/System.Data/internal/index.d.ts +30 -100
- package/System.Data.Common/bindings.json +3 -103
- package/System.Data.Common/internal/index.d.ts +11 -6
- package/System.Data.SqlTypes/bindings.json +0 -100
- package/System.Data.SqlTypes/internal/index.d.ts +5 -10
- package/System.Diagnostics/bindings.json +2 -342
- package/System.Diagnostics/internal/index.d.ts +4 -18
- package/System.Diagnostics.Metrics/bindings.json +0 -60
- package/System.Diagnostics.Tracing/bindings.json +0 -100
- package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
- package/System.Dynamic/bindings.json +48 -68
- package/System.Dynamic/internal/index.d.ts +0 -1
- package/System.Formats.Asn1/bindings.json +0 -20
- package/System.Formats.Asn1/internal/index.d.ts +1 -2
- package/System.Globalization/bindings.json +0 -300
- package/System.Globalization/internal/index.d.ts +15 -30
- package/System.IO/bindings.json +216 -1456
- package/System.IO/internal/index.d.ts +14 -74
- package/System.IO.Compression/bindings.json +16 -436
- package/System.IO.Compression/internal/index.d.ts +1 -22
- package/System.IO.IsolatedStorage/bindings.json +10 -90
- package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
- package/System.IO.MemoryMappedFiles/bindings.json +2 -22
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
- package/System.IO.Pipes/bindings.json +7 -327
- package/System.IO.Pipes/internal/index.d.ts +5 -21
- package/System.Linq/bindings.json +0 -60
- package/System.Linq/internal/index.d.ts +1 -3
- package/System.Net/bindings.json +1 -241
- package/System.Net/internal/index.d.ts +15 -14
- package/System.Net.Http/bindings.json +15 -555
- package/System.Net.Http/internal/index.d.ts +11 -28
- package/System.Net.Http.Headers/bindings.json +0 -180
- package/System.Net.Http.Headers/internal/index.d.ts +0 -9
- package/System.Net.Http.Json/bindings.json +0 -40
- package/System.Net.Http.Json/internal/index.d.ts +0 -2
- package/System.Net.Mail/bindings.json +1863 -3283
- package/System.Net.Mail/internal/index.d.ts +1 -63
- package/System.Net.NetworkInformation/bindings.json +1 -41
- package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
- package/System.Net.Quic/bindings.json +7 -107
- package/System.Net.Quic/internal/index.d.ts +4 -6
- package/System.Net.Security/bindings.json +15 -175
- package/System.Net.Security/internal/index.d.ts +0 -8
- package/System.Net.Sockets/bindings.json +4 -184
- package/System.Net.Sockets/internal/index.d.ts +2 -10
- package/System.Net.WebSockets/bindings.json +13 -173
- package/System.Net.WebSockets/internal/index.d.ts +1 -7
- package/System.Reflection/bindings.json +613 -2253
- package/System.Reflection/internal/index.d.ts +19 -96
- package/System.Reflection.Emit/bindings.json +4539 -7379
- package/System.Reflection.Emit/internal/index.d.ts +10 -151
- package/System.Reflection.Metadata/bindings.json +0 -20
- package/System.Reflection.Metadata/internal/index.d.ts +4 -2
- package/System.Reflection.PortableExecutable/bindings.json +0 -20
- package/System.Resources/bindings.json +0 -40
- package/System.Resources/internal/index.d.ts +2 -4
- package/System.Runtime/bindings.json +0 -20
- package/System.Runtime/internal/index.d.ts +1 -2
- package/System.Runtime.InteropServices/bindings.json +0 -220
- package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
- package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
- package/System.Runtime.Serialization/bindings.json +0 -40
- package/System.Runtime.Serialization/internal/index.d.ts +3 -4
- package/System.Security/bindings.json +0 -20
- package/System.Security/internal/index.d.ts +1 -2
- package/System.Security.AccessControl/bindings.json +2 -362
- package/System.Security.AccessControl/internal/index.d.ts +1 -18
- package/System.Security.Authentication/bindings.json +0 -40
- package/System.Security.Authentication/internal/index.d.ts +2 -4
- package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
- package/System.Security.Cryptography/bindings.json +786 -6966
- package/System.Security.Cryptography/internal/index.d.ts +22 -242
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +13 -22
- package/System.Security.Principal/bindings.json +0 -20
- package/System.Security.Principal/internal/index.d.ts +2 -2
- package/System.Text/bindings.json +51 -475
- package/System.Text/internal/index.d.ts +6 -25
- package/System.Text.RegularExpressions/bindings.json +0 -20
- package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
- package/System.Threading/bindings.json +0 -400
- package/System.Threading/internal/index.d.ts +10 -30
- package/System.Threading.Channels/bindings.json +0 -20
- package/System.Threading.Channels/internal/index.d.ts +1 -2
- package/System.Threading.Tasks/bindings.json +60 -240
- package/System.Threading.Tasks/internal/index.d.ts +18 -8
- package/System.Timers/bindings.json +1 -1
- package/System.Transactions/bindings.json +0 -220
- package/System.Transactions/internal/index.d.ts +8 -19
- package/System.Xml/bindings.json +67 -1767
- package/System.Xml/internal/index.d.ts +39 -103
- package/System.Xml.Linq/bindings.json +0 -200
- package/System.Xml.Linq/internal/index.d.ts +10 -18
- package/System.Xml.Resolvers/bindings.json +0 -20
- package/System.Xml.Resolvers/internal/index.d.ts +0 -1
- package/System.Xml.Schema/bindings.json +0 -160
- package/System.Xml.Schema/internal/index.d.ts +6 -7
- package/System.Xml.Serialization/bindings.json +77 -717
- package/System.Xml.Serialization/internal/index.d.ts +21 -32
- package/System.Xml.Xsl/bindings.json +0 -60
- package/System.Xml.Xsl/internal/index.d.ts +1 -4
- package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
- package/package.json +2 -2
|
@@ -5317,12 +5317,11 @@ export const Void: {
|
|
|
5317
5317
|
|
|
5318
5318
|
export type Void = Void$instance;
|
|
5319
5319
|
|
|
5320
|
-
export interface AccessViolationException$instance extends SystemException$instance {
|
|
5320
|
+
export interface AccessViolationException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
5321
5321
|
readonly __tsonic_type_System_AccessViolationException: never;
|
|
5322
5322
|
|
|
5323
5323
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5324
5324
|
|
|
5325
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5326
5325
|
}
|
|
5327
5326
|
|
|
5328
5327
|
|
|
@@ -5458,12 +5457,11 @@ export const AppDomainSetup: {
|
|
|
5458
5457
|
|
|
5459
5458
|
export type AppDomainSetup = AppDomainSetup$instance;
|
|
5460
5459
|
|
|
5461
|
-
export interface AppDomainUnloadedException$instance extends SystemException$instance {
|
|
5460
|
+
export interface AppDomainUnloadedException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
5462
5461
|
readonly __tsonic_type_System_AppDomainUnloadedException: never;
|
|
5463
5462
|
|
|
5464
5463
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5465
5464
|
|
|
5466
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5467
5465
|
}
|
|
5468
5466
|
|
|
5469
5467
|
|
|
@@ -5481,12 +5479,11 @@ export interface __AppDomainUnloadedException$views {
|
|
|
5481
5479
|
export type AppDomainUnloadedException = AppDomainUnloadedException$instance & __AppDomainUnloadedException$views;
|
|
5482
5480
|
|
|
5483
5481
|
|
|
5484
|
-
export interface ApplicationException$instance extends Exception$instance {
|
|
5482
|
+
export interface ApplicationException$instance extends Exception$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
5485
5483
|
readonly __tsonic_type_System_ApplicationException: never;
|
|
5486
5484
|
|
|
5487
5485
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5488
5486
|
|
|
5489
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5490
5487
|
}
|
|
5491
5488
|
|
|
5492
5489
|
|
|
@@ -5560,7 +5557,6 @@ export interface ArgumentNullException$instance extends ArgumentException$instan
|
|
|
5560
5557
|
|
|
5561
5558
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5562
5559
|
|
|
5563
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5564
5560
|
}
|
|
5565
5561
|
|
|
5566
5562
|
|
|
@@ -5617,12 +5613,11 @@ export interface __ArgumentOutOfRangeException$views {
|
|
|
5617
5613
|
export type ArgumentOutOfRangeException = ArgumentOutOfRangeException$instance & __ArgumentOutOfRangeException$views;
|
|
5618
5614
|
|
|
5619
5615
|
|
|
5620
|
-
export interface ArithmeticException$instance extends SystemException$instance {
|
|
5616
|
+
export interface ArithmeticException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
5621
5617
|
readonly __tsonic_type_System_ArithmeticException: never;
|
|
5622
5618
|
|
|
5623
5619
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5624
5620
|
|
|
5625
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5626
5621
|
}
|
|
5627
5622
|
|
|
5628
5623
|
|
|
@@ -5777,12 +5772,11 @@ export interface __Array$views {
|
|
|
5777
5772
|
export type Array = Array$instance & __Array$views;
|
|
5778
5773
|
|
|
5779
5774
|
|
|
5780
|
-
export interface ArrayTypeMismatchException$instance extends SystemException$instance {
|
|
5775
|
+
export interface ArrayTypeMismatchException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
5781
5776
|
readonly __tsonic_type_System_ArrayTypeMismatchException: never;
|
|
5782
5777
|
|
|
5783
5778
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5784
5779
|
|
|
5785
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5786
5780
|
}
|
|
5787
5781
|
|
|
5788
5782
|
|
|
@@ -5908,12 +5902,11 @@ export interface __BadImageFormatException$views {
|
|
|
5908
5902
|
export type BadImageFormatException = BadImageFormatException$instance & __BadImageFormatException$views;
|
|
5909
5903
|
|
|
5910
5904
|
|
|
5911
|
-
export interface CannotUnloadAppDomainException$instance extends SystemException$instance {
|
|
5905
|
+
export interface CannotUnloadAppDomainException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
5912
5906
|
readonly __tsonic_type_System_CannotUnloadAppDomainException: never;
|
|
5913
5907
|
|
|
5914
5908
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5915
5909
|
|
|
5916
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5917
5910
|
}
|
|
5918
5911
|
|
|
5919
5912
|
|
|
@@ -6000,12 +5993,11 @@ export const ContextBoundObject: (abstract new() => ContextBoundObject) & {
|
|
|
6000
5993
|
|
|
6001
5994
|
export type ContextBoundObject = ContextBoundObject$instance;
|
|
6002
5995
|
|
|
6003
|
-
export interface ContextMarshalException$instance extends SystemException$instance {
|
|
5996
|
+
export interface ContextMarshalException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
6004
5997
|
readonly __tsonic_type_System_ContextMarshalException: never;
|
|
6005
5998
|
|
|
6006
5999
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6007
6000
|
|
|
6008
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6009
6001
|
}
|
|
6010
6002
|
|
|
6011
6003
|
|
|
@@ -6048,12 +6040,11 @@ export interface CultureAwareComparer$instance extends StringComparer$instance,
|
|
|
6048
6040
|
|
|
6049
6041
|
Compare(x: string, y: string): int;
|
|
6050
6042
|
Compare(x: unknown, y: unknown): int;
|
|
6051
|
-
Compare(x: unknown, y: unknown): int;
|
|
6052
6043
|
Equals(x: string, y: string): boolean;
|
|
6053
|
-
Equals(
|
|
6044
|
+
Equals(obj: unknown): boolean;
|
|
6054
6045
|
Equals(x: unknown, y: unknown): boolean;
|
|
6055
6046
|
GetHashCode(obj: string): int;
|
|
6056
|
-
GetHashCode(
|
|
6047
|
+
GetHashCode(): int;
|
|
6057
6048
|
GetHashCode(obj: unknown): int;
|
|
6058
6049
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6059
6050
|
}
|
|
@@ -6075,12 +6066,11 @@ export interface __CultureAwareComparer$views {
|
|
|
6075
6066
|
export type CultureAwareComparer = CultureAwareComparer$instance & __CultureAwareComparer$views;
|
|
6076
6067
|
|
|
6077
6068
|
|
|
6078
|
-
export interface DataMisalignedException$instance extends SystemException$instance {
|
|
6069
|
+
export interface DataMisalignedException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
6079
6070
|
readonly __tsonic_type_System_DataMisalignedException: never;
|
|
6080
6071
|
|
|
6081
6072
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6082
6073
|
|
|
6083
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6084
6074
|
}
|
|
6085
6075
|
|
|
6086
6076
|
|
|
@@ -6174,12 +6164,11 @@ export interface __Delegate$views {
|
|
|
6174
6164
|
export type Delegate = Delegate$instance & __Delegate$views;
|
|
6175
6165
|
|
|
6176
6166
|
|
|
6177
|
-
export interface DivideByZeroException$instance extends ArithmeticException$instance {
|
|
6167
|
+
export interface DivideByZeroException$instance extends ArithmeticException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
6178
6168
|
readonly __tsonic_type_System_DivideByZeroException: never;
|
|
6179
6169
|
|
|
6180
6170
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6181
6171
|
|
|
6182
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6183
6172
|
}
|
|
6184
6173
|
|
|
6185
6174
|
|
|
@@ -6202,7 +6191,6 @@ export interface DllNotFoundException$instance extends TypeLoadException$instanc
|
|
|
6202
6191
|
|
|
6203
6192
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6204
6193
|
|
|
6205
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6206
6194
|
}
|
|
6207
6195
|
|
|
6208
6196
|
|
|
@@ -6225,7 +6213,6 @@ export interface DuplicateWaitObjectException$instance extends ArgumentException
|
|
|
6225
6213
|
|
|
6226
6214
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6227
6215
|
|
|
6228
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6229
6216
|
}
|
|
6230
6217
|
|
|
6231
6218
|
|
|
@@ -6249,7 +6236,6 @@ export interface EntryPointNotFoundException$instance extends TypeLoadException$
|
|
|
6249
6236
|
|
|
6250
6237
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6251
6238
|
|
|
6252
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6253
6239
|
}
|
|
6254
6240
|
|
|
6255
6241
|
|
|
@@ -6392,12 +6378,11 @@ export interface __Exception$views {
|
|
|
6392
6378
|
export type Exception = Exception$instance & __Exception$views;
|
|
6393
6379
|
|
|
6394
6380
|
|
|
6395
|
-
export interface ExecutionEngineException$instance extends SystemException$instance {
|
|
6381
|
+
export interface ExecutionEngineException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
6396
6382
|
readonly __tsonic_type_System_ExecutionEngineException: never;
|
|
6397
6383
|
|
|
6398
6384
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6399
6385
|
|
|
6400
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6401
6386
|
}
|
|
6402
6387
|
|
|
6403
6388
|
|
|
@@ -6415,12 +6400,11 @@ export interface __ExecutionEngineException$views {
|
|
|
6415
6400
|
export type ExecutionEngineException = ExecutionEngineException$instance & __ExecutionEngineException$views;
|
|
6416
6401
|
|
|
6417
6402
|
|
|
6418
|
-
export interface FieldAccessException$instance extends MemberAccessException$instance {
|
|
6403
|
+
export interface FieldAccessException$instance extends MemberAccessException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
6419
6404
|
readonly __tsonic_type_System_FieldAccessException: never;
|
|
6420
6405
|
|
|
6421
6406
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6422
6407
|
|
|
6423
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6424
6408
|
}
|
|
6425
6409
|
|
|
6426
6410
|
|
|
@@ -6464,12 +6448,11 @@ export const FlagsAttribute: {
|
|
|
6464
6448
|
|
|
6465
6449
|
export type FlagsAttribute = FlagsAttribute$instance;
|
|
6466
6450
|
|
|
6467
|
-
export interface FormatException$instance extends SystemException$instance {
|
|
6451
|
+
export interface FormatException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
6468
6452
|
readonly __tsonic_type_System_FormatException: never;
|
|
6469
6453
|
|
|
6470
6454
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6471
6455
|
|
|
6472
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6473
6456
|
}
|
|
6474
6457
|
|
|
6475
6458
|
|
|
@@ -6566,12 +6549,11 @@ export const HttpStyleUriParser: {
|
|
|
6566
6549
|
|
|
6567
6550
|
export type HttpStyleUriParser = HttpStyleUriParser$instance;
|
|
6568
6551
|
|
|
6569
|
-
export interface IndexOutOfRangeException$instance extends SystemException$instance {
|
|
6552
|
+
export interface IndexOutOfRangeException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
6570
6553
|
readonly __tsonic_type_System_IndexOutOfRangeException: never;
|
|
6571
6554
|
|
|
6572
6555
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6573
6556
|
|
|
6574
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6575
6557
|
}
|
|
6576
6558
|
|
|
6577
6559
|
|
|
@@ -6589,12 +6571,11 @@ export interface __IndexOutOfRangeException$views {
|
|
|
6589
6571
|
export type IndexOutOfRangeException = IndexOutOfRangeException$instance & __IndexOutOfRangeException$views;
|
|
6590
6572
|
|
|
6591
6573
|
|
|
6592
|
-
export interface InsufficientExecutionStackException$instance extends SystemException$instance {
|
|
6574
|
+
export interface InsufficientExecutionStackException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
6593
6575
|
readonly __tsonic_type_System_InsufficientExecutionStackException: never;
|
|
6594
6576
|
|
|
6595
6577
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6596
6578
|
|
|
6597
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6598
6579
|
}
|
|
6599
6580
|
|
|
6600
6581
|
|
|
@@ -6612,12 +6593,11 @@ export interface __InsufficientExecutionStackException$views {
|
|
|
6612
6593
|
export type InsufficientExecutionStackException = InsufficientExecutionStackException$instance & __InsufficientExecutionStackException$views;
|
|
6613
6594
|
|
|
6614
6595
|
|
|
6615
|
-
export interface InsufficientMemoryException$instance extends OutOfMemoryException$instance {
|
|
6596
|
+
export interface InsufficientMemoryException$instance extends OutOfMemoryException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
6616
6597
|
readonly __tsonic_type_System_InsufficientMemoryException: never;
|
|
6617
6598
|
|
|
6618
6599
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6619
6600
|
|
|
6620
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6621
6601
|
}
|
|
6622
6602
|
|
|
6623
6603
|
|
|
@@ -6635,12 +6615,11 @@ export interface __InsufficientMemoryException$views {
|
|
|
6635
6615
|
export type InsufficientMemoryException = InsufficientMemoryException$instance & __InsufficientMemoryException$views;
|
|
6636
6616
|
|
|
6637
6617
|
|
|
6638
|
-
export interface InvalidCastException$instance extends SystemException$instance {
|
|
6618
|
+
export interface InvalidCastException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
6639
6619
|
readonly __tsonic_type_System_InvalidCastException: never;
|
|
6640
6620
|
|
|
6641
6621
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6642
6622
|
|
|
6643
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6644
6623
|
}
|
|
6645
6624
|
|
|
6646
6625
|
|
|
@@ -6659,12 +6638,11 @@ export interface __InvalidCastException$views {
|
|
|
6659
6638
|
export type InvalidCastException = InvalidCastException$instance & __InvalidCastException$views;
|
|
6660
6639
|
|
|
6661
6640
|
|
|
6662
|
-
export interface InvalidOperationException$instance extends SystemException$instance {
|
|
6641
|
+
export interface InvalidOperationException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
6663
6642
|
readonly __tsonic_type_System_InvalidOperationException: never;
|
|
6664
6643
|
|
|
6665
6644
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6666
6645
|
|
|
6667
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6668
6646
|
}
|
|
6669
6647
|
|
|
6670
6648
|
|
|
@@ -6682,12 +6660,11 @@ export interface __InvalidOperationException$views {
|
|
|
6682
6660
|
export type InvalidOperationException = InvalidOperationException$instance & __InvalidOperationException$views;
|
|
6683
6661
|
|
|
6684
6662
|
|
|
6685
|
-
export interface InvalidProgramException$instance extends SystemException$instance {
|
|
6663
|
+
export interface InvalidProgramException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
6686
6664
|
readonly __tsonic_type_System_InvalidProgramException: never;
|
|
6687
6665
|
|
|
6688
6666
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6689
6667
|
|
|
6690
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6691
6668
|
}
|
|
6692
6669
|
|
|
6693
6670
|
|
|
@@ -6705,12 +6682,11 @@ export interface __InvalidProgramException$views {
|
|
|
6705
6682
|
export type InvalidProgramException = InvalidProgramException$instance & __InvalidProgramException$views;
|
|
6706
6683
|
|
|
6707
6684
|
|
|
6708
|
-
export interface InvalidTimeZoneException$instance extends Exception$instance {
|
|
6685
|
+
export interface InvalidTimeZoneException$instance extends Exception$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
6709
6686
|
readonly __tsonic_type_System_InvalidTimeZoneException: never;
|
|
6710
6687
|
|
|
6711
6688
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6712
6689
|
|
|
6713
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6714
6690
|
}
|
|
6715
6691
|
|
|
6716
6692
|
|
|
@@ -6824,12 +6800,11 @@ export const MarshalByRefObject: (abstract new() => MarshalByRefObject) & {
|
|
|
6824
6800
|
|
|
6825
6801
|
export type MarshalByRefObject = MarshalByRefObject$instance;
|
|
6826
6802
|
|
|
6827
|
-
export interface MemberAccessException$instance extends SystemException$instance {
|
|
6803
|
+
export interface MemberAccessException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
6828
6804
|
readonly __tsonic_type_System_MemberAccessException: never;
|
|
6829
6805
|
|
|
6830
6806
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6831
6807
|
|
|
6832
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6833
6808
|
}
|
|
6834
6809
|
|
|
6835
6810
|
|
|
@@ -6847,12 +6822,11 @@ export interface __MemberAccessException$views {
|
|
|
6847
6822
|
export type MemberAccessException = MemberAccessException$instance & __MemberAccessException$views;
|
|
6848
6823
|
|
|
6849
6824
|
|
|
6850
|
-
export interface MethodAccessException$instance extends MemberAccessException$instance {
|
|
6825
|
+
export interface MethodAccessException$instance extends MemberAccessException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
6851
6826
|
readonly __tsonic_type_System_MethodAccessException: never;
|
|
6852
6827
|
|
|
6853
6828
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6854
6829
|
|
|
6855
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6856
6830
|
}
|
|
6857
6831
|
|
|
6858
6832
|
|
|
@@ -6876,7 +6850,6 @@ export interface MissingFieldException$instance extends MissingMemberException$i
|
|
|
6876
6850
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6877
6851
|
|
|
6878
6852
|
readonly Message: string;
|
|
6879
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6880
6853
|
}
|
|
6881
6854
|
|
|
6882
6855
|
|
|
@@ -6926,7 +6899,6 @@ export interface MissingMethodException$instance extends MissingMemberException$
|
|
|
6926
6899
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6927
6900
|
|
|
6928
6901
|
readonly Message: string;
|
|
6929
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6930
6902
|
}
|
|
6931
6903
|
|
|
6932
6904
|
|
|
@@ -6958,13 +6930,12 @@ export const MTAThreadAttribute: {
|
|
|
6958
6930
|
|
|
6959
6931
|
export type MTAThreadAttribute = MTAThreadAttribute$instance;
|
|
6960
6932
|
|
|
6961
|
-
export interface MulticastDelegate$instance extends Function {
|
|
6933
|
+
export interface MulticastDelegate$instance extends Function, ICloneable$instance {
|
|
6962
6934
|
readonly __tsonic_type_System_MulticastDelegate: never;
|
|
6963
6935
|
|
|
6964
6936
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
6965
6937
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6966
6938
|
|
|
6967
|
-
Clone(): unknown;
|
|
6968
6939
|
CombineImpl(follow: Function): Function;
|
|
6969
6940
|
Equals(obj: unknown): boolean;
|
|
6970
6941
|
GetHashCode(): int;
|
|
@@ -6987,12 +6958,11 @@ export interface __MulticastDelegate$views {
|
|
|
6987
6958
|
export type MulticastDelegate = MulticastDelegate$instance & __MulticastDelegate$views;
|
|
6988
6959
|
|
|
6989
6960
|
|
|
6990
|
-
export interface MulticastNotSupportedException$instance extends SystemException$instance {
|
|
6961
|
+
export interface MulticastNotSupportedException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
6991
6962
|
readonly __tsonic_type_System_MulticastNotSupportedException: never;
|
|
6992
6963
|
|
|
6993
6964
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6994
6965
|
|
|
6995
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6996
6966
|
}
|
|
6997
6967
|
|
|
6998
6968
|
|
|
@@ -7089,12 +7059,11 @@ export interface __NotFiniteNumberException$views {
|
|
|
7089
7059
|
export type NotFiniteNumberException = NotFiniteNumberException$instance & __NotFiniteNumberException$views;
|
|
7090
7060
|
|
|
7091
7061
|
|
|
7092
|
-
export interface NotImplementedException$instance extends SystemException$instance {
|
|
7062
|
+
export interface NotImplementedException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
7093
7063
|
readonly __tsonic_type_System_NotImplementedException: never;
|
|
7094
7064
|
|
|
7095
7065
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7096
7066
|
|
|
7097
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
7098
7067
|
}
|
|
7099
7068
|
|
|
7100
7069
|
|
|
@@ -7112,12 +7081,11 @@ export interface __NotImplementedException$views {
|
|
|
7112
7081
|
export type NotImplementedException = NotImplementedException$instance & __NotImplementedException$views;
|
|
7113
7082
|
|
|
7114
7083
|
|
|
7115
|
-
export interface NotSupportedException$instance extends SystemException$instance {
|
|
7084
|
+
export interface NotSupportedException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
7116
7085
|
readonly __tsonic_type_System_NotSupportedException: never;
|
|
7117
7086
|
|
|
7118
7087
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7119
7088
|
|
|
7120
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
7121
7089
|
}
|
|
7122
7090
|
|
|
7123
7091
|
|
|
@@ -7135,12 +7103,11 @@ export interface __NotSupportedException$views {
|
|
|
7135
7103
|
export type NotSupportedException = NotSupportedException$instance & __NotSupportedException$views;
|
|
7136
7104
|
|
|
7137
7105
|
|
|
7138
|
-
export interface NullReferenceException$instance extends SystemException$instance {
|
|
7106
|
+
export interface NullReferenceException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
7139
7107
|
readonly __tsonic_type_System_NullReferenceException: never;
|
|
7140
7108
|
|
|
7141
7109
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7142
7110
|
|
|
7143
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
7144
7111
|
}
|
|
7145
7112
|
|
|
7146
7113
|
|
|
@@ -7276,13 +7243,12 @@ export interface __OperatingSystem$views {
|
|
|
7276
7243
|
export type OperatingSystem = OperatingSystem$instance & __OperatingSystem$views;
|
|
7277
7244
|
|
|
7278
7245
|
|
|
7279
|
-
export interface OperationCanceledException$instance extends SystemException$instance {
|
|
7246
|
+
export interface OperationCanceledException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
7280
7247
|
readonly __tsonic_type_System_OperationCanceledException: never;
|
|
7281
7248
|
|
|
7282
7249
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7283
7250
|
|
|
7284
7251
|
CancellationToken: CancellationToken;
|
|
7285
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
7286
7252
|
}
|
|
7287
7253
|
|
|
7288
7254
|
|
|
@@ -7314,12 +7280,11 @@ export interface OrdinalComparer$instance extends StringComparer$instance {
|
|
|
7314
7280
|
|
|
7315
7281
|
Compare(x: string, y: string): int;
|
|
7316
7282
|
Compare(x: unknown, y: unknown): int;
|
|
7317
|
-
Compare(x: unknown, y: unknown): int;
|
|
7318
7283
|
Equals(x: string, y: string): boolean;
|
|
7319
|
-
Equals(
|
|
7284
|
+
Equals(obj: unknown): boolean;
|
|
7320
7285
|
Equals(x: unknown, y: unknown): boolean;
|
|
7321
7286
|
GetHashCode(obj: string): int;
|
|
7322
|
-
GetHashCode(
|
|
7287
|
+
GetHashCode(): int;
|
|
7323
7288
|
GetHashCode(obj: unknown): int;
|
|
7324
7289
|
}
|
|
7325
7290
|
|
|
@@ -7339,12 +7304,11 @@ export interface __OrdinalComparer$views {
|
|
|
7339
7304
|
export type OrdinalComparer = OrdinalComparer$instance & __OrdinalComparer$views;
|
|
7340
7305
|
|
|
7341
7306
|
|
|
7342
|
-
export interface OutOfMemoryException$instance extends SystemException$instance {
|
|
7307
|
+
export interface OutOfMemoryException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
7343
7308
|
readonly __tsonic_type_System_OutOfMemoryException: never;
|
|
7344
7309
|
|
|
7345
7310
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7346
7311
|
|
|
7347
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
7348
7312
|
}
|
|
7349
7313
|
|
|
7350
7314
|
|
|
@@ -7362,12 +7326,11 @@ export interface __OutOfMemoryException$views {
|
|
|
7362
7326
|
export type OutOfMemoryException = OutOfMemoryException$instance & __OutOfMemoryException$views;
|
|
7363
7327
|
|
|
7364
7328
|
|
|
7365
|
-
export interface OverflowException$instance extends ArithmeticException$instance {
|
|
7329
|
+
export interface OverflowException$instance extends ArithmeticException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
7366
7330
|
readonly __tsonic_type_System_OverflowException: never;
|
|
7367
7331
|
|
|
7368
7332
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7369
7333
|
|
|
7370
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
7371
7334
|
}
|
|
7372
7335
|
|
|
7373
7336
|
|
|
@@ -7398,12 +7361,11 @@ export const ParamArrayAttribute: {
|
|
|
7398
7361
|
|
|
7399
7362
|
export type ParamArrayAttribute = ParamArrayAttribute$instance;
|
|
7400
7363
|
|
|
7401
|
-
export interface PlatformNotSupportedException$instance extends NotSupportedException$instance {
|
|
7364
|
+
export interface PlatformNotSupportedException$instance extends NotSupportedException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
7402
7365
|
readonly __tsonic_type_System_PlatformNotSupportedException: never;
|
|
7403
7366
|
|
|
7404
7367
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7405
7368
|
|
|
7406
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
7407
7369
|
}
|
|
7408
7370
|
|
|
7409
7371
|
|
|
@@ -7477,12 +7439,11 @@ export const Random: {
|
|
|
7477
7439
|
|
|
7478
7440
|
export type Random = Random$instance;
|
|
7479
7441
|
|
|
7480
|
-
export interface RankException$instance extends SystemException$instance {
|
|
7442
|
+
export interface RankException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
7481
7443
|
readonly __tsonic_type_System_RankException: never;
|
|
7482
7444
|
|
|
7483
7445
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7484
7446
|
|
|
7485
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
7486
7447
|
}
|
|
7487
7448
|
|
|
7488
7449
|
|
|
@@ -7529,12 +7490,11 @@ export const SerializableAttribute: {
|
|
|
7529
7490
|
|
|
7530
7491
|
export type SerializableAttribute = SerializableAttribute$instance;
|
|
7531
7492
|
|
|
7532
|
-
export interface StackOverflowException$instance extends SystemException$instance {
|
|
7493
|
+
export interface StackOverflowException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
7533
7494
|
readonly __tsonic_type_System_StackOverflowException: never;
|
|
7534
7495
|
|
|
7535
7496
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7536
7497
|
|
|
7537
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
7538
7498
|
}
|
|
7539
7499
|
|
|
7540
7500
|
|
|
@@ -7798,8 +7758,10 @@ export interface StringComparer$instance {
|
|
|
7798
7758
|
Compare(x: string, y: string): int;
|
|
7799
7759
|
Equals(x: unknown, y: unknown): boolean;
|
|
7800
7760
|
Equals(x: string, y: string): boolean;
|
|
7761
|
+
Equals(obj: unknown): boolean;
|
|
7801
7762
|
GetHashCode(obj: unknown): int;
|
|
7802
7763
|
GetHashCode(obj: string): int;
|
|
7764
|
+
GetHashCode(): int;
|
|
7803
7765
|
}
|
|
7804
7766
|
|
|
7805
7767
|
|
|
@@ -7828,12 +7790,11 @@ export interface __StringComparer$views {
|
|
|
7828
7790
|
export type StringComparer = StringComparer$instance & __StringComparer$views;
|
|
7829
7791
|
|
|
7830
7792
|
|
|
7831
|
-
export interface SystemException$instance extends Exception$instance {
|
|
7793
|
+
export interface SystemException$instance extends Exception$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
7832
7794
|
readonly __tsonic_type_System_SystemException: never;
|
|
7833
7795
|
|
|
7834
7796
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7835
7797
|
|
|
7836
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
7837
7798
|
}
|
|
7838
7799
|
|
|
7839
7800
|
|
|
@@ -7864,12 +7825,11 @@ export const ThreadStaticAttribute: {
|
|
|
7864
7825
|
|
|
7865
7826
|
export type ThreadStaticAttribute = ThreadStaticAttribute$instance;
|
|
7866
7827
|
|
|
7867
|
-
export interface TimeoutException$instance extends SystemException$instance {
|
|
7828
|
+
export interface TimeoutException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
7868
7829
|
readonly __tsonic_type_System_TimeoutException: never;
|
|
7869
7830
|
|
|
7870
7831
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7871
7832
|
|
|
7872
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
7873
7833
|
}
|
|
7874
7834
|
|
|
7875
7835
|
|
|
@@ -8038,12 +7998,11 @@ export interface __TimeZoneInfo_AdjustmentRule$views {
|
|
|
8038
7998
|
export type TimeZoneInfo_AdjustmentRule = TimeZoneInfo_AdjustmentRule$instance & __TimeZoneInfo_AdjustmentRule$views;
|
|
8039
7999
|
|
|
8040
8000
|
|
|
8041
|
-
export interface TimeZoneNotFoundException$instance extends Exception$instance {
|
|
8001
|
+
export interface TimeZoneNotFoundException$instance extends Exception$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
8042
8002
|
readonly __tsonic_type_System_TimeZoneNotFoundException: never;
|
|
8043
8003
|
|
|
8044
8004
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8045
8005
|
|
|
8046
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
8047
8006
|
}
|
|
8048
8007
|
|
|
8049
8008
|
|
|
@@ -8353,7 +8312,7 @@ export interface __Tuple_8$views<T1, T2, T3, T4, T5, T6, T7, TRest> {
|
|
|
8353
8312
|
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>;
|
|
8354
8313
|
|
|
8355
8314
|
|
|
8356
|
-
export interface Type$instance extends MemberInfo {
|
|
8315
|
+
export interface Type$instance extends MemberInfo, System_Reflection_Internal.ICustomAttributeProvider$instance {
|
|
8357
8316
|
readonly __tsonic_type_System_Type: never;
|
|
8358
8317
|
|
|
8359
8318
|
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
@@ -8441,8 +8400,6 @@ export interface Type$instance extends MemberInfo {
|
|
|
8441
8400
|
GetConstructorImpl(bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): ConstructorInfo | undefined;
|
|
8442
8401
|
GetConstructors(): ConstructorInfo[];
|
|
8443
8402
|
GetConstructors(bindingAttr: BindingFlags): ConstructorInfo[];
|
|
8444
|
-
GetCustomAttributes(inherit: boolean): unknown[];
|
|
8445
|
-
GetCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
8446
8403
|
GetDefaultMembers(): MemberInfo[];
|
|
8447
8404
|
GetElementType(): Type | undefined;
|
|
8448
8405
|
GetEnumName(value: unknown): string | undefined;
|
|
@@ -8519,7 +8476,6 @@ export interface Type$instance extends MemberInfo {
|
|
|
8519
8476
|
IsByRefImpl(): boolean;
|
|
8520
8477
|
IsCOMObjectImpl(): boolean;
|
|
8521
8478
|
IsContextfulImpl(): boolean;
|
|
8522
|
-
IsDefined(attributeType: Type, inherit: boolean): boolean;
|
|
8523
8479
|
IsEnumDefined(value: unknown): boolean;
|
|
8524
8480
|
IsEquivalentTo(other: Type): boolean;
|
|
8525
8481
|
IsInstanceOfType(o: unknown): boolean;
|
|
@@ -8582,7 +8538,6 @@ export interface TypeAccessException$instance extends TypeLoadException$instance
|
|
|
8582
8538
|
|
|
8583
8539
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8584
8540
|
|
|
8585
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
8586
8541
|
}
|
|
8587
8542
|
|
|
8588
8543
|
|
|
@@ -8647,12 +8602,11 @@ export interface __TypeLoadException$views {
|
|
|
8647
8602
|
export type TypeLoadException = TypeLoadException$instance & __TypeLoadException$views;
|
|
8648
8603
|
|
|
8649
8604
|
|
|
8650
|
-
export interface TypeUnloadedException$instance extends SystemException$instance {
|
|
8605
|
+
export interface TypeUnloadedException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
8651
8606
|
readonly __tsonic_type_System_TypeUnloadedException: never;
|
|
8652
8607
|
|
|
8653
8608
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8654
8609
|
|
|
8655
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
8656
8610
|
}
|
|
8657
8611
|
|
|
8658
8612
|
|
|
@@ -8670,12 +8624,11 @@ export interface __TypeUnloadedException$views {
|
|
|
8670
8624
|
export type TypeUnloadedException = TypeUnloadedException$instance & __TypeUnloadedException$views;
|
|
8671
8625
|
|
|
8672
8626
|
|
|
8673
|
-
export interface UnauthorizedAccessException$instance extends SystemException$instance {
|
|
8627
|
+
export interface UnauthorizedAccessException$instance extends SystemException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
8674
8628
|
readonly __tsonic_type_System_UnauthorizedAccessException: never;
|
|
8675
8629
|
|
|
8676
8630
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8677
8631
|
|
|
8678
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
8679
8632
|
}
|
|
8680
8633
|
|
|
8681
8634
|
|
|
@@ -8877,12 +8830,11 @@ export const UriBuilder: {
|
|
|
8877
8830
|
|
|
8878
8831
|
export type UriBuilder = UriBuilder$instance;
|
|
8879
8832
|
|
|
8880
|
-
export interface UriFormatException$instance extends FormatException$instance {
|
|
8833
|
+
export interface UriFormatException$instance extends FormatException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
8881
8834
|
readonly __tsonic_type_System_UriFormatException: never;
|
|
8882
8835
|
|
|
8883
8836
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8884
8837
|
|
|
8885
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
8886
8838
|
}
|
|
8887
8839
|
|
|
8888
8840
|
|