Click or drag to resize

IRegistryKeySetValue(String, Object) Method

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


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

Parameters

name  String

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

val  Object

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

See Also