Click or drag to resize

IRegistryKeySetValue(String, Object, RegistryValueKind) Method

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


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

Parameters

name  String

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

val  Object

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

kind  RegistryValueKind

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

See Also