@tsonic/dotnet 10.0.12 → 10.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.CSharp.RuntimeBinder/bindings.json +0 -40
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -4
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +0 -20
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -2
- package/Microsoft.Win32.SafeHandles/bindings.json +16 -616
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -30
- package/System/bindings.json +6 -1086
- package/System/internal/index.d.ts +45 -93
- package/System.CodeDom.Compiler/bindings.json +6 -126
- package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
- package/System.Collections/internal/index.d.ts +1 -0
- package/System.Collections.Concurrent/bindings.json +0 -40
- package/System.Collections.Concurrent/internal/index.d.ts +0 -2
- package/System.Collections.Generic/bindings.json +37 -777
- package/System.Collections.Generic/internal/index.d.ts +24 -33
- package/System.Collections.ObjectModel/bindings.json +2197 -3097
- package/System.Collections.ObjectModel/internal/index.d.ts +2 -43
- package/System.Collections.Specialized/bindings.json +0 -60
- package/System.Collections.Specialized/internal/index.d.ts +1 -4
- package/System.ComponentModel/bindings.json +2 -422
- package/System.ComponentModel/internal/index.d.ts +1 -21
- package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
- package/System.ComponentModel.Design/bindings.json +0 -200
- package/System.ComponentModel.Design/internal/index.d.ts +7 -12
- package/System.Data/bindings.json +60 -1600
- package/System.Data/internal/index.d.ts +30 -100
- package/System.Data.Common/bindings.json +3 -103
- package/System.Data.Common/internal/index.d.ts +11 -6
- package/System.Data.SqlTypes/bindings.json +0 -100
- package/System.Data.SqlTypes/internal/index.d.ts +5 -10
- package/System.Diagnostics/bindings.json +2 -342
- package/System.Diagnostics/internal/index.d.ts +4 -18
- package/System.Diagnostics.Metrics/bindings.json +0 -60
- package/System.Diagnostics.Tracing/bindings.json +0 -100
- package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
- package/System.Dynamic/bindings.json +48 -68
- package/System.Dynamic/internal/index.d.ts +0 -1
- package/System.Formats.Asn1/bindings.json +0 -20
- package/System.Formats.Asn1/internal/index.d.ts +1 -2
- package/System.Globalization/bindings.json +0 -300
- package/System.Globalization/internal/index.d.ts +15 -30
- package/System.IO/bindings.json +216 -1456
- package/System.IO/internal/index.d.ts +14 -74
- package/System.IO.Compression/bindings.json +16 -436
- package/System.IO.Compression/internal/index.d.ts +1 -22
- package/System.IO.IsolatedStorage/bindings.json +10 -90
- package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
- package/System.IO.MemoryMappedFiles/bindings.json +2 -22
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
- package/System.IO.Pipes/bindings.json +7 -327
- package/System.IO.Pipes/internal/index.d.ts +5 -21
- package/System.Linq/bindings.json +0 -60
- package/System.Linq/internal/index.d.ts +1 -3
- package/System.Net/bindings.json +1 -241
- package/System.Net/internal/index.d.ts +15 -14
- package/System.Net.Http/bindings.json +15 -555
- package/System.Net.Http/internal/index.d.ts +11 -28
- package/System.Net.Http.Headers/bindings.json +0 -180
- package/System.Net.Http.Headers/internal/index.d.ts +0 -9
- package/System.Net.Http.Json/bindings.json +0 -40
- package/System.Net.Http.Json/internal/index.d.ts +0 -2
- package/System.Net.Mail/bindings.json +1863 -3283
- package/System.Net.Mail/internal/index.d.ts +1 -63
- package/System.Net.NetworkInformation/bindings.json +1 -41
- package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
- package/System.Net.Quic/bindings.json +7 -107
- package/System.Net.Quic/internal/index.d.ts +4 -6
- package/System.Net.Security/bindings.json +15 -175
- package/System.Net.Security/internal/index.d.ts +0 -8
- package/System.Net.Sockets/bindings.json +4 -184
- package/System.Net.Sockets/internal/index.d.ts +2 -10
- package/System.Net.WebSockets/bindings.json +13 -173
- package/System.Net.WebSockets/internal/index.d.ts +1 -7
- package/System.Reflection/bindings.json +613 -2253
- package/System.Reflection/internal/index.d.ts +19 -96
- package/System.Reflection.Emit/bindings.json +4539 -7379
- package/System.Reflection.Emit/internal/index.d.ts +10 -151
- package/System.Reflection.Metadata/bindings.json +0 -20
- package/System.Reflection.Metadata/internal/index.d.ts +4 -2
- package/System.Reflection.PortableExecutable/bindings.json +0 -20
- package/System.Resources/bindings.json +0 -40
- package/System.Resources/internal/index.d.ts +2 -4
- package/System.Runtime/bindings.json +0 -20
- package/System.Runtime/internal/index.d.ts +1 -2
- package/System.Runtime.InteropServices/bindings.json +0 -220
- package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
- package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
- package/System.Runtime.Serialization/bindings.json +0 -40
- package/System.Runtime.Serialization/internal/index.d.ts +3 -4
- package/System.Security/bindings.json +0 -20
- package/System.Security/internal/index.d.ts +1 -2
- package/System.Security.AccessControl/bindings.json +2 -362
- package/System.Security.AccessControl/internal/index.d.ts +1 -18
- package/System.Security.Authentication/bindings.json +0 -40
- package/System.Security.Authentication/internal/index.d.ts +2 -4
- package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
- package/System.Security.Cryptography/bindings.json +786 -6966
- package/System.Security.Cryptography/internal/index.d.ts +22 -242
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +13 -22
- package/System.Security.Principal/bindings.json +0 -20
- package/System.Security.Principal/internal/index.d.ts +2 -2
- package/System.Text/bindings.json +51 -475
- package/System.Text/internal/index.d.ts +6 -25
- package/System.Text.RegularExpressions/bindings.json +0 -20
- package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
- package/System.Threading/bindings.json +0 -400
- package/System.Threading/internal/index.d.ts +10 -30
- package/System.Threading.Channels/bindings.json +0 -20
- package/System.Threading.Channels/internal/index.d.ts +1 -2
- package/System.Threading.Tasks/bindings.json +60 -240
- package/System.Threading.Tasks/internal/index.d.ts +18 -8
- package/System.Timers/bindings.json +1 -1
- package/System.Transactions/bindings.json +0 -220
- package/System.Transactions/internal/index.d.ts +8 -19
- package/System.Xml/bindings.json +67 -1767
- package/System.Xml/internal/index.d.ts +39 -103
- package/System.Xml.Linq/bindings.json +0 -200
- package/System.Xml.Linq/internal/index.d.ts +10 -18
- package/System.Xml.Resolvers/bindings.json +0 -20
- package/System.Xml.Resolvers/internal/index.d.ts +0 -1
- package/System.Xml.Schema/bindings.json +0 -160
- package/System.Xml.Schema/internal/index.d.ts +6 -7
- package/System.Xml.Serialization/bindings.json +77 -717
- package/System.Xml.Serialization/internal/index.d.ts +21 -32
- package/System.Xml.Xsl/bindings.json +0 -60
- package/System.Xml.Xsl/internal/index.d.ts +1 -4
- package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
- package/package.json +2 -2
|
@@ -52,46 +52,6 @@
|
|
|
52
52
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
53
53
|
"isExtensionMethod": false,
|
|
54
54
|
"sourceInterface": "System.IDisposable"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid::Dispose():System.Void",
|
|
58
|
-
"clrName": "Dispose",
|
|
59
|
-
"metadataToken": 0,
|
|
60
|
-
"canonicalSignature": "():System.Void",
|
|
61
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
62
|
-
"emitScope": "ClassSurface",
|
|
63
|
-
"provenance": "BaseOverload",
|
|
64
|
-
"arity": 0,
|
|
65
|
-
"parameterCount": 0,
|
|
66
|
-
"isStatic": false,
|
|
67
|
-
"isAbstract": false,
|
|
68
|
-
"isVirtual": true,
|
|
69
|
-
"isOverride": false,
|
|
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",
|
|
92
|
-
"declaringClrType": "Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid",
|
|
93
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
94
|
-
"isExtensionMethod": false
|
|
95
55
|
}
|
|
96
56
|
],
|
|
97
57
|
"properties": [
|
|
@@ -173,46 +133,6 @@
|
|
|
173
133
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
174
134
|
"isExtensionMethod": false,
|
|
175
135
|
"sourceInterface": "System.IDisposable"
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid::Dispose():System.Void",
|
|
179
|
-
"clrName": "Dispose",
|
|
180
|
-
"metadataToken": 0,
|
|
181
|
-
"canonicalSignature": "():System.Void",
|
|
182
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
183
|
-
"emitScope": "ClassSurface",
|
|
184
|
-
"provenance": "BaseOverload",
|
|
185
|
-
"arity": 0,
|
|
186
|
-
"parameterCount": 0,
|
|
187
|
-
"isStatic": false,
|
|
188
|
-
"isAbstract": false,
|
|
189
|
-
"isVirtual": true,
|
|
190
|
-
"isOverride": false,
|
|
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",
|
|
213
|
-
"declaringClrType": "Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid",
|
|
214
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
215
|
-
"isExtensionMethod": false
|
|
216
136
|
}
|
|
217
137
|
],
|
|
218
138
|
"properties": [
|
|
@@ -314,46 +234,6 @@
|
|
|
314
234
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
315
235
|
"isExtensionMethod": false,
|
|
316
236
|
"sourceInterface": "System.IDisposable"
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
"stableId": "System.Security.Principal.Windows:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle::Dispose():System.Void",
|
|
320
|
-
"clrName": "Dispose",
|
|
321
|
-
"metadataToken": 0,
|
|
322
|
-
"canonicalSignature": "():System.Void",
|
|
323
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
324
|
-
"emitScope": "ClassSurface",
|
|
325
|
-
"provenance": "BaseOverload",
|
|
326
|
-
"arity": 0,
|
|
327
|
-
"parameterCount": 0,
|
|
328
|
-
"isStatic": false,
|
|
329
|
-
"isAbstract": false,
|
|
330
|
-
"isVirtual": true,
|
|
331
|
-
"isOverride": false,
|
|
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",
|
|
354
|
-
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeAccessTokenHandle",
|
|
355
|
-
"declaringAssemblyName": "System.Security.Principal.Windows",
|
|
356
|
-
"isExtensionMethod": false
|
|
357
237
|
}
|
|
358
238
|
],
|
|
359
239
|
"properties": [
|
|
@@ -485,46 +365,6 @@
|
|
|
485
365
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
486
366
|
"isExtensionMethod": false,
|
|
487
367
|
"sourceInterface": "System.IDisposable"
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeFileHandle::Dispose():System.Void",
|
|
491
|
-
"clrName": "Dispose",
|
|
492
|
-
"metadataToken": 0,
|
|
493
|
-
"canonicalSignature": "():System.Void",
|
|
494
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
495
|
-
"emitScope": "ClassSurface",
|
|
496
|
-
"provenance": "BaseOverload",
|
|
497
|
-
"arity": 0,
|
|
498
|
-
"parameterCount": 0,
|
|
499
|
-
"isStatic": false,
|
|
500
|
-
"isAbstract": false,
|
|
501
|
-
"isVirtual": true,
|
|
502
|
-
"isOverride": false,
|
|
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",
|
|
525
|
-
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeFileHandle",
|
|
526
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
527
|
-
"isExtensionMethod": false
|
|
528
368
|
}
|
|
529
369
|
],
|
|
530
370
|
"properties": [
|
|
@@ -636,46 +476,6 @@
|
|
|
636
476
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
637
477
|
"isExtensionMethod": false,
|
|
638
478
|
"sourceInterface": "System.IDisposable"
|
|
639
|
-
},
|
|
640
|
-
{
|
|
641
|
-
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid::Dispose():System.Void",
|
|
642
|
-
"clrName": "Dispose",
|
|
643
|
-
"metadataToken": 0,
|
|
644
|
-
"canonicalSignature": "():System.Void",
|
|
645
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
646
|
-
"emitScope": "ClassSurface",
|
|
647
|
-
"provenance": "BaseOverload",
|
|
648
|
-
"arity": 0,
|
|
649
|
-
"parameterCount": 0,
|
|
650
|
-
"isStatic": false,
|
|
651
|
-
"isAbstract": false,
|
|
652
|
-
"isVirtual": true,
|
|
653
|
-
"isOverride": false,
|
|
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",
|
|
676
|
-
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid",
|
|
677
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
678
|
-
"isExtensionMethod": false
|
|
679
479
|
}
|
|
680
480
|
],
|
|
681
481
|
"properties": [
|
|
@@ -757,46 +557,6 @@
|
|
|
757
557
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
758
558
|
"isExtensionMethod": false,
|
|
759
559
|
"sourceInterface": "System.IDisposable"
|
|
760
|
-
},
|
|
761
|
-
{
|
|
762
|
-
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid::Dispose():System.Void",
|
|
763
|
-
"clrName": "Dispose",
|
|
764
|
-
"metadataToken": 0,
|
|
765
|
-
"canonicalSignature": "():System.Void",
|
|
766
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
767
|
-
"emitScope": "ClassSurface",
|
|
768
|
-
"provenance": "BaseOverload",
|
|
769
|
-
"arity": 0,
|
|
770
|
-
"parameterCount": 0,
|
|
771
|
-
"isStatic": false,
|
|
772
|
-
"isAbstract": false,
|
|
773
|
-
"isVirtual": true,
|
|
774
|
-
"isOverride": false,
|
|
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",
|
|
797
|
-
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid",
|
|
798
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
799
|
-
"isExtensionMethod": false
|
|
800
560
|
}
|
|
801
561
|
],
|
|
802
562
|
"properties": [
|
|
@@ -898,46 +658,6 @@
|
|
|
898
658
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
899
659
|
"isExtensionMethod": false,
|
|
900
660
|
"sourceInterface": "System.IDisposable"
|
|
901
|
-
},
|
|
902
|
-
{
|
|
903
|
-
"stableId": "System.IO.MemoryMappedFiles:Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle::Dispose():System.Void",
|
|
904
|
-
"clrName": "Dispose",
|
|
905
|
-
"metadataToken": 0,
|
|
906
|
-
"canonicalSignature": "():System.Void",
|
|
907
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
908
|
-
"emitScope": "ClassSurface",
|
|
909
|
-
"provenance": "BaseOverload",
|
|
910
|
-
"arity": 0,
|
|
911
|
-
"parameterCount": 0,
|
|
912
|
-
"isStatic": false,
|
|
913
|
-
"isAbstract": false,
|
|
914
|
-
"isVirtual": true,
|
|
915
|
-
"isOverride": false,
|
|
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",
|
|
938
|
-
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle",
|
|
939
|
-
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
940
|
-
"isExtensionMethod": false
|
|
941
661
|
}
|
|
942
662
|
],
|
|
943
663
|
"properties": [
|
|
@@ -1039,46 +759,6 @@
|
|
|
1039
759
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1040
760
|
"isExtensionMethod": false,
|
|
1041
761
|
"sourceInterface": "System.IDisposable"
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
"stableId": "System.IO.MemoryMappedFiles:Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle::Dispose():System.Void",
|
|
1045
|
-
"clrName": "Dispose",
|
|
1046
|
-
"metadataToken": 0,
|
|
1047
|
-
"canonicalSignature": "():System.Void",
|
|
1048
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1049
|
-
"emitScope": "ClassSurface",
|
|
1050
|
-
"provenance": "BaseOverload",
|
|
1051
|
-
"arity": 0,
|
|
1052
|
-
"parameterCount": 0,
|
|
1053
|
-
"isStatic": false,
|
|
1054
|
-
"isAbstract": false,
|
|
1055
|
-
"isVirtual": true,
|
|
1056
|
-
"isOverride": false,
|
|
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",
|
|
1079
|
-
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle",
|
|
1080
|
-
"declaringAssemblyName": "System.IO.MemoryMappedFiles",
|
|
1081
|
-
"isExtensionMethod": false
|
|
1082
762
|
}
|
|
1083
763
|
],
|
|
1084
764
|
"properties": [],
|
|
@@ -1151,75 +831,35 @@
|
|
|
1151
831
|
"arity": 0,
|
|
1152
832
|
"parameterCount": 0,
|
|
1153
833
|
"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
|
-
},
|
|
1163
|
-
{
|
|
1164
|
-
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
1165
|
-
"clrName": "Dispose",
|
|
1166
|
-
"metadataToken": 100668530,
|
|
1167
|
-
"canonicalSignature": "():System.Void",
|
|
1168
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1169
|
-
"emitScope": "ViewOnly",
|
|
1170
|
-
"provenance": "ExplicitView",
|
|
1171
|
-
"arity": 0,
|
|
1172
|
-
"parameterCount": 0,
|
|
1173
|
-
"isStatic": false,
|
|
1174
|
-
"isAbstract": false,
|
|
1175
|
-
"isVirtual": true,
|
|
1176
|
-
"isOverride": false,
|
|
1177
|
-
"isSealed": false,
|
|
1178
|
-
"visibility": "Public",
|
|
1179
|
-
"declaringClrType": "System.IDisposable",
|
|
1180
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1181
|
-
"isExtensionMethod": false,
|
|
1182
|
-
"sourceInterface": "System.IDisposable"
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
"stableId": "System.Security.Cryptography:Microsoft.Win32.SafeHandles.SafeNCryptHandle::Dispose():System.Void",
|
|
1186
|
-
"clrName": "Dispose",
|
|
1187
|
-
"metadataToken": 0,
|
|
1188
|
-
"canonicalSignature": "():System.Void",
|
|
1189
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1190
|
-
"emitScope": "ClassSurface",
|
|
1191
|
-
"provenance": "BaseOverload",
|
|
1192
|
-
"arity": 0,
|
|
1193
|
-
"parameterCount": 0,
|
|
1194
|
-
"isStatic": false,
|
|
1195
|
-
"isAbstract": false,
|
|
834
|
+
"isAbstract": true,
|
|
1196
835
|
"isVirtual": true,
|
|
1197
836
|
"isOverride": false,
|
|
1198
837
|
"isSealed": false,
|
|
1199
|
-
"visibility": "
|
|
838
|
+
"visibility": "Protected",
|
|
1200
839
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeNCryptHandle",
|
|
1201
840
|
"declaringAssemblyName": "System.Security.Cryptography",
|
|
1202
841
|
"isExtensionMethod": false
|
|
1203
842
|
},
|
|
1204
843
|
{
|
|
1205
|
-
"stableId": "System.
|
|
844
|
+
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
1206
845
|
"clrName": "Dispose",
|
|
1207
|
-
"metadataToken":
|
|
1208
|
-
"canonicalSignature": "(
|
|
1209
|
-
"normalizedSignature": "Dispose|(
|
|
1210
|
-
"emitScope": "
|
|
1211
|
-
"provenance": "
|
|
846
|
+
"metadataToken": 100668530,
|
|
847
|
+
"canonicalSignature": "():System.Void",
|
|
848
|
+
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
849
|
+
"emitScope": "ViewOnly",
|
|
850
|
+
"provenance": "ExplicitView",
|
|
1212
851
|
"arity": 0,
|
|
1213
|
-
"parameterCount":
|
|
852
|
+
"parameterCount": 0,
|
|
1214
853
|
"isStatic": false,
|
|
1215
854
|
"isAbstract": false,
|
|
1216
855
|
"isVirtual": true,
|
|
1217
856
|
"isOverride": false,
|
|
1218
857
|
"isSealed": false,
|
|
1219
|
-
"visibility": "
|
|
1220
|
-
"declaringClrType": "
|
|
1221
|
-
"declaringAssemblyName": "System.
|
|
1222
|
-
"isExtensionMethod": false
|
|
858
|
+
"visibility": "Public",
|
|
859
|
+
"declaringClrType": "System.IDisposable",
|
|
860
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
861
|
+
"isExtensionMethod": false,
|
|
862
|
+
"sourceInterface": "System.IDisposable"
|
|
1223
863
|
}
|
|
1224
864
|
],
|
|
1225
865
|
"properties": [],
|
|
@@ -1312,46 +952,6 @@
|
|
|
1312
952
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1313
953
|
"isExtensionMethod": false,
|
|
1314
954
|
"sourceInterface": "System.IDisposable"
|
|
1315
|
-
},
|
|
1316
|
-
{
|
|
1317
|
-
"stableId": "System.Security.Cryptography:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle::Dispose():System.Void",
|
|
1318
|
-
"clrName": "Dispose",
|
|
1319
|
-
"metadataToken": 0,
|
|
1320
|
-
"canonicalSignature": "():System.Void",
|
|
1321
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1322
|
-
"emitScope": "ClassSurface",
|
|
1323
|
-
"provenance": "BaseOverload",
|
|
1324
|
-
"arity": 0,
|
|
1325
|
-
"parameterCount": 0,
|
|
1326
|
-
"isStatic": false,
|
|
1327
|
-
"isAbstract": false,
|
|
1328
|
-
"isVirtual": true,
|
|
1329
|
-
"isOverride": false,
|
|
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",
|
|
1352
|
-
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle",
|
|
1353
|
-
"declaringAssemblyName": "System.Security.Cryptography",
|
|
1354
|
-
"isExtensionMethod": false
|
|
1355
955
|
}
|
|
1356
956
|
],
|
|
1357
957
|
"properties": [],
|
|
@@ -1444,46 +1044,6 @@
|
|
|
1444
1044
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1445
1045
|
"isExtensionMethod": false,
|
|
1446
1046
|
"sourceInterface": "System.IDisposable"
|
|
1447
|
-
},
|
|
1448
|
-
{
|
|
1449
|
-
"stableId": "System.Security.Cryptography:Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle::Dispose():System.Void",
|
|
1450
|
-
"clrName": "Dispose",
|
|
1451
|
-
"metadataToken": 0,
|
|
1452
|
-
"canonicalSignature": "():System.Void",
|
|
1453
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1454
|
-
"emitScope": "ClassSurface",
|
|
1455
|
-
"provenance": "BaseOverload",
|
|
1456
|
-
"arity": 0,
|
|
1457
|
-
"parameterCount": 0,
|
|
1458
|
-
"isStatic": false,
|
|
1459
|
-
"isAbstract": false,
|
|
1460
|
-
"isVirtual": true,
|
|
1461
|
-
"isOverride": false,
|
|
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",
|
|
1484
|
-
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle",
|
|
1485
|
-
"declaringAssemblyName": "System.Security.Cryptography",
|
|
1486
|
-
"isExtensionMethod": false
|
|
1487
1047
|
}
|
|
1488
1048
|
],
|
|
1489
1049
|
"properties": [],
|
|
@@ -1565,46 +1125,6 @@
|
|
|
1565
1125
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1566
1126
|
"isExtensionMethod": false,
|
|
1567
1127
|
"sourceInterface": "System.IDisposable"
|
|
1568
|
-
},
|
|
1569
|
-
{
|
|
1570
|
-
"stableId": "System.Security.Cryptography:Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle::Dispose():System.Void",
|
|
1571
|
-
"clrName": "Dispose",
|
|
1572
|
-
"metadataToken": 0,
|
|
1573
|
-
"canonicalSignature": "():System.Void",
|
|
1574
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1575
|
-
"emitScope": "ClassSurface",
|
|
1576
|
-
"provenance": "BaseOverload",
|
|
1577
|
-
"arity": 0,
|
|
1578
|
-
"parameterCount": 0,
|
|
1579
|
-
"isStatic": false,
|
|
1580
|
-
"isAbstract": false,
|
|
1581
|
-
"isVirtual": true,
|
|
1582
|
-
"isOverride": false,
|
|
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",
|
|
1605
|
-
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle",
|
|
1606
|
-
"declaringAssemblyName": "System.Security.Cryptography",
|
|
1607
|
-
"isExtensionMethod": false
|
|
1608
1128
|
}
|
|
1609
1129
|
],
|
|
1610
1130
|
"properties": [],
|
|
@@ -1721,7 +1241,7 @@
|
|
|
1721
1241
|
"isAbstract": false,
|
|
1722
1242
|
"isVirtual": true,
|
|
1723
1243
|
"isOverride": false,
|
|
1724
|
-
"isSealed":
|
|
1244
|
+
"isSealed": true,
|
|
1725
1245
|
"visibility": "Public",
|
|
1726
1246
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafePipeHandle",
|
|
1727
1247
|
"declaringAssemblyName": "System.IO.Pipes",
|
|
@@ -1838,46 +1358,6 @@
|
|
|
1838
1358
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1839
1359
|
"isExtensionMethod": false,
|
|
1840
1360
|
"sourceInterface": "System.IDisposable"
|
|
1841
|
-
},
|
|
1842
|
-
{
|
|
1843
|
-
"stableId": "System.Diagnostics.Process:Microsoft.Win32.SafeHandles.SafeProcessHandle::Dispose():System.Void",
|
|
1844
|
-
"clrName": "Dispose",
|
|
1845
|
-
"metadataToken": 0,
|
|
1846
|
-
"canonicalSignature": "():System.Void",
|
|
1847
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1848
|
-
"emitScope": "ClassSurface",
|
|
1849
|
-
"provenance": "BaseOverload",
|
|
1850
|
-
"arity": 0,
|
|
1851
|
-
"parameterCount": 0,
|
|
1852
|
-
"isStatic": false,
|
|
1853
|
-
"isAbstract": false,
|
|
1854
|
-
"isVirtual": true,
|
|
1855
|
-
"isOverride": false,
|
|
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",
|
|
1878
|
-
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeProcessHandle",
|
|
1879
|
-
"declaringAssemblyName": "System.Diagnostics.Process",
|
|
1880
|
-
"isExtensionMethod": false
|
|
1881
1361
|
}
|
|
1882
1362
|
],
|
|
1883
1363
|
"properties": [],
|
|
@@ -1970,46 +1450,6 @@
|
|
|
1970
1450
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1971
1451
|
"isExtensionMethod": false,
|
|
1972
1452
|
"sourceInterface": "System.IDisposable"
|
|
1973
|
-
},
|
|
1974
|
-
{
|
|
1975
|
-
"stableId": "Microsoft.Win32.Registry:Microsoft.Win32.SafeHandles.SafeRegistryHandle::Dispose():System.Void",
|
|
1976
|
-
"clrName": "Dispose",
|
|
1977
|
-
"metadataToken": 0,
|
|
1978
|
-
"canonicalSignature": "():System.Void",
|
|
1979
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1980
|
-
"emitScope": "ClassSurface",
|
|
1981
|
-
"provenance": "BaseOverload",
|
|
1982
|
-
"arity": 0,
|
|
1983
|
-
"parameterCount": 0,
|
|
1984
|
-
"isStatic": false,
|
|
1985
|
-
"isAbstract": false,
|
|
1986
|
-
"isVirtual": true,
|
|
1987
|
-
"isOverride": false,
|
|
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",
|
|
2010
|
-
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeRegistryHandle",
|
|
2011
|
-
"declaringAssemblyName": "Microsoft.Win32.Registry",
|
|
2012
|
-
"isExtensionMethod": false
|
|
2013
1453
|
}
|
|
2014
1454
|
],
|
|
2015
1455
|
"properties": [],
|
|
@@ -2102,46 +1542,6 @@
|
|
|
2102
1542
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2103
1543
|
"isExtensionMethod": false,
|
|
2104
1544
|
"sourceInterface": "System.IDisposable"
|
|
2105
|
-
},
|
|
2106
|
-
{
|
|
2107
|
-
"stableId": "System.Private.CoreLib:Microsoft.Win32.SafeHandles.SafeWaitHandle::Dispose():System.Void",
|
|
2108
|
-
"clrName": "Dispose",
|
|
2109
|
-
"metadataToken": 0,
|
|
2110
|
-
"canonicalSignature": "():System.Void",
|
|
2111
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
2112
|
-
"emitScope": "ClassSurface",
|
|
2113
|
-
"provenance": "BaseOverload",
|
|
2114
|
-
"arity": 0,
|
|
2115
|
-
"parameterCount": 0,
|
|
2116
|
-
"isStatic": false,
|
|
2117
|
-
"isAbstract": false,
|
|
2118
|
-
"isVirtual": true,
|
|
2119
|
-
"isOverride": false,
|
|
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",
|
|
2142
|
-
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeWaitHandle",
|
|
2143
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2144
|
-
"isExtensionMethod": false
|
|
2145
1545
|
}
|
|
2146
1546
|
],
|
|
2147
1547
|
"properties": [],
|
|
@@ -2269,7 +1669,7 @@
|
|
|
2269
1669
|
"isAbstract": false,
|
|
2270
1670
|
"isVirtual": true,
|
|
2271
1671
|
"isOverride": false,
|
|
2272
|
-
"isSealed":
|
|
1672
|
+
"isSealed": true,
|
|
2273
1673
|
"visibility": "Public",
|
|
2274
1674
|
"declaringClrType": "Microsoft.Win32.SafeHandles.SafeX509ChainHandle",
|
|
2275
1675
|
"declaringAssemblyName": "System.Security.Cryptography",
|