@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
|
@@ -11624,26 +11624,6 @@
|
|
|
11624
11624
|
"declaringAssemblyName": "System.Runtime.InteropServices",
|
|
11625
11625
|
"isExtensionMethod": false
|
|
11626
11626
|
},
|
|
11627
|
-
{
|
|
11628
|
-
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComAwareEventInfo::GetCustomAttributesData():System.Collections.Generic.IList_1",
|
|
11629
|
-
"clrName": "GetCustomAttributesData",
|
|
11630
|
-
"metadataToken": 0,
|
|
11631
|
-
"canonicalSignature": "():System.Collections.Generic.IList_1",
|
|
11632
|
-
"normalizedSignature": "GetCustomAttributesData|():System.Collections.Generic.IList_1|static=false",
|
|
11633
|
-
"emitScope": "ClassSurface",
|
|
11634
|
-
"provenance": "BaseOverload",
|
|
11635
|
-
"arity": 0,
|
|
11636
|
-
"parameterCount": 0,
|
|
11637
|
-
"isStatic": false,
|
|
11638
|
-
"isAbstract": false,
|
|
11639
|
-
"isVirtual": true,
|
|
11640
|
-
"isOverride": false,
|
|
11641
|
-
"isSealed": false,
|
|
11642
|
-
"visibility": "Public",
|
|
11643
|
-
"declaringClrType": "System.Runtime.InteropServices.ComAwareEventInfo",
|
|
11644
|
-
"declaringAssemblyName": "System.Runtime.InteropServices",
|
|
11645
|
-
"isExtensionMethod": false
|
|
11646
|
-
},
|
|
11647
11627
|
{
|
|
11648
11628
|
"stableId": "System.Runtime.InteropServices:System.Runtime.InteropServices.ComAwareEventInfo::GetOtherMethods():System.Reflection.MethodInfo[]",
|
|
11649
11629
|
"clrName": "GetOtherMethods",
|
|
@@ -12167,26 +12147,6 @@
|
|
|
12167
12147
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12168
12148
|
"isExtensionMethod": false,
|
|
12169
12149
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
12170
|
-
},
|
|
12171
|
-
{
|
|
12172
|
-
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.COMException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
12173
|
-
"clrName": "GetObjectData",
|
|
12174
|
-
"metadataToken": 0,
|
|
12175
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
12176
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
12177
|
-
"emitScope": "ClassSurface",
|
|
12178
|
-
"provenance": "BaseOverload",
|
|
12179
|
-
"arity": 0,
|
|
12180
|
-
"parameterCount": 2,
|
|
12181
|
-
"isStatic": false,
|
|
12182
|
-
"isAbstract": false,
|
|
12183
|
-
"isVirtual": true,
|
|
12184
|
-
"isOverride": false,
|
|
12185
|
-
"isSealed": false,
|
|
12186
|
-
"visibility": "Public",
|
|
12187
|
-
"declaringClrType": "System.Runtime.InteropServices.COMException",
|
|
12188
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12189
|
-
"isExtensionMethod": false
|
|
12190
12150
|
}
|
|
12191
12151
|
],
|
|
12192
12152
|
"properties": [],
|
|
@@ -13753,26 +13713,6 @@
|
|
|
13753
13713
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
13754
13714
|
"isExtensionMethod": false,
|
|
13755
13715
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
13756
|
-
},
|
|
13757
|
-
{
|
|
13758
|
-
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.ExternalException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
13759
|
-
"clrName": "GetObjectData",
|
|
13760
|
-
"metadataToken": 0,
|
|
13761
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
13762
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
13763
|
-
"emitScope": "ClassSurface",
|
|
13764
|
-
"provenance": "BaseOverload",
|
|
13765
|
-
"arity": 0,
|
|
13766
|
-
"parameterCount": 2,
|
|
13767
|
-
"isStatic": false,
|
|
13768
|
-
"isAbstract": false,
|
|
13769
|
-
"isVirtual": true,
|
|
13770
|
-
"isOverride": false,
|
|
13771
|
-
"isSealed": false,
|
|
13772
|
-
"visibility": "Public",
|
|
13773
|
-
"declaringClrType": "System.Runtime.InteropServices.ExternalException",
|
|
13774
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
13775
|
-
"isExtensionMethod": false
|
|
13776
13716
|
}
|
|
13777
13717
|
],
|
|
13778
13718
|
"properties": [
|
|
@@ -14316,26 +14256,6 @@
|
|
|
14316
14256
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
14317
14257
|
"isExtensionMethod": false,
|
|
14318
14258
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
14319
|
-
},
|
|
14320
|
-
{
|
|
14321
|
-
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.InvalidComObjectException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
14322
|
-
"clrName": "GetObjectData",
|
|
14323
|
-
"metadataToken": 0,
|
|
14324
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
14325
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
14326
|
-
"emitScope": "ClassSurface",
|
|
14327
|
-
"provenance": "BaseOverload",
|
|
14328
|
-
"arity": 0,
|
|
14329
|
-
"parameterCount": 2,
|
|
14330
|
-
"isStatic": false,
|
|
14331
|
-
"isAbstract": false,
|
|
14332
|
-
"isVirtual": true,
|
|
14333
|
-
"isOverride": false,
|
|
14334
|
-
"isSealed": false,
|
|
14335
|
-
"visibility": "Public",
|
|
14336
|
-
"declaringClrType": "System.Runtime.InteropServices.InvalidComObjectException",
|
|
14337
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
14338
|
-
"isExtensionMethod": false
|
|
14339
14259
|
}
|
|
14340
14260
|
],
|
|
14341
14261
|
"properties": [],
|
|
@@ -14430,26 +14350,6 @@
|
|
|
14430
14350
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
14431
14351
|
"isExtensionMethod": false,
|
|
14432
14352
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
14433
|
-
},
|
|
14434
|
-
{
|
|
14435
|
-
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.InvalidOleVariantTypeException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
14436
|
-
"clrName": "GetObjectData",
|
|
14437
|
-
"metadataToken": 0,
|
|
14438
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
14439
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
14440
|
-
"emitScope": "ClassSurface",
|
|
14441
|
-
"provenance": "BaseOverload",
|
|
14442
|
-
"arity": 0,
|
|
14443
|
-
"parameterCount": 2,
|
|
14444
|
-
"isStatic": false,
|
|
14445
|
-
"isAbstract": false,
|
|
14446
|
-
"isVirtual": true,
|
|
14447
|
-
"isOverride": false,
|
|
14448
|
-
"isSealed": false,
|
|
14449
|
-
"visibility": "Public",
|
|
14450
|
-
"declaringClrType": "System.Runtime.InteropServices.InvalidOleVariantTypeException",
|
|
14451
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
14452
|
-
"isExtensionMethod": false
|
|
14453
14353
|
}
|
|
14454
14354
|
],
|
|
14455
14355
|
"properties": [],
|
|
@@ -14971,26 +14871,6 @@
|
|
|
14971
14871
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
14972
14872
|
"isExtensionMethod": false,
|
|
14973
14873
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
14974
|
-
},
|
|
14975
|
-
{
|
|
14976
|
-
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.MarshalDirectiveException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
14977
|
-
"clrName": "GetObjectData",
|
|
14978
|
-
"metadataToken": 0,
|
|
14979
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
14980
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
14981
|
-
"emitScope": "ClassSurface",
|
|
14982
|
-
"provenance": "BaseOverload",
|
|
14983
|
-
"arity": 0,
|
|
14984
|
-
"parameterCount": 2,
|
|
14985
|
-
"isStatic": false,
|
|
14986
|
-
"isAbstract": false,
|
|
14987
|
-
"isVirtual": true,
|
|
14988
|
-
"isOverride": false,
|
|
14989
|
-
"isSealed": false,
|
|
14990
|
-
"visibility": "Public",
|
|
14991
|
-
"declaringClrType": "System.Runtime.InteropServices.MarshalDirectiveException",
|
|
14992
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
14993
|
-
"isExtensionMethod": false
|
|
14994
14874
|
}
|
|
14995
14875
|
],
|
|
14996
14876
|
"properties": [],
|
|
@@ -15490,26 +15370,6 @@
|
|
|
15490
15370
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15491
15371
|
"isExtensionMethod": false,
|
|
15492
15372
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
15493
|
-
},
|
|
15494
|
-
{
|
|
15495
|
-
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.SafeArrayRankMismatchException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
15496
|
-
"clrName": "GetObjectData",
|
|
15497
|
-
"metadataToken": 0,
|
|
15498
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
15499
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
15500
|
-
"emitScope": "ClassSurface",
|
|
15501
|
-
"provenance": "BaseOverload",
|
|
15502
|
-
"arity": 0,
|
|
15503
|
-
"parameterCount": 2,
|
|
15504
|
-
"isStatic": false,
|
|
15505
|
-
"isAbstract": false,
|
|
15506
|
-
"isVirtual": true,
|
|
15507
|
-
"isOverride": false,
|
|
15508
|
-
"isSealed": false,
|
|
15509
|
-
"visibility": "Public",
|
|
15510
|
-
"declaringClrType": "System.Runtime.InteropServices.SafeArrayRankMismatchException",
|
|
15511
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15512
|
-
"isExtensionMethod": false
|
|
15513
15373
|
}
|
|
15514
15374
|
],
|
|
15515
15375
|
"properties": [],
|
|
@@ -15604,26 +15464,6 @@
|
|
|
15604
15464
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15605
15465
|
"isExtensionMethod": false,
|
|
15606
15466
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
15607
|
-
},
|
|
15608
|
-
{
|
|
15609
|
-
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.SafeArrayTypeMismatchException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
15610
|
-
"clrName": "GetObjectData",
|
|
15611
|
-
"metadataToken": 0,
|
|
15612
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
15613
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
15614
|
-
"emitScope": "ClassSurface",
|
|
15615
|
-
"provenance": "BaseOverload",
|
|
15616
|
-
"arity": 0,
|
|
15617
|
-
"parameterCount": 2,
|
|
15618
|
-
"isStatic": false,
|
|
15619
|
-
"isAbstract": false,
|
|
15620
|
-
"isVirtual": true,
|
|
15621
|
-
"isOverride": false,
|
|
15622
|
-
"isSealed": false,
|
|
15623
|
-
"visibility": "Public",
|
|
15624
|
-
"declaringClrType": "System.Runtime.InteropServices.SafeArrayTypeMismatchException",
|
|
15625
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15626
|
-
"isExtensionMethod": false
|
|
15627
15467
|
}
|
|
15628
15468
|
],
|
|
15629
15469
|
"properties": [],
|
|
@@ -15944,46 +15784,6 @@
|
|
|
15944
15784
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15945
15785
|
"isExtensionMethod": false,
|
|
15946
15786
|
"sourceInterface": "System.IDisposable"
|
|
15947
|
-
},
|
|
15948
|
-
{
|
|
15949
|
-
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.SafeBuffer::Dispose():System.Void",
|
|
15950
|
-
"clrName": "Dispose",
|
|
15951
|
-
"metadataToken": 0,
|
|
15952
|
-
"canonicalSignature": "():System.Void",
|
|
15953
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
15954
|
-
"emitScope": "ClassSurface",
|
|
15955
|
-
"provenance": "BaseOverload",
|
|
15956
|
-
"arity": 0,
|
|
15957
|
-
"parameterCount": 0,
|
|
15958
|
-
"isStatic": false,
|
|
15959
|
-
"isAbstract": false,
|
|
15960
|
-
"isVirtual": true,
|
|
15961
|
-
"isOverride": false,
|
|
15962
|
-
"isSealed": false,
|
|
15963
|
-
"visibility": "Public",
|
|
15964
|
-
"declaringClrType": "System.Runtime.InteropServices.SafeBuffer",
|
|
15965
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15966
|
-
"isExtensionMethod": false
|
|
15967
|
-
},
|
|
15968
|
-
{
|
|
15969
|
-
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.SafeBuffer::Dispose(System.Boolean):System.Void",
|
|
15970
|
-
"clrName": "Dispose",
|
|
15971
|
-
"metadataToken": 0,
|
|
15972
|
-
"canonicalSignature": "(System.Boolean):System.Void",
|
|
15973
|
-
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
15974
|
-
"emitScope": "ClassSurface",
|
|
15975
|
-
"provenance": "BaseOverload",
|
|
15976
|
-
"arity": 0,
|
|
15977
|
-
"parameterCount": 1,
|
|
15978
|
-
"isStatic": false,
|
|
15979
|
-
"isAbstract": false,
|
|
15980
|
-
"isVirtual": true,
|
|
15981
|
-
"isOverride": false,
|
|
15982
|
-
"isSealed": false,
|
|
15983
|
-
"visibility": "Protected",
|
|
15984
|
-
"declaringClrType": "System.Runtime.InteropServices.SafeBuffer",
|
|
15985
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15986
|
-
"isExtensionMethod": false
|
|
15987
15787
|
}
|
|
15988
15788
|
],
|
|
15989
15789
|
"properties": [
|
|
@@ -16404,26 +16204,6 @@
|
|
|
16404
16204
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
16405
16205
|
"isExtensionMethod": false,
|
|
16406
16206
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
16407
|
-
},
|
|
16408
|
-
{
|
|
16409
|
-
"stableId": "System.Private.CoreLib:System.Runtime.InteropServices.SEHException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
16410
|
-
"clrName": "GetObjectData",
|
|
16411
|
-
"metadataToken": 0,
|
|
16412
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
16413
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
16414
|
-
"emitScope": "ClassSurface",
|
|
16415
|
-
"provenance": "BaseOverload",
|
|
16416
|
-
"arity": 0,
|
|
16417
|
-
"parameterCount": 2,
|
|
16418
|
-
"isStatic": false,
|
|
16419
|
-
"isAbstract": false,
|
|
16420
|
-
"isVirtual": true,
|
|
16421
|
-
"isOverride": false,
|
|
16422
|
-
"isSealed": false,
|
|
16423
|
-
"visibility": "Public",
|
|
16424
|
-
"declaringClrType": "System.Runtime.InteropServices.SEHException",
|
|
16425
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
16426
|
-
"isExtensionMethod": false
|
|
16427
16207
|
}
|
|
16428
16208
|
],
|
|
16429
16209
|
"properties": [],
|
|
@@ -1041,7 +1041,6 @@ export interface ComAwareEventInfo$instance extends EventInfo {
|
|
|
1041
1041
|
GetCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
|
|
1042
1042
|
GetCustomAttributes(inherit: boolean): unknown[];
|
|
1043
1043
|
GetCustomAttributesData(): IList_1<CustomAttributeData>;
|
|
1044
|
-
GetCustomAttributesData(): IList_1<CustomAttributeData>;
|
|
1045
1044
|
GetOtherMethods(nonPublic: boolean): MethodInfo[];
|
|
1046
1045
|
GetOtherMethods(): MethodInfo[];
|
|
1047
1046
|
GetRaiseMethod(nonPublic: boolean): MethodInfo | undefined;
|
|
@@ -1124,12 +1123,11 @@ export const ComEventInterfaceAttribute: {
|
|
|
1124
1123
|
|
|
1125
1124
|
export type ComEventInterfaceAttribute = ComEventInterfaceAttribute$instance;
|
|
1126
1125
|
|
|
1127
|
-
export interface COMException$instance extends ExternalException$instance {
|
|
1126
|
+
export interface COMException$instance extends ExternalException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1128
1127
|
readonly __tsonic_type_System_Runtime_InteropServices_COMException: never;
|
|
1129
1128
|
|
|
1130
1129
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1131
1130
|
|
|
1132
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1133
1131
|
ToString(): string;
|
|
1134
1132
|
}
|
|
1135
1133
|
|
|
@@ -1409,13 +1407,12 @@ export const ErrorWrapper: {
|
|
|
1409
1407
|
|
|
1410
1408
|
export type ErrorWrapper = ErrorWrapper$instance;
|
|
1411
1409
|
|
|
1412
|
-
export interface ExternalException$instance extends SystemException {
|
|
1410
|
+
export interface ExternalException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1413
1411
|
readonly __tsonic_type_System_Runtime_InteropServices_ExternalException: never;
|
|
1414
1412
|
|
|
1415
1413
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1416
1414
|
|
|
1417
1415
|
readonly ErrorCode: int;
|
|
1418
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1419
1416
|
ToString(): string;
|
|
1420
1417
|
}
|
|
1421
1418
|
|
|
@@ -1525,12 +1522,11 @@ export const InterfaceTypeAttribute: {
|
|
|
1525
1522
|
|
|
1526
1523
|
export type InterfaceTypeAttribute = InterfaceTypeAttribute$instance;
|
|
1527
1524
|
|
|
1528
|
-
export interface InvalidComObjectException$instance extends SystemException {
|
|
1525
|
+
export interface InvalidComObjectException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1529
1526
|
readonly __tsonic_type_System_Runtime_InteropServices_InvalidComObjectException: never;
|
|
1530
1527
|
|
|
1531
1528
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1532
1529
|
|
|
1533
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1534
1530
|
}
|
|
1535
1531
|
|
|
1536
1532
|
|
|
@@ -1548,12 +1544,11 @@ export interface __InvalidComObjectException$views {
|
|
|
1548
1544
|
export type InvalidComObjectException = InvalidComObjectException$instance & __InvalidComObjectException$views;
|
|
1549
1545
|
|
|
1550
1546
|
|
|
1551
|
-
export interface InvalidOleVariantTypeException$instance extends SystemException {
|
|
1547
|
+
export interface InvalidOleVariantTypeException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1552
1548
|
readonly __tsonic_type_System_Runtime_InteropServices_InvalidOleVariantTypeException: never;
|
|
1553
1549
|
|
|
1554
1550
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1555
1551
|
|
|
1556
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1557
1552
|
}
|
|
1558
1553
|
|
|
1559
1554
|
|
|
@@ -1644,12 +1639,11 @@ export const MarshalAsAttribute: {
|
|
|
1644
1639
|
|
|
1645
1640
|
export type MarshalAsAttribute = MarshalAsAttribute$instance;
|
|
1646
1641
|
|
|
1647
|
-
export interface MarshalDirectiveException$instance extends SystemException {
|
|
1642
|
+
export interface MarshalDirectiveException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1648
1643
|
readonly __tsonic_type_System_Runtime_InteropServices_MarshalDirectiveException: never;
|
|
1649
1644
|
|
|
1650
1645
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1651
1646
|
|
|
1652
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1653
1647
|
}
|
|
1654
1648
|
|
|
1655
1649
|
|
|
@@ -1772,12 +1766,11 @@ export const ProgIdAttribute: {
|
|
|
1772
1766
|
|
|
1773
1767
|
export type ProgIdAttribute = ProgIdAttribute$instance;
|
|
1774
1768
|
|
|
1775
|
-
export interface SafeArrayRankMismatchException$instance extends SystemException {
|
|
1769
|
+
export interface SafeArrayRankMismatchException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1776
1770
|
readonly __tsonic_type_System_Runtime_InteropServices_SafeArrayRankMismatchException: never;
|
|
1777
1771
|
|
|
1778
1772
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1779
1773
|
|
|
1780
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1781
1774
|
}
|
|
1782
1775
|
|
|
1783
1776
|
|
|
@@ -1795,12 +1788,11 @@ export interface __SafeArrayRankMismatchException$views {
|
|
|
1795
1788
|
export type SafeArrayRankMismatchException = SafeArrayRankMismatchException$instance & __SafeArrayRankMismatchException$views;
|
|
1796
1789
|
|
|
1797
1790
|
|
|
1798
|
-
export interface SafeArrayTypeMismatchException$instance extends SystemException {
|
|
1791
|
+
export interface SafeArrayTypeMismatchException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1799
1792
|
readonly __tsonic_type_System_Runtime_InteropServices_SafeArrayTypeMismatchException: never;
|
|
1800
1793
|
|
|
1801
1794
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1802
1795
|
|
|
1803
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1804
1796
|
}
|
|
1805
1797
|
|
|
1806
1798
|
|
|
@@ -1825,8 +1817,6 @@ export interface SafeBuffer$instance extends SafeHandleZeroOrMinusOneIsInvalid {
|
|
|
1825
1817
|
|
|
1826
1818
|
readonly ByteLength: ulong;
|
|
1827
1819
|
AcquirePointer(pointer: ptr<byte>): void;
|
|
1828
|
-
Dispose(): void;
|
|
1829
|
-
Dispose(disposing: boolean): void;
|
|
1830
1820
|
Initialize(numBytes: ulong): void;
|
|
1831
1821
|
Initialize(numElements: uint, sizeOfEachElement: uint): void;
|
|
1832
1822
|
Initialize<T extends unknown>(numElements: uint): void;
|
|
@@ -1881,13 +1871,12 @@ export interface __SafeHandle$views {
|
|
|
1881
1871
|
export type SafeHandle = SafeHandle$instance & __SafeHandle$views;
|
|
1882
1872
|
|
|
1883
1873
|
|
|
1884
|
-
export interface SEHException$instance extends ExternalException$instance {
|
|
1874
|
+
export interface SEHException$instance extends ExternalException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1885
1875
|
readonly __tsonic_type_System_Runtime_InteropServices_SEHException: never;
|
|
1886
1876
|
|
|
1887
1877
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1888
1878
|
|
|
1889
1879
|
CanResume(): boolean;
|
|
1890
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1891
1880
|
}
|
|
1892
1881
|
|
|
1893
1882
|
|
|
@@ -2696,26 +2696,6 @@
|
|
|
2696
2696
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2697
2697
|
"isExtensionMethod": false,
|
|
2698
2698
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
2699
|
-
},
|
|
2700
|
-
{
|
|
2701
|
-
"stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
2702
|
-
"clrName": "GetObjectData",
|
|
2703
|
-
"metadataToken": 0,
|
|
2704
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
2705
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
2706
|
-
"emitScope": "ClassSurface",
|
|
2707
|
-
"provenance": "BaseOverload",
|
|
2708
|
-
"arity": 0,
|
|
2709
|
-
"parameterCount": 2,
|
|
2710
|
-
"isStatic": false,
|
|
2711
|
-
"isAbstract": false,
|
|
2712
|
-
"isVirtual": true,
|
|
2713
|
-
"isOverride": false,
|
|
2714
|
-
"isSealed": false,
|
|
2715
|
-
"visibility": "Public",
|
|
2716
|
-
"declaringClrType": "System.Runtime.InteropServices.JavaScript.JSException",
|
|
2717
|
-
"declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
|
|
2718
|
-
"isExtensionMethod": false
|
|
2719
2699
|
}
|
|
2720
2700
|
],
|
|
2721
2701
|
"properties": [],
|
|
@@ -140,12 +140,11 @@ export const JSMarshalerArgument: {
|
|
|
140
140
|
|
|
141
141
|
export type JSMarshalerArgument = JSMarshalerArgument$instance;
|
|
142
142
|
|
|
143
|
-
export interface JSException$instance extends Exception {
|
|
143
|
+
export interface JSException$instance extends Exception, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
144
144
|
readonly __tsonic_type_System_Runtime_InteropServices_JavaScript_JSException: never;
|
|
145
145
|
|
|
146
146
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
147
147
|
|
|
148
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
149
148
|
}
|
|
150
149
|
|
|
151
150
|
|
|
@@ -4864,26 +4864,6 @@
|
|
|
4864
4864
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4865
4865
|
"isExtensionMethod": false,
|
|
4866
4866
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
4867
|
-
},
|
|
4868
|
-
{
|
|
4869
|
-
"stableId": "System.Runtime.Serialization.Primitives:System.Runtime.Serialization.InvalidDataContractException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
4870
|
-
"clrName": "GetObjectData",
|
|
4871
|
-
"metadataToken": 0,
|
|
4872
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
4873
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
4874
|
-
"emitScope": "ClassSurface",
|
|
4875
|
-
"provenance": "BaseOverload",
|
|
4876
|
-
"arity": 0,
|
|
4877
|
-
"parameterCount": 2,
|
|
4878
|
-
"isStatic": false,
|
|
4879
|
-
"isAbstract": false,
|
|
4880
|
-
"isVirtual": true,
|
|
4881
|
-
"isOverride": false,
|
|
4882
|
-
"isSealed": false,
|
|
4883
|
-
"visibility": "Public",
|
|
4884
|
-
"declaringClrType": "System.Runtime.Serialization.InvalidDataContractException",
|
|
4885
|
-
"declaringAssemblyName": "System.Runtime.Serialization.Primitives",
|
|
4886
|
-
"isExtensionMethod": false
|
|
4887
4867
|
}
|
|
4888
4868
|
],
|
|
4889
4869
|
"properties": [],
|
|
@@ -5752,26 +5732,6 @@
|
|
|
5752
5732
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5753
5733
|
"isExtensionMethod": false,
|
|
5754
5734
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
5755
|
-
},
|
|
5756
|
-
{
|
|
5757
|
-
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.SerializationException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
5758
|
-
"clrName": "GetObjectData",
|
|
5759
|
-
"metadataToken": 0,
|
|
5760
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
5761
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
5762
|
-
"emitScope": "ClassSurface",
|
|
5763
|
-
"provenance": "BaseOverload",
|
|
5764
|
-
"arity": 0,
|
|
5765
|
-
"parameterCount": 2,
|
|
5766
|
-
"isStatic": false,
|
|
5767
|
-
"isAbstract": false,
|
|
5768
|
-
"isVirtual": true,
|
|
5769
|
-
"isOverride": false,
|
|
5770
|
-
"isSealed": false,
|
|
5771
|
-
"visibility": "Public",
|
|
5772
|
-
"declaringClrType": "System.Runtime.Serialization.SerializationException",
|
|
5773
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5774
|
-
"isExtensionMethod": false
|
|
5775
5735
|
}
|
|
5776
5736
|
],
|
|
5777
5737
|
"properties": [],
|
|
@@ -529,6 +529,7 @@ export interface FormatterConverter$instance {
|
|
|
529
529
|
ToSByte(value: unknown): sbyte;
|
|
530
530
|
ToSingle(value: unknown): float;
|
|
531
531
|
ToString(value: unknown): string | undefined;
|
|
532
|
+
ToString(): string | undefined;
|
|
532
533
|
ToUInt16(value: unknown): ushort;
|
|
533
534
|
ToUInt32(value: unknown): uint;
|
|
534
535
|
ToUInt64(value: unknown): ulong;
|
|
@@ -560,12 +561,11 @@ export const IgnoreDataMemberAttribute: {
|
|
|
560
561
|
|
|
561
562
|
export type IgnoreDataMemberAttribute = IgnoreDataMemberAttribute$instance;
|
|
562
563
|
|
|
563
|
-
export interface InvalidDataContractException$instance extends Exception {
|
|
564
|
+
export interface InvalidDataContractException$instance extends Exception, ISerializable$instance {
|
|
564
565
|
readonly __tsonic_type_System_Runtime_Serialization_InvalidDataContractException: never;
|
|
565
566
|
|
|
566
567
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
567
568
|
|
|
568
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
569
569
|
}
|
|
570
570
|
|
|
571
571
|
|
|
@@ -733,12 +733,11 @@ export const SerializationBinder: (abstract new() => SerializationBinder) & {
|
|
|
733
733
|
|
|
734
734
|
export type SerializationBinder = SerializationBinder$instance;
|
|
735
735
|
|
|
736
|
-
export interface SerializationException$instance extends SystemException {
|
|
736
|
+
export interface SerializationException$instance extends SystemException, ISerializable$instance {
|
|
737
737
|
readonly __tsonic_type_System_Runtime_Serialization_SerializationException: never;
|
|
738
738
|
|
|
739
739
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
740
740
|
|
|
741
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
742
741
|
}
|
|
743
742
|
|
|
744
743
|
|
|
@@ -2812,26 +2812,6 @@
|
|
|
2812
2812
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2813
2813
|
"isExtensionMethod": false,
|
|
2814
2814
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
2815
|
-
},
|
|
2816
|
-
{
|
|
2817
|
-
"stableId": "System.Private.CoreLib:System.Security.VerificationException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
2818
|
-
"clrName": "GetObjectData",
|
|
2819
|
-
"metadataToken": 0,
|
|
2820
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
2821
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
2822
|
-
"emitScope": "ClassSurface",
|
|
2823
|
-
"provenance": "BaseOverload",
|
|
2824
|
-
"arity": 0,
|
|
2825
|
-
"parameterCount": 2,
|
|
2826
|
-
"isStatic": false,
|
|
2827
|
-
"isAbstract": false,
|
|
2828
|
-
"isVirtual": true,
|
|
2829
|
-
"isOverride": false,
|
|
2830
|
-
"isSealed": false,
|
|
2831
|
-
"visibility": "Public",
|
|
2832
|
-
"declaringClrType": "System.Security.VerificationException",
|
|
2833
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2834
|
-
"isExtensionMethod": false
|
|
2835
2815
|
}
|
|
2836
2816
|
],
|
|
2837
2817
|
"properties": [],
|
|
@@ -355,12 +355,11 @@ export const UnverifiableCodeAttribute: {
|
|
|
355
355
|
|
|
356
356
|
export type UnverifiableCodeAttribute = UnverifiableCodeAttribute$instance;
|
|
357
357
|
|
|
358
|
-
export interface VerificationException$instance extends SystemException {
|
|
358
|
+
export interface VerificationException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
359
359
|
readonly __tsonic_type_System_Security_VerificationException: never;
|
|
360
360
|
|
|
361
361
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
362
362
|
|
|
363
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
364
363
|
}
|
|
365
364
|
|
|
366
365
|
|