RegistryKey.GetValue Method
.NET Framework 3.5
Retrieves the value associated with the specified name.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetValue(String) | Retrieves the value associated with the specified name. Returns null if the name/value pair does not exist in the registry. |
|
GetValue(String, Object) | Retrieves the value associated with the specified name. If the name is not found, returns the default value that you provide. |
|
GetValue(String, Object, RegistryValueOptions) | Retrieves the value associated with the specified name and retrieval options. If the name is not found, returns the default value that you provide. |