@tsonic/dotnet 10.0.41 → 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 +1 -1
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +1 -1
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +51 -51
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +116 -116
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +9 -9
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +1 -1
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +8 -1
- package/System/bindings.json +204 -124
- package/System/internal/index.d.ts +1041 -1026
- package/System.Buffers/internal/index.d.ts +51 -51
- package/System.Buffers.Binary/internal/index.d.ts +1 -1
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +1 -1
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +14 -14
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +113 -113
- package/System.Collections.Concurrent/bindings.json +93 -93
- package/System.Collections.Concurrent/internal/index.d.ts +65 -65
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +90 -50
- package/System.Collections.Frozen/internal/index.d.ts +35 -33
- package/System.Collections.Frozen.d.ts +6 -2
- package/System.Collections.Generic/bindings.json +932 -612
- package/System.Collections.Generic/internal/index.d.ts +303 -287
- package/System.Collections.Generic.d.ts +19 -15
- package/System.Collections.Immutable/bindings.json +189 -189
- package/System.Collections.Immutable/internal/index.d.ts +235 -234
- package/System.Collections.Immutable.d.ts +21 -17
- package/System.Collections.ObjectModel/bindings.json +229 -229
- package/System.Collections.ObjectModel/internal/index.d.ts +41 -41
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -79
- package/System.Collections.Specialized/internal/index.d.ts +46 -46
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +108 -108
- package/System.ComponentModel/internal/index.d.ts +368 -363
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +78 -78
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +18 -18
- package/System.ComponentModel.Design/internal/index.d.ts +47 -47
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +38 -38
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +4 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +124 -124
- package/System.Data/internal/index.d.ts +156 -156
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +42 -42
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +40 -40
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +251 -231
- package/System.Diagnostics/internal/index.d.ts +167 -154
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +7 -7
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +9 -9
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +86 -86
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +3 -3
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +212 -212
- package/System.Diagnostics.Tracing/internal/index.d.ts +7 -7
- package/System.Diagnostics.Tracing.d.ts +4 -0
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +48 -48
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +36 -35
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/internal/index.d.ts +11 -11
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +19 -19
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +55 -55
- package/System.IO.Compression/internal/index.d.ts +13 -13
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +47 -47
- package/System.IO.Enumeration/internal/index.d.ts +11 -11
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +10 -10
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -1
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -4
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- 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 +703 -701
- package/System.Linq.Expressions/internal/index.d.ts +67 -41
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
- 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 +27 -27
- package/System.Net/internal/index.d.ts +53 -53
- package/System.Net.Cache/internal/index.d.ts +1 -1
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +16 -16
- package/System.Net.Http.Headers/bindings.json +66 -26
- package/System.Net.Http.Headers/internal/index.d.ts +26 -24
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- 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 +8 -8
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +3 -3
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +15 -15
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +4 -4
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +29 -29
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +9 -9
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +42 -42
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +5 -5
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +3 -3
- package/System.Numerics/internal/index.d.ts +218 -218
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +107 -107
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +27 -25
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +607 -87
- package/System.Reflection.Metadata/internal/index.d.ts +144 -118
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +9 -9
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Reflection.PortableExecutable.d.ts +4 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +7 -7
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +7 -7
- package/System.Runtime.CompilerServices/bindings.json +383 -383
- package/System.Runtime.CompilerServices/internal/index.d.ts +226 -226
- package/System.Runtime.CompilerServices.d.ts +20 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +1 -1
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +2 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +559 -559
- package/System.Runtime.InteropServices/internal/index.d.ts +182 -182
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +19 -19
- 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 +2 -2
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +38 -38
- package/System.Runtime.InteropServices.JavaScript.d.ts +6 -2
- package/System.Runtime.InteropServices.Marshalling/bindings.json +117 -117
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +81 -81
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +15 -15
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -2
- 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 +4 -4
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/internal/index.d.ts +514 -514
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
- 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 +1 -1
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/internal/index.d.ts +1 -1
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +3 -3
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +102 -102
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- 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 +13 -13
- 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 +2 -2
- 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 +10 -10
- package/System.Security.AccessControl/bindings.json +33 -33
- package/System.Security.AccessControl/internal/index.d.ts +21 -21
- package/System.Security.AccessControl.d.ts +10 -6
- package/System.Security.Authentication/internal/index.d.ts +1 -1
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -3
- 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 +3 -3
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +40 -40
- package/System.Security.Cryptography/internal/index.d.ts +28 -27
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -312
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +10 -10
- 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 +1 -1
- 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 -9
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +8 -8
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +20 -20
- package/System.Text/internal/index.d.ts +48 -48
- package/System.Text.Encodings.Web/internal/index.d.ts +1 -1
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/internal/index.d.ts +109 -109
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +1 -1
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +18 -18
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -67
- 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 +158 -118
- package/System.Text.RegularExpressions/internal/index.d.ts +9 -7
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/internal/index.d.ts +6 -6
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +19 -19
- package/System.Threading/internal/index.d.ts +97 -97
- package/System.Threading.Channels/internal/index.d.ts +23 -23
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +138 -38
- package/System.Threading.Tasks/internal/index.d.ts +229 -227
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +95 -95
- 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 +9 -9
- 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 +2 -2
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +6 -6
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +2 -2
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +3 -3
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +1 -1
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +29 -29
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +49 -49
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +24 -24
- package/System.Xml.Schema/internal/index.d.ts +24 -24
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +57 -57
- package/System.Xml.Serialization/internal/index.d.ts +49 -49
- package/System.Xml.Serialization.d.ts +4 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +18 -18
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +12 -12
- package/System.Xml.Xsl.Runtime/bindings.json +70 -70
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +21 -21
- 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 +1288 -1293
- package/package.json +2 -2
|
@@ -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",
|
|
@@ -11561,7 +11561,7 @@
|
|
|
11561
11561
|
{
|
|
11562
11562
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
11563
11563
|
"clrName": "CopyTo",
|
|
11564
|
-
"metadataToken":
|
|
11564
|
+
"metadataToken": 100703831,
|
|
11565
11565
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
11566
11566
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
11567
11567
|
"emitScope": "ViewOnly",
|
|
@@ -11582,7 +11582,7 @@
|
|
|
11582
11582
|
{
|
|
11583
11583
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
11584
11584
|
"clrName": "GetEnumerator",
|
|
11585
|
-
"metadataToken":
|
|
11585
|
+
"metadataToken": 100703850,
|
|
11586
11586
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
11587
11587
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
11588
11588
|
"emitScope": "ViewOnly",
|
|
@@ -11681,7 +11681,7 @@
|
|
|
11681
11681
|
{
|
|
11682
11682
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
11683
11683
|
"clrName": "SyncRoot",
|
|
11684
|
-
"metadataToken":
|
|
11684
|
+
"metadataToken": 385881259,
|
|
11685
11685
|
"canonicalSignature": ":System.Object",
|
|
11686
11686
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
11687
11687
|
"emitScope": "ViewOnly",
|
|
@@ -11701,7 +11701,7 @@
|
|
|
11701
11701
|
{
|
|
11702
11702
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
11703
11703
|
"clrName": "IsSynchronized",
|
|
11704
|
-
"metadataToken":
|
|
11704
|
+
"metadataToken": 385881260,
|
|
11705
11705
|
"canonicalSignature": ":System.Boolean",
|
|
11706
11706
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
11707
11707
|
"emitScope": "ViewOnly",
|
|
@@ -11721,7 +11721,7 @@
|
|
|
11721
11721
|
{
|
|
11722
11722
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
11723
11723
|
"clrName": "Count",
|
|
11724
|
-
"metadataToken":
|
|
11724
|
+
"metadataToken": 385881258,
|
|
11725
11725
|
"canonicalSignature": ":System.Int32",
|
|
11726
11726
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
11727
11727
|
"emitScope": "ViewOnly",
|
|
@@ -13648,7 +13648,7 @@
|
|
|
13648
13648
|
{
|
|
13649
13649
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
13650
13650
|
"clrName": "CopyTo",
|
|
13651
|
-
"metadataToken":
|
|
13651
|
+
"metadataToken": 100703831,
|
|
13652
13652
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
13653
13653
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
13654
13654
|
"emitScope": "ViewOnly",
|
|
@@ -13669,7 +13669,7 @@
|
|
|
13669
13669
|
{
|
|
13670
13670
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
13671
13671
|
"clrName": "GetEnumerator",
|
|
13672
|
-
"metadataToken":
|
|
13672
|
+
"metadataToken": 100703850,
|
|
13673
13673
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
13674
13674
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
13675
13675
|
"emitScope": "ViewOnly",
|
|
@@ -13692,7 +13692,7 @@
|
|
|
13692
13692
|
{
|
|
13693
13693
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
13694
13694
|
"clrName": "Count",
|
|
13695
|
-
"metadataToken":
|
|
13695
|
+
"metadataToken": 385881258,
|
|
13696
13696
|
"canonicalSignature": ":System.Int32",
|
|
13697
13697
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
13698
13698
|
"emitScope": "ViewOnly",
|
|
@@ -13712,7 +13712,7 @@
|
|
|
13712
13712
|
{
|
|
13713
13713
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
13714
13714
|
"clrName": "SyncRoot",
|
|
13715
|
-
"metadataToken":
|
|
13715
|
+
"metadataToken": 385881259,
|
|
13716
13716
|
"canonicalSignature": ":System.Object",
|
|
13717
13717
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
13718
13718
|
"emitScope": "ViewOnly",
|
|
@@ -13732,7 +13732,7 @@
|
|
|
13732
13732
|
{
|
|
13733
13733
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
13734
13734
|
"clrName": "IsSynchronized",
|
|
13735
|
-
"metadataToken":
|
|
13735
|
+
"metadataToken": 385881260,
|
|
13736
13736
|
"canonicalSignature": ":System.Boolean",
|
|
13737
13737
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
13738
13738
|
"emitScope": "ViewOnly",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.Win32.Registry, System.IO.FileSystem.AccessControl, System.Security.AccessControl, System.Threading.AccessControl
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
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
8
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -264,7 +264,7 @@ export const AccessRule: (abstract new(identity: IdentityReference, accessMask:
|
|
|
264
264
|
|
|
265
265
|
export type AccessRule = AccessRule$instance;
|
|
266
266
|
|
|
267
|
-
export interface AccessRule_1$instance<T extends NonNullable<
|
|
267
|
+
export interface AccessRule_1$instance<T extends NonNullable<unknown>> extends AccessRule {
|
|
268
268
|
readonly __tsonic_type_System_Security_AccessControl_AccessRule_1: never;
|
|
269
269
|
|
|
270
270
|
readonly Rights: T;
|
|
@@ -272,14 +272,14 @@ export interface AccessRule_1$instance<T extends NonNullable<JsValue>> extends A
|
|
|
272
272
|
|
|
273
273
|
|
|
274
274
|
export const AccessRule_1: {
|
|
275
|
-
new<T extends NonNullable<
|
|
276
|
-
new<T extends NonNullable<
|
|
277
|
-
new<T extends NonNullable<
|
|
278
|
-
new<T extends NonNullable<
|
|
275
|
+
new<T extends NonNullable<unknown>>(identity: IdentityReference, rights: T, type: AccessControlType): AccessRule_1<T>;
|
|
276
|
+
new<T extends NonNullable<unknown>>(identity: IdentityReference, rights: T, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, type: AccessControlType): AccessRule_1<T>;
|
|
277
|
+
new<T extends NonNullable<unknown>>(identity: string, rights: T, type: AccessControlType): AccessRule_1<T>;
|
|
278
|
+
new<T extends NonNullable<unknown>>(identity: string, rights: T, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, type: AccessControlType): AccessRule_1<T>;
|
|
279
279
|
};
|
|
280
280
|
|
|
281
281
|
|
|
282
|
-
export type AccessRule_1<T
|
|
282
|
+
export type AccessRule_1<T extends NonNullable<unknown>> = AccessRule_1$instance<T>;
|
|
283
283
|
|
|
284
284
|
export interface AceEnumerator$instance {
|
|
285
285
|
readonly __tsonic_type_System_Security_AccessControl_AceEnumerator: never;
|
|
@@ -316,7 +316,7 @@ export const AuditRule: (abstract new(identity: IdentityReference, accessMask: i
|
|
|
316
316
|
|
|
317
317
|
export type AuditRule = AuditRule$instance;
|
|
318
318
|
|
|
319
|
-
export interface AuditRule_1$instance<T extends NonNullable<
|
|
319
|
+
export interface AuditRule_1$instance<T extends NonNullable<unknown>> extends AuditRule {
|
|
320
320
|
readonly __tsonic_type_System_Security_AccessControl_AuditRule_1: never;
|
|
321
321
|
|
|
322
322
|
readonly Rights: T;
|
|
@@ -324,14 +324,14 @@ export interface AuditRule_1$instance<T extends NonNullable<JsValue>> extends Au
|
|
|
324
324
|
|
|
325
325
|
|
|
326
326
|
export const AuditRule_1: {
|
|
327
|
-
new<T extends NonNullable<
|
|
328
|
-
new<T extends NonNullable<
|
|
329
|
-
new<T extends NonNullable<
|
|
330
|
-
new<T extends NonNullable<
|
|
327
|
+
new<T extends NonNullable<unknown>>(identity: IdentityReference, rights: T, flags: AuditFlags): AuditRule_1<T>;
|
|
328
|
+
new<T extends NonNullable<unknown>>(identity: IdentityReference, rights: T, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, flags: AuditFlags): AuditRule_1<T>;
|
|
329
|
+
new<T extends NonNullable<unknown>>(identity: string, rights: T, flags: AuditFlags): AuditRule_1<T>;
|
|
330
|
+
new<T extends NonNullable<unknown>>(identity: string, rights: T, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, flags: AuditFlags): AuditRule_1<T>;
|
|
331
331
|
};
|
|
332
332
|
|
|
333
333
|
|
|
334
|
-
export type AuditRule_1<T
|
|
334
|
+
export type AuditRule_1<T extends NonNullable<unknown>> = AuditRule_1$instance<T>;
|
|
335
335
|
|
|
336
336
|
export interface AuthorizationRule$instance {
|
|
337
337
|
readonly __tsonic_type_System_Security_AccessControl_AuthorizationRule: never;
|
|
@@ -720,7 +720,7 @@ export interface GenericAce$instance {
|
|
|
720
720
|
readonly IsInherited: boolean;
|
|
721
721
|
readonly PropagationFlags: PropagationFlags;
|
|
722
722
|
Copy(): GenericAce;
|
|
723
|
-
Equals(o:
|
|
723
|
+
Equals(o: unknown | null): boolean;
|
|
724
724
|
GetBinaryForm(binaryForm: byte[], offset: int): void;
|
|
725
725
|
GetHashCode(): int;
|
|
726
726
|
}
|
|
@@ -743,7 +743,7 @@ export interface GenericAcl$instance {
|
|
|
743
743
|
readonly Count: int;
|
|
744
744
|
readonly IsSynchronized: boolean;
|
|
745
745
|
readonly Revision: byte;
|
|
746
|
-
readonly SyncRoot:
|
|
746
|
+
readonly SyncRoot: unknown;
|
|
747
747
|
CopyTo(array: GenericAce[], index: int): void;
|
|
748
748
|
GetBinaryForm(binaryForm: byte[], offset: int): void;
|
|
749
749
|
GetEnumerator(): AceEnumerator;
|
|
@@ -869,13 +869,13 @@ export interface NativeObjectSecurity$instance extends CommonObjectSecurity {
|
|
|
869
869
|
}
|
|
870
870
|
|
|
871
871
|
|
|
872
|
-
export const NativeObjectSecurity: (abstract new(isContainer: boolean, resourceType: ResourceType) => NativeObjectSecurity) & (abstract new(isContainer: boolean, resourceType: ResourceType, handle: SafeHandle | null, includeSections: AccessControlSections) => NativeObjectSecurity) & (abstract new(isContainer: boolean, resourceType: ResourceType, handle: SafeHandle | null, includeSections: AccessControlSections, exceptionFromErrorCode: NativeObjectSecurity_ExceptionFromErrorCode | null, exceptionContext:
|
|
872
|
+
export const NativeObjectSecurity: (abstract new(isContainer: boolean, resourceType: ResourceType) => NativeObjectSecurity) & (abstract new(isContainer: boolean, resourceType: ResourceType, handle: SafeHandle | null, includeSections: AccessControlSections) => NativeObjectSecurity) & (abstract new(isContainer: boolean, resourceType: ResourceType, handle: SafeHandle | null, includeSections: AccessControlSections, exceptionFromErrorCode: NativeObjectSecurity_ExceptionFromErrorCode | null, exceptionContext: unknown | null) => NativeObjectSecurity) & (abstract new(isContainer: boolean, resourceType: ResourceType, exceptionFromErrorCode: NativeObjectSecurity_ExceptionFromErrorCode | null, exceptionContext: unknown | null) => NativeObjectSecurity) & (abstract new(isContainer: boolean, resourceType: ResourceType, name: string | null, includeSections: AccessControlSections) => NativeObjectSecurity) & (abstract new(isContainer: boolean, resourceType: ResourceType, name: string | null, includeSections: AccessControlSections, exceptionFromErrorCode: NativeObjectSecurity_ExceptionFromErrorCode | null, exceptionContext: unknown | null) => NativeObjectSecurity) & {
|
|
873
873
|
};
|
|
874
874
|
|
|
875
875
|
|
|
876
876
|
export type NativeObjectSecurity = NativeObjectSecurity$instance;
|
|
877
877
|
|
|
878
|
-
export type NativeObjectSecurity_ExceptionFromErrorCode = (errorCode: int, name: string | null, handle: SafeHandle | null, context:
|
|
878
|
+
export type NativeObjectSecurity_ExceptionFromErrorCode = (errorCode: int, name: string | null, handle: SafeHandle | null, context: unknown | null) => Exception | null;
|
|
879
879
|
|
|
880
880
|
|
|
881
881
|
export interface ObjectAccessRule$instance extends AccessRule {
|
|
@@ -970,7 +970,7 @@ export const ObjectSecurity: (abstract new() => ObjectSecurity) & (abstract new(
|
|
|
970
970
|
|
|
971
971
|
export type ObjectSecurity = ObjectSecurity$instance;
|
|
972
972
|
|
|
973
|
-
export interface ObjectSecurity_1$instance<T extends NonNullable<
|
|
973
|
+
export interface ObjectSecurity_1$instance<T extends NonNullable<unknown>> extends NativeObjectSecurity {
|
|
974
974
|
readonly __tsonic_type_System_Security_AccessControl_ObjectSecurity_1: never;
|
|
975
975
|
|
|
976
976
|
readonly AccessRightType: Type;
|
|
@@ -995,13 +995,13 @@ export interface ObjectSecurity_1$instance<T extends NonNullable<JsValue>> exten
|
|
|
995
995
|
}
|
|
996
996
|
|
|
997
997
|
|
|
998
|
-
export const ObjectSecurity_1: (abstract new<T extends NonNullable<
|
|
998
|
+
export const ObjectSecurity_1: (abstract new<T extends NonNullable<unknown>>(isContainer: boolean, resourceType: ResourceType) => ObjectSecurity_1<T>) & (abstract new<T extends NonNullable<unknown>>(isContainer: boolean, resourceType: ResourceType, safeHandle: SafeHandle | null, includeSections: AccessControlSections) => ObjectSecurity_1<T>) & (abstract new<T extends NonNullable<unknown>>(isContainer: boolean, resourceType: ResourceType, safeHandle: SafeHandle | null, includeSections: AccessControlSections, exceptionFromErrorCode: NativeObjectSecurity_ExceptionFromErrorCode | null, exceptionContext: unknown | null) => ObjectSecurity_1<T>) & (abstract new<T extends NonNullable<unknown>>(isContainer: boolean, resourceType: ResourceType, name: string | null, includeSections: AccessControlSections) => ObjectSecurity_1<T>) & (abstract new<T extends NonNullable<unknown>>(isContainer: boolean, resourceType: ResourceType, name: string | null, includeSections: AccessControlSections, exceptionFromErrorCode: NativeObjectSecurity_ExceptionFromErrorCode | null, exceptionContext: unknown | null) => ObjectSecurity_1<T>) & {
|
|
999
999
|
};
|
|
1000
1000
|
|
|
1001
1001
|
|
|
1002
|
-
export type ObjectSecurity_1<T
|
|
1002
|
+
export type ObjectSecurity_1<T extends NonNullable<unknown>> = ObjectSecurity_1$instance<T>;
|
|
1003
1003
|
|
|
1004
|
-
export interface PrivilegeNotHeldException$instance extends UnauthorizedAccessException {
|
|
1004
|
+
export interface PrivilegeNotHeldException$instance extends UnauthorizedAccessException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1005
1005
|
readonly __tsonic_type_System_Security_AccessControl_PrivilegeNotHeldException: never;
|
|
1006
1006
|
|
|
1007
1007
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './System.Security.AccessControl/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
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';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { ArrayList, ICollection, IDictionary, IEnumerable, IEnumerator, ReadOnlyCollectionBase } from './System.Collections/internal/index.js';
|
|
10
14
|
import type { MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
|
|
@@ -87,20 +91,20 @@ declare const __unspecified: unique symbol;
|
|
|
87
91
|
export type __ = typeof __unspecified;
|
|
88
92
|
|
|
89
93
|
export type AccessRule<
|
|
90
|
-
T1 = __,
|
|
94
|
+
T1 extends NonNullable<unknown> | __ = __,
|
|
91
95
|
> =
|
|
92
96
|
[T1] extends [__] ? Internal.AccessRule :
|
|
93
|
-
[T1] extends [NonNullable<
|
|
97
|
+
[T1] extends [NonNullable<unknown>] ? Internal.AccessRule_1<T1> : never;
|
|
94
98
|
|
|
95
99
|
export type AuditRule<
|
|
96
|
-
T1 = __,
|
|
100
|
+
T1 extends NonNullable<unknown> | __ = __,
|
|
97
101
|
> =
|
|
98
102
|
[T1] extends [__] ? Internal.AuditRule :
|
|
99
|
-
[T1] extends [NonNullable<
|
|
103
|
+
[T1] extends [NonNullable<unknown>] ? Internal.AuditRule_1<T1> : never;
|
|
100
104
|
|
|
101
105
|
export type ObjectSecurity<
|
|
102
|
-
T1 = __,
|
|
106
|
+
T1 extends NonNullable<unknown> | __ = __,
|
|
103
107
|
> =
|
|
104
108
|
[T1] extends [__] ? Internal.ObjectSecurity :
|
|
105
|
-
[T1] extends [NonNullable<
|
|
109
|
+
[T1] extends [NonNullable<unknown>] ? Internal.ObjectSecurity_1<T1> : never;
|
|
106
110
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: System.Net.Primitives, System.Net.Security
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
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
8
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -774,7 +774,7 @@
|
|
|
774
774
|
{
|
|
775
775
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
776
776
|
"clrName": "CopyTo",
|
|
777
|
-
"metadataToken":
|
|
777
|
+
"metadataToken": 100703831,
|
|
778
778
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
779
779
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
780
780
|
"emitScope": "ViewOnly",
|
|
@@ -795,7 +795,7 @@
|
|
|
795
795
|
{
|
|
796
796
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
797
797
|
"clrName": "GetEnumerator",
|
|
798
|
-
"metadataToken":
|
|
798
|
+
"metadataToken": 100703850,
|
|
799
799
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
800
800
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
801
801
|
"emitScope": "ViewOnly",
|
|
@@ -818,7 +818,7 @@
|
|
|
818
818
|
{
|
|
819
819
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
820
820
|
"clrName": "Count",
|
|
821
|
-
"metadataToken":
|
|
821
|
+
"metadataToken": 385881258,
|
|
822
822
|
"canonicalSignature": ":System.Int32",
|
|
823
823
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
824
824
|
"emitScope": "ViewOnly",
|
|
@@ -838,7 +838,7 @@
|
|
|
838
838
|
{
|
|
839
839
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
840
840
|
"clrName": "SyncRoot",
|
|
841
|
-
"metadataToken":
|
|
841
|
+
"metadataToken": 385881259,
|
|
842
842
|
"canonicalSignature": ":System.Object",
|
|
843
843
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
844
844
|
"emitScope": "ViewOnly",
|
|
@@ -858,7 +858,7 @@
|
|
|
858
858
|
{
|
|
859
859
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
860
860
|
"clrName": "IsSynchronized",
|
|
861
|
-
"metadataToken":
|
|
861
|
+
"metadataToken": 385881260,
|
|
862
862
|
"canonicalSignature": ":System.Boolean",
|
|
863
863
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
864
864
|
"emitScope": "ViewOnly",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: System.ComponentModel.TypeConverter, System.Net.Primitives, System.Net.Security
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
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
8
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -93,8 +93,8 @@ export interface ExtendedProtectionPolicyTypeConverter$instance extends TypeConv
|
|
|
93
93
|
|
|
94
94
|
CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
|
|
95
95
|
CanConvertTo(destinationType: Type | null): boolean;
|
|
96
|
-
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value:
|
|
97
|
-
ConvertTo(value:
|
|
96
|
+
ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: unknown | null, destinationType: Type): unknown | null;
|
|
97
|
+
ConvertTo(value: unknown | null, destinationType: Type): unknown | null;
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './System.Security.Authentication.ExtendedProtection/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
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';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { SafeHandleZeroOrMinusOneIsInvalid } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
10
14
|
import type { ArrayList, ICollection, IDictionary, IEnumerable, IEnumerator, ReadOnlyCollectionBase } from './System.Collections/internal/index.js';
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './System.Security.Authentication/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
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';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { IDictionary } from './System.Collections/internal/index.js';
|
|
10
14
|
import type { MethodBase } from './System.Reflection/internal/index.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: System.Security.Claims
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
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
8
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -55,8 +55,8 @@ export interface ClaimsIdentity$instance extends System_Security_Principal_Inter
|
|
|
55
55
|
get Actor(): ClaimsIdentity | null;
|
|
56
56
|
set Actor(value: ClaimsIdentity | null);
|
|
57
57
|
readonly AuthenticationType: string | string | null;
|
|
58
|
-
get BootstrapContext():
|
|
59
|
-
set BootstrapContext(value:
|
|
58
|
+
get BootstrapContext(): unknown | null;
|
|
59
|
+
set BootstrapContext(value: unknown | null);
|
|
60
60
|
readonly Claims: IEnumerable_1<Claim>;
|
|
61
61
|
readonly CustomSerializationData: byte[] | null;
|
|
62
62
|
readonly IsAuthenticated: boolean;
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './System.Security.Claims/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
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';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { IDictionary_2, IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
14
|
import type { BinaryReader, BinaryWriter } from './System.IO/internal/index.js';
|