Microsoft.Win32.Registry
6.0.0-preview.5.21301.5
Requires NuGet 2.12 or higher.
dotnet add package Microsoft.Win32.Registry --version 6.0.0-preview.5.21301.5
NuGet\Install-Package Microsoft.Win32.Registry -Version 6.0.0-preview.5.21301.5
<PackageReference Include="Microsoft.Win32.Registry" Version="6.0.0-preview.5.21301.5" />
paket add Microsoft.Win32.Registry --version 6.0.0-preview.5.21301.5
#r "nuget: Microsoft.Win32.Registry, 6.0.0-preview.5.21301.5"
// Install Microsoft.Win32.Registry as a Cake Addin
#addin nuget:?package=Microsoft.Win32.Registry&version=6.0.0-preview.5.21301.5&prerelease
// Install Microsoft.Win32.Registry as a Cake Tool
#tool nuget:?package=Microsoft.Win32.Registry&version=6.0.0-preview.5.21301.5&prerelease
Provides support for accessing and modifying the Windows Registry.
Commonly Used Types:
Microsoft.Win32.RegistryKey
Microsoft.Win32.Registry
Microsoft.Win32.RegistryValueKind
Microsoft.Win32.RegistryHive
Microsoft.Win32.RegistryView
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.0
- System.Memory (>= 4.5.4)
- System.Security.AccessControl (>= 6.0.0-preview.5.21301.5)
- System.Security.Principal.Windows (>= 6.0.0-preview.5.21301.5)
-
.NETCoreApp 2.1
- System.Security.AccessControl (>= 6.0.0-preview.5.21301.5)
- System.Security.Principal.Windows (>= 6.0.0-preview.5.21301.5)
-
.NETFramework 4.6.1
- System.Security.AccessControl (>= 6.0.0-preview.5.21301.5)
- System.Security.Principal.Windows (>= 6.0.0-preview.5.21301.5)
-
.NETStandard 2.0
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
- System.Security.AccessControl (>= 6.0.0-preview.5.21301.5)
- System.Security.Principal.Windows (>= 6.0.0-preview.5.21301.5)
-
MonoAndroid 1.0
- System.Buffers (>= 4.5.1)
- System.Security.AccessControl (>= 6.0.0-preview.5.21301.5)
- System.Security.Principal.Windows (>= 6.0.0-preview.5.21301.5)
-
MonoTouch 1.0
- System.Buffers (>= 4.5.1)
- System.Security.AccessControl (>= 6.0.0-preview.5.21301.5)
- System.Security.Principal.Windows (>= 6.0.0-preview.5.21301.5)
-
UAP 10.0.16299
- System.Memory (>= 4.5.4)
- System.Security.AccessControl (>= 6.0.0-preview.5.21301.5)
- System.Security.Principal.Windows (>= 6.0.0-preview.5.21301.5)
-
Xamarin.iOS 1.0
- System.Buffers (>= 4.5.1)
- System.Security.AccessControl (>= 6.0.0-preview.5.21301.5)
- System.Security.Principal.Windows (>= 6.0.0-preview.5.21301.5)
-
Xamarin.Mac 2.0
- System.Buffers (>= 4.5.1)
- System.Security.AccessControl (>= 6.0.0-preview.5.21301.5)
- System.Security.Principal.Windows (>= 6.0.0-preview.5.21301.5)
-
Xamarin.TVOS 1.0
- System.Buffers (>= 4.5.1)
- System.Security.AccessControl (>= 6.0.0-preview.5.21301.5)
- System.Security.Principal.Windows (>= 6.0.0-preview.5.21301.5)
-
Xamarin.WatchOS 1.0
- System.Buffers (>= 4.5.1)
- System.Security.AccessControl (>= 6.0.0-preview.5.21301.5)
- System.Security.Principal.Windows (>= 6.0.0-preview.5.21301.5)
NuGet packages (626)
Showing the top 5 NuGet packages that depend on Microsoft.Win32.Registry:
Package | Downloads |
---|---|
System.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: System.Data.SqlClient.SqlConnection System.Data.SqlClient.SqlException System.Data.SqlClient.SqlParameter System.Data.SqlDbType System.Data.SqlClient.SqlDataReader System.Data.SqlClient.SqlCommand System.Data.SqlClient.SqlTransaction System.Data.SqlClient.SqlParameterCollection System.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4. |
|
System.Diagnostics.Process
Provides the System.Diagnostics.Process class, which allows interaction with local and remote processes. Commonly Used Types: System.Diagnostics.Process System.Diagnostics.ProcessModule System.Diagnostics.ProcessStartInfo System.Diagnostics.ProcessThread When using NuGet 3.x this package requires at least version 3.4. |
|
Microsoft.AspNetCore.DataProtection
ASP.NET Core logic to protect and unprotect data, similar to DPAPI. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/7c810658463f35c39c54d5fb8a8dbbfd463bf747 |
|
Microsoft.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4. |
|
Microsoft.Build.Framework
This package contains the Microsoft.Build.Framework assembly which is a common assembly used by other MSBuild assemblies. |
GitHub repositories (226)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Win32.Registry:
Repository | Stars |
---|---|
PowerShell/PowerShell
PowerShell for every system!
|
|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
OpenRA/OpenRA
Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
|
|
BeyondDimension/SteamTools
🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。
|
|
ppy/osu
rhythm is just a *click* away!
|
Version | Downloads | Last updated |
---|---|---|
6.0.0-preview.5.21301.5 | 536,512 | 6/15/2021 |
6.0.0-preview.4.21253.7 | 37,509 | 5/24/2021 |
6.0.0-preview.3.21201.4 | 82,090 | 4/8/2021 |
6.0.0-preview.2.21154.6 | 78,984 | 3/11/2021 |
6.0.0-preview.1.21102.12 | 48,777 | 2/12/2021 |
5.0.0 | 161,276,016 | 11/9/2020 |
5.0.0-rc.2.20475.5 | 74,743 | 10/13/2020 |
5.0.0-rc.1.20451.14 | 93,781 | 9/14/2020 |
5.0.0-preview.8.20407.11 | 56,781 | 8/25/2020 |
5.0.0-preview.7.20364.11 | 78,494 | 7/21/2020 |
5.0.0-preview.6.20305.6 | 157,925 | 6/25/2020 |
5.0.0-preview.5.20278.1 | 15,917 | 6/10/2020 |
5.0.0-preview.4.20251.6 | 41,789 | 5/18/2020 |
5.0.0-preview.3.20214.6 | 44,668 | 4/23/2020 |
5.0.0-preview.2.20160.6 | 50,531 | 4/2/2020 |
5.0.0-preview.1.20120.5 | 31,554 | 3/16/2020 |
4.7.0 | 304,368,613 | 12/3/2019 |
4.7.0-preview3.19551.4 | 94,339 | 11/13/2019 |
4.7.0-preview2.19523.17 | 24,333 | 11/1/2019 |
4.7.0-preview1.19504.10 | 48,083 | 10/15/2019 |
4.6.0 | 36,339,733 | 9/23/2019 |
4.6.0-rc1.19456.4 | 75,858 | 9/16/2019 |
4.6.0-preview9.19421.4 | 44,819 | 9/4/2019 |
4.6.0-preview9.19416.11 | 720 | 9/4/2019 |
4.6.0-preview8.19405.3 | 123,757 | 8/13/2019 |
4.6.0-preview7.19362.9 | 118,402 | 7/23/2019 |
4.6.0-preview6.19303.8 | 922,768 | 6/12/2019 |
4.6.0-preview6.19264.9 | 723 | 9/4/2019 |
4.6.0-preview5.19224.8 | 137,809 | 5/6/2019 |
4.6.0-preview4.19212.13 | 181,660 | 4/18/2019 |
4.6.0-preview3.19128.7 | 105,146 | 3/6/2019 |
4.6.0-preview.19073.11 | 52,682 | 1/29/2019 |
4.6.0-preview.18571.3 | 73,344 | 12/3/2018 |
4.5.0 | 242,265,208 | 5/29/2018 |
4.5.0-rc1 | 257,961 | 5/6/2018 |
4.5.0-preview2-26406-04 | 263,800 | 4/10/2018 |
4.5.0-preview1-26216-02 | 396,505 | 2/26/2018 |
4.5.0-preview1-25914-04 | 346,223 | 11/15/2017 |
4.4.0 | 131,987,413 | 8/11/2017 |
4.4.0-preview2-25405-01 | 94,012 | 6/27/2017 |
4.4.0-preview1-25305-02 | 264,264 | 5/9/2017 |
4.3.0 | 184,453,629 | 11/15/2016 |
4.3.0-preview1-24530-04 | 99,650 | 10/24/2016 |
4.0.0 | 238,773,054 | 6/27/2016 |
4.0.0-rc2-24027 | 3,049,997 | 5/16/2016 |
4.0.0-beta-23516 | 1,105,588 | 11/18/2015 |
4.0.0-beta-23409 | 118,418 | 10/15/2015 |
4.0.0-beta-23225 | 113,327 | 9/1/2015 |
4.0.0-beta-23123 | 27,326 | 7/29/2015 |
4.0.0-beta-23109 | 90,346 | 7/27/2015 |
4.0.0-beta-23019 | 43,589 | 6/30/2015 |
4.0.0-beta-22816 | 38,131 | 4/24/2015 |
4.0.0-beta-22605 | 14,846 | 2/13/2015 |
4.0.0-beta-22416 | 8,515 | 1/16/2015 |
4.0.0-beta-22231 | 28,801 | 11/11/2014 |