Click or drag to resize

ComServerGetValueT Method

Gets a value.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
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: T
A value.
See Also