Click or drag to resize

IRegistryKeySetValue Method (String, Object, RegistryValueKind)

[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: 15.0.2.11458
Syntax
C#
void SetValue(
	string name,
	Object val,
	RegistryValueKind kind
)

Parameters

name
Type: SystemString

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

val
Type: SystemObject

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

kind
Type: Demo3D.CommonRegistryValueKind

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

See Also