Share via


FileBasedRegistryTools.SetRegistryFromCurrentUserRoot Method

Definition

Overloads

SetRegistryFromCurrentUserRoot(String, String, Object)
SetRegistryFromCurrentUserRoot(String, String, Object, RegistryValueKind)

SetRegistryFromCurrentUserRoot(String, String, Object)

public bool SetRegistryFromCurrentUserRoot (string regKeyPath, string regKeyName, object value);
abstract member SetRegistryFromCurrentUserRoot : string * string * obj -> bool
override this.SetRegistryFromCurrentUserRoot : string * string * obj -> bool
Public Function SetRegistryFromCurrentUserRoot (regKeyPath As String, regKeyName As String, value As Object) As Boolean

Parameters

regKeyPath
String
regKeyName
String
value
Object

Returns

Implements

Applies to

SetRegistryFromCurrentUserRoot(String, String, Object, RegistryValueKind)

public bool SetRegistryFromCurrentUserRoot (string regKeyPath, string regKeyName, object value, Microsoft.Win32.RegistryValueKind valueKind);
abstract member SetRegistryFromCurrentUserRoot : string * string * obj * Microsoft.Win32.RegistryValueKind -> bool
override this.SetRegistryFromCurrentUserRoot : string * string * obj * Microsoft.Win32.RegistryValueKind -> bool
Public Function SetRegistryFromCurrentUserRoot (regKeyPath As String, regKeyName As String, value As Object, valueKind As RegistryValueKind) As Boolean

Parameters

regKeyPath
String
regKeyName
String
value
Object
valueKind
RegistryValueKind

Returns

Implements

Applies to