@tsonic/dotnet 10.0.40 → 10.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/bindings.json +5 -5
- package/Internal/internal/index.d.ts +4 -3
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +5 -7
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +3 -5
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -3
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +83 -104
- package/System/bindings.json +1858 -2297
- package/System/internal/index.d.ts +1972 -2010
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +56 -58
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +31 -30
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +90 -92
- package/System.Collections.Concurrent/bindings.json +311 -311
- package/System.Collections.Concurrent/internal/index.d.ts +83 -85
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +490 -648
- package/System.Collections.Frozen/internal/index.d.ts +95 -109
- package/System.Collections.Frozen.d.ts +18 -2
- package/System.Collections.Generic/bindings.json +9628 -14043
- package/System.Collections.Generic/internal/index.d.ts +632 -827
- package/System.Collections.Generic.d.ts +20 -16
- package/System.Collections.Immutable/bindings.json +6134 -9214
- package/System.Collections.Immutable/internal/index.d.ts +414 -502
- package/System.Collections.Immutable.d.ts +58 -17
- package/System.Collections.ObjectModel/bindings.json +328 -850
- package/System.Collections.ObjectModel/internal/index.d.ts +42 -62
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -202
- package/System.Collections.Specialized/internal/index.d.ts +72 -85
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +271 -210
- package/System.ComponentModel/internal/index.d.ts +562 -547
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +126 -125
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +40 -310
- package/System.ComponentModel.Design/internal/index.d.ts +85 -93
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +42 -41
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +5 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +128 -125
- package/System.Data/internal/index.d.ts +341 -340
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +135 -136
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +55 -54
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +6324 -6509
- package/System.Diagnostics/internal/index.d.ts +435 -437
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +23 -25
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +82 -84
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +11 -10
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +291 -231
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +6 -1
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +35 -36
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +30 -37
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +35 -37
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +183 -185
- package/System.IO.Compression/internal/index.d.ts +33 -35
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +402 -402
- package/System.IO.Enumeration/internal/index.d.ts +21 -23
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +16 -15
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.IO.Pipes.d.ts +4 -0
- package/System.IO.d.ts +4 -0
- package/System.Linq/bindings.json +22 -22
- package/System.Linq/internal/index.d.ts +705 -705
- package/System.Linq.Expressions/internal/index.d.ts +219 -195
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Linq.Expressions.Interpreter.d.ts +4 -0
- package/System.Linq.Expressions.d.ts +6 -2
- package/System.Linq.d.ts +18 -14
- package/System.Net/bindings.json +131 -131
- package/System.Net/internal/index.d.ts +276 -278
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +36 -200
- package/System.Net.Http.Headers/internal/index.d.ts +114 -128
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Http.Metrics.d.ts +4 -0
- package/System.Net.Http.d.ts +5 -1
- package/System.Net.Mail/bindings.json +96 -96
- package/System.Net.Mail/internal/index.d.ts +78 -80
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +11 -10
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +90 -92
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +13 -12
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +49 -48
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +547 -119
- package/System.Numerics/internal/index.d.ts +302 -304
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +257 -259
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +114 -114
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +535 -3018
- package/System.Reflection.Metadata/internal/index.d.ts +188 -369
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +16 -18
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -12
- package/System.Reflection.PortableExecutable.d.ts +5 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +11 -10
- package/System.Runtime.CompilerServices/bindings.json +962 -1160
- package/System.Runtime.CompilerServices/internal/index.d.ts +280 -304
- package/System.Runtime.CompilerServices.d.ts +30 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +666 -666
- package/System.Runtime.InteropServices/internal/index.d.ts +250 -252
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +22 -24
- package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
- package/System.Runtime.InteropServices.Java/bindings.json +12 -12
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -5
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +70 -72
- package/System.Runtime.InteropServices.JavaScript.d.ts +14 -28
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2422 -2422
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +317 -319
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +151 -151
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +16 -18
- package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
- package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +5 -7
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +515 -517
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +124 -126
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +28 -30
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +8 -7
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters.d.ts +4 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Serialization.Json.d.ts +4 -0
- package/System.Runtime.Serialization.d.ts +4 -0
- package/System.Runtime.Versioning/bindings.json +13 -13
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Runtime.Versioning.d.ts +4 -0
- package/System.Runtime.d.ts +4 -0
- package/System.Security/bindings.json +5 -5
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +137 -33
- package/System.Security.AccessControl/internal/index.d.ts +62 -61
- package/System.Security.AccessControl.d.ts +13 -8
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
- package/System.Security.Authentication.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +509 -509
- package/System.Security.Cryptography/internal/index.d.ts +268 -269
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -374
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +96 -103
- package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Permissions.d.ts +4 -0
- package/System.Security.Policy/bindings.json +5 -5
- package/System.Security.Policy/internal/index.d.ts +9 -8
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +30 -29
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +1577 -1577
- package/System.Text/internal/index.d.ts +121 -123
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +143 -161
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +63 -65
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +37 -39
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +120 -119
- package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
- package/System.Text.Json.Serialization.d.ts +10 -6
- package/System.Text.Json.d.ts +4 -0
- package/System.Text.RegularExpressions/bindings.json +414 -578
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -62
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +61 -61
- package/System.Threading/internal/index.d.ts +156 -158
- package/System.Threading.Channels/internal/index.d.ts +31 -33
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +142 -39
- package/System.Threading.Tasks/internal/index.d.ts +250 -247
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +121 -122
- package/System.Threading.Tasks.Dataflow.d.ts +18 -14
- package/System.Threading.Tasks.Sources/bindings.json +9 -9
- package/System.Threading.Tasks.Sources/internal/index.d.ts +11 -10
- package/System.Threading.Tasks.Sources.d.ts +6 -2
- package/System.Threading.Tasks.d.ts +12 -8
- package/System.Threading.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +376 -378
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +101 -100
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +100 -100
- package/System.Xml.Schema/internal/index.d.ts +231 -230
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +250 -57
- package/System.Xml.Serialization/internal/index.d.ts +274 -242
- package/System.Xml.Serialization.d.ts +6 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +37 -36
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +50 -49
- package/System.Xml.Xsl.Runtime/bindings.json +74 -71
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +38 -40
- package/System.Xml.Xsl.Runtime.d.ts +4 -0
- package/System.Xml.Xsl.d.ts +4 -0
- package/System.Xml.d.ts +4 -0
- package/System.d.ts +126 -122
- package/__internal/extensions/index.d.ts +1335 -1338
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -1180,7 +1180,7 @@
|
|
|
1180
1180
|
{
|
|
1181
1181
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
1182
1182
|
"clrName": "CopyTo",
|
|
1183
|
-
"metadataToken":
|
|
1183
|
+
"metadataToken": 100703831,
|
|
1184
1184
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
1185
1185
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
1186
1186
|
"emitScope": "ViewOnly",
|
|
@@ -1201,7 +1201,7 @@
|
|
|
1201
1201
|
{
|
|
1202
1202
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
1203
1203
|
"clrName": "GetEnumerator",
|
|
1204
|
-
"metadataToken":
|
|
1204
|
+
"metadataToken": 100703850,
|
|
1205
1205
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
1206
1206
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
1207
1207
|
"emitScope": "ViewOnly",
|
|
@@ -1363,7 +1363,7 @@
|
|
|
1363
1363
|
{
|
|
1364
1364
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
1365
1365
|
"clrName": "Count",
|
|
1366
|
-
"metadataToken":
|
|
1366
|
+
"metadataToken": 385881258,
|
|
1367
1367
|
"canonicalSignature": ":System.Int32",
|
|
1368
1368
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
1369
1369
|
"emitScope": "ViewOnly",
|
|
@@ -1383,7 +1383,7 @@
|
|
|
1383
1383
|
{
|
|
1384
1384
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
1385
1385
|
"clrName": "SyncRoot",
|
|
1386
|
-
"metadataToken":
|
|
1386
|
+
"metadataToken": 385881259,
|
|
1387
1387
|
"canonicalSignature": ":System.Object",
|
|
1388
1388
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
1389
1389
|
"emitScope": "ViewOnly",
|
|
@@ -1403,7 +1403,7 @@
|
|
|
1403
1403
|
{
|
|
1404
1404
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
1405
1405
|
"clrName": "IsSynchronized",
|
|
1406
|
-
"metadataToken":
|
|
1406
|
+
"metadataToken": 385881260,
|
|
1407
1407
|
"canonicalSignature": ":System.Boolean",
|
|
1408
1408
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
1409
1409
|
"emitScope": "ViewOnly",
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Security
|
|
3
3
|
// Assembly: System.Private.CoreLib, System.Runtime.InteropServices
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import * as System_Collections_Internal from "../../System.Collections/internal/index.js";
|
|
@@ -43,9 +41,9 @@ export interface IPermission$instance extends ISecurityEncodable {
|
|
|
43
41
|
Copy(): IPermission;
|
|
44
42
|
Demand(): void;
|
|
45
43
|
FromXml(e: SecurityElement): void;
|
|
46
|
-
Intersect(target: IPermission): IPermission |
|
|
47
|
-
IsSubsetOf(target: IPermission): boolean;
|
|
48
|
-
ToXml(): SecurityElement |
|
|
44
|
+
Intersect(target: IPermission | null): IPermission | null;
|
|
45
|
+
IsSubsetOf(target: IPermission | null): boolean;
|
|
46
|
+
ToXml(): SecurityElement | null;
|
|
49
47
|
}
|
|
50
48
|
|
|
51
49
|
|
|
@@ -57,7 +55,7 @@ export interface ISecurityEncodable$instance {
|
|
|
57
55
|
readonly __tsonic_iface_System_Security_ISecurityEncodable: never;
|
|
58
56
|
|
|
59
57
|
FromXml(e: SecurityElement): void;
|
|
60
|
-
ToXml(): SecurityElement |
|
|
58
|
+
ToXml(): SecurityElement | null;
|
|
61
59
|
}
|
|
62
60
|
|
|
63
61
|
|
|
@@ -99,39 +97,39 @@ export interface PermissionSet$instance extends System_Runtime_Serialization_Int
|
|
|
99
97
|
readonly IsReadOnly: boolean;
|
|
100
98
|
readonly IsSynchronized: boolean;
|
|
101
99
|
readonly SyncRoot: unknown;
|
|
102
|
-
AddPermission(perm: IPermission): IPermission |
|
|
103
|
-
AddPermissionImpl(perm: IPermission): IPermission |
|
|
100
|
+
AddPermission(perm: IPermission | null): IPermission | null;
|
|
101
|
+
AddPermissionImpl(perm: IPermission | null): IPermission | null;
|
|
104
102
|
Assert(): void;
|
|
105
103
|
ContainsNonCodeAccessPermissions(): boolean;
|
|
106
104
|
Copy(): PermissionSet;
|
|
107
105
|
CopyTo(array: ClrArray, index: int): void;
|
|
108
106
|
Demand(): void;
|
|
109
107
|
Deny(): void;
|
|
110
|
-
Equals(o: unknown): boolean;
|
|
108
|
+
Equals(o: unknown | null): boolean;
|
|
111
109
|
FromXml(et: SecurityElement): void;
|
|
112
110
|
GetEnumerator(): IEnumerator;
|
|
113
111
|
GetEnumeratorImpl(): IEnumerator;
|
|
114
112
|
GetHashCode(): int;
|
|
115
|
-
GetPermission(permClass: Type): IPermission |
|
|
116
|
-
GetPermissionImpl(permClass: Type): IPermission |
|
|
117
|
-
Intersect(other: PermissionSet): PermissionSet |
|
|
113
|
+
GetPermission(permClass: Type | null): IPermission | null;
|
|
114
|
+
GetPermissionImpl(permClass: Type | null): IPermission | null;
|
|
115
|
+
Intersect(other: PermissionSet | null): PermissionSet | null;
|
|
118
116
|
IsEmpty(): boolean;
|
|
119
|
-
IsSubsetOf(target: PermissionSet): boolean;
|
|
117
|
+
IsSubsetOf(target: PermissionSet | null): boolean;
|
|
120
118
|
IsUnrestricted(): boolean;
|
|
121
119
|
PermitOnly(): void;
|
|
122
|
-
RemovePermission(permClass: Type): IPermission |
|
|
123
|
-
RemovePermissionImpl(permClass: Type): IPermission |
|
|
124
|
-
SetPermission(perm: IPermission): IPermission |
|
|
125
|
-
SetPermissionImpl(perm: IPermission): IPermission |
|
|
120
|
+
RemovePermission(permClass: Type | null): IPermission | null;
|
|
121
|
+
RemovePermissionImpl(permClass: Type | null): IPermission | null;
|
|
122
|
+
SetPermission(perm: IPermission | null): IPermission | null;
|
|
123
|
+
SetPermissionImpl(perm: IPermission | null): IPermission | null;
|
|
126
124
|
ToString(): string;
|
|
127
|
-
ToXml(): SecurityElement |
|
|
128
|
-
Union(other: PermissionSet): PermissionSet |
|
|
125
|
+
ToXml(): SecurityElement | null;
|
|
126
|
+
Union(other: PermissionSet | null): PermissionSet | null;
|
|
129
127
|
}
|
|
130
128
|
|
|
131
129
|
|
|
132
130
|
export const PermissionSet: {
|
|
133
131
|
new(state: PermissionState): PermissionSet;
|
|
134
|
-
new(permSet: PermissionSet): PermissionSet;
|
|
132
|
+
new(permSet: PermissionSet | null): PermissionSet;
|
|
135
133
|
ConvertPermissionSet(inFormat: string, inData: byte[], outFormat: string): byte[];
|
|
136
134
|
RevertAssert(): void;
|
|
137
135
|
};
|
|
@@ -197,63 +195,63 @@ export type SecurityCriticalAttribute = SecurityCriticalAttribute$instance;
|
|
|
197
195
|
export interface SecurityElement$instance {
|
|
198
196
|
readonly __tsonic_type_System_Security_SecurityElement: never;
|
|
199
197
|
|
|
200
|
-
get Attributes(): Hashtable |
|
|
201
|
-
set Attributes(value: Hashtable |
|
|
202
|
-
get Children(): ArrayList |
|
|
203
|
-
set Children(value: ArrayList |
|
|
198
|
+
get Attributes(): Hashtable | null;
|
|
199
|
+
set Attributes(value: Hashtable | null);
|
|
200
|
+
get Children(): ArrayList | null;
|
|
201
|
+
set Children(value: ArrayList | null);
|
|
204
202
|
Tag: string;
|
|
205
|
-
get Text(): string |
|
|
206
|
-
set Text(value: string |
|
|
203
|
+
get Text(): string | null;
|
|
204
|
+
set Text(value: string | null);
|
|
207
205
|
AddAttribute(name: string, value: string): void;
|
|
208
206
|
AddChild(child: SecurityElement): void;
|
|
209
|
-
Attribute(name: string): string |
|
|
207
|
+
Attribute(name: string): string | null;
|
|
210
208
|
Copy(): SecurityElement;
|
|
211
|
-
Equal(other: SecurityElement): boolean;
|
|
212
|
-
SearchForChildByTag(tag: string): SecurityElement |
|
|
213
|
-
SearchForTextOfTag(tag: string): string |
|
|
209
|
+
Equal(other: SecurityElement | null): boolean;
|
|
210
|
+
SearchForChildByTag(tag: string): SecurityElement | null;
|
|
211
|
+
SearchForTextOfTag(tag: string): string | null;
|
|
214
212
|
ToString(): string;
|
|
215
213
|
}
|
|
216
214
|
|
|
217
215
|
|
|
218
216
|
export const SecurityElement: {
|
|
219
217
|
new(tag: string): SecurityElement;
|
|
220
|
-
new(tag: string, text: string): SecurityElement;
|
|
221
|
-
Escape(str: string): string |
|
|
222
|
-
FromString(xml: string): SecurityElement |
|
|
223
|
-
IsValidAttributeName(name: string): boolean;
|
|
224
|
-
IsValidAttributeValue(value: string): boolean;
|
|
225
|
-
IsValidTag(tag: string): boolean;
|
|
226
|
-
IsValidText(text: string): boolean;
|
|
218
|
+
new(tag: string, text: string | null): SecurityElement;
|
|
219
|
+
Escape(str: string | null): string | null;
|
|
220
|
+
FromString(xml: string): SecurityElement | null;
|
|
221
|
+
IsValidAttributeName(name: string | null): boolean;
|
|
222
|
+
IsValidAttributeValue(value: string | null): boolean;
|
|
223
|
+
IsValidTag(tag: string | null): boolean;
|
|
224
|
+
IsValidText(text: string | null): boolean;
|
|
227
225
|
};
|
|
228
226
|
|
|
229
227
|
|
|
230
228
|
export type SecurityElement = SecurityElement$instance;
|
|
231
229
|
|
|
232
|
-
export interface SecurityException$instance extends SystemException {
|
|
230
|
+
export interface SecurityException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
233
231
|
readonly __tsonic_type_System_Security_SecurityException: never;
|
|
234
232
|
|
|
235
233
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
236
234
|
|
|
237
|
-
get Demanded(): unknown |
|
|
238
|
-
set Demanded(value: unknown |
|
|
239
|
-
get DenySetInstance(): unknown |
|
|
240
|
-
set DenySetInstance(value: unknown |
|
|
241
|
-
get FailedAssemblyInfo(): AssemblyName |
|
|
242
|
-
set FailedAssemblyInfo(value: AssemblyName |
|
|
243
|
-
get GrantedSet(): string |
|
|
244
|
-
set GrantedSet(value: string |
|
|
245
|
-
get Method(): MethodInfo |
|
|
246
|
-
set Method(value: MethodInfo |
|
|
247
|
-
get PermissionState(): string |
|
|
248
|
-
set PermissionState(value: string |
|
|
249
|
-
get PermissionType(): Type |
|
|
250
|
-
set PermissionType(value: Type |
|
|
251
|
-
get PermitOnlySetInstance(): unknown |
|
|
252
|
-
set PermitOnlySetInstance(value: unknown |
|
|
253
|
-
get RefusedSet(): string |
|
|
254
|
-
set RefusedSet(value: string |
|
|
255
|
-
get Url(): string |
|
|
256
|
-
set Url(value: string |
|
|
235
|
+
get Demanded(): unknown | null;
|
|
236
|
+
set Demanded(value: unknown | null);
|
|
237
|
+
get DenySetInstance(): unknown | null;
|
|
238
|
+
set DenySetInstance(value: unknown | null);
|
|
239
|
+
get FailedAssemblyInfo(): AssemblyName | null;
|
|
240
|
+
set FailedAssemblyInfo(value: AssemblyName | null);
|
|
241
|
+
get GrantedSet(): string | null;
|
|
242
|
+
set GrantedSet(value: string | null);
|
|
243
|
+
get Method(): MethodInfo | null;
|
|
244
|
+
set Method(value: MethodInfo | null);
|
|
245
|
+
get PermissionState(): string | null;
|
|
246
|
+
set PermissionState(value: string | null);
|
|
247
|
+
get PermissionType(): Type | null;
|
|
248
|
+
set PermissionType(value: Type | null);
|
|
249
|
+
get PermitOnlySetInstance(): unknown | null;
|
|
250
|
+
set PermitOnlySetInstance(value: unknown | null);
|
|
251
|
+
get RefusedSet(): string | null;
|
|
252
|
+
set RefusedSet(value: string | null);
|
|
253
|
+
get Url(): string | null;
|
|
254
|
+
set Url(value: string | null);
|
|
257
255
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
258
256
|
ToString(): string;
|
|
259
257
|
}
|
|
@@ -261,10 +259,10 @@ export interface SecurityException$instance extends SystemException {
|
|
|
261
259
|
|
|
262
260
|
export const SecurityException: {
|
|
263
261
|
new(): SecurityException;
|
|
264
|
-
new(message: string): SecurityException;
|
|
265
|
-
new(message: string, inner: Exception): SecurityException;
|
|
266
|
-
new(message: string, type: Type): SecurityException;
|
|
267
|
-
new(message: string, type: Type, state: string): SecurityException;
|
|
262
|
+
new(message: string | null): SecurityException;
|
|
263
|
+
new(message: string | null, inner: Exception | null): SecurityException;
|
|
264
|
+
new(message: string | null, type: Type | null): SecurityException;
|
|
265
|
+
new(message: string | null, type: Type | null, state: string | null): SecurityException;
|
|
268
266
|
};
|
|
269
267
|
|
|
270
268
|
|
|
@@ -365,8 +363,8 @@ export interface VerificationException$instance extends SystemException, System_
|
|
|
365
363
|
|
|
366
364
|
export const VerificationException: {
|
|
367
365
|
new(): VerificationException;
|
|
368
|
-
new(message: string): VerificationException;
|
|
369
|
-
new(message: string, innerException: Exception): VerificationException;
|
|
366
|
+
new(message: string | null): VerificationException;
|
|
367
|
+
new(message: string | null, innerException: Exception | null): VerificationException;
|
|
370
368
|
};
|
|
371
369
|
|
|
372
370
|
|
|
@@ -3102,7 +3102,7 @@
|
|
|
3102
3102
|
{
|
|
3103
3103
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
|
|
3104
3104
|
"clrName": "MoveNext",
|
|
3105
|
-
"metadataToken":
|
|
3105
|
+
"metadataToken": 100703851,
|
|
3106
3106
|
"canonicalSignature": "():System.Boolean",
|
|
3107
3107
|
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
3108
3108
|
"emitScope": "ViewOnly",
|
|
@@ -3123,7 +3123,7 @@
|
|
|
3123
3123
|
{
|
|
3124
3124
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
|
|
3125
3125
|
"clrName": "Reset",
|
|
3126
|
-
"metadataToken":
|
|
3126
|
+
"metadataToken": 100703853,
|
|
3127
3127
|
"canonicalSignature": "():System.Void",
|
|
3128
3128
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
3129
3129
|
"emitScope": "ViewOnly",
|
|
@@ -3165,7 +3165,7 @@
|
|
|
3165
3165
|
{
|
|
3166
3166
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
|
|
3167
3167
|
"clrName": "Current",
|
|
3168
|
-
"metadataToken":
|
|
3168
|
+
"metadataToken": 385881269,
|
|
3169
3169
|
"canonicalSignature": ":System.Object",
|
|
3170
3170
|
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
3171
3171
|
"emitScope": "ViewOnly",
|
|
@@ -3527,7 +3527,7 @@
|
|
|
3527
3527
|
{
|
|
3528
3528
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
3529
3529
|
"clrName": "CopyTo",
|
|
3530
|
-
"metadataToken":
|
|
3530
|
+
"metadataToken": 100703831,
|
|
3531
3531
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
3532
3532
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
3533
3533
|
"emitScope": "ViewOnly",
|
|
@@ -3548,7 +3548,7 @@
|
|
|
3548
3548
|
{
|
|
3549
3549
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
3550
3550
|
"clrName": "GetEnumerator",
|
|
3551
|
-
"metadataToken":
|
|
3551
|
+
"metadataToken": 100703850,
|
|
3552
3552
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
3553
3553
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
3554
3554
|
"emitScope": "ViewOnly",
|
|
@@ -3590,7 +3590,7 @@
|
|
|
3590
3590
|
{
|
|
3591
3591
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
3592
3592
|
"clrName": "Count",
|
|
3593
|
-
"metadataToken":
|
|
3593
|
+
"metadataToken": 385881258,
|
|
3594
3594
|
"canonicalSignature": ":System.Int32",
|
|
3595
3595
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3596
3596
|
"emitScope": "ViewOnly",
|
|
@@ -3610,7 +3610,7 @@
|
|
|
3610
3610
|
{
|
|
3611
3611
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
3612
3612
|
"clrName": "SyncRoot",
|
|
3613
|
-
"metadataToken":
|
|
3613
|
+
"metadataToken": 385881259,
|
|
3614
3614
|
"canonicalSignature": ":System.Object",
|
|
3615
3615
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
3616
3616
|
"emitScope": "ViewOnly",
|
|
@@ -3630,7 +3630,7 @@
|
|
|
3630
3630
|
{
|
|
3631
3631
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
3632
3632
|
"clrName": "IsSynchronized",
|
|
3633
|
-
"metadataToken":
|
|
3633
|
+
"metadataToken": 385881260,
|
|
3634
3634
|
"canonicalSignature": ":System.Boolean",
|
|
3635
3635
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
3636
3636
|
"emitScope": "ViewOnly",
|
|
@@ -3847,7 +3847,7 @@
|
|
|
3847
3847
|
{
|
|
3848
3848
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
3849
3849
|
"clrName": "CopyTo",
|
|
3850
|
-
"metadataToken":
|
|
3850
|
+
"metadataToken": 100703831,
|
|
3851
3851
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
3852
3852
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
3853
3853
|
"emitScope": "ViewOnly",
|
|
@@ -3868,7 +3868,7 @@
|
|
|
3868
3868
|
{
|
|
3869
3869
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
3870
3870
|
"clrName": "GetEnumerator",
|
|
3871
|
-
"metadataToken":
|
|
3871
|
+
"metadataToken": 100703850,
|
|
3872
3872
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
3873
3873
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
3874
3874
|
"emitScope": "ViewOnly",
|
|
@@ -4024,7 +4024,7 @@
|
|
|
4024
4024
|
{
|
|
4025
4025
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
4026
4026
|
"clrName": "SyncRoot",
|
|
4027
|
-
"metadataToken":
|
|
4027
|
+
"metadataToken": 385881259,
|
|
4028
4028
|
"canonicalSignature": ":System.Object",
|
|
4029
4029
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
4030
4030
|
"emitScope": "ViewOnly",
|
|
@@ -4044,7 +4044,7 @@
|
|
|
4044
4044
|
{
|
|
4045
4045
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
4046
4046
|
"clrName": "IsSynchronized",
|
|
4047
|
-
"metadataToken":
|
|
4047
|
+
"metadataToken": 385881260,
|
|
4048
4048
|
"canonicalSignature": ":System.Boolean",
|
|
4049
4049
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
4050
4050
|
"emitScope": "ViewOnly",
|
|
@@ -4064,7 +4064,7 @@
|
|
|
4064
4064
|
{
|
|
4065
4065
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
4066
4066
|
"clrName": "Count",
|
|
4067
|
-
"metadataToken":
|
|
4067
|
+
"metadataToken": 385881258,
|
|
4068
4068
|
"canonicalSignature": ":System.Int32",
|
|
4069
4069
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4070
4070
|
"emitScope": "ViewOnly",
|
|
@@ -5780,7 +5780,7 @@
|
|
|
5780
5780
|
{
|
|
5781
5781
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
5782
5782
|
"clrName": "CopyTo",
|
|
5783
|
-
"metadataToken":
|
|
5783
|
+
"metadataToken": 100703831,
|
|
5784
5784
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
5785
5785
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
5786
5786
|
"emitScope": "ViewOnly",
|
|
@@ -5801,7 +5801,7 @@
|
|
|
5801
5801
|
{
|
|
5802
5802
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
5803
5803
|
"clrName": "GetEnumerator",
|
|
5804
|
-
"metadataToken":
|
|
5804
|
+
"metadataToken": 100703850,
|
|
5805
5805
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
5806
5806
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
5807
5807
|
"emitScope": "ViewOnly",
|
|
@@ -5824,7 +5824,7 @@
|
|
|
5824
5824
|
{
|
|
5825
5825
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
5826
5826
|
"clrName": "Count",
|
|
5827
|
-
"metadataToken":
|
|
5827
|
+
"metadataToken": 385881258,
|
|
5828
5828
|
"canonicalSignature": ":System.Int32",
|
|
5829
5829
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5830
5830
|
"emitScope": "ViewOnly",
|
|
@@ -5844,7 +5844,7 @@
|
|
|
5844
5844
|
{
|
|
5845
5845
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
5846
5846
|
"clrName": "SyncRoot",
|
|
5847
|
-
"metadataToken":
|
|
5847
|
+
"metadataToken": 385881259,
|
|
5848
5848
|
"canonicalSignature": ":System.Object",
|
|
5849
5849
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
5850
5850
|
"emitScope": "ViewOnly",
|
|
@@ -5864,7 +5864,7 @@
|
|
|
5864
5864
|
{
|
|
5865
5865
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
5866
5866
|
"clrName": "IsSynchronized",
|
|
5867
|
-
"metadataToken":
|
|
5867
|
+
"metadataToken": 385881260,
|
|
5868
5868
|
"canonicalSignature": ":System.Boolean",
|
|
5869
5869
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
5870
5870
|
"emitScope": "ViewOnly",
|
|
@@ -7730,7 +7730,7 @@
|
|
|
7730
7730
|
{
|
|
7731
7731
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
7732
7732
|
"clrName": "CopyTo",
|
|
7733
|
-
"metadataToken":
|
|
7733
|
+
"metadataToken": 100703831,
|
|
7734
7734
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
7735
7735
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
7736
7736
|
"emitScope": "ViewOnly",
|
|
@@ -7751,7 +7751,7 @@
|
|
|
7751
7751
|
{
|
|
7752
7752
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
7753
7753
|
"clrName": "GetEnumerator",
|
|
7754
|
-
"metadataToken":
|
|
7754
|
+
"metadataToken": 100703850,
|
|
7755
7755
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
7756
7756
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
7757
7757
|
"emitScope": "ViewOnly",
|
|
@@ -7888,7 +7888,7 @@
|
|
|
7888
7888
|
{
|
|
7889
7889
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
7890
7890
|
"clrName": "Count",
|
|
7891
|
-
"metadataToken":
|
|
7891
|
+
"metadataToken": 385881258,
|
|
7892
7892
|
"canonicalSignature": ":System.Int32",
|
|
7893
7893
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
7894
7894
|
"emitScope": "ViewOnly",
|
|
@@ -7908,7 +7908,7 @@
|
|
|
7908
7908
|
{
|
|
7909
7909
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
7910
7910
|
"clrName": "SyncRoot",
|
|
7911
|
-
"metadataToken":
|
|
7911
|
+
"metadataToken": 385881259,
|
|
7912
7912
|
"canonicalSignature": ":System.Object",
|
|
7913
7913
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
7914
7914
|
"emitScope": "ViewOnly",
|
|
@@ -7928,7 +7928,7 @@
|
|
|
7928
7928
|
{
|
|
7929
7929
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
7930
7930
|
"clrName": "IsSynchronized",
|
|
7931
|
-
"metadataToken":
|
|
7931
|
+
"metadataToken": 385881260,
|
|
7932
7932
|
"canonicalSignature": ":System.Boolean",
|
|
7933
7933
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
7934
7934
|
"emitScope": "ViewOnly",
|
|
@@ -9126,6 +9126,110 @@
|
|
|
9126
9126
|
}
|
|
9127
9127
|
]
|
|
9128
9128
|
},
|
|
9129
|
+
{
|
|
9130
|
+
"stableId": "System.Security.AccessControl:System.Security.AccessControl.NativeObjectSecurity\u002BExceptionFromErrorCode",
|
|
9131
|
+
"clrName": "System.Security.AccessControl.NativeObjectSecurity\u002BExceptionFromErrorCode",
|
|
9132
|
+
"assemblyName": "System.Security.AccessControl",
|
|
9133
|
+
"metadataToken": 0,
|
|
9134
|
+
"kind": "Delegate",
|
|
9135
|
+
"accessibility": "ProtectedInternal",
|
|
9136
|
+
"isAbstract": false,
|
|
9137
|
+
"isSealed": true,
|
|
9138
|
+
"isStatic": false,
|
|
9139
|
+
"arity": 0,
|
|
9140
|
+
"baseType": {
|
|
9141
|
+
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
9142
|
+
"clrName": "System.MulticastDelegate"
|
|
9143
|
+
},
|
|
9144
|
+
"interfaces": [
|
|
9145
|
+
{
|
|
9146
|
+
"stableId": "System.Private.CoreLib:System.ICloneable",
|
|
9147
|
+
"clrName": "System.ICloneable"
|
|
9148
|
+
},
|
|
9149
|
+
{
|
|
9150
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
9151
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
9152
|
+
}
|
|
9153
|
+
],
|
|
9154
|
+
"methods": [
|
|
9155
|
+
{
|
|
9156
|
+
"stableId": "System.Security.AccessControl:System.Security.AccessControl.NativeObjectSecurity\u002BExceptionFromErrorCode::Invoke(System.Int32,System.String,System.Runtime.InteropServices.SafeHandle,System.Object):System.Exception",
|
|
9157
|
+
"clrName": "Invoke",
|
|
9158
|
+
"metadataToken": 100663692,
|
|
9159
|
+
"canonicalSignature": "(System.Int32,System.String,System.Runtime.InteropServices.SafeHandle,System.Object):System.Exception",
|
|
9160
|
+
"normalizedSignature": "Invoke|(System.Int32,System.String,System.Runtime.InteropServices.SafeHandle,System.Object):System.Exception|static=false",
|
|
9161
|
+
"emitScope": "ClassSurface",
|
|
9162
|
+
"provenance": "Original",
|
|
9163
|
+
"arity": 0,
|
|
9164
|
+
"parameterCount": 4,
|
|
9165
|
+
"isStatic": false,
|
|
9166
|
+
"isAbstract": false,
|
|
9167
|
+
"isVirtual": true,
|
|
9168
|
+
"isOverride": false,
|
|
9169
|
+
"isSealed": false,
|
|
9170
|
+
"visibility": "Public",
|
|
9171
|
+
"declaringClrType": "System.Security.AccessControl.NativeObjectSecurity\u002BExceptionFromErrorCode",
|
|
9172
|
+
"declaringAssemblyName": "System.Security.AccessControl",
|
|
9173
|
+
"isExtensionMethod": false
|
|
9174
|
+
},
|
|
9175
|
+
{
|
|
9176
|
+
"stableId": "System.Security.AccessControl:System.Security.AccessControl.NativeObjectSecurity\u002BExceptionFromErrorCode::BeginInvoke(System.Int32,System.String,System.Runtime.InteropServices.SafeHandle,System.Object,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
9177
|
+
"clrName": "BeginInvoke",
|
|
9178
|
+
"metadataToken": 100663693,
|
|
9179
|
+
"canonicalSignature": "(System.Int32,System.String,System.Runtime.InteropServices.SafeHandle,System.Object,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
9180
|
+
"normalizedSignature": "BeginInvoke|(System.Int32,System.String,System.Runtime.InteropServices.SafeHandle,System.Object,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
|
|
9181
|
+
"emitScope": "ClassSurface",
|
|
9182
|
+
"provenance": "Original",
|
|
9183
|
+
"arity": 0,
|
|
9184
|
+
"parameterCount": 6,
|
|
9185
|
+
"isStatic": false,
|
|
9186
|
+
"isAbstract": false,
|
|
9187
|
+
"isVirtual": true,
|
|
9188
|
+
"isOverride": false,
|
|
9189
|
+
"isSealed": false,
|
|
9190
|
+
"visibility": "Public",
|
|
9191
|
+
"declaringClrType": "System.Security.AccessControl.NativeObjectSecurity\u002BExceptionFromErrorCode",
|
|
9192
|
+
"declaringAssemblyName": "System.Security.AccessControl",
|
|
9193
|
+
"isExtensionMethod": false
|
|
9194
|
+
},
|
|
9195
|
+
{
|
|
9196
|
+
"stableId": "System.Security.AccessControl:System.Security.AccessControl.NativeObjectSecurity\u002BExceptionFromErrorCode::EndInvoke(System.IAsyncResult):System.Exception",
|
|
9197
|
+
"clrName": "EndInvoke",
|
|
9198
|
+
"metadataToken": 100663694,
|
|
9199
|
+
"canonicalSignature": "(System.IAsyncResult):System.Exception",
|
|
9200
|
+
"normalizedSignature": "EndInvoke|(System.IAsyncResult):System.Exception|static=false",
|
|
9201
|
+
"emitScope": "ClassSurface",
|
|
9202
|
+
"provenance": "Original",
|
|
9203
|
+
"arity": 0,
|
|
9204
|
+
"parameterCount": 1,
|
|
9205
|
+
"isStatic": false,
|
|
9206
|
+
"isAbstract": false,
|
|
9207
|
+
"isVirtual": true,
|
|
9208
|
+
"isOverride": false,
|
|
9209
|
+
"isSealed": false,
|
|
9210
|
+
"visibility": "Public",
|
|
9211
|
+
"declaringClrType": "System.Security.AccessControl.NativeObjectSecurity\u002BExceptionFromErrorCode",
|
|
9212
|
+
"declaringAssemblyName": "System.Security.AccessControl",
|
|
9213
|
+
"isExtensionMethod": false
|
|
9214
|
+
}
|
|
9215
|
+
],
|
|
9216
|
+
"properties": [],
|
|
9217
|
+
"fields": [],
|
|
9218
|
+
"events": [],
|
|
9219
|
+
"constructors": [
|
|
9220
|
+
{
|
|
9221
|
+
"stableId": "System.Security.AccessControl:System.Security.AccessControl.NativeObjectSecurity\u002BExceptionFromErrorCode::.ctor(System.Object,System.IntPtr):void",
|
|
9222
|
+
"metadataToken": 100663691,
|
|
9223
|
+
"canonicalSignature": "(System.Object,System.IntPtr):void",
|
|
9224
|
+
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
9225
|
+
"isStatic": false,
|
|
9226
|
+
"parameterCount": 2,
|
|
9227
|
+
"visibility": "Public",
|
|
9228
|
+
"declaringClrType": "System.Security.AccessControl.NativeObjectSecurity\u002BExceptionFromErrorCode",
|
|
9229
|
+
"declaringAssemblyName": "System.Security.AccessControl"
|
|
9230
|
+
}
|
|
9231
|
+
]
|
|
9232
|
+
},
|
|
9129
9233
|
{
|
|
9130
9234
|
"stableId": "System.Security.AccessControl:System.Security.AccessControl.ObjectAccessRule",
|
|
9131
9235
|
"clrName": "System.Security.AccessControl.ObjectAccessRule",
|
|
@@ -11457,7 +11561,7 @@
|
|
|
11457
11561
|
{
|
|
11458
11562
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
11459
11563
|
"clrName": "CopyTo",
|
|
11460
|
-
"metadataToken":
|
|
11564
|
+
"metadataToken": 100703831,
|
|
11461
11565
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
11462
11566
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
11463
11567
|
"emitScope": "ViewOnly",
|
|
@@ -11478,7 +11582,7 @@
|
|
|
11478
11582
|
{
|
|
11479
11583
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
11480
11584
|
"clrName": "GetEnumerator",
|
|
11481
|
-
"metadataToken":
|
|
11585
|
+
"metadataToken": 100703850,
|
|
11482
11586
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
11483
11587
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
11484
11588
|
"emitScope": "ViewOnly",
|
|
@@ -11577,7 +11681,7 @@
|
|
|
11577
11681
|
{
|
|
11578
11682
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
11579
11683
|
"clrName": "SyncRoot",
|
|
11580
|
-
"metadataToken":
|
|
11684
|
+
"metadataToken": 385881259,
|
|
11581
11685
|
"canonicalSignature": ":System.Object",
|
|
11582
11686
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
11583
11687
|
"emitScope": "ViewOnly",
|
|
@@ -11597,7 +11701,7 @@
|
|
|
11597
11701
|
{
|
|
11598
11702
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
11599
11703
|
"clrName": "IsSynchronized",
|
|
11600
|
-
"metadataToken":
|
|
11704
|
+
"metadataToken": 385881260,
|
|
11601
11705
|
"canonicalSignature": ":System.Boolean",
|
|
11602
11706
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
11603
11707
|
"emitScope": "ViewOnly",
|
|
@@ -11617,7 +11721,7 @@
|
|
|
11617
11721
|
{
|
|
11618
11722
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
11619
11723
|
"clrName": "Count",
|
|
11620
|
-
"metadataToken":
|
|
11724
|
+
"metadataToken": 385881258,
|
|
11621
11725
|
"canonicalSignature": ":System.Int32",
|
|
11622
11726
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
11623
11727
|
"emitScope": "ViewOnly",
|
|
@@ -13544,7 +13648,7 @@
|
|
|
13544
13648
|
{
|
|
13545
13649
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
13546
13650
|
"clrName": "CopyTo",
|
|
13547
|
-
"metadataToken":
|
|
13651
|
+
"metadataToken": 100703831,
|
|
13548
13652
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
13549
13653
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
13550
13654
|
"emitScope": "ViewOnly",
|
|
@@ -13565,7 +13669,7 @@
|
|
|
13565
13669
|
{
|
|
13566
13670
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
13567
13671
|
"clrName": "GetEnumerator",
|
|
13568
|
-
"metadataToken":
|
|
13672
|
+
"metadataToken": 100703850,
|
|
13569
13673
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
13570
13674
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
13571
13675
|
"emitScope": "ViewOnly",
|
|
@@ -13588,7 +13692,7 @@
|
|
|
13588
13692
|
{
|
|
13589
13693
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
13590
13694
|
"clrName": "Count",
|
|
13591
|
-
"metadataToken":
|
|
13695
|
+
"metadataToken": 385881258,
|
|
13592
13696
|
"canonicalSignature": ":System.Int32",
|
|
13593
13697
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
13594
13698
|
"emitScope": "ViewOnly",
|
|
@@ -13608,7 +13712,7 @@
|
|
|
13608
13712
|
{
|
|
13609
13713
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
13610
13714
|
"clrName": "SyncRoot",
|
|
13611
|
-
"metadataToken":
|
|
13715
|
+
"metadataToken": 385881259,
|
|
13612
13716
|
"canonicalSignature": ":System.Object",
|
|
13613
13717
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
13614
13718
|
"emitScope": "ViewOnly",
|
|
@@ -13628,7 +13732,7 @@
|
|
|
13628
13732
|
{
|
|
13629
13733
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
13630
13734
|
"clrName": "IsSynchronized",
|
|
13631
|
-
"metadataToken":
|
|
13735
|
+
"metadataToken": 385881260,
|
|
13632
13736
|
"canonicalSignature": ":System.Boolean",
|
|
13633
13737
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
13634
13738
|
"emitScope": "ViewOnly",
|