@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
|
@@ -25,16 +25,16 @@
|
|
|
25
25
|
"clrName": "System.IComparable"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
|
-
"stableId": "System.Private.CoreLib:System.
|
|
29
|
-
"clrName": "System.
|
|
28
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
29
|
+
"clrName": "System.ISpanFormattable"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
32
|
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
33
33
|
"clrName": "System.IFormattable"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
"stableId": "System.Private.CoreLib:System.
|
|
37
|
-
"clrName": "System.
|
|
36
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
37
|
+
"clrName": "System.IConvertible"
|
|
38
38
|
}
|
|
39
39
|
],
|
|
40
40
|
"methods": [],
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"isStatic": false,
|
|
49
49
|
"isReadOnly": false,
|
|
50
50
|
"isLiteral": false,
|
|
51
|
+
"visibility": "Public",
|
|
51
52
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess",
|
|
52
53
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
53
54
|
},
|
|
@@ -59,6 +60,7 @@
|
|
|
59
60
|
"isStatic": true,
|
|
60
61
|
"isReadOnly": false,
|
|
61
62
|
"isLiteral": true,
|
|
63
|
+
"visibility": "Public",
|
|
62
64
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess",
|
|
63
65
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
64
66
|
},
|
|
@@ -70,6 +72,7 @@
|
|
|
70
72
|
"isStatic": true,
|
|
71
73
|
"isReadOnly": false,
|
|
72
74
|
"isLiteral": true,
|
|
75
|
+
"visibility": "Public",
|
|
73
76
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess",
|
|
74
77
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
75
78
|
},
|
|
@@ -81,6 +84,7 @@
|
|
|
81
84
|
"isStatic": true,
|
|
82
85
|
"isReadOnly": false,
|
|
83
86
|
"isLiteral": true,
|
|
87
|
+
"visibility": "Public",
|
|
84
88
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess",
|
|
85
89
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
86
90
|
},
|
|
@@ -92,6 +96,7 @@
|
|
|
92
96
|
"isStatic": true,
|
|
93
97
|
"isReadOnly": false,
|
|
94
98
|
"isLiteral": true,
|
|
99
|
+
"visibility": "Public",
|
|
95
100
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess",
|
|
96
101
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
97
102
|
},
|
|
@@ -103,6 +108,7 @@
|
|
|
103
108
|
"isStatic": true,
|
|
104
109
|
"isReadOnly": false,
|
|
105
110
|
"isLiteral": true,
|
|
111
|
+
"visibility": "Public",
|
|
106
112
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess",
|
|
107
113
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
108
114
|
},
|
|
@@ -114,6 +120,7 @@
|
|
|
114
120
|
"isStatic": true,
|
|
115
121
|
"isReadOnly": false,
|
|
116
122
|
"isLiteral": true,
|
|
123
|
+
"visibility": "Public",
|
|
117
124
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileAccess",
|
|
118
125
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
119
126
|
}
|
|
@@ -142,16 +149,16 @@
|
|
|
142
149
|
"clrName": "System.IComparable"
|
|
143
150
|
},
|
|
144
151
|
{
|
|
145
|
-
"stableId": "System.Private.CoreLib:System.
|
|
146
|
-
"clrName": "System.
|
|
152
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
153
|
+
"clrName": "System.ISpanFormattable"
|
|
147
154
|
},
|
|
148
155
|
{
|
|
149
156
|
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
150
157
|
"clrName": "System.IFormattable"
|
|
151
158
|
},
|
|
152
159
|
{
|
|
153
|
-
"stableId": "System.Private.CoreLib:System.
|
|
154
|
-
"clrName": "System.
|
|
160
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
161
|
+
"clrName": "System.IConvertible"
|
|
155
162
|
}
|
|
156
163
|
],
|
|
157
164
|
"methods": [],
|
|
@@ -165,6 +172,7 @@
|
|
|
165
172
|
"isStatic": false,
|
|
166
173
|
"isReadOnly": false,
|
|
167
174
|
"isLiteral": false,
|
|
175
|
+
"visibility": "Public",
|
|
168
176
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileOptions",
|
|
169
177
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
170
178
|
},
|
|
@@ -176,6 +184,7 @@
|
|
|
176
184
|
"isStatic": true,
|
|
177
185
|
"isReadOnly": false,
|
|
178
186
|
"isLiteral": true,
|
|
187
|
+
"visibility": "Public",
|
|
179
188
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileOptions",
|
|
180
189
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
181
190
|
},
|
|
@@ -187,6 +196,7 @@
|
|
|
187
196
|
"isStatic": true,
|
|
188
197
|
"isReadOnly": false,
|
|
189
198
|
"isLiteral": true,
|
|
199
|
+
"visibility": "Public",
|
|
190
200
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileOptions",
|
|
191
201
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
192
202
|
}
|
|
@@ -215,16 +225,16 @@
|
|
|
215
225
|
"clrName": "System.IComparable"
|
|
216
226
|
},
|
|
217
227
|
{
|
|
218
|
-
"stableId": "System.Private.CoreLib:System.
|
|
219
|
-
"clrName": "System.
|
|
228
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
229
|
+
"clrName": "System.ISpanFormattable"
|
|
220
230
|
},
|
|
221
231
|
{
|
|
222
232
|
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
223
233
|
"clrName": "System.IFormattable"
|
|
224
234
|
},
|
|
225
235
|
{
|
|
226
|
-
"stableId": "System.Private.CoreLib:System.
|
|
227
|
-
"clrName": "System.
|
|
236
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
237
|
+
"clrName": "System.IConvertible"
|
|
228
238
|
}
|
|
229
239
|
],
|
|
230
240
|
"methods": [],
|
|
@@ -238,6 +248,7 @@
|
|
|
238
248
|
"isStatic": false,
|
|
239
249
|
"isReadOnly": false,
|
|
240
250
|
"isLiteral": false,
|
|
251
|
+
"visibility": "Public",
|
|
241
252
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileRights",
|
|
242
253
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
243
254
|
},
|
|
@@ -249,6 +260,7 @@
|
|
|
249
260
|
"isStatic": true,
|
|
250
261
|
"isReadOnly": false,
|
|
251
262
|
"isLiteral": true,
|
|
263
|
+
"visibility": "Public",
|
|
252
264
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileRights",
|
|
253
265
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
254
266
|
},
|
|
@@ -260,6 +272,7 @@
|
|
|
260
272
|
"isStatic": true,
|
|
261
273
|
"isReadOnly": false,
|
|
262
274
|
"isLiteral": true,
|
|
275
|
+
"visibility": "Public",
|
|
263
276
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileRights",
|
|
264
277
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
265
278
|
},
|
|
@@ -271,6 +284,7 @@
|
|
|
271
284
|
"isStatic": true,
|
|
272
285
|
"isReadOnly": false,
|
|
273
286
|
"isLiteral": true,
|
|
287
|
+
"visibility": "Public",
|
|
274
288
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileRights",
|
|
275
289
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
276
290
|
},
|
|
@@ -282,6 +296,7 @@
|
|
|
282
296
|
"isStatic": true,
|
|
283
297
|
"isReadOnly": false,
|
|
284
298
|
"isLiteral": true,
|
|
299
|
+
"visibility": "Public",
|
|
285
300
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileRights",
|
|
286
301
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
287
302
|
},
|
|
@@ -293,6 +308,7 @@
|
|
|
293
308
|
"isStatic": true,
|
|
294
309
|
"isReadOnly": false,
|
|
295
310
|
"isLiteral": true,
|
|
311
|
+
"visibility": "Public",
|
|
296
312
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileRights",
|
|
297
313
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
298
314
|
},
|
|
@@ -304,6 +320,7 @@
|
|
|
304
320
|
"isStatic": true,
|
|
305
321
|
"isReadOnly": false,
|
|
306
322
|
"isLiteral": true,
|
|
323
|
+
"visibility": "Public",
|
|
307
324
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileRights",
|
|
308
325
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
309
326
|
},
|
|
@@ -315,6 +332,7 @@
|
|
|
315
332
|
"isStatic": true,
|
|
316
333
|
"isReadOnly": false,
|
|
317
334
|
"isLiteral": true,
|
|
335
|
+
"visibility": "Public",
|
|
318
336
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileRights",
|
|
319
337
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
320
338
|
},
|
|
@@ -326,6 +344,7 @@
|
|
|
326
344
|
"isStatic": true,
|
|
327
345
|
"isReadOnly": false,
|
|
328
346
|
"isLiteral": true,
|
|
347
|
+
"visibility": "Public",
|
|
329
348
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileRights",
|
|
330
349
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
331
350
|
},
|
|
@@ -337,6 +356,7 @@
|
|
|
337
356
|
"isStatic": true,
|
|
338
357
|
"isReadOnly": false,
|
|
339
358
|
"isLiteral": true,
|
|
359
|
+
"visibility": "Public",
|
|
340
360
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileRights",
|
|
341
361
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
342
362
|
},
|
|
@@ -348,6 +368,7 @@
|
|
|
348
368
|
"isStatic": true,
|
|
349
369
|
"isReadOnly": false,
|
|
350
370
|
"isLiteral": true,
|
|
371
|
+
"visibility": "Public",
|
|
351
372
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileRights",
|
|
352
373
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
353
374
|
},
|
|
@@ -359,6 +380,7 @@
|
|
|
359
380
|
"isStatic": true,
|
|
360
381
|
"isReadOnly": false,
|
|
361
382
|
"isLiteral": true,
|
|
383
|
+
"visibility": "Public",
|
|
362
384
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileRights",
|
|
363
385
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
364
386
|
},
|
|
@@ -370,6 +392,7 @@
|
|
|
370
392
|
"isStatic": true,
|
|
371
393
|
"isReadOnly": false,
|
|
372
394
|
"isLiteral": true,
|
|
395
|
+
"visibility": "Public",
|
|
373
396
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileRights",
|
|
374
397
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
375
398
|
},
|
|
@@ -381,6 +404,7 @@
|
|
|
381
404
|
"isStatic": true,
|
|
382
405
|
"isReadOnly": false,
|
|
383
406
|
"isLiteral": true,
|
|
407
|
+
"visibility": "Public",
|
|
384
408
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFileRights",
|
|
385
409
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
386
410
|
}
|
|
@@ -425,6 +449,7 @@
|
|
|
425
449
|
"isVirtual": false,
|
|
426
450
|
"isOverride": false,
|
|
427
451
|
"isSealed": false,
|
|
452
|
+
"visibility": "Public",
|
|
428
453
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
429
454
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
430
455
|
"isExtensionMethod": false
|
|
@@ -444,6 +469,7 @@
|
|
|
444
469
|
"isVirtual": false,
|
|
445
470
|
"isOverride": false,
|
|
446
471
|
"isSealed": false,
|
|
472
|
+
"visibility": "Public",
|
|
447
473
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
448
474
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
449
475
|
"isExtensionMethod": false
|
|
@@ -463,6 +489,7 @@
|
|
|
463
489
|
"isVirtual": false,
|
|
464
490
|
"isOverride": false,
|
|
465
491
|
"isSealed": false,
|
|
492
|
+
"visibility": "Public",
|
|
466
493
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
467
494
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
468
495
|
"isExtensionMethod": false
|
|
@@ -482,6 +509,7 @@
|
|
|
482
509
|
"isVirtual": false,
|
|
483
510
|
"isOverride": false,
|
|
484
511
|
"isSealed": false,
|
|
512
|
+
"visibility": "Public",
|
|
485
513
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
486
514
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
487
515
|
"isExtensionMethod": false
|
|
@@ -501,6 +529,7 @@
|
|
|
501
529
|
"isVirtual": false,
|
|
502
530
|
"isOverride": false,
|
|
503
531
|
"isSealed": false,
|
|
532
|
+
"visibility": "Public",
|
|
504
533
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
505
534
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
506
535
|
"isExtensionMethod": false
|
|
@@ -520,6 +549,7 @@
|
|
|
520
549
|
"isVirtual": false,
|
|
521
550
|
"isOverride": false,
|
|
522
551
|
"isSealed": false,
|
|
552
|
+
"visibility": "Public",
|
|
523
553
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
524
554
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
525
555
|
"isExtensionMethod": false
|
|
@@ -539,6 +569,7 @@
|
|
|
539
569
|
"isVirtual": false,
|
|
540
570
|
"isOverride": false,
|
|
541
571
|
"isSealed": false,
|
|
572
|
+
"visibility": "Public",
|
|
542
573
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
543
574
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
544
575
|
"isExtensionMethod": false
|
|
@@ -558,6 +589,7 @@
|
|
|
558
589
|
"isVirtual": false,
|
|
559
590
|
"isOverride": false,
|
|
560
591
|
"isSealed": false,
|
|
592
|
+
"visibility": "Public",
|
|
561
593
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
562
594
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
563
595
|
"isExtensionMethod": false
|
|
@@ -577,6 +609,7 @@
|
|
|
577
609
|
"isVirtual": false,
|
|
578
610
|
"isOverride": false,
|
|
579
611
|
"isSealed": false,
|
|
612
|
+
"visibility": "Public",
|
|
580
613
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
581
614
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
582
615
|
"isExtensionMethod": false
|
|
@@ -596,6 +629,7 @@
|
|
|
596
629
|
"isVirtual": false,
|
|
597
630
|
"isOverride": false,
|
|
598
631
|
"isSealed": false,
|
|
632
|
+
"visibility": "Public",
|
|
599
633
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
600
634
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
601
635
|
"isExtensionMethod": false
|
|
@@ -615,6 +649,7 @@
|
|
|
615
649
|
"isVirtual": false,
|
|
616
650
|
"isOverride": false,
|
|
617
651
|
"isSealed": false,
|
|
652
|
+
"visibility": "Public",
|
|
618
653
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
619
654
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
620
655
|
"isExtensionMethod": false
|
|
@@ -634,6 +669,7 @@
|
|
|
634
669
|
"isVirtual": false,
|
|
635
670
|
"isOverride": false,
|
|
636
671
|
"isSealed": false,
|
|
672
|
+
"visibility": "Public",
|
|
637
673
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
638
674
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
639
675
|
"isExtensionMethod": false
|
|
@@ -653,6 +689,7 @@
|
|
|
653
689
|
"isVirtual": false,
|
|
654
690
|
"isOverride": false,
|
|
655
691
|
"isSealed": false,
|
|
692
|
+
"visibility": "Public",
|
|
656
693
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
657
694
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
658
695
|
"isExtensionMethod": false
|
|
@@ -672,6 +709,7 @@
|
|
|
672
709
|
"isVirtual": false,
|
|
673
710
|
"isOverride": false,
|
|
674
711
|
"isSealed": false,
|
|
712
|
+
"visibility": "Public",
|
|
675
713
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
676
714
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
677
715
|
"isExtensionMethod": false
|
|
@@ -691,6 +729,7 @@
|
|
|
691
729
|
"isVirtual": false,
|
|
692
730
|
"isOverride": false,
|
|
693
731
|
"isSealed": false,
|
|
732
|
+
"visibility": "Public",
|
|
694
733
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
695
734
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
696
735
|
"isExtensionMethod": false
|
|
@@ -710,6 +749,7 @@
|
|
|
710
749
|
"isVirtual": false,
|
|
711
750
|
"isOverride": false,
|
|
712
751
|
"isSealed": false,
|
|
752
|
+
"visibility": "Public",
|
|
713
753
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
714
754
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
715
755
|
"isExtensionMethod": false
|
|
@@ -729,6 +769,7 @@
|
|
|
729
769
|
"isVirtual": false,
|
|
730
770
|
"isOverride": false,
|
|
731
771
|
"isSealed": false,
|
|
772
|
+
"visibility": "Public",
|
|
732
773
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
733
774
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
734
775
|
"isExtensionMethod": false
|
|
@@ -748,6 +789,7 @@
|
|
|
748
789
|
"isVirtual": false,
|
|
749
790
|
"isOverride": false,
|
|
750
791
|
"isSealed": false,
|
|
792
|
+
"visibility": "Public",
|
|
751
793
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
752
794
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
753
795
|
"isExtensionMethod": false
|
|
@@ -767,6 +809,7 @@
|
|
|
767
809
|
"isVirtual": false,
|
|
768
810
|
"isOverride": false,
|
|
769
811
|
"isSealed": false,
|
|
812
|
+
"visibility": "Public",
|
|
770
813
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
771
814
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
772
815
|
"isExtensionMethod": false
|
|
@@ -786,6 +829,7 @@
|
|
|
786
829
|
"isVirtual": false,
|
|
787
830
|
"isOverride": false,
|
|
788
831
|
"isSealed": false,
|
|
832
|
+
"visibility": "Public",
|
|
789
833
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
790
834
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
791
835
|
"isExtensionMethod": false
|
|
@@ -805,6 +849,7 @@
|
|
|
805
849
|
"isVirtual": false,
|
|
806
850
|
"isOverride": false,
|
|
807
851
|
"isSealed": false,
|
|
852
|
+
"visibility": "Public",
|
|
808
853
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
809
854
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
810
855
|
"isExtensionMethod": false
|
|
@@ -824,6 +869,7 @@
|
|
|
824
869
|
"isVirtual": false,
|
|
825
870
|
"isOverride": false,
|
|
826
871
|
"isSealed": false,
|
|
872
|
+
"visibility": "Public",
|
|
827
873
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
828
874
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
829
875
|
"isExtensionMethod": false
|
|
@@ -843,6 +889,27 @@
|
|
|
843
889
|
"isVirtual": true,
|
|
844
890
|
"isOverride": false,
|
|
845
891
|
"isSealed": true,
|
|
892
|
+
"visibility": "Public",
|
|
893
|
+
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
894
|
+
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
895
|
+
"isExtensionMethod": false
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"stableId": "System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles.MemoryMappedFile::Dispose(System.Boolean):System.Void",
|
|
899
|
+
"clrName": "Dispose",
|
|
900
|
+
"metadataToken": 100663397,
|
|
901
|
+
"canonicalSignature": "(System.Boolean):System.Void",
|
|
902
|
+
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
903
|
+
"emitScope": "ClassSurface",
|
|
904
|
+
"provenance": "Original",
|
|
905
|
+
"arity": 0,
|
|
906
|
+
"parameterCount": 1,
|
|
907
|
+
"isStatic": false,
|
|
908
|
+
"isAbstract": false,
|
|
909
|
+
"isVirtual": true,
|
|
910
|
+
"isOverride": false,
|
|
911
|
+
"isSealed": false,
|
|
912
|
+
"visibility": "Protected",
|
|
846
913
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
847
914
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
848
915
|
"isExtensionMethod": false
|
|
@@ -862,6 +929,7 @@
|
|
|
862
929
|
"isVirtual": true,
|
|
863
930
|
"isOverride": false,
|
|
864
931
|
"isSealed": false,
|
|
932
|
+
"visibility": "Public",
|
|
865
933
|
"declaringClrType": "System.IDisposable",
|
|
866
934
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
867
935
|
"isExtensionMethod": false,
|
|
@@ -884,6 +952,7 @@
|
|
|
884
952
|
"isAbstract": false,
|
|
885
953
|
"isVirtual": false,
|
|
886
954
|
"isOverride": false,
|
|
955
|
+
"visibility": "Public",
|
|
887
956
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedFile",
|
|
888
957
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
889
958
|
}
|
|
@@ -914,6 +983,26 @@
|
|
|
914
983
|
}
|
|
915
984
|
],
|
|
916
985
|
"methods": [
|
|
986
|
+
{
|
|
987
|
+
"stableId": "System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles.MemoryMappedViewAccessor::Dispose(System.Boolean):System.Void",
|
|
988
|
+
"clrName": "Dispose",
|
|
989
|
+
"metadataToken": 100663433,
|
|
990
|
+
"canonicalSignature": "(System.Boolean):System.Void",
|
|
991
|
+
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
992
|
+
"emitScope": "ClassSurface",
|
|
993
|
+
"provenance": "Original",
|
|
994
|
+
"arity": 0,
|
|
995
|
+
"parameterCount": 1,
|
|
996
|
+
"isStatic": false,
|
|
997
|
+
"isAbstract": false,
|
|
998
|
+
"isVirtual": true,
|
|
999
|
+
"isOverride": true,
|
|
1000
|
+
"isSealed": false,
|
|
1001
|
+
"visibility": "Protected",
|
|
1002
|
+
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedViewAccessor",
|
|
1003
|
+
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
1004
|
+
"isExtensionMethod": false
|
|
1005
|
+
},
|
|
917
1006
|
{
|
|
918
1007
|
"stableId": "System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles.MemoryMappedViewAccessor::Flush():System.Void",
|
|
919
1008
|
"clrName": "Flush",
|
|
@@ -929,6 +1018,7 @@
|
|
|
929
1018
|
"isVirtual": false,
|
|
930
1019
|
"isOverride": false,
|
|
931
1020
|
"isSealed": false,
|
|
1021
|
+
"visibility": "Public",
|
|
932
1022
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedViewAccessor",
|
|
933
1023
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
934
1024
|
"isExtensionMethod": false
|
|
@@ -948,6 +1038,7 @@
|
|
|
948
1038
|
"isVirtual": true,
|
|
949
1039
|
"isOverride": false,
|
|
950
1040
|
"isSealed": false,
|
|
1041
|
+
"visibility": "Public",
|
|
951
1042
|
"declaringClrType": "System.IDisposable",
|
|
952
1043
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
953
1044
|
"isExtensionMethod": false,
|
|
@@ -968,6 +1059,7 @@
|
|
|
968
1059
|
"isVirtual": true,
|
|
969
1060
|
"isOverride": false,
|
|
970
1061
|
"isSealed": false,
|
|
1062
|
+
"visibility": "Public",
|
|
971
1063
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedViewAccessor",
|
|
972
1064
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
973
1065
|
"isExtensionMethod": false
|
|
@@ -989,6 +1081,7 @@
|
|
|
989
1081
|
"isAbstract": false,
|
|
990
1082
|
"isVirtual": false,
|
|
991
1083
|
"isOverride": false,
|
|
1084
|
+
"visibility": "Public",
|
|
992
1085
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedViewAccessor",
|
|
993
1086
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
994
1087
|
},
|
|
@@ -1007,6 +1100,7 @@
|
|
|
1007
1100
|
"isAbstract": false,
|
|
1008
1101
|
"isVirtual": false,
|
|
1009
1102
|
"isOverride": false,
|
|
1103
|
+
"visibility": "Public",
|
|
1010
1104
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedViewAccessor",
|
|
1011
1105
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
1012
1106
|
}
|
|
@@ -1031,13 +1125,13 @@
|
|
|
1031
1125
|
"clrName": "System.IO.UnmanagedMemoryStream"
|
|
1032
1126
|
},
|
|
1033
1127
|
"interfaces": [
|
|
1034
|
-
{
|
|
1035
|
-
"stableId": "System.Private.CoreLib:System.IAsyncDisposable",
|
|
1036
|
-
"clrName": "System.IAsyncDisposable"
|
|
1037
|
-
},
|
|
1038
1128
|
{
|
|
1039
1129
|
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
1040
1130
|
"clrName": "System.IDisposable"
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"stableId": "System.Private.CoreLib:System.IAsyncDisposable",
|
|
1134
|
+
"clrName": "System.IAsyncDisposable"
|
|
1041
1135
|
}
|
|
1042
1136
|
],
|
|
1043
1137
|
"methods": [
|
|
@@ -1056,6 +1150,27 @@
|
|
|
1056
1150
|
"isVirtual": true,
|
|
1057
1151
|
"isOverride": true,
|
|
1058
1152
|
"isSealed": false,
|
|
1153
|
+
"visibility": "Public",
|
|
1154
|
+
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedViewStream",
|
|
1155
|
+
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
1156
|
+
"isExtensionMethod": false
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"stableId": "System.IO.MemoryMappedFiles:System.IO.MemoryMappedFiles.MemoryMappedViewStream::Dispose(System.Boolean):System.Void",
|
|
1160
|
+
"clrName": "Dispose",
|
|
1161
|
+
"metadataToken": 100663439,
|
|
1162
|
+
"canonicalSignature": "(System.Boolean):System.Void",
|
|
1163
|
+
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
1164
|
+
"emitScope": "ClassSurface",
|
|
1165
|
+
"provenance": "Original",
|
|
1166
|
+
"arity": 0,
|
|
1167
|
+
"parameterCount": 1,
|
|
1168
|
+
"isStatic": false,
|
|
1169
|
+
"isAbstract": false,
|
|
1170
|
+
"isVirtual": true,
|
|
1171
|
+
"isOverride": true,
|
|
1172
|
+
"isSealed": false,
|
|
1173
|
+
"visibility": "Protected",
|
|
1059
1174
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedViewStream",
|
|
1060
1175
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
1061
1176
|
"isExtensionMethod": false
|
|
@@ -1075,6 +1190,7 @@
|
|
|
1075
1190
|
"isVirtual": true,
|
|
1076
1191
|
"isOverride": true,
|
|
1077
1192
|
"isSealed": false,
|
|
1193
|
+
"visibility": "Public",
|
|
1078
1194
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedViewStream",
|
|
1079
1195
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
1080
1196
|
"isExtensionMethod": false
|
|
@@ -1094,6 +1210,7 @@
|
|
|
1094
1210
|
"isVirtual": true,
|
|
1095
1211
|
"isOverride": false,
|
|
1096
1212
|
"isSealed": false,
|
|
1213
|
+
"visibility": "Public",
|
|
1097
1214
|
"declaringClrType": "System.IDisposable",
|
|
1098
1215
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1099
1216
|
"isExtensionMethod": false,
|
|
@@ -1114,6 +1231,7 @@
|
|
|
1114
1231
|
"isVirtual": true,
|
|
1115
1232
|
"isOverride": false,
|
|
1116
1233
|
"isSealed": false,
|
|
1234
|
+
"visibility": "Public",
|
|
1117
1235
|
"declaringClrType": "System.IAsyncDisposable",
|
|
1118
1236
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1119
1237
|
"isExtensionMethod": false,
|
|
@@ -1134,6 +1252,7 @@
|
|
|
1134
1252
|
"isVirtual": true,
|
|
1135
1253
|
"isOverride": false,
|
|
1136
1254
|
"isSealed": false,
|
|
1255
|
+
"visibility": "Public",
|
|
1137
1256
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedViewStream",
|
|
1138
1257
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
1139
1258
|
"isExtensionMethod": false
|
|
@@ -1153,6 +1272,7 @@
|
|
|
1153
1272
|
"isVirtual": true,
|
|
1154
1273
|
"isOverride": false,
|
|
1155
1274
|
"isSealed": false,
|
|
1275
|
+
"visibility": "Public",
|
|
1156
1276
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedViewStream",
|
|
1157
1277
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
1158
1278
|
"isExtensionMethod": false
|
|
@@ -1174,6 +1294,7 @@
|
|
|
1174
1294
|
"isAbstract": false,
|
|
1175
1295
|
"isVirtual": false,
|
|
1176
1296
|
"isOverride": false,
|
|
1297
|
+
"visibility": "Public",
|
|
1177
1298
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedViewStream",
|
|
1178
1299
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
1179
1300
|
},
|
|
@@ -1192,6 +1313,7 @@
|
|
|
1192
1313
|
"isAbstract": false,
|
|
1193
1314
|
"isVirtual": false,
|
|
1194
1315
|
"isOverride": false,
|
|
1316
|
+
"visibility": "Public",
|
|
1195
1317
|
"declaringClrType": "System.IO.MemoryMappedFiles.MemoryMappedViewStream",
|
|
1196
1318
|
"declaringAssemblyName": "System.IO.MemoryMappedFiles"
|
|
1197
1319
|
}
|