@tsonic/dotnet 10.0.1 → 10.0.3
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 -0
- package/Microsoft.CSharp.RuntimeBinder/bindings.json +71 -8
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -1
- package/Microsoft.VisualBasic/bindings.json +635 -68
- package/Microsoft.VisualBasic/internal/index.d.ts +1 -11
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +210 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +0 -22
- package/Microsoft.VisualBasic.FileIO/bindings.json +195 -24
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -3
- package/Microsoft.Win32/bindings.json +107 -24
- package/Microsoft.Win32/internal/index.d.ts +0 -1
- package/Microsoft.Win32.SafeHandles/bindings.json +769 -15
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +37 -6
- package/System/bindings.json +11622 -2308
- package/System/internal/index.d.ts +78 -41
- package/System.Buffers/bindings.json +371 -62
- package/System.Buffers/internal/index.d.ts +15 -16
- package/System.Buffers.Binary/bindings.json +126 -0
- package/System.Buffers.Text/bindings.json +67 -0
- package/System.Buffers.Text/internal/index.d.ts +1 -1
- package/System.Buffers.Text.d.ts +1 -1
- package/System.Buffers.d.ts +1 -1
- package/System.CodeDom.Compiler/bindings.json +142 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +5 -2
- package/System.CodeDom.Compiler.d.ts +1 -1
- package/System.Collections/bindings.json +1094 -69
- package/System.Collections/internal/index.d.ts +35 -13
- package/System.Collections.Concurrent/bindings.json +353 -90
- package/System.Collections.Concurrent/internal/index.d.ts +4 -3
- package/System.Collections.Frozen/bindings.json +158 -48
- package/System.Collections.Generic/bindings.json +1910 -634
- package/System.Collections.Generic/internal/index.d.ts +6 -13
- package/System.Collections.Immutable/bindings.json +1321 -292
- package/System.Collections.Immutable/internal/index.d.ts +0 -13
- package/System.Collections.ObjectModel/bindings.json +1123 -199
- package/System.Collections.ObjectModel/internal/index.d.ts +22 -6
- package/System.Collections.ObjectModel.d.ts +3 -3
- package/System.Collections.Specialized/bindings.json +763 -58
- package/System.Collections.Specialized/internal/index.d.ts +14 -14
- package/System.ComponentModel/bindings.json +3590 -166
- package/System.ComponentModel/internal/index.d.ts +117 -61
- package/System.ComponentModel.DataAnnotations/bindings.json +743 -13
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +51 -23
- package/System.ComponentModel.DataAnnotations.Schema/bindings.json +24 -4
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +5 -4
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.d.ts +2 -2
- package/System.ComponentModel.Design/bindings.json +714 -40
- package/System.ComponentModel.Design/internal/index.d.ts +23 -19
- package/System.ComponentModel.Design.Serialization/bindings.json +261 -12
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +16 -14
- package/System.ComponentModel.Design.d.ts +1 -1
- package/System.ComponentModel.d.ts +2 -2
- package/System.Configuration.Assemblies/bindings.json +19 -8
- package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
- package/System.Configuration.Assemblies.d.ts +1 -1
- package/System.Data/bindings.json +3325 -302
- package/System.Data/internal/index.d.ts +102 -59
- package/System.Data.Common/bindings.json +3047 -241
- package/System.Data.Common/internal/index.d.ts +162 -72
- package/System.Data.Common.d.ts +3 -3
- package/System.Data.SqlTypes/bindings.json +754 -71
- package/System.Data.SqlTypes/internal/index.d.ts +3 -3
- package/System.Data.d.ts +3 -3
- package/System.Diagnostics/bindings.json +1737 -130
- package/System.Diagnostics/internal/index.d.ts +97 -80
- package/System.Diagnostics.CodeAnalysis/bindings.json +125 -4
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +25 -22
- package/System.Diagnostics.CodeAnalysis.d.ts +1 -1
- package/System.Diagnostics.Contracts/bindings.json +68 -4
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -2
- package/System.Diagnostics.Metrics/bindings.json +565 -55
- package/System.Diagnostics.Metrics/internal/index.d.ts +29 -27
- package/System.Diagnostics.SymbolStore/bindings.json +106 -4
- package/System.Diagnostics.Tracing/bindings.json +979 -160
- package/System.Diagnostics.Tracing/internal/index.d.ts +34 -23
- package/System.Diagnostics.d.ts +2 -2
- package/System.Drawing/bindings.json +611 -4
- package/System.Drawing/internal/index.d.ts +1 -1
- package/System.Drawing.d.ts +1 -1
- package/System.Dynamic/bindings.json +346 -24
- package/System.Dynamic/internal/index.d.ts +15 -16
- package/System.Formats.Asn1/bindings.json +229 -12
- package/System.Formats.Tar/bindings.json +120 -16
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Globalization/bindings.json +1088 -53
- package/System.Globalization/internal/index.d.ts +10 -7
- package/System.IO/bindings.json +2163 -110
- package/System.IO/internal/index.d.ts +40 -24
- package/System.IO.Compression/bindings.json +466 -38
- package/System.IO.Compression/internal/index.d.ts +10 -5
- package/System.IO.Compression.d.ts +2 -2
- package/System.IO.Enumeration/bindings.json +221 -22
- package/System.IO.Enumeration/internal/index.d.ts +13 -7
- package/System.IO.IsolatedStorage/bindings.json +250 -11
- package/System.IO.IsolatedStorage/internal/index.d.ts +7 -5
- package/System.IO.IsolatedStorage.d.ts +2 -2
- package/System.IO.MemoryMappedFiles/bindings.json +138 -16
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -8
- package/System.IO.MemoryMappedFiles.d.ts +4 -3
- package/System.IO.Pipelines/bindings.json +147 -3
- package/System.IO.Pipelines/internal/index.d.ts +5 -3
- package/System.IO.Pipes/bindings.json +889 -54
- package/System.IO.Pipes/internal/index.d.ts +30 -15
- package/System.IO.Pipes.d.ts +4 -3
- package/System.IO.d.ts +2 -2
- package/System.Linq/bindings.json +944 -79
- package/System.Linq/internal/index.d.ts +0 -4
- package/System.Linq.Expressions/bindings.json +1998 -57
- package/System.Linq.Expressions/internal/index.d.ts +78 -49
- package/System.Linq.Expressions.Interpreter/bindings.json +2 -0
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -2
- package/System.Linq.Expressions.Interpreter.d.ts +1 -1
- package/System.Linq.Expressions.d.ts +1 -1
- package/System.Net/bindings.json +2083 -248
- package/System.Net/internal/index.d.ts +128 -117
- package/System.Net.Cache/bindings.json +53 -12
- package/System.Net.Cache/internal/index.d.ts +1 -1
- package/System.Net.Cache.d.ts +1 -1
- package/System.Net.Http/bindings.json +2104 -105
- package/System.Net.Http/internal/index.d.ts +107 -37
- package/System.Net.Http.Headers/bindings.json +456 -24
- package/System.Net.Http.Headers/internal/index.d.ts +38 -35
- package/System.Net.Http.Json/bindings.json +171 -0
- package/System.Net.Http.Json/internal/index.d.ts +9 -2
- package/System.Net.Http.Metrics/bindings.json +5 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -3
- package/System.Net.Mail/bindings.json +1127 -101
- package/System.Net.Mail/internal/index.d.ts +39 -24
- package/System.Net.Mime/bindings.json +82 -4
- package/System.Net.Mime/internal/index.d.ts +5 -4
- package/System.Net.Mime.d.ts +1 -1
- package/System.Net.NetworkInformation/bindings.json +857 -61
- package/System.Net.NetworkInformation/internal/index.d.ts +25 -34
- package/System.Net.NetworkInformation.d.ts +2 -2
- package/System.Net.Quic/bindings.json +157 -16
- package/System.Net.Quic/internal/index.d.ts +6 -7
- package/System.Net.Quic.d.ts +2 -2
- package/System.Net.Security/bindings.json +798 -37
- package/System.Net.Security/internal/index.d.ts +29 -24
- package/System.Net.Security.d.ts +2 -2
- package/System.Net.ServerSentEvents/bindings.json +31 -13
- package/System.Net.ServerSentEvents/internal/index.d.ts +3 -4
- package/System.Net.Sockets/bindings.json +1157 -78
- package/System.Net.Sockets/internal/index.d.ts +35 -26
- package/System.Net.Sockets.d.ts +2 -2
- package/System.Net.WebSockets/bindings.json +311 -26
- package/System.Net.WebSockets/internal/index.d.ts +19 -17
- package/System.Net.WebSockets.d.ts +2 -2
- package/System.Net.d.ts +2 -2
- package/System.Numerics/bindings.json +3546 -957
- package/System.Reflection/bindings.json +1913 -132
- package/System.Reflection/internal/index.d.ts +64 -56
- package/System.Reflection.Emit/bindings.json +2509 -57
- package/System.Reflection.Emit/internal/index.d.ts +92 -22
- package/System.Reflection.Emit.d.ts +1 -1
- package/System.Reflection.Metadata/bindings.json +1936 -231
- package/System.Reflection.Metadata/internal/index.d.ts +8 -11
- package/System.Reflection.Metadata.Ecma335/bindings.json +480 -24
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +0 -1
- package/System.Reflection.PortableExecutable/bindings.json +583 -39
- package/System.Reflection.PortableExecutable/internal/index.d.ts +9 -5
- package/System.Resources/bindings.json +323 -17
- package/System.Resources/internal/index.d.ts +9 -5
- package/System.Resources.d.ts +1 -1
- package/System.Runtime/bindings.json +65 -8
- package/System.Runtime/internal/index.d.ts +4 -2
- package/System.Runtime.CompilerServices/bindings.json +718 -139
- package/System.Runtime.CompilerServices/internal/index.d.ts +13 -15
- package/System.Runtime.ConstrainedExecution/bindings.json +56 -10
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ConstrainedExecution.d.ts +1 -1
- package/System.Runtime.ExceptionServices/bindings.json +11 -0
- package/System.Runtime.ExceptionServices/internal/index.d.ts +0 -1
- package/System.Runtime.InteropServices/bindings.json +1858 -265
- package/System.Runtime.InteropServices/internal/index.d.ts +26 -19
- package/System.Runtime.InteropServices.ComTypes/bindings.json +478 -72
- package/System.Runtime.InteropServices.Java/bindings.json +12 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +205 -30
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -22
- package/System.Runtime.InteropServices.Marshalling/bindings.json +484 -89
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +16 -7
- package/System.Runtime.InteropServices.Marshalling.d.ts +2 -1
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +19 -4
- package/System.Runtime.InteropServices.Swift/bindings.json +11 -3
- package/System.Runtime.InteropServices.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +1296 -40
- package/System.Runtime.Intrinsics.Arm/bindings.json +4959 -8
- package/System.Runtime.Intrinsics.Wasm/bindings.json +484 -1
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.X86/bindings.json +3765 -8
- package/System.Runtime.Loader/bindings.json +130 -0
- package/System.Runtime.Loader/internal/index.d.ts +4 -1
- package/System.Runtime.Remoting/bindings.json +2 -0
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Remoting.d.ts +1 -1
- package/System.Runtime.Serialization/bindings.json +920 -17
- package/System.Runtime.Serialization/internal/index.d.ts +65 -37
- package/System.Runtime.Serialization.DataContracts/bindings.json +85 -38
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +27 -21
- package/System.Runtime.Serialization.Formatters/bindings.json +24 -12
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters.Binary/bindings.json +15 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -2
- package/System.Runtime.Serialization.Formatters.d.ts +1 -1
- package/System.Runtime.Serialization.Json/bindings.json +56 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +6 -4
- package/System.Runtime.Serialization.d.ts +2 -2
- package/System.Runtime.Versioning/bindings.json +62 -8
- package/System.Runtime.Versioning/internal/index.d.ts +7 -7
- package/System.Runtime.Versioning.d.ts +1 -1
- package/System.Security/bindings.json +265 -12
- package/System.Security/internal/index.d.ts +21 -13
- package/System.Security.AccessControl/bindings.json +4082 -797
- package/System.Security.AccessControl/internal/index.d.ts +114 -93
- package/System.Security.AccessControl.d.ts +2 -1
- package/System.Security.Authentication/bindings.json +80 -16
- package/System.Security.Authentication.ExtendedProtection/bindings.json +108 -13
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +4 -3
- package/System.Security.Authentication.ExtendedProtection.d.ts +2 -2
- package/System.Security.Claims/bindings.json +436 -0
- package/System.Security.Claims/internal/index.d.ts +18 -7
- package/System.Security.Claims.d.ts +2 -1
- package/System.Security.Cryptography/bindings.json +11592 -237
- package/System.Security.Cryptography/internal/index.d.ts +415 -106
- package/System.Security.Cryptography.X509Certificates/bindings.json +1000 -114
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +15 -17
- package/System.Security.Cryptography.X509Certificates.d.ts +1 -1
- package/System.Security.Cryptography.d.ts +2 -2
- package/System.Security.Permissions/bindings.json +88 -14
- package/System.Security.Permissions/internal/index.d.ts +3 -3
- package/System.Security.Permissions.d.ts +1 -1
- package/System.Security.Policy/bindings.json +42 -1
- package/System.Security.Policy/internal/index.d.ts +3 -3
- package/System.Security.Principal/bindings.json +355 -28
- package/System.Security.Principal/internal/index.d.ts +10 -8
- package/System.Security.Principal.d.ts +1 -1
- package/System.Text/bindings.json +800 -31
- package/System.Text/internal/index.d.ts +11 -14
- package/System.Text.Encodings.Web/bindings.json +87 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +4 -4
- package/System.Text.Json/bindings.json +574 -49
- package/System.Text.Json/internal/index.d.ts +18 -18
- package/System.Text.Json.Nodes/bindings.json +152 -19
- package/System.Text.Json.Nodes/internal/index.d.ts +4 -3
- package/System.Text.Json.Schema/bindings.json +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +2 -2
- package/System.Text.Json.Schema.d.ts +1 -1
- package/System.Text.Json.Serialization/bindings.json +295 -54
- package/System.Text.Json.Serialization/internal/index.d.ts +18 -14
- package/System.Text.Json.Serialization.Metadata/bindings.json +198 -24
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +40 -35
- package/System.Text.RegularExpressions/bindings.json +1319 -103
- package/System.Text.RegularExpressions/internal/index.d.ts +12 -12
- package/System.Text.RegularExpressions.d.ts +1 -1
- package/System.Text.Unicode/bindings.json +185 -0
- package/System.Text.Unicode/internal/index.d.ts +1 -1
- package/System.Text.Unicode.d.ts +1 -1
- package/System.Threading/bindings.json +1270 -64
- package/System.Threading/internal/index.d.ts +26 -28
- package/System.Threading.Channels/bindings.json +143 -29
- package/System.Threading.Channels/internal/index.d.ts +9 -8
- package/System.Threading.Tasks/bindings.json +719 -29
- package/System.Threading.Tasks/internal/index.d.ts +12 -6
- package/System.Threading.Tasks.Dataflow/bindings.json +442 -143
- package/System.Threading.Tasks.Sources/bindings.json +34 -11
- package/System.Timers/bindings.json +50 -4
- package/System.Timers/internal/index.d.ts +6 -5
- package/System.Timers.d.ts +2 -2
- package/System.Transactions/bindings.json +269 -32
- package/System.Transactions/internal/index.d.ts +3 -9
- package/System.Web/bindings.json +32 -0
- package/System.Windows.Input/bindings.json +3 -0
- package/System.Windows.Markup/bindings.json +4 -0
- package/System.Windows.Markup/internal/index.d.ts +1 -1
- package/System.Windows.Markup.d.ts +1 -1
- package/System.Xml/bindings.json +2447 -210
- package/System.Xml/internal/index.d.ts +97 -90
- package/System.Xml.Linq/bindings.json +361 -24
- package/System.Xml.Linq/internal/index.d.ts +17 -13
- package/System.Xml.Resolvers/bindings.json +26 -4
- package/System.Xml.Schema/bindings.json +830 -56
- package/System.Xml.Schema/internal/index.d.ts +115 -91
- package/System.Xml.Serialization/bindings.json +4421 -149
- package/System.Xml.Serialization/internal/index.d.ts +128 -70
- package/System.Xml.Serialization.d.ts +4 -4
- package/System.Xml.XPath/bindings.json +287 -35
- package/System.Xml.XPath/internal/index.d.ts +5 -5
- package/System.Xml.Xsl/bindings.json +174 -8
- package/System.Xml.Xsl/internal/index.d.ts +6 -5
- package/System.Xml.Xsl.Runtime/bindings.json +613 -58
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -9
- package/System.Xml.Xsl.d.ts +1 -1
- package/System.d.ts +1 -1
- package/package.json +1 -1
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"isVirtual": true,
|
|
48
48
|
"isOverride": false,
|
|
49
49
|
"isSealed": false,
|
|
50
|
+
"visibility": "Public",
|
|
50
51
|
"declaringClrType": "System.IDisposable",
|
|
51
52
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
52
53
|
"isExtensionMethod": false,
|
|
@@ -67,6 +68,27 @@
|
|
|
67
68
|
"isVirtual": true,
|
|
68
69
|
"isOverride": false,
|
|
69
70
|
"isSealed": false,
|
|
71
|
+
"visibility": "Public",
|
|
72
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid",
|
|
73
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
74
|
+
"isExtensionMethod": false
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid::Dispose(System.Boolean):System.Void",
|
|
78
|
+
"clrName": "Dispose",
|
|
79
|
+
"metadataToken": 0,
|
|
80
|
+
"canonicalSignature": "(System.Boolean):System.Void",
|
|
81
|
+
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
82
|
+
"emitScope": "ClassSurface",
|
|
83
|
+
"provenance": "BaseOverload",
|
|
84
|
+
"arity": 0,
|
|
85
|
+
"parameterCount": 1,
|
|
86
|
+
"isStatic": false,
|
|
87
|
+
"isAbstract": false,
|
|
88
|
+
"isVirtual": true,
|
|
89
|
+
"isOverride": false,
|
|
90
|
+
"isSealed": false,
|
|
91
|
+
"visibility": "Protected",
|
|
70
92
|
"declaringClrType": "Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid",
|
|
71
93
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
72
94
|
"isExtensionMethod": false
|
|
@@ -88,13 +110,26 @@
|
|
|
88
110
|
"isAbstract": false,
|
|
89
111
|
"isVirtual": true,
|
|
90
112
|
"isOverride": true,
|
|
113
|
+
"visibility": "Public",
|
|
91
114
|
"declaringClrType": "Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid",
|
|
92
115
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
93
116
|
}
|
|
94
117
|
],
|
|
95
118
|
"fields": [],
|
|
96
119
|
"events": [],
|
|
97
|
-
"constructors": [
|
|
120
|
+
"constructors": [
|
|
121
|
+
{
|
|
122
|
+
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid::.ctor():void",
|
|
123
|
+
"metadataToken": 100663599,
|
|
124
|
+
"canonicalSignature": "():void",
|
|
125
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
126
|
+
"isStatic": false,
|
|
127
|
+
"parameterCount": 0,
|
|
128
|
+
"visibility": "Protected",
|
|
129
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid",
|
|
130
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
131
|
+
}
|
|
132
|
+
]
|
|
98
133
|
},
|
|
99
134
|
{
|
|
100
135
|
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid",
|
|
@@ -133,6 +168,7 @@
|
|
|
133
168
|
"isVirtual": true,
|
|
134
169
|
"isOverride": false,
|
|
135
170
|
"isSealed": false,
|
|
171
|
+
"visibility": "Public",
|
|
136
172
|
"declaringClrType": "System.IDisposable",
|
|
137
173
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
138
174
|
"isExtensionMethod": false,
|
|
@@ -153,6 +189,27 @@
|
|
|
153
189
|
"isVirtual": true,
|
|
154
190
|
"isOverride": false,
|
|
155
191
|
"isSealed": false,
|
|
192
|
+
"visibility": "Public",
|
|
193
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid",
|
|
194
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
195
|
+
"isExtensionMethod": false
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid::Dispose(System.Boolean):System.Void",
|
|
199
|
+
"clrName": "Dispose",
|
|
200
|
+
"metadataToken": 0,
|
|
201
|
+
"canonicalSignature": "(System.Boolean):System.Void",
|
|
202
|
+
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
203
|
+
"emitScope": "ClassSurface",
|
|
204
|
+
"provenance": "BaseOverload",
|
|
205
|
+
"arity": 0,
|
|
206
|
+
"parameterCount": 1,
|
|
207
|
+
"isStatic": false,
|
|
208
|
+
"isAbstract": false,
|
|
209
|
+
"isVirtual": true,
|
|
210
|
+
"isOverride": false,
|
|
211
|
+
"isSealed": false,
|
|
212
|
+
"visibility": "Protected",
|
|
156
213
|
"declaringClrType": "Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid",
|
|
157
214
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
158
215
|
"isExtensionMethod": false
|
|
@@ -174,13 +231,26 @@
|
|
|
174
231
|
"isAbstract": false,
|
|
175
232
|
"isVirtual": true,
|
|
176
233
|
"isOverride": true,
|
|
234
|
+
"visibility": "Public",
|
|
177
235
|
"declaringClrType": "Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid",
|
|
178
236
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
179
237
|
}
|
|
180
238
|
],
|
|
181
239
|
"fields": [],
|
|
182
240
|
"events": [],
|
|
183
|
-
"constructors": [
|
|
241
|
+
"constructors": [
|
|
242
|
+
{
|
|
243
|
+
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid::.ctor():void",
|
|
244
|
+
"metadataToken": 100663601,
|
|
245
|
+
"canonicalSignature": "():void",
|
|
246
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
247
|
+
"isStatic": false,
|
|
248
|
+
"parameterCount": 0,
|
|
249
|
+
"visibility": "Protected",
|
|
250
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid",
|
|
251
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
252
|
+
}
|
|
253
|
+
]
|
|
184
254
|
},
|
|
185
255
|
{
|
|
186
256
|
"stableId": "System.Security.Principal.Windows:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle",
|
|
@@ -204,6 +274,26 @@
|
|
|
204
274
|
}
|
|
205
275
|
],
|
|
206
276
|
"methods": [
|
|
277
|
+
{
|
|
278
|
+
"stableId": "System.Security.Principal.Windows:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle::ReleaseHandle():System.Boolean",
|
|
279
|
+
"clrName": "ReleaseHandle",
|
|
280
|
+
"metadataToken": 100663301,
|
|
281
|
+
"canonicalSignature": "():System.Boolean",
|
|
282
|
+
"normalizedSignature": "ReleaseHandle|():System.Boolean|static=false",
|
|
283
|
+
"emitScope": "ClassSurface",
|
|
284
|
+
"provenance": "Original",
|
|
285
|
+
"arity": 0,
|
|
286
|
+
"parameterCount": 0,
|
|
287
|
+
"isStatic": false,
|
|
288
|
+
"isAbstract": false,
|
|
289
|
+
"isVirtual": true,
|
|
290
|
+
"isOverride": true,
|
|
291
|
+
"isSealed": false,
|
|
292
|
+
"visibility": "Protected",
|
|
293
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle",
|
|
294
|
+
"declaringAssemblyName": "System.Security.Principal.Windows",
|
|
295
|
+
"isExtensionMethod": false
|
|
296
|
+
},
|
|
207
297
|
{
|
|
208
298
|
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
209
299
|
"clrName": "Dispose",
|
|
@@ -219,6 +309,7 @@
|
|
|
219
309
|
"isVirtual": true,
|
|
220
310
|
"isOverride": false,
|
|
221
311
|
"isSealed": false,
|
|
312
|
+
"visibility": "Public",
|
|
222
313
|
"declaringClrType": "System.IDisposable",
|
|
223
314
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
224
315
|
"isExtensionMethod": false,
|
|
@@ -239,6 +330,27 @@
|
|
|
239
330
|
"isVirtual": true,
|
|
240
331
|
"isOverride": false,
|
|
241
332
|
"isSealed": false,
|
|
333
|
+
"visibility": "Public",
|
|
334
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle",
|
|
335
|
+
"declaringAssemblyName": "System.Security.Principal.Windows",
|
|
336
|
+
"isExtensionMethod": false
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"stableId": "System.Security.Principal.Windows:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle::Dispose(System.Boolean):System.Void",
|
|
340
|
+
"clrName": "Dispose",
|
|
341
|
+
"metadataToken": 0,
|
|
342
|
+
"canonicalSignature": "(System.Boolean):System.Void",
|
|
343
|
+
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
344
|
+
"emitScope": "ClassSurface",
|
|
345
|
+
"provenance": "BaseOverload",
|
|
346
|
+
"arity": 0,
|
|
347
|
+
"parameterCount": 1,
|
|
348
|
+
"isStatic": false,
|
|
349
|
+
"isAbstract": false,
|
|
350
|
+
"isVirtual": true,
|
|
351
|
+
"isOverride": false,
|
|
352
|
+
"isSealed": false,
|
|
353
|
+
"visibility": "Protected",
|
|
242
354
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle",
|
|
243
355
|
"declaringAssemblyName": "System.Security.Principal.Windows",
|
|
244
356
|
"isExtensionMethod": false
|
|
@@ -260,6 +372,7 @@
|
|
|
260
372
|
"isAbstract": false,
|
|
261
373
|
"isVirtual": false,
|
|
262
374
|
"isOverride": false,
|
|
375
|
+
"visibility": "Public",
|
|
263
376
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle",
|
|
264
377
|
"declaringAssemblyName": "System.Security.Principal.Windows"
|
|
265
378
|
},
|
|
@@ -278,6 +391,7 @@
|
|
|
278
391
|
"isAbstract": false,
|
|
279
392
|
"isVirtual": true,
|
|
280
393
|
"isOverride": true,
|
|
394
|
+
"visibility": "Public",
|
|
281
395
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle",
|
|
282
396
|
"declaringAssemblyName": "System.Security.Principal.Windows"
|
|
283
397
|
}
|
|
@@ -292,6 +406,7 @@
|
|
|
292
406
|
"normalizedSignature": "constructor|():void|static=false",
|
|
293
407
|
"isStatic": false,
|
|
294
408
|
"parameterCount": 0,
|
|
409
|
+
"visibility": "Public",
|
|
295
410
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle",
|
|
296
411
|
"declaringAssemblyName": "System.Security.Principal.Windows"
|
|
297
412
|
},
|
|
@@ -302,6 +417,7 @@
|
|
|
302
417
|
"normalizedSignature": "constructor|(System.IntPtr):void|static=false",
|
|
303
418
|
"isStatic": false,
|
|
304
419
|
"parameterCount": 1,
|
|
420
|
+
"visibility": "Public",
|
|
305
421
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle",
|
|
306
422
|
"declaringAssemblyName": "System.Security.Principal.Windows"
|
|
307
423
|
}
|
|
@@ -329,6 +445,26 @@
|
|
|
329
445
|
}
|
|
330
446
|
],
|
|
331
447
|
"methods": [
|
|
448
|
+
{
|
|
449
|
+
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeFileHandle::ReleaseHandle():System.Boolean",
|
|
450
|
+
"clrName": "ReleaseHandle",
|
|
451
|
+
"metadataToken": 100663622,
|
|
452
|
+
"canonicalSignature": "():System.Boolean",
|
|
453
|
+
"normalizedSignature": "ReleaseHandle|():System.Boolean|static=false",
|
|
454
|
+
"emitScope": "ClassSurface",
|
|
455
|
+
"provenance": "Original",
|
|
456
|
+
"arity": 0,
|
|
457
|
+
"parameterCount": 0,
|
|
458
|
+
"isStatic": false,
|
|
459
|
+
"isAbstract": false,
|
|
460
|
+
"isVirtual": true,
|
|
461
|
+
"isOverride": true,
|
|
462
|
+
"isSealed": false,
|
|
463
|
+
"visibility": "Protected",
|
|
464
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeFileHandle",
|
|
465
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
466
|
+
"isExtensionMethod": false
|
|
467
|
+
},
|
|
332
468
|
{
|
|
333
469
|
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
334
470
|
"clrName": "Dispose",
|
|
@@ -344,6 +480,7 @@
|
|
|
344
480
|
"isVirtual": true,
|
|
345
481
|
"isOverride": false,
|
|
346
482
|
"isSealed": false,
|
|
483
|
+
"visibility": "Public",
|
|
347
484
|
"declaringClrType": "System.IDisposable",
|
|
348
485
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
349
486
|
"isExtensionMethod": false,
|
|
@@ -364,6 +501,27 @@
|
|
|
364
501
|
"isVirtual": true,
|
|
365
502
|
"isOverride": false,
|
|
366
503
|
"isSealed": false,
|
|
504
|
+
"visibility": "Public",
|
|
505
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeFileHandle",
|
|
506
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
507
|
+
"isExtensionMethod": false
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeFileHandle::Dispose(System.Boolean):System.Void",
|
|
511
|
+
"clrName": "Dispose",
|
|
512
|
+
"metadataToken": 0,
|
|
513
|
+
"canonicalSignature": "(System.Boolean):System.Void",
|
|
514
|
+
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
515
|
+
"emitScope": "ClassSurface",
|
|
516
|
+
"provenance": "BaseOverload",
|
|
517
|
+
"arity": 0,
|
|
518
|
+
"parameterCount": 1,
|
|
519
|
+
"isStatic": false,
|
|
520
|
+
"isAbstract": false,
|
|
521
|
+
"isVirtual": true,
|
|
522
|
+
"isOverride": false,
|
|
523
|
+
"isSealed": false,
|
|
524
|
+
"visibility": "Protected",
|
|
367
525
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeFileHandle",
|
|
368
526
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
369
527
|
"isExtensionMethod": false
|
|
@@ -375,16 +533,17 @@
|
|
|
375
533
|
"clrName": "IsAsync",
|
|
376
534
|
"metadataToken": 385875983,
|
|
377
535
|
"canonicalSignature": ":System.Boolean",
|
|
378
|
-
"normalizedSignature": "IsAsync|:System.Boolean|static=false|accessor=
|
|
536
|
+
"normalizedSignature": "IsAsync|:System.Boolean|static=false|accessor=getset",
|
|
379
537
|
"emitScope": "ClassSurface",
|
|
380
538
|
"provenance": "Original",
|
|
381
539
|
"isIndexer": false,
|
|
382
540
|
"hasGetter": true,
|
|
383
|
-
"hasSetter":
|
|
541
|
+
"hasSetter": true,
|
|
384
542
|
"isStatic": false,
|
|
385
543
|
"isAbstract": false,
|
|
386
544
|
"isVirtual": false,
|
|
387
545
|
"isOverride": false,
|
|
546
|
+
"visibility": "Public",
|
|
388
547
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeFileHandle",
|
|
389
548
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
390
549
|
},
|
|
@@ -403,6 +562,7 @@
|
|
|
403
562
|
"isAbstract": false,
|
|
404
563
|
"isVirtual": true,
|
|
405
564
|
"isOverride": true,
|
|
565
|
+
"visibility": "Public",
|
|
406
566
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeFileHandle",
|
|
407
567
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
408
568
|
}
|
|
@@ -417,6 +577,7 @@
|
|
|
417
577
|
"normalizedSignature": "constructor|(System.IntPtr,System.Boolean):void|static=false",
|
|
418
578
|
"isStatic": false,
|
|
419
579
|
"parameterCount": 2,
|
|
580
|
+
"visibility": "Public",
|
|
420
581
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeFileHandle",
|
|
421
582
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
422
583
|
},
|
|
@@ -427,6 +588,7 @@
|
|
|
427
588
|
"normalizedSignature": "constructor|():void|static=false",
|
|
428
589
|
"isStatic": false,
|
|
429
590
|
"parameterCount": 0,
|
|
591
|
+
"visibility": "Public",
|
|
430
592
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeFileHandle",
|
|
431
593
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
432
594
|
}
|
|
@@ -469,6 +631,7 @@
|
|
|
469
631
|
"isVirtual": true,
|
|
470
632
|
"isOverride": false,
|
|
471
633
|
"isSealed": false,
|
|
634
|
+
"visibility": "Public",
|
|
472
635
|
"declaringClrType": "System.IDisposable",
|
|
473
636
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
474
637
|
"isExtensionMethod": false,
|
|
@@ -489,6 +652,27 @@
|
|
|
489
652
|
"isVirtual": true,
|
|
490
653
|
"isOverride": false,
|
|
491
654
|
"isSealed": false,
|
|
655
|
+
"visibility": "Public",
|
|
656
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid",
|
|
657
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
658
|
+
"isExtensionMethod": false
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid::Dispose(System.Boolean):System.Void",
|
|
662
|
+
"clrName": "Dispose",
|
|
663
|
+
"metadataToken": 0,
|
|
664
|
+
"canonicalSignature": "(System.Boolean):System.Void",
|
|
665
|
+
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
666
|
+
"emitScope": "ClassSurface",
|
|
667
|
+
"provenance": "BaseOverload",
|
|
668
|
+
"arity": 0,
|
|
669
|
+
"parameterCount": 1,
|
|
670
|
+
"isStatic": false,
|
|
671
|
+
"isAbstract": false,
|
|
672
|
+
"isVirtual": true,
|
|
673
|
+
"isOverride": false,
|
|
674
|
+
"isSealed": false,
|
|
675
|
+
"visibility": "Protected",
|
|
492
676
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid",
|
|
493
677
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
494
678
|
"isExtensionMethod": false
|
|
@@ -510,13 +694,26 @@
|
|
|
510
694
|
"isAbstract": false,
|
|
511
695
|
"isVirtual": true,
|
|
512
696
|
"isOverride": true,
|
|
697
|
+
"visibility": "Public",
|
|
513
698
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid",
|
|
514
699
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
515
700
|
}
|
|
516
701
|
],
|
|
517
702
|
"fields": [],
|
|
518
703
|
"events": [],
|
|
519
|
-
"constructors": [
|
|
704
|
+
"constructors": [
|
|
705
|
+
{
|
|
706
|
+
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid::.ctor(System.Boolean):void",
|
|
707
|
+
"metadataToken": 100663603,
|
|
708
|
+
"canonicalSignature": "(System.Boolean):void",
|
|
709
|
+
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
710
|
+
"isStatic": false,
|
|
711
|
+
"parameterCount": 1,
|
|
712
|
+
"visibility": "Protected",
|
|
713
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid",
|
|
714
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
715
|
+
}
|
|
716
|
+
]
|
|
520
717
|
},
|
|
521
718
|
{
|
|
522
719
|
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid",
|
|
@@ -555,6 +752,7 @@
|
|
|
555
752
|
"isVirtual": true,
|
|
556
753
|
"isOverride": false,
|
|
557
754
|
"isSealed": false,
|
|
755
|
+
"visibility": "Public",
|
|
558
756
|
"declaringClrType": "System.IDisposable",
|
|
559
757
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
560
758
|
"isExtensionMethod": false,
|
|
@@ -575,6 +773,27 @@
|
|
|
575
773
|
"isVirtual": true,
|
|
576
774
|
"isOverride": false,
|
|
577
775
|
"isSealed": false,
|
|
776
|
+
"visibility": "Public",
|
|
777
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid",
|
|
778
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
779
|
+
"isExtensionMethod": false
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid::Dispose(System.Boolean):System.Void",
|
|
783
|
+
"clrName": "Dispose",
|
|
784
|
+
"metadataToken": 0,
|
|
785
|
+
"canonicalSignature": "(System.Boolean):System.Void",
|
|
786
|
+
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
787
|
+
"emitScope": "ClassSurface",
|
|
788
|
+
"provenance": "BaseOverload",
|
|
789
|
+
"arity": 0,
|
|
790
|
+
"parameterCount": 1,
|
|
791
|
+
"isStatic": false,
|
|
792
|
+
"isAbstract": false,
|
|
793
|
+
"isVirtual": true,
|
|
794
|
+
"isOverride": false,
|
|
795
|
+
"isSealed": false,
|
|
796
|
+
"visibility": "Protected",
|
|
578
797
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid",
|
|
579
798
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
580
799
|
"isExtensionMethod": false
|
|
@@ -596,13 +815,26 @@
|
|
|
596
815
|
"isAbstract": false,
|
|
597
816
|
"isVirtual": true,
|
|
598
817
|
"isOverride": true,
|
|
818
|
+
"visibility": "Public",
|
|
599
819
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid",
|
|
600
820
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
601
821
|
}
|
|
602
822
|
],
|
|
603
823
|
"fields": [],
|
|
604
824
|
"events": [],
|
|
605
|
-
"constructors": [
|
|
825
|
+
"constructors": [
|
|
826
|
+
{
|
|
827
|
+
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid::.ctor(System.Boolean):void",
|
|
828
|
+
"metadataToken": 100663605,
|
|
829
|
+
"canonicalSignature": "(System.Boolean):void",
|
|
830
|
+
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
831
|
+
"isStatic": false,
|
|
832
|
+
"parameterCount": 1,
|
|
833
|
+
"visibility": "Protected",
|
|
834
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid",
|
|
835
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
836
|
+
}
|
|
837
|
+
]
|
|
606
838
|
},
|
|
607
839
|
{
|
|
608
840
|
"stableId": "System.IO.MemoryMappedFiles:Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle",
|
|
@@ -626,6 +858,26 @@
|
|
|
626
858
|
}
|
|
627
859
|
],
|
|
628
860
|
"methods": [
|
|
861
|
+
{
|
|
862
|
+
"stableId": "System.IO.MemoryMappedFiles:Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle::ReleaseHandle():System.Boolean",
|
|
863
|
+
"clrName": "ReleaseHandle",
|
|
864
|
+
"metadataToken": 100663443,
|
|
865
|
+
"canonicalSignature": "():System.Boolean",
|
|
866
|
+
"normalizedSignature": "ReleaseHandle|():System.Boolean|static=false",
|
|
867
|
+
"emitScope": "ClassSurface",
|
|
868
|
+
"provenance": "Original",
|
|
869
|
+
"arity": 0,
|
|
870
|
+
"parameterCount": 0,
|
|
871
|
+
"isStatic": false,
|
|
872
|
+
"isAbstract": false,
|
|
873
|
+
"isVirtual": true,
|
|
874
|
+
"isOverride": true,
|
|
875
|
+
"isSealed": false,
|
|
876
|
+
"visibility": "Protected",
|
|
877
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle",
|
|
878
|
+
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
879
|
+
"isExtensionMethod": false
|
|
880
|
+
},
|
|
629
881
|
{
|
|
630
882
|
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
631
883
|
"clrName": "Dispose",
|
|
@@ -641,6 +893,7 @@
|
|
|
641
893
|
"isVirtual": true,
|
|
642
894
|
"isOverride": false,
|
|
643
895
|
"isSealed": false,
|
|
896
|
+
"visibility": "Public",
|
|
644
897
|
"declaringClrType": "System.IDisposable",
|
|
645
898
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
646
899
|
"isExtensionMethod": false,
|
|
@@ -661,6 +914,27 @@
|
|
|
661
914
|
"isVirtual": true,
|
|
662
915
|
"isOverride": false,
|
|
663
916
|
"isSealed": false,
|
|
917
|
+
"visibility": "Public",
|
|
918
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle",
|
|
919
|
+
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
920
|
+
"isExtensionMethod": false
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"stableId": "System.IO.MemoryMappedFiles:Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle::Dispose(System.Boolean):System.Void",
|
|
924
|
+
"clrName": "Dispose",
|
|
925
|
+
"metadataToken": 0,
|
|
926
|
+
"canonicalSignature": "(System.Boolean):System.Void",
|
|
927
|
+
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
928
|
+
"emitScope": "ClassSurface",
|
|
929
|
+
"provenance": "BaseOverload",
|
|
930
|
+
"arity": 0,
|
|
931
|
+
"parameterCount": 1,
|
|
932
|
+
"isStatic": false,
|
|
933
|
+
"isAbstract": false,
|
|
934
|
+
"isVirtual": true,
|
|
935
|
+
"isOverride": false,
|
|
936
|
+
"isSealed": false,
|
|
937
|
+
"visibility": "Protected",
|
|
664
938
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle",
|
|
665
939
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
666
940
|
"isExtensionMethod": false
|
|
@@ -682,6 +956,7 @@
|
|
|
682
956
|
"isAbstract": false,
|
|
683
957
|
"isVirtual": true,
|
|
684
958
|
"isOverride": true,
|
|
959
|
+
"visibility": "Public",
|
|
685
960
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle",
|
|
686
961
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
687
962
|
}
|
|
@@ -696,6 +971,7 @@
|
|
|
696
971
|
"normalizedSignature": "constructor|():void|static=false",
|
|
697
972
|
"isStatic": false,
|
|
698
973
|
"parameterCount": 0,
|
|
974
|
+
"visibility": "Public",
|
|
699
975
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle",
|
|
700
976
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
701
977
|
}
|
|
@@ -723,6 +999,26 @@
|
|
|
723
999
|
}
|
|
724
1000
|
],
|
|
725
1001
|
"methods": [
|
|
1002
|
+
{
|
|
1003
|
+
"stableId": "System.IO.MemoryMappedFiles:Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle::ReleaseHandle():System.Boolean",
|
|
1004
|
+
"clrName": "ReleaseHandle",
|
|
1005
|
+
"metadataToken": 100663447,
|
|
1006
|
+
"canonicalSignature": "():System.Boolean",
|
|
1007
|
+
"normalizedSignature": "ReleaseHandle|():System.Boolean|static=false",
|
|
1008
|
+
"emitScope": "ClassSurface",
|
|
1009
|
+
"provenance": "Original",
|
|
1010
|
+
"arity": 0,
|
|
1011
|
+
"parameterCount": 0,
|
|
1012
|
+
"isStatic": false,
|
|
1013
|
+
"isAbstract": false,
|
|
1014
|
+
"isVirtual": true,
|
|
1015
|
+
"isOverride": true,
|
|
1016
|
+
"isSealed": false,
|
|
1017
|
+
"visibility": "Protected",
|
|
1018
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle",
|
|
1019
|
+
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
1020
|
+
"isExtensionMethod": false
|
|
1021
|
+
},
|
|
726
1022
|
{
|
|
727
1023
|
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
728
1024
|
"clrName": "Dispose",
|
|
@@ -738,6 +1034,7 @@
|
|
|
738
1034
|
"isVirtual": true,
|
|
739
1035
|
"isOverride": false,
|
|
740
1036
|
"isSealed": false,
|
|
1037
|
+
"visibility": "Public",
|
|
741
1038
|
"declaringClrType": "System.IDisposable",
|
|
742
1039
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
743
1040
|
"isExtensionMethod": false,
|
|
@@ -758,6 +1055,27 @@
|
|
|
758
1055
|
"isVirtual": true,
|
|
759
1056
|
"isOverride": false,
|
|
760
1057
|
"isSealed": false,
|
|
1058
|
+
"visibility": "Public",
|
|
1059
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle",
|
|
1060
|
+
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
1061
|
+
"isExtensionMethod": false
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"stableId": "System.IO.MemoryMappedFiles:Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle::Dispose(System.Boolean):System.Void",
|
|
1065
|
+
"clrName": "Dispose",
|
|
1066
|
+
"metadataToken": 0,
|
|
1067
|
+
"canonicalSignature": "(System.Boolean):System.Void",
|
|
1068
|
+
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
1069
|
+
"emitScope": "ClassSurface",
|
|
1070
|
+
"provenance": "BaseOverload",
|
|
1071
|
+
"arity": 0,
|
|
1072
|
+
"parameterCount": 1,
|
|
1073
|
+
"isStatic": false,
|
|
1074
|
+
"isAbstract": false,
|
|
1075
|
+
"isVirtual": true,
|
|
1076
|
+
"isOverride": false,
|
|
1077
|
+
"isSealed": false,
|
|
1078
|
+
"visibility": "Protected",
|
|
761
1079
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle",
|
|
762
1080
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
763
1081
|
"isExtensionMethod": false
|
|
@@ -774,6 +1092,7 @@
|
|
|
774
1092
|
"normalizedSignature": "constructor|():void|static=false",
|
|
775
1093
|
"isStatic": false,
|
|
776
1094
|
"parameterCount": 0,
|
|
1095
|
+
"visibility": "Public",
|
|
777
1096
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle",
|
|
778
1097
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
779
1098
|
}
|
|
@@ -801,6 +1120,46 @@
|
|
|
801
1120
|
}
|
|
802
1121
|
],
|
|
803
1122
|
"methods": [
|
|
1123
|
+
{
|
|
1124
|
+
"stableId": "System.Security.Cryptography:Microsoft.Win32.SafeHandles.SafeNCryptHandle::ReleaseHandle():System.Boolean",
|
|
1125
|
+
"clrName": "ReleaseHandle",
|
|
1126
|
+
"metadataToken": 100664163,
|
|
1127
|
+
"canonicalSignature": "():System.Boolean",
|
|
1128
|
+
"normalizedSignature": "ReleaseHandle|():System.Boolean|static=false",
|
|
1129
|
+
"emitScope": "ClassSurface",
|
|
1130
|
+
"provenance": "Original",
|
|
1131
|
+
"arity": 0,
|
|
1132
|
+
"parameterCount": 0,
|
|
1133
|
+
"isStatic": false,
|
|
1134
|
+
"isAbstract": false,
|
|
1135
|
+
"isVirtual": true,
|
|
1136
|
+
"isOverride": true,
|
|
1137
|
+
"isSealed": false,
|
|
1138
|
+
"visibility": "Protected",
|
|
1139
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeNCryptHandle",
|
|
1140
|
+
"declaringAssemblyName": "System.Security.Cryptography",
|
|
1141
|
+
"isExtensionMethod": false
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"stableId": "System.Security.Cryptography:Microsoft.Win32.SafeHandles.SafeNCryptHandle::ReleaseNativeHandle():System.Boolean",
|
|
1145
|
+
"clrName": "ReleaseNativeHandle",
|
|
1146
|
+
"metadataToken": 100664164,
|
|
1147
|
+
"canonicalSignature": "():System.Boolean",
|
|
1148
|
+
"normalizedSignature": "ReleaseNativeHandle|():System.Boolean|static=false",
|
|
1149
|
+
"emitScope": "ClassSurface",
|
|
1150
|
+
"provenance": "Original",
|
|
1151
|
+
"arity": 0,
|
|
1152
|
+
"parameterCount": 0,
|
|
1153
|
+
"isStatic": false,
|
|
1154
|
+
"isAbstract": true,
|
|
1155
|
+
"isVirtual": true,
|
|
1156
|
+
"isOverride": false,
|
|
1157
|
+
"isSealed": false,
|
|
1158
|
+
"visibility": "Protected",
|
|
1159
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeNCryptHandle",
|
|
1160
|
+
"declaringAssemblyName": "System.Security.Cryptography",
|
|
1161
|
+
"isExtensionMethod": false
|
|
1162
|
+
},
|
|
804
1163
|
{
|
|
805
1164
|
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
806
1165
|
"clrName": "Dispose",
|
|
@@ -816,6 +1175,7 @@
|
|
|
816
1175
|
"isVirtual": true,
|
|
817
1176
|
"isOverride": false,
|
|
818
1177
|
"isSealed": false,
|
|
1178
|
+
"visibility": "Public",
|
|
819
1179
|
"declaringClrType": "System.IDisposable",
|
|
820
1180
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
821
1181
|
"isExtensionMethod": false,
|
|
@@ -836,18 +1196,62 @@
|
|
|
836
1196
|
"isVirtual": true,
|
|
837
1197
|
"isOverride": false,
|
|
838
1198
|
"isSealed": false,
|
|
1199
|
+
"visibility": "Public",
|
|
839
1200
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeNCryptHandle",
|
|
840
1201
|
"declaringAssemblyName": "System.Security.Cryptography",
|
|
841
1202
|
"isExtensionMethod": false
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"stableId": "System.Security.Cryptography:Microsoft.Win32.SafeHandles.SafeNCryptHandle::Dispose(System.Boolean):System.Void",
|
|
1206
|
+
"clrName": "Dispose",
|
|
1207
|
+
"metadataToken": 0,
|
|
1208
|
+
"canonicalSignature": "(System.Boolean):System.Void",
|
|
1209
|
+
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
1210
|
+
"emitScope": "ClassSurface",
|
|
1211
|
+
"provenance": "BaseOverload",
|
|
1212
|
+
"arity": 0,
|
|
1213
|
+
"parameterCount": 1,
|
|
1214
|
+
"isStatic": false,
|
|
1215
|
+
"isAbstract": false,
|
|
1216
|
+
"isVirtual": true,
|
|
1217
|
+
"isOverride": false,
|
|
1218
|
+
"isSealed": false,
|
|
1219
|
+
"visibility": "Protected",
|
|
1220
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeNCryptHandle",
|
|
1221
|
+
"declaringAssemblyName": "System.Security.Cryptography",
|
|
1222
|
+
"isExtensionMethod": false
|
|
1223
|
+
}
|
|
1224
|
+
],
|
|
1225
|
+
"properties": [],
|
|
1226
|
+
"fields": [],
|
|
1227
|
+
"events": [],
|
|
1228
|
+
"constructors": [
|
|
1229
|
+
{
|
|
1230
|
+
"stableId": "System.Security.Cryptography:Microsoft.Win32.SafeHandles.SafeNCryptHandle::.ctor():void",
|
|
1231
|
+
"metadataToken": 100664161,
|
|
1232
|
+
"canonicalSignature": "():void",
|
|
1233
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
1234
|
+
"isStatic": false,
|
|
1235
|
+
"parameterCount": 0,
|
|
1236
|
+
"visibility": "Protected",
|
|
1237
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeNCryptHandle",
|
|
1238
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"stableId": "System.Security.Cryptography:Microsoft.Win32.SafeHandles.SafeNCryptHandle::.ctor(System.IntPtr,System.Runtime.InteropServices.SafeHandle):void",
|
|
1242
|
+
"metadataToken": 100664162,
|
|
1243
|
+
"canonicalSignature": "(System.IntPtr,System.Runtime.InteropServices.SafeHandle):void",
|
|
1244
|
+
"normalizedSignature": "constructor|(System.IntPtr,System.Runtime.InteropServices.SafeHandle):void|static=false",
|
|
1245
|
+
"isStatic": false,
|
|
1246
|
+
"parameterCount": 2,
|
|
1247
|
+
"visibility": "Protected",
|
|
1248
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeNCryptHandle",
|
|
1249
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
1250
|
+
}
|
|
1251
|
+
]
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"stableId": "System.Security.Cryptography:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle",
|
|
851
1255
|
"clrName": "Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle",
|
|
852
1256
|
"assemblyName": "System.Security.Cryptography",
|
|
853
1257
|
"metadataToken": 0,
|
|
@@ -868,6 +1272,26 @@
|
|
|
868
1272
|
}
|
|
869
1273
|
],
|
|
870
1274
|
"methods": [
|
|
1275
|
+
{
|
|
1276
|
+
"stableId": "System.Security.Cryptography:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle::ReleaseNativeHandle():System.Boolean",
|
|
1277
|
+
"clrName": "ReleaseNativeHandle",
|
|
1278
|
+
"metadataToken": 100664167,
|
|
1279
|
+
"canonicalSignature": "():System.Boolean",
|
|
1280
|
+
"normalizedSignature": "ReleaseNativeHandle|():System.Boolean|static=false",
|
|
1281
|
+
"emitScope": "ClassSurface",
|
|
1282
|
+
"provenance": "Original",
|
|
1283
|
+
"arity": 0,
|
|
1284
|
+
"parameterCount": 0,
|
|
1285
|
+
"isStatic": false,
|
|
1286
|
+
"isAbstract": false,
|
|
1287
|
+
"isVirtual": true,
|
|
1288
|
+
"isOverride": true,
|
|
1289
|
+
"isSealed": false,
|
|
1290
|
+
"visibility": "Protected",
|
|
1291
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle",
|
|
1292
|
+
"declaringAssemblyName": "System.Security.Cryptography",
|
|
1293
|
+
"isExtensionMethod": false
|
|
1294
|
+
},
|
|
871
1295
|
{
|
|
872
1296
|
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
873
1297
|
"clrName": "Dispose",
|
|
@@ -883,6 +1307,7 @@
|
|
|
883
1307
|
"isVirtual": true,
|
|
884
1308
|
"isOverride": false,
|
|
885
1309
|
"isSealed": false,
|
|
1310
|
+
"visibility": "Public",
|
|
886
1311
|
"declaringClrType": "System.IDisposable",
|
|
887
1312
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
888
1313
|
"isExtensionMethod": false,
|
|
@@ -903,6 +1328,27 @@
|
|
|
903
1328
|
"isVirtual": true,
|
|
904
1329
|
"isOverride": false,
|
|
905
1330
|
"isSealed": false,
|
|
1331
|
+
"visibility": "Public",
|
|
1332
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle",
|
|
1333
|
+
"declaringAssemblyName": "System.Security.Cryptography",
|
|
1334
|
+
"isExtensionMethod": false
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"stableId": "System.Security.Cryptography:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle::Dispose(System.Boolean):System.Void",
|
|
1338
|
+
"clrName": "Dispose",
|
|
1339
|
+
"metadataToken": 0,
|
|
1340
|
+
"canonicalSignature": "(System.Boolean):System.Void",
|
|
1341
|
+
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
1342
|
+
"emitScope": "ClassSurface",
|
|
1343
|
+
"provenance": "BaseOverload",
|
|
1344
|
+
"arity": 0,
|
|
1345
|
+
"parameterCount": 1,
|
|
1346
|
+
"isStatic": false,
|
|
1347
|
+
"isAbstract": false,
|
|
1348
|
+
"isVirtual": true,
|
|
1349
|
+
"isOverride": false,
|
|
1350
|
+
"isSealed": false,
|
|
1351
|
+
"visibility": "Protected",
|
|
906
1352
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle",
|
|
907
1353
|
"declaringAssemblyName": "System.Security.Cryptography",
|
|
908
1354
|
"isExtensionMethod": false
|
|
@@ -919,6 +1365,7 @@
|
|
|
919
1365
|
"normalizedSignature": "constructor|():void|static=false",
|
|
920
1366
|
"isStatic": false,
|
|
921
1367
|
"parameterCount": 0,
|
|
1368
|
+
"visibility": "Public",
|
|
922
1369
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle",
|
|
923
1370
|
"declaringAssemblyName": "System.Security.Cryptography"
|
|
924
1371
|
},
|
|
@@ -929,6 +1376,7 @@
|
|
|
929
1376
|
"normalizedSignature": "constructor|(System.IntPtr,System.Runtime.InteropServices.SafeHandle):void|static=false",
|
|
930
1377
|
"isStatic": false,
|
|
931
1378
|
"parameterCount": 2,
|
|
1379
|
+
"visibility": "Public",
|
|
932
1380
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle",
|
|
933
1381
|
"declaringAssemblyName": "System.Security.Cryptography"
|
|
934
1382
|
}
|
|
@@ -956,6 +1404,26 @@
|
|
|
956
1404
|
}
|
|
957
1405
|
],
|
|
958
1406
|
"methods": [
|
|
1407
|
+
{
|
|
1408
|
+
"stableId": "System.Security.Cryptography:Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle::ReleaseNativeHandle():System.Boolean",
|
|
1409
|
+
"clrName": "ReleaseNativeHandle",
|
|
1410
|
+
"metadataToken": 100664169,
|
|
1411
|
+
"canonicalSignature": "():System.Boolean",
|
|
1412
|
+
"normalizedSignature": "ReleaseNativeHandle|():System.Boolean|static=false",
|
|
1413
|
+
"emitScope": "ClassSurface",
|
|
1414
|
+
"provenance": "Original",
|
|
1415
|
+
"arity": 0,
|
|
1416
|
+
"parameterCount": 0,
|
|
1417
|
+
"isStatic": false,
|
|
1418
|
+
"isAbstract": false,
|
|
1419
|
+
"isVirtual": true,
|
|
1420
|
+
"isOverride": true,
|
|
1421
|
+
"isSealed": false,
|
|
1422
|
+
"visibility": "Protected",
|
|
1423
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle",
|
|
1424
|
+
"declaringAssemblyName": "System.Security.Cryptography",
|
|
1425
|
+
"isExtensionMethod": false
|
|
1426
|
+
},
|
|
959
1427
|
{
|
|
960
1428
|
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
961
1429
|
"clrName": "Dispose",
|
|
@@ -971,6 +1439,7 @@
|
|
|
971
1439
|
"isVirtual": true,
|
|
972
1440
|
"isOverride": false,
|
|
973
1441
|
"isSealed": false,
|
|
1442
|
+
"visibility": "Public",
|
|
974
1443
|
"declaringClrType": "System.IDisposable",
|
|
975
1444
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
976
1445
|
"isExtensionMethod": false,
|
|
@@ -991,6 +1460,27 @@
|
|
|
991
1460
|
"isVirtual": true,
|
|
992
1461
|
"isOverride": false,
|
|
993
1462
|
"isSealed": false,
|
|
1463
|
+
"visibility": "Public",
|
|
1464
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle",
|
|
1465
|
+
"declaringAssemblyName": "System.Security.Cryptography",
|
|
1466
|
+
"isExtensionMethod": false
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"stableId": "System.Security.Cryptography:Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle::Dispose(System.Boolean):System.Void",
|
|
1470
|
+
"clrName": "Dispose",
|
|
1471
|
+
"metadataToken": 0,
|
|
1472
|
+
"canonicalSignature": "(System.Boolean):System.Void",
|
|
1473
|
+
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
1474
|
+
"emitScope": "ClassSurface",
|
|
1475
|
+
"provenance": "BaseOverload",
|
|
1476
|
+
"arity": 0,
|
|
1477
|
+
"parameterCount": 1,
|
|
1478
|
+
"isStatic": false,
|
|
1479
|
+
"isAbstract": false,
|
|
1480
|
+
"isVirtual": true,
|
|
1481
|
+
"isOverride": false,
|
|
1482
|
+
"isSealed": false,
|
|
1483
|
+
"visibility": "Protected",
|
|
994
1484
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle",
|
|
995
1485
|
"declaringAssemblyName": "System.Security.Cryptography",
|
|
996
1486
|
"isExtensionMethod": false
|
|
@@ -1007,6 +1497,7 @@
|
|
|
1007
1497
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1008
1498
|
"isStatic": false,
|
|
1009
1499
|
"parameterCount": 0,
|
|
1500
|
+
"visibility": "Public",
|
|
1010
1501
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle",
|
|
1011
1502
|
"declaringAssemblyName": "System.Security.Cryptography"
|
|
1012
1503
|
}
|
|
@@ -1034,6 +1525,26 @@
|
|
|
1034
1525
|
}
|
|
1035
1526
|
],
|
|
1036
1527
|
"methods": [
|
|
1528
|
+
{
|
|
1529
|
+
"stableId": "System.Security.Cryptography:Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle::ReleaseNativeHandle():System.Boolean",
|
|
1530
|
+
"clrName": "ReleaseNativeHandle",
|
|
1531
|
+
"metadataToken": 100664171,
|
|
1532
|
+
"canonicalSignature": "():System.Boolean",
|
|
1533
|
+
"normalizedSignature": "ReleaseNativeHandle|():System.Boolean|static=false",
|
|
1534
|
+
"emitScope": "ClassSurface",
|
|
1535
|
+
"provenance": "Original",
|
|
1536
|
+
"arity": 0,
|
|
1537
|
+
"parameterCount": 0,
|
|
1538
|
+
"isStatic": false,
|
|
1539
|
+
"isAbstract": false,
|
|
1540
|
+
"isVirtual": true,
|
|
1541
|
+
"isOverride": true,
|
|
1542
|
+
"isSealed": false,
|
|
1543
|
+
"visibility": "Protected",
|
|
1544
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle",
|
|
1545
|
+
"declaringAssemblyName": "System.Security.Cryptography",
|
|
1546
|
+
"isExtensionMethod": false
|
|
1547
|
+
},
|
|
1037
1548
|
{
|
|
1038
1549
|
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
1039
1550
|
"clrName": "Dispose",
|
|
@@ -1049,6 +1560,7 @@
|
|
|
1049
1560
|
"isVirtual": true,
|
|
1050
1561
|
"isOverride": false,
|
|
1051
1562
|
"isSealed": false,
|
|
1563
|
+
"visibility": "Public",
|
|
1052
1564
|
"declaringClrType": "System.IDisposable",
|
|
1053
1565
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1054
1566
|
"isExtensionMethod": false,
|
|
@@ -1069,6 +1581,27 @@
|
|
|
1069
1581
|
"isVirtual": true,
|
|
1070
1582
|
"isOverride": false,
|
|
1071
1583
|
"isSealed": false,
|
|
1584
|
+
"visibility": "Public",
|
|
1585
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle",
|
|
1586
|
+
"declaringAssemblyName": "System.Security.Cryptography",
|
|
1587
|
+
"isExtensionMethod": false
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
"stableId": "System.Security.Cryptography:Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle::Dispose(System.Boolean):System.Void",
|
|
1591
|
+
"clrName": "Dispose",
|
|
1592
|
+
"metadataToken": 0,
|
|
1593
|
+
"canonicalSignature": "(System.Boolean):System.Void",
|
|
1594
|
+
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
1595
|
+
"emitScope": "ClassSurface",
|
|
1596
|
+
"provenance": "BaseOverload",
|
|
1597
|
+
"arity": 0,
|
|
1598
|
+
"parameterCount": 1,
|
|
1599
|
+
"isStatic": false,
|
|
1600
|
+
"isAbstract": false,
|
|
1601
|
+
"isVirtual": true,
|
|
1602
|
+
"isOverride": false,
|
|
1603
|
+
"isSealed": false,
|
|
1604
|
+
"visibility": "Protected",
|
|
1072
1605
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle",
|
|
1073
1606
|
"declaringAssemblyName": "System.Security.Cryptography",
|
|
1074
1607
|
"isExtensionMethod": false
|
|
@@ -1085,6 +1618,7 @@
|
|
|
1085
1618
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1086
1619
|
"isStatic": false,
|
|
1087
1620
|
"parameterCount": 0,
|
|
1621
|
+
"visibility": "Public",
|
|
1088
1622
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle",
|
|
1089
1623
|
"declaringAssemblyName": "System.Security.Cryptography"
|
|
1090
1624
|
}
|
|
@@ -1112,6 +1646,46 @@
|
|
|
1112
1646
|
}
|
|
1113
1647
|
],
|
|
1114
1648
|
"methods": [
|
|
1649
|
+
{
|
|
1650
|
+
"stableId": "System.IO.Pipes:Microsoft.Win32.SafeHandles.SafePipeHandle::Dispose(System.Boolean):System.Void",
|
|
1651
|
+
"clrName": "Dispose",
|
|
1652
|
+
"metadataToken": 100663556,
|
|
1653
|
+
"canonicalSignature": "(System.Boolean):System.Void",
|
|
1654
|
+
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
1655
|
+
"emitScope": "ClassSurface",
|
|
1656
|
+
"provenance": "Original",
|
|
1657
|
+
"arity": 0,
|
|
1658
|
+
"parameterCount": 1,
|
|
1659
|
+
"isStatic": false,
|
|
1660
|
+
"isAbstract": false,
|
|
1661
|
+
"isVirtual": true,
|
|
1662
|
+
"isOverride": true,
|
|
1663
|
+
"isSealed": false,
|
|
1664
|
+
"visibility": "Protected",
|
|
1665
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafePipeHandle",
|
|
1666
|
+
"declaringAssemblyName": "System.IO.Pipes",
|
|
1667
|
+
"isExtensionMethod": false
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"stableId": "System.IO.Pipes:Microsoft.Win32.SafeHandles.SafePipeHandle::ReleaseHandle():System.Boolean",
|
|
1671
|
+
"clrName": "ReleaseHandle",
|
|
1672
|
+
"metadataToken": 100663557,
|
|
1673
|
+
"canonicalSignature": "():System.Boolean",
|
|
1674
|
+
"normalizedSignature": "ReleaseHandle|():System.Boolean|static=false",
|
|
1675
|
+
"emitScope": "ClassSurface",
|
|
1676
|
+
"provenance": "Original",
|
|
1677
|
+
"arity": 0,
|
|
1678
|
+
"parameterCount": 0,
|
|
1679
|
+
"isStatic": false,
|
|
1680
|
+
"isAbstract": false,
|
|
1681
|
+
"isVirtual": true,
|
|
1682
|
+
"isOverride": true,
|
|
1683
|
+
"isSealed": false,
|
|
1684
|
+
"visibility": "Protected",
|
|
1685
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafePipeHandle",
|
|
1686
|
+
"declaringAssemblyName": "System.IO.Pipes",
|
|
1687
|
+
"isExtensionMethod": false
|
|
1688
|
+
},
|
|
1115
1689
|
{
|
|
1116
1690
|
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
1117
1691
|
"clrName": "Dispose",
|
|
@@ -1127,6 +1701,7 @@
|
|
|
1127
1701
|
"isVirtual": true,
|
|
1128
1702
|
"isOverride": false,
|
|
1129
1703
|
"isSealed": false,
|
|
1704
|
+
"visibility": "Public",
|
|
1130
1705
|
"declaringClrType": "System.IDisposable",
|
|
1131
1706
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1132
1707
|
"isExtensionMethod": false,
|
|
@@ -1147,6 +1722,7 @@
|
|
|
1147
1722
|
"isVirtual": true,
|
|
1148
1723
|
"isOverride": false,
|
|
1149
1724
|
"isSealed": false,
|
|
1725
|
+
"visibility": "Public",
|
|
1150
1726
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafePipeHandle",
|
|
1151
1727
|
"declaringAssemblyName": "System.IO.Pipes",
|
|
1152
1728
|
"isExtensionMethod": false
|
|
@@ -1168,6 +1744,7 @@
|
|
|
1168
1744
|
"isAbstract": false,
|
|
1169
1745
|
"isVirtual": true,
|
|
1170
1746
|
"isOverride": true,
|
|
1747
|
+
"visibility": "Public",
|
|
1171
1748
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafePipeHandle",
|
|
1172
1749
|
"declaringAssemblyName": "System.IO.Pipes"
|
|
1173
1750
|
}
|
|
@@ -1182,6 +1759,7 @@
|
|
|
1182
1759
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1183
1760
|
"isStatic": false,
|
|
1184
1761
|
"parameterCount": 0,
|
|
1762
|
+
"visibility": "Public",
|
|
1185
1763
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafePipeHandle",
|
|
1186
1764
|
"declaringAssemblyName": "System.IO.Pipes"
|
|
1187
1765
|
},
|
|
@@ -1192,6 +1770,7 @@
|
|
|
1192
1770
|
"normalizedSignature": "constructor|(System.IntPtr,System.Boolean):void|static=false",
|
|
1193
1771
|
"isStatic": false,
|
|
1194
1772
|
"parameterCount": 2,
|
|
1773
|
+
"visibility": "Public",
|
|
1195
1774
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafePipeHandle",
|
|
1196
1775
|
"declaringAssemblyName": "System.IO.Pipes"
|
|
1197
1776
|
}
|
|
@@ -1219,6 +1798,26 @@
|
|
|
1219
1798
|
}
|
|
1220
1799
|
],
|
|
1221
1800
|
"methods": [
|
|
1801
|
+
{
|
|
1802
|
+
"stableId": "System.Diagnostics.Process:Microsoft.Win32.SafeHandles.SafeProcessHandle::ReleaseHandle():System.Boolean",
|
|
1803
|
+
"clrName": "ReleaseHandle",
|
|
1804
|
+
"metadataToken": 100663935,
|
|
1805
|
+
"canonicalSignature": "():System.Boolean",
|
|
1806
|
+
"normalizedSignature": "ReleaseHandle|():System.Boolean|static=false",
|
|
1807
|
+
"emitScope": "ClassSurface",
|
|
1808
|
+
"provenance": "Original",
|
|
1809
|
+
"arity": 0,
|
|
1810
|
+
"parameterCount": 0,
|
|
1811
|
+
"isStatic": false,
|
|
1812
|
+
"isAbstract": false,
|
|
1813
|
+
"isVirtual": true,
|
|
1814
|
+
"isOverride": true,
|
|
1815
|
+
"isSealed": false,
|
|
1816
|
+
"visibility": "Protected",
|
|
1817
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeProcessHandle",
|
|
1818
|
+
"declaringAssemblyName": "System.Diagnostics.Process",
|
|
1819
|
+
"isExtensionMethod": false
|
|
1820
|
+
},
|
|
1222
1821
|
{
|
|
1223
1822
|
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
1224
1823
|
"clrName": "Dispose",
|
|
@@ -1234,6 +1833,7 @@
|
|
|
1234
1833
|
"isVirtual": true,
|
|
1235
1834
|
"isOverride": false,
|
|
1236
1835
|
"isSealed": false,
|
|
1836
|
+
"visibility": "Public",
|
|
1237
1837
|
"declaringClrType": "System.IDisposable",
|
|
1238
1838
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1239
1839
|
"isExtensionMethod": false,
|
|
@@ -1254,6 +1854,27 @@
|
|
|
1254
1854
|
"isVirtual": true,
|
|
1255
1855
|
"isOverride": false,
|
|
1256
1856
|
"isSealed": false,
|
|
1857
|
+
"visibility": "Public",
|
|
1858
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeProcessHandle",
|
|
1859
|
+
"declaringAssemblyName": "System.Diagnostics.Process",
|
|
1860
|
+
"isExtensionMethod": false
|
|
1861
|
+
},
|
|
1862
|
+
{
|
|
1863
|
+
"stableId": "System.Diagnostics.Process:Microsoft.Win32.SafeHandles.SafeProcessHandle::Dispose(System.Boolean):System.Void",
|
|
1864
|
+
"clrName": "Dispose",
|
|
1865
|
+
"metadataToken": 0,
|
|
1866
|
+
"canonicalSignature": "(System.Boolean):System.Void",
|
|
1867
|
+
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
1868
|
+
"emitScope": "ClassSurface",
|
|
1869
|
+
"provenance": "BaseOverload",
|
|
1870
|
+
"arity": 0,
|
|
1871
|
+
"parameterCount": 1,
|
|
1872
|
+
"isStatic": false,
|
|
1873
|
+
"isAbstract": false,
|
|
1874
|
+
"isVirtual": true,
|
|
1875
|
+
"isOverride": false,
|
|
1876
|
+
"isSealed": false,
|
|
1877
|
+
"visibility": "Protected",
|
|
1257
1878
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeProcessHandle",
|
|
1258
1879
|
"declaringAssemblyName": "System.Diagnostics.Process",
|
|
1259
1880
|
"isExtensionMethod": false
|
|
@@ -1270,6 +1891,7 @@
|
|
|
1270
1891
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1271
1892
|
"isStatic": false,
|
|
1272
1893
|
"parameterCount": 0,
|
|
1894
|
+
"visibility": "Public",
|
|
1273
1895
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeProcessHandle",
|
|
1274
1896
|
"declaringAssemblyName": "System.Diagnostics.Process"
|
|
1275
1897
|
},
|
|
@@ -1280,6 +1902,7 @@
|
|
|
1280
1902
|
"normalizedSignature": "constructor|(System.IntPtr,System.Boolean):void|static=false",
|
|
1281
1903
|
"isStatic": false,
|
|
1282
1904
|
"parameterCount": 2,
|
|
1905
|
+
"visibility": "Public",
|
|
1283
1906
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeProcessHandle",
|
|
1284
1907
|
"declaringAssemblyName": "System.Diagnostics.Process"
|
|
1285
1908
|
}
|
|
@@ -1307,6 +1930,26 @@
|
|
|
1307
1930
|
}
|
|
1308
1931
|
],
|
|
1309
1932
|
"methods": [
|
|
1933
|
+
{
|
|
1934
|
+
"stableId": "Microsoft.Win32.Registry:Microsoft.Win32.SafeHandles.SafeRegistryHandle::ReleaseHandle():System.Boolean",
|
|
1935
|
+
"clrName": "ReleaseHandle",
|
|
1936
|
+
"metadataToken": 100663346,
|
|
1937
|
+
"canonicalSignature": "():System.Boolean",
|
|
1938
|
+
"normalizedSignature": "ReleaseHandle|():System.Boolean|static=false",
|
|
1939
|
+
"emitScope": "ClassSurface",
|
|
1940
|
+
"provenance": "Original",
|
|
1941
|
+
"arity": 0,
|
|
1942
|
+
"parameterCount": 0,
|
|
1943
|
+
"isStatic": false,
|
|
1944
|
+
"isAbstract": false,
|
|
1945
|
+
"isVirtual": true,
|
|
1946
|
+
"isOverride": true,
|
|
1947
|
+
"isSealed": false,
|
|
1948
|
+
"visibility": "Protected",
|
|
1949
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeRegistryHandle",
|
|
1950
|
+
"declaringAssemblyName": "Microsoft.Win32.Registry",
|
|
1951
|
+
"isExtensionMethod": false
|
|
1952
|
+
},
|
|
1310
1953
|
{
|
|
1311
1954
|
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
1312
1955
|
"clrName": "Dispose",
|
|
@@ -1322,6 +1965,7 @@
|
|
|
1322
1965
|
"isVirtual": true,
|
|
1323
1966
|
"isOverride": false,
|
|
1324
1967
|
"isSealed": false,
|
|
1968
|
+
"visibility": "Public",
|
|
1325
1969
|
"declaringClrType": "System.IDisposable",
|
|
1326
1970
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1327
1971
|
"isExtensionMethod": false,
|
|
@@ -1342,6 +1986,27 @@
|
|
|
1342
1986
|
"isVirtual": true,
|
|
1343
1987
|
"isOverride": false,
|
|
1344
1988
|
"isSealed": false,
|
|
1989
|
+
"visibility": "Public",
|
|
1990
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeRegistryHandle",
|
|
1991
|
+
"declaringAssemblyName": "Microsoft.Win32.Registry",
|
|
1992
|
+
"isExtensionMethod": false
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"stableId": "Microsoft.Win32.Registry:Microsoft.Win32.SafeHandles.SafeRegistryHandle::Dispose(System.Boolean):System.Void",
|
|
1996
|
+
"clrName": "Dispose",
|
|
1997
|
+
"metadataToken": 0,
|
|
1998
|
+
"canonicalSignature": "(System.Boolean):System.Void",
|
|
1999
|
+
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
2000
|
+
"emitScope": "ClassSurface",
|
|
2001
|
+
"provenance": "BaseOverload",
|
|
2002
|
+
"arity": 0,
|
|
2003
|
+
"parameterCount": 1,
|
|
2004
|
+
"isStatic": false,
|
|
2005
|
+
"isAbstract": false,
|
|
2006
|
+
"isVirtual": true,
|
|
2007
|
+
"isOverride": false,
|
|
2008
|
+
"isSealed": false,
|
|
2009
|
+
"visibility": "Protected",
|
|
1345
2010
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeRegistryHandle",
|
|
1346
2011
|
"declaringAssemblyName": "Microsoft.Win32.Registry",
|
|
1347
2012
|
"isExtensionMethod": false
|
|
@@ -1358,6 +2023,7 @@
|
|
|
1358
2023
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1359
2024
|
"isStatic": false,
|
|
1360
2025
|
"parameterCount": 0,
|
|
2026
|
+
"visibility": "Public",
|
|
1361
2027
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeRegistryHandle",
|
|
1362
2028
|
"declaringAssemblyName": "Microsoft.Win32.Registry"
|
|
1363
2029
|
},
|
|
@@ -1368,6 +2034,7 @@
|
|
|
1368
2034
|
"normalizedSignature": "constructor|(System.IntPtr,System.Boolean):void|static=false",
|
|
1369
2035
|
"isStatic": false,
|
|
1370
2036
|
"parameterCount": 2,
|
|
2037
|
+
"visibility": "Public",
|
|
1371
2038
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeRegistryHandle",
|
|
1372
2039
|
"declaringAssemblyName": "Microsoft.Win32.Registry"
|
|
1373
2040
|
}
|
|
@@ -1395,6 +2062,26 @@
|
|
|
1395
2062
|
}
|
|
1396
2063
|
],
|
|
1397
2064
|
"methods": [
|
|
2065
|
+
{
|
|
2066
|
+
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeWaitHandle::ReleaseHandle():System.Boolean",
|
|
2067
|
+
"clrName": "ReleaseHandle",
|
|
2068
|
+
"metadataToken": 100663652,
|
|
2069
|
+
"canonicalSignature": "():System.Boolean",
|
|
2070
|
+
"normalizedSignature": "ReleaseHandle|():System.Boolean|static=false",
|
|
2071
|
+
"emitScope": "ClassSurface",
|
|
2072
|
+
"provenance": "Original",
|
|
2073
|
+
"arity": 0,
|
|
2074
|
+
"parameterCount": 0,
|
|
2075
|
+
"isStatic": false,
|
|
2076
|
+
"isAbstract": false,
|
|
2077
|
+
"isVirtual": true,
|
|
2078
|
+
"isOverride": true,
|
|
2079
|
+
"isSealed": false,
|
|
2080
|
+
"visibility": "Protected",
|
|
2081
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeWaitHandle",
|
|
2082
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2083
|
+
"isExtensionMethod": false
|
|
2084
|
+
},
|
|
1398
2085
|
{
|
|
1399
2086
|
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
1400
2087
|
"clrName": "Dispose",
|
|
@@ -1410,6 +2097,7 @@
|
|
|
1410
2097
|
"isVirtual": true,
|
|
1411
2098
|
"isOverride": false,
|
|
1412
2099
|
"isSealed": false,
|
|
2100
|
+
"visibility": "Public",
|
|
1413
2101
|
"declaringClrType": "System.IDisposable",
|
|
1414
2102
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1415
2103
|
"isExtensionMethod": false,
|
|
@@ -1430,6 +2118,27 @@
|
|
|
1430
2118
|
"isVirtual": true,
|
|
1431
2119
|
"isOverride": false,
|
|
1432
2120
|
"isSealed": false,
|
|
2121
|
+
"visibility": "Public",
|
|
2122
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeWaitHandle",
|
|
2123
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2124
|
+
"isExtensionMethod": false
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeWaitHandle::Dispose(System.Boolean):System.Void",
|
|
2128
|
+
"clrName": "Dispose",
|
|
2129
|
+
"metadataToken": 0,
|
|
2130
|
+
"canonicalSignature": "(System.Boolean):System.Void",
|
|
2131
|
+
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
2132
|
+
"emitScope": "ClassSurface",
|
|
2133
|
+
"provenance": "BaseOverload",
|
|
2134
|
+
"arity": 0,
|
|
2135
|
+
"parameterCount": 1,
|
|
2136
|
+
"isStatic": false,
|
|
2137
|
+
"isAbstract": false,
|
|
2138
|
+
"isVirtual": true,
|
|
2139
|
+
"isOverride": false,
|
|
2140
|
+
"isSealed": false,
|
|
2141
|
+
"visibility": "Protected",
|
|
1433
2142
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeWaitHandle",
|
|
1434
2143
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1435
2144
|
"isExtensionMethod": false
|
|
@@ -1446,6 +2155,7 @@
|
|
|
1446
2155
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1447
2156
|
"isStatic": false,
|
|
1448
2157
|
"parameterCount": 0,
|
|
2158
|
+
"visibility": "Public",
|
|
1449
2159
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeWaitHandle",
|
|
1450
2160
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1451
2161
|
},
|
|
@@ -1456,6 +2166,7 @@
|
|
|
1456
2166
|
"normalizedSignature": "constructor|(System.IntPtr,System.Boolean):void|static=false",
|
|
1457
2167
|
"isStatic": false,
|
|
1458
2168
|
"parameterCount": 2,
|
|
2169
|
+
"visibility": "Public",
|
|
1459
2170
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeWaitHandle",
|
|
1460
2171
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1461
2172
|
}
|
|
@@ -1483,6 +2194,46 @@
|
|
|
1483
2194
|
}
|
|
1484
2195
|
],
|
|
1485
2196
|
"methods": [
|
|
2197
|
+
{
|
|
2198
|
+
"stableId": "System.Security.Cryptography:Microsoft.Win32.SafeHandles.SafeX509ChainHandle::ReleaseHandle():System.Boolean",
|
|
2199
|
+
"clrName": "ReleaseHandle",
|
|
2200
|
+
"metadataToken": 100664067,
|
|
2201
|
+
"canonicalSignature": "():System.Boolean",
|
|
2202
|
+
"normalizedSignature": "ReleaseHandle|():System.Boolean|static=false",
|
|
2203
|
+
"emitScope": "ClassSurface",
|
|
2204
|
+
"provenance": "Original",
|
|
2205
|
+
"arity": 0,
|
|
2206
|
+
"parameterCount": 0,
|
|
2207
|
+
"isStatic": false,
|
|
2208
|
+
"isAbstract": false,
|
|
2209
|
+
"isVirtual": true,
|
|
2210
|
+
"isOverride": true,
|
|
2211
|
+
"isSealed": false,
|
|
2212
|
+
"visibility": "Protected",
|
|
2213
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeX509ChainHandle",
|
|
2214
|
+
"declaringAssemblyName": "System.Security.Cryptography",
|
|
2215
|
+
"isExtensionMethod": false
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
"stableId": "System.Security.Cryptography:Microsoft.Win32.SafeHandles.SafeX509ChainHandle::Dispose(System.Boolean):System.Void",
|
|
2219
|
+
"clrName": "Dispose",
|
|
2220
|
+
"metadataToken": 100664068,
|
|
2221
|
+
"canonicalSignature": "(System.Boolean):System.Void",
|
|
2222
|
+
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
2223
|
+
"emitScope": "ClassSurface",
|
|
2224
|
+
"provenance": "Original",
|
|
2225
|
+
"arity": 0,
|
|
2226
|
+
"parameterCount": 1,
|
|
2227
|
+
"isStatic": false,
|
|
2228
|
+
"isAbstract": false,
|
|
2229
|
+
"isVirtual": true,
|
|
2230
|
+
"isOverride": true,
|
|
2231
|
+
"isSealed": false,
|
|
2232
|
+
"visibility": "Protected",
|
|
2233
|
+
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeX509ChainHandle",
|
|
2234
|
+
"declaringAssemblyName": "System.Security.Cryptography",
|
|
2235
|
+
"isExtensionMethod": false
|
|
2236
|
+
},
|
|
1486
2237
|
{
|
|
1487
2238
|
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
1488
2239
|
"clrName": "Dispose",
|
|
@@ -1498,6 +2249,7 @@
|
|
|
1498
2249
|
"isVirtual": true,
|
|
1499
2250
|
"isOverride": false,
|
|
1500
2251
|
"isSealed": false,
|
|
2252
|
+
"visibility": "Public",
|
|
1501
2253
|
"declaringClrType": "System.IDisposable",
|
|
1502
2254
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1503
2255
|
"isExtensionMethod": false,
|
|
@@ -1518,6 +2270,7 @@
|
|
|
1518
2270
|
"isVirtual": true,
|
|
1519
2271
|
"isOverride": false,
|
|
1520
2272
|
"isSealed": false,
|
|
2273
|
+
"visibility": "Public",
|
|
1521
2274
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeX509ChainHandle",
|
|
1522
2275
|
"declaringAssemblyName": "System.Security.Cryptography",
|
|
1523
2276
|
"isExtensionMethod": false
|
|
@@ -1534,6 +2287,7 @@
|
|
|
1534
2287
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1535
2288
|
"isStatic": false,
|
|
1536
2289
|
"parameterCount": 0,
|
|
2290
|
+
"visibility": "Public",
|
|
1537
2291
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeX509ChainHandle",
|
|
1538
2292
|
"declaringAssemblyName": "System.Security.Cryptography"
|
|
1539
2293
|
}
|