Sdílet prostřednictvím


IRegistryTools.GetRegistryIntValueFromLocalMachineRoot Metoda

Definice

Přetížení

GetRegistryIntValueFromLocalMachineRoot(String, String, Nullable<Int32>)

Získejte hodnotu registru int z kořenového registru HKLM.

GetRegistryIntValueFromLocalMachineRoot(String, String, Boolean, Nullable<Int32>)

Získejte hodnotu registru int z kořenového registru HKLM.

GetRegistryIntValueFromLocalMachineRoot(String, String, Nullable<Int32>)

Získejte hodnotu registru int z kořenového registru 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)

Parametry

regKeyPath
String

Cesta ke klíči registru ve formátu klíč\podklíč\podklíč

regKeyName
String

Název proměnné pod klíčem

defaultOnError
Nullable<Int32>

výchozí hodnota při chybě

Návraty

aktuální hodnota nebo null v případě

Platí pro

GetRegistryIntValueFromLocalMachineRoot(String, String, Boolean, Nullable<Int32>)

Získejte hodnotu registru int z kořenového registru 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)

Parametry

regKeyPath
String

Cesta ke klíči registru ve formátu klíč\podklíč\podklíč

regKeyName
String

Název proměnné pod klíčem

use64Bit
Boolean

pokud ano, používá 64bitový registr, jinak se použije 32bitová verze.

defaultOnError
Nullable<Int32>

výchozí hodnota při chybě

Návraty

aktuální hodnota nebo null v případě

Platí pro