ComServerGetValueT Method |
Gets a value.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static T GetValue<T>(
RegistryKey key,
string valueName = null,
T defaultValue = null
)
Parameters
- key
- Type: Microsoft.Win32RegistryKey
The key. - valueName (Optional)
- Type: SystemString
The value name. - defaultValue (Optional)
- Type: T
The default value.
Type Parameters
- T
- The expected value type.
Return Value
Type:
TA value.
See Also