IRegistryTools.GetRegistryIntValueFromLocalMachineRoot Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetRegistryIntValueFromLocalMachineRoot(String, String, Nullable<Int32>) |
Obtenez la valeur de Registre int à partir du Registre racine HKLM. |
GetRegistryIntValueFromLocalMachineRoot(String, String, Boolean, Nullable<Int32>) |
Obtenez la valeur de Registre int à partir du Registre racine HKLM. |
GetRegistryIntValueFromLocalMachineRoot(String, String, Nullable<Int32>)
Obtenez la valeur de Registre int à partir du Registre racine 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)
Paramètres
- regKeyPath
- String
Chemin d’accès à la clé de Registre au format key\subkey\subsubkey
- regKeyName
- String
Nom de la variable sous la clé
Retours
valeur actuelle ou null dans le cas
S’applique à
GetRegistryIntValueFromLocalMachineRoot(String, String, Boolean, Nullable<Int32>)
Obtenez la valeur de Registre int à partir du Registre racine 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)
Paramètres
- regKeyPath
- String
Chemin d’accès à la clé de Registre au format key\subkey\subsubkey
- regKeyName
- String
Nom de la variable sous la clé
- use64Bit
- Boolean
si true, il utilise le Registre 64 bits, sinon 32 bits est utilisé
Retours
valeur actuelle ou null dans le cas