Compartilhar via


IRegistryTools.GetRegistryIntValueFromLocalMachineRoot Método

Definição

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

defaultOnError
Nullable<Int32>

valor padrão no erro

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

defaultOnError
Nullable<Int32>

valor padrão no erro

Retornos

valor atual ou nulo no caso

Aplica-se a