public string GetValue(
string DriverID,
string Name,
string SubKey
)Public Function GetValue (
DriverID As String,
Name As String,
SubKey As String
) As Stringpublic:
virtual String^ GetValue(
String^ DriverID,
String^ Name,
String^ SubKey
) sealedName may be an empty string for the unnamed value. The unnamed value is also known as the "default" value for a registry key.
Does not provide access to other registry data types such as binary and double-word.
| InvalidValueException | Thrown if DriverID is an empty string. |
| DriverNotRegisteredException | Thrown if the driver is not registered, |