IRegistryTools.GetRegistryIntValueFromLocalMachineRoot Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
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.
Návraty
aktuální hodnota nebo null v případě