Redpoint.Registry 2024.1323.910

Prefix Reserved
dotnet add package Redpoint.Registry --version 2024.1323.910                
NuGet\Install-Package Redpoint.Registry -Version 2024.1323.910                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Redpoint.Registry" Version="2024.1323.910" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Redpoint.Registry --version 2024.1323.910                
#r "nuget: Redpoint.Registry, 2024.1323.910"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Redpoint.Registry as a Cake Addin
#addin nuget:?package=Redpoint.Registry&version=2024.1323.910

// Install Redpoint.Registry as a Cake Tool
#tool nuget:?package=Redpoint.Registry&version=2024.1323.910                

Redpoint.Registry

This library provides an easy way to access nested registry keys without having to individually open each component on the registry path.

Example

You can open an arbitrary registry key in read-only mode as shown below.

using (var stack = RegistryStack.OpenPath("HKCU:\SOFTWARE\MyCompany\SomeKey"))
{
    if (stack.Exists)
    {
        // Access the key in read-only mode via Key.
        var key = stack.Key;
    }
}

If you want to open the key in read-write mode, pass writable: true.

using (var stack = RegistryStack.OpenPath("HKCU:\SOFTWARE\MyCompany\SomeKey", writable: true))
{
    if (stack.Exists)
    {
        // Access the key in read-write mode via Key.
        var key = stack.Key;
    }
}

If you want to create the key if it does not exist, pass create: true. This infers writable: true.

using (var stack = RegistryStack.OpenPath("HKCU:\SOFTWARE\MyCompany\SomeKey", create: true))
{
    // Access the key in read-write mode via Key.
    var key = stack.Key;
}
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2024.1323.910 68 11/18/2024
2024.1323.653 66 11/18/2024
2024.1323.185 64 11/18/2024
2024.1323.49 67 11/18/2024
2024.1322.714 68 11/17/2024
2024.1320.653 66 11/15/2024
2024.1320.619 64 11/15/2024
2024.1320.601 68 11/15/2024
2024.1320.159 65 11/15/2024
2024.1320.98 67 11/15/2024
2024.1320.2 74 11/15/2024
2024.1319.1431 65 11/15/2024
2024.1319.1335 68 11/14/2024
2024.1317.631 72 11/12/2024
2024.1316.330 78 11/11/2024
2024.1311.540 64 11/6/2024
2024.1306.225 70 11/1/2024
2024.1306.199 64 11/1/2024
2024.1306.171 61 11/1/2024
2024.1306.117 68 11/1/2024
2024.1305.506 69 10/31/2024
2024.1305.502 68 10/31/2024
2024.1305.465 76 10/31/2024
2024.1305.442 66 10/31/2024
2024.1305.399 71 10/31/2024
2024.1299.1070 74 10/25/2024
2024.1289.621 77 10/15/2024
2024.1289.338 83 10/15/2024
2024.1277.836 86 10/5/2024
2024.1277.711 78 10/3/2024
2024.1277.695 79 10/3/2024
2024.1270.409 84 9/26/2024
2024.1269.621 85 9/25/2024
2024.1269.619 78 9/25/2024
2024.1269.605 80 9/25/2024
2024.1242.282 103 8/29/2024
2024.1242.261 95 8/29/2024
2024.1242.233 84 8/29/2024
2024.1238.829 123 8/25/2024
2024.1238.327 108 8/25/2024
2024.1225.297 111 8/12/2024
2024.1205.140 98 7/23/2024
2024.1204.110 100 7/22/2024
2024.1204.62 104 7/22/2024
2024.1190.491 105 7/8/2024
2024.1177.305 103 6/25/2024
2024.1168.700 112 6/16/2024
2024.1168.649 97 6/16/2024
2024.1168.535 104 6/16/2024
2024.1167.643 97 6/15/2024
2024.1166.989 94 6/14/2024
2024.1166.818 99 6/14/2024
2024.1166.535 102 6/14/2024
2024.1166.422 98 6/14/2024
2024.1166.362 104 6/14/2024
2024.1166.360 90 6/14/2024
2024.1165.1212 99 6/13/2024
2024.1165.1160 96 6/13/2024
2024.1165.1019 94 6/13/2024
2024.1165.978 92 6/13/2024
2024.1165.920 94 6/13/2024
2024.1165.908 88 6/13/2024
2024.1165.873 88 6/13/2024
2024.1165.830 89 6/13/2024
2024.1165.806 95 6/13/2024
2024.1165.794 91 6/13/2024
2024.1165.792 93 6/13/2024
2024.1165.761 95 6/13/2024
2024.1165.743 93 6/13/2024
2024.1165.735 86 6/13/2024
2024.1165.713 89 6/13/2024
2024.1165.640 94 6/13/2024
2024.1165.574 93 6/13/2024
2024.1165.466 91 6/13/2024
2024.1165.417 92 6/13/2024
2024.1165.392 86 6/13/2024
2024.1164.341 85 6/12/2024
2024.1155.941 101 6/3/2024
2024.1140.783 92 5/19/2024
2024.1140.692 90 5/19/2024
2024.1140.673 95 5/19/2024
2024.1129.506 111 5/8/2024
2024.1128.831 112 5/7/2024
2024.1124.465 76 5/3/2024
2024.1123.1162 68 5/2/2024
2024.1123.1117 66 5/2/2024
2024.1123.1050 63 5/2/2024
2024.1122.352 87 5/1/2024
2024.1122.233 96 5/1/2024
2024.1115.1101 103 4/24/2024
2024.1115.1048 90 4/24/2024
2024.1115.932 96 4/24/2024
2024.1115.858 102 4/24/2024
2024.1115.665 99 4/24/2024
2024.1115.648 90 4/24/2024
2024.1115.591 90 4/24/2024
2024.1101.390 105 4/10/2024
2024.1100.741 105 4/9/2024
2024.1099.526 111 4/8/2024
2024.1099.466 103 4/8/2024
2024.1098.573 98 4/7/2024
2024.1095.977 97 4/4/2024
2024.1095.847 113 4/4/2024
2024.1095.604 110 4/4/2024
2024.1095.485 110 4/4/2024
2024.1094.930 98 4/3/2024
2024.1094.910 95 4/3/2024
2024.1094.387 91 4/3/2024
2024.1094.313 85 4/3/2024
2024.1093.520 95 4/2/2024
2024.1092.240 103 4/1/2024
2024.1089.1425 118 3/29/2024
2024.1089.983 94 3/29/2024
2024.1089.942 78 3/29/2024
2024.1089.2 101 3/29/2024
2024.1088.1343 100 3/28/2024
2024.1088.1139 95 3/28/2024
2024.1088.875 100 3/28/2024
2024.1088.700 106 3/28/2024
2024.1088.603 91 3/28/2024
2024.1088.590 92 3/28/2024
2024.1088.575 123 3/28/2024
2024.1088.561 101 3/28/2024
2024.1088.506 91 3/28/2024
2024.1088.18 87 3/28/2024
2024.1087.1181 109 3/27/2024
2024.1087.1173 102 3/27/2024
2024.1087.1143 113 3/27/2024
2024.1087.1108 104 3/27/2024
2024.1087.950 108 3/27/2024
2024.1087.939 113 3/27/2024
2024.1087.252 117 3/27/2024
2024.1070.736 118 3/10/2024
2024.1049.1437 122 2/19/2024
2024.1036.571 118 2/5/2024
2024.1036.508 111 2/5/2024
2024.1032.1204 109 2/1/2024
2024.1032.1133 103 2/1/2024
2024.1032.1122 108 2/1/2024
2024.1032.1071 102 2/1/2024
2024.1032.940 92 2/1/2024
2024.1031.912 97 1/31/2024
2024.1031.893 93 1/31/2024
2024.1031.851 102 1/31/2024
2024.1031.829 87 1/31/2024
2024.1031.386 100 1/31/2024
2024.1031.318 97 1/31/2024
2024.1017.460 117 1/17/2024
2024.1017.420 106 1/17/2024
2024.1017.163 111 1/17/2024
2024.1016.414 104 1/16/2024
2024.1012.167 107 1/12/2024
2024.1011.406 111 1/11/2024
2024.1010.315 124 1/10/2024
2024.1010.259 101 1/10/2024
2023.1342.464 166 12/8/2023
2023.1328.245 129 11/24/2023
2023.1316.1053 119 11/12/2023
2023.1316.1000 110 11/12/2023
2023.1316.804 107 11/12/2023
2023.1284.241 131 10/11/2023
2023.1284.203 109 10/11/2023
2023.1284.74 125 10/11/2023
2023.1284.30 125 10/11/2023
2023.1283.895 126 10/10/2023
2023.1283.587 137 10/10/2023
2023.1268.372 113 9/25/2023
2023.1262.381 118 9/21/2023
2023.1262.288 93 9/19/2023
2023.1261.674 105 9/18/2023
2023.1261.614 109 9/18/2023
2023.1261.495 118 9/18/2023
2023.1261.471 104 9/18/2023
2023.1261.322 117 9/18/2023
2023.1260.175 119 9/17/2023
2023.1259.566 105 9/16/2023
2023.1258.1173 136 9/15/2023
2023.1258.1116 136 9/15/2023
2023.1258.1081 123 9/15/2023
2023.1258.538 118 9/15/2023
2023.1258.430 126 9/15/2023
2023.1258.206 125 9/15/2023
2023.1257.477 116 9/14/2023
2023.1257.430 121 9/14/2023
2023.1256.768 133 9/13/2023
2023.1256.175 130 9/13/2023
2023.1255.1074 118 9/12/2023
2023.1254.1303 127 9/11/2023
2023.1254.1257 129 9/11/2023
2023.1254.1238 129 9/11/2023
2023.1253.553 121 9/10/2023
2023.1253.140 125 9/10/2023
2023.1253.51 126 9/10/2023
2023.1251.982 126 9/8/2023
2023.1251.932 122 9/8/2023
2023.1251.828 127 9/8/2023
2023.1251.711 120 9/8/2023
2023.1251.650 121 9/8/2023
2023.1251.629 118 9/8/2023
2023.1251.618 119 9/8/2023
2023.1251.347 122 9/8/2023
2023.1251.332 126 9/8/2023
2023.1250.262 123 9/7/2023
2023.1249.1046 110 9/6/2023
2023.1249.954 120 9/6/2023
2023.1243.508 128 8/31/2023
2023.1243.495 137 8/31/2023
2023.1243.473 131 8/31/2023
2023.1243.432 123 8/31/2023
2023.1243.421 125 8/31/2023
2023.1243.409 124 8/31/2023
2023.1233.816 162 8/21/2023
2023.1229.371 136 8/21/2023
2023.1208.344 139 7/27/2023
2023.1208.305 122 7/27/2023
2023.1208.293 139 7/27/2023
2023.1208.207 132 7/27/2023
2023.1207.1040 155 7/26/2023
2023.1207.1023 151 7/26/2023
2023.1207.995 153 7/26/2023
2023.1207.991 149 7/26/2023
2023.1207.969 143 7/26/2023
2023.1207.739 140 7/26/2023
2023.1207.726 137 7/26/2023
2023.1207.445 145 7/26/2023
2023.1207.424 140 7/26/2023
2023.1206.700 162 7/25/2023
2023.1206.569 157 7/25/2023
2023.1206.556 155 7/25/2023
2023.1203.1299 152 7/22/2023
2023.1203.1239 150 7/22/2023
2023.1203.1230 145 7/22/2023
2023.1203.1147 156 7/22/2023
2023.1203.948 153 7/22/2023
2023.1203.925 152 7/22/2023
2023.1203.686 145 7/22/2023
2023.1203.613 153 7/22/2023
2023.1202.725 157 7/21/2023
2023.1200.1054 158 7/19/2023
2023.1200.517 145 7/19/2023
2023.1200.473 155 7/19/2023
2023.1199.634 142 7/18/2023
2023.1199.605 134 7/18/2023
2023.1199.586 155 7/18/2023
2023.1199.399 140 7/18/2023
2023.1199.391 144 7/18/2023
2023.1195.604 137 7/14/2023
2023.1195.219 145 7/14/2023
2023.1195.198 136 7/14/2023
2023.1195.182 129 7/14/2023
2023.1195.177 152 7/14/2023
2023.1195.151 152 7/14/2023
2023.1195.19 157 7/14/2023
2023.1194.1031 157 7/13/2023
2023.1194.1009 151 7/13/2023
2023.1194.1002 141 7/13/2023
2023.1194.988 143 7/13/2023
2023.1193.613 152 7/12/2023
2023.1193.573 148 7/12/2023
2023.1193.561 135 7/12/2023
2023.1193.532 133 7/12/2023
2023.1193.450 139 7/12/2023
2023.1193.414 142 7/12/2023
2023.1192.1015 148 7/11/2023
2023.1192.371 174 7/11/2023
2023.1191.429 149 7/10/2023
2023.1189.1071 140 7/8/2023
2023.1189.1061 140 7/8/2023
2023.1189.897 146 7/8/2023
2023.1189.849 149 7/8/2023
2023.1189.844 145 7/8/2023
2023.1188.246 152 7/7/2023
2023.1186.457 125 7/5/2023
2023.1185.1089 142 7/4/2023
2023.1185.804 143 7/4/2023
2023.1183.958 146 7/2/2023
2023.1183.957 140 7/2/2023
2023.1183.952 141 7/2/2023
2023.1183.926 152 7/2/2023
2023.1183.834 132 7/2/2023
2023.1183.240 142 7/2/2023
2023.1182.850 141 7/1/2023
2023.1182.825 142 7/1/2023
2023.1182.738 147 7/1/2023
2023.1181.912 142 6/30/2023
2023.1181.850 142 6/30/2023
2023.1181.803 153 6/30/2023
2023.1181.800 130 6/30/2023
2023.1181.778 134 6/30/2023
2023.1181.759 138 6/30/2023
2023.1181.732 150 6/30/2023
2023.1181.694 135 6/30/2023
2023.1181.658 140 6/30/2023
2023.1181.629 126 6/30/2023
2023.1181.462 148 6/30/2023
2023.1181.339 145 6/30/2023
2023.1181.298 128 6/30/2023
2023.1181.284 134 6/30/2023
2023.1181.270 141 6/30/2023
2023.1181.259 145 6/30/2023
2023.1181.257 150 6/30/2023
2023.1181.242 141 6/30/2023
2023.1181.22 135 6/30/2023
2023.1181.19 137 6/30/2023
2023.1180.1432 144 6/29/2023
2023.1180.1429 134 6/29/2023
2023.1180.1426 134 6/29/2023
2023.1180.990 124 6/29/2023
2023.1180.960 161 6/29/2023
2023.1180.912 148 6/29/2023
2023.1180.887 133 6/29/2023
2023.1180.854 142 6/29/2023
2023.1180.665 136 6/29/2023
2023.1180.649 137 6/29/2023
2023.1180.613 155 6/29/2023
2023.1180.573 138 6/29/2023
2023.1180.521 139 6/29/2023
2023.1180.480 144 6/29/2023
2023.1180.424 134 6/29/2023
2023.1179.1083 135 6/28/2023
2023.1179.1005 140 6/28/2023
2023.1179.935 138 6/28/2023
2023.1179.654 139 6/28/2023
2023.1178.915 130 6/27/2023
2023.1178.720 132 6/27/2023
2023.1177.1039 129 6/26/2023
2023.1177.1031 143 6/26/2023
2023.1177.914 136 6/26/2023
2023.1177.850 127 6/26/2023
2023.1177.775 124 6/26/2023
2023.1177.718 144 6/26/2023
2023.1177.635 132 6/26/2023
2023.1177.609 138 6/26/2023
2023.1177.567 127 6/26/2023
2023.1177.565 134 6/26/2023
2023.1177.556 141 6/26/2023
2023.1177.522 120 6/26/2023
2023.1177.495 130 6/26/2023
2023.1177.476 129 6/26/2023
2023.1177.435 131 6/26/2023
2023.1177.415 129 6/26/2023
2023.1177.398 144 6/26/2023
2023.1177.357 129 6/26/2023
2023.1176.1207 136 6/25/2023
2023.1176.1157 150 6/25/2023
2023.1176.1136 132 6/25/2023
2023.1176.719 140 6/25/2023
2023.1176.606 130 6/25/2023
2023.1176.564 139 6/25/2023
2023.1176.407 127 6/25/2023
2023.1176.396 124 6/25/2023
2023.1176.363 135 6/25/2023
2023.1176.360 140 6/25/2023
2023.1175.638 127 6/24/2023
2023.1170.907 138 6/19/2023
2023.1170.900 133 6/19/2023
2023.1167.562 150 6/16/2023
2023.1167.556 139 6/16/2023
2023.1167.496 138 6/16/2023
2023.1166.1008 140 6/15/2023
2023.1166.938 136 6/15/2023
2023.1166.713 149 6/15/2023
2023.1166.699 121 6/15/2023
2023.1165.1065 135 6/14/2023
2023.1165.888 119 6/14/2023
2023.1165.878 131 6/14/2023
2023.1165.861 133 6/14/2023
2023.1165.828 135 6/14/2023
2023.1165.686 147 6/14/2023
2023.1165.653 149 6/14/2023
2023.377.1003 214 5/31/2023
2023.377.909 134 5/31/2023
2023.377.558 136 5/31/2023
2023.365.1417 149 5/30/2023
2023.365.1350 118 5/30/2023
2023.365.1327 135 5/30/2023
2023.365.1306 128 5/30/2023
2023.365.1198 118 5/30/2023
2023.365.1046 129 5/30/2023
2023.365.710 137 5/30/2023
2023.365.703 124 5/30/2023
2023.174.636 136 6/14/2023
2023.174.616 130 6/14/2023
2023.174.442 139 6/14/2023
2023.162.1243 150 6/13/2023
2023.162.1225 142 6/13/2023
2023.162.1023 139 6/13/2023
2023.162.948 140 6/13/2023
2023.162.865 139 6/13/2023
2023.162.770 140 6/13/2023
2023.162.734 135 6/13/2023
2023.162.701 139 6/13/2023
2023.162.470 136 6/13/2023
2023.162.418 124 6/13/2023
2023.150.1142 175 6/12/2023
2023.150.1121 143 6/12/2023
2023.150.1095 137 6/12/2023
2023.150.1081 141 6/12/2023
2023.150.1066 145 6/12/2023
2023.150.999 137 6/12/2023
2023.150.916 152 6/12/2023
2023.150.865 147 6/12/2023
2023.150.831 137 6/12/2023
2023.150.774 140 6/12/2023
2023.150.613 136 6/12/2023
2023.150.558 141 6/12/2023
2023.150.456 136 6/12/2023
2023.150.450 135 6/12/2023
2023.150.220 139 6/12/2023
2023.150.179 151 6/12/2023
2023.150.167 148 6/12/2023
2023.138.864 149 6/11/2023
2023.138.837 137 6/11/2023
2023.138.363 141 6/11/2023
2023.138.224 166 6/11/2023
2023.138.213 161 6/11/2023
2023.126.1167 124 6/11/2023
2023.126.1148 134 6/10/2023
2023.126.838 147 6/10/2023
2023.126.794 137 6/10/2023
2023.126.745 146 6/10/2023
2023.126.714 148 6/10/2023
2023.126.662 139 6/10/2023
2023.114.544 137 6/9/2023
2023.114.351 138 6/9/2023
2023.90.1030 147 6/7/2023
2023.90.1009 139 6/7/2023
2023.54.1152 125 6/4/2023
2023.54.419 131 6/4/2023
2023.54.198 131 6/4/2023
2023.54.60 127 6/4/2023
2023.54.48 120 6/4/2023
2023.42.745 140 6/3/2023
2023.30.1191 131 6/2/2023
2023.30.1172 130 6/2/2023
2023.30.1163 132 6/2/2023
2023.30.1147 131 6/2/2023
2023.30.1136 135 6/2/2023
2023.30.765 151 6/2/2023
2023.30.761 133 6/2/2023
2023.30.747 132 6/2/2023
2023.30.734 129 6/2/2023