Click or drag to resize

AppRegistryGetValueT Method

Reads the value of a registry key. If the key is not found, the defval is returned.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static T GetValue<T>(
	string keyval,
	T defval,
	bool _use32Bit = false
)

Parameters

keyval
Type: SystemString
defval
Type: T
_use32Bit (Optional)
Type: SystemBoolean
If true the WOW6432Node is used

Type Parameters

T

Return Value

Type: T
See Also