Click or drag to resize

IRegistryKeyGetValue(String, Object) Method

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


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

Parameters

name  String

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

defaultValue  Object

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

Return Value

Object

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

See Also