Click or drag to resize

IRegistryKeySetValue Method (String, Object)

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

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
void SetValue(
	string name,
	Object val
)

Parameters

name
Type: SystemString

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

val
Type: SystemObject

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

See Also