Click or drag to resize

IRegistryKeyGetValue Method (String, Object)

[Missing <summary> documentation for "M:Demo3D.Common.IRegistryKey.GetValue(System.String,System.Object)"]

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
Object GetValue(
	string name,
	Object defaultValue
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Demo3D.Common.IRegistryKey.GetValue(System.String,System.Object)"]

defaultValue
Type: SystemObject

[Missing <param name="defaultValue"/> documentation for "M:Demo3D.Common.IRegistryKey.GetValue(System.String,System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Demo3D.Common.IRegistryKey.GetValue(System.String,System.Object)"]

See Also