This topic has not yet been rated - Rate this topic

RegistryKey.GetValue Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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
Public method GetValue(String) Retrieves the value associated with the specified name. Returns null if the name/value pair does not exist in the registry.
Public method GetValue(String, Object) Retrieves the value associated with the specified name. If the name is not found, returns the default value that you provide.
Public method 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.
Top
Did you find this helpful?
(1500 characters remaining)