Compartilhar via


IRegistryTools.SetRegistryFromLocalMachineRoot Método

Definição

Define um valor no registro do Registro raiz do HKLM

public bool SetRegistryFromLocalMachineRoot (string regKeyPath, string regKeyName, object value, bool use64Bit = false);
abstract member 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

Parâmetros

regKeyPath
String

Caminho para a chave do Registro no formato key\subkey\subsubkey

regKeyName
String

Nome da variável sob a chave

value
Object

valor a ser definido

use64Bit
Boolean

opcional, se definido como true, ele usa o registro de 64 bits, caso contrário, o padrão é de 32 bits

Retornos

true se definido ou false se o erro

Aplica-se a