Compartilhar via


FileBasedRegistryTools.SetRegistryFromLocalMachineRoot Method

Definition

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

Parameters

regKeyPath
String
regKeyName
String
value
Object
use64Bit
Boolean

Returns

Implements

Applies to