IRegistryTools.GetRegistryIntValueFromLocalMachineRoot Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetRegistryIntValueFromLocalMachineRoot(String, String, Nullable<Int32>) |
Obtenha o valor do registro int do Registro raiz do HKLM. |
GetRegistryIntValueFromLocalMachineRoot(String, String, Boolean, Nullable<Int32>) |
Obtenha o valor do registro int do Registro raiz do HKLM. |
GetRegistryIntValueFromLocalMachineRoot(String, String, Nullable<Int32>)
Obtenha o valor do registro int do Registro raiz do HKLM.
public int? GetRegistryIntValueFromLocalMachineRoot (string regKeyPath, string regKeyName, int? defaultOnError = default);
abstract member GetRegistryIntValueFromLocalMachineRoot : string * string * Nullable<int> -> Nullable<int>
Public Function GetRegistryIntValueFromLocalMachineRoot (regKeyPath As String, regKeyName As String, Optional defaultOnError As Nullable(Of Integer) = Nothing) As Nullable(Of Integer)
Parâmetros
- regKeyPath
- String
Caminho para a chave do Registro no formato key\subkey\subsubkey
- regKeyName
- String
Nome da variável sob a chave
Retornos
valor atual ou nulo no caso
Aplica-se a
GetRegistryIntValueFromLocalMachineRoot(String, String, Boolean, Nullable<Int32>)
Obtenha o valor do registro int do Registro raiz do HKLM.
public int? GetRegistryIntValueFromLocalMachineRoot (string regKeyPath, string regKeyName, bool use64Bit, int? defaultOnError = default);
abstract member GetRegistryIntValueFromLocalMachineRoot : string * string * bool * Nullable<int> -> Nullable<int>
Public Function GetRegistryIntValueFromLocalMachineRoot (regKeyPath As String, regKeyName As String, use64Bit As Boolean, Optional defaultOnError As Nullable(Of Integer) = Nothing) As Nullable(Of Integer)
Parâmetros
- regKeyPath
- String
Caminho para a chave do Registro no formato key\subkey\subsubkey
- regKeyName
- String
Nome da variável sob a chave
- use64Bit
- Boolean
se true, ele usa o registro de 64 bits, caso contrário, 32 bits são usados
Retornos
valor atual ou nulo no caso