RegistryTools.GetRegistryIntValueFromLocalMachineRoot Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GetRegistryIntValueFromLocalMachineRoot(String, String, Nullable<Int32>) |
Ottenere il valore del Registro di sistema int dal Registro di sistema radice HKLM. |
GetRegistryIntValueFromLocalMachineRoot(String, String, Boolean, Nullable<Int32>) |
Ottenere il valore del Registro di sistema int dal Registro di sistema radice HKLM. |
GetRegistryIntValueFromLocalMachineRoot(String, String, Nullable<Int32>)
Ottenere il valore del Registro di sistema int dal Registro di sistema radice HKLM.
public int? GetRegistryIntValueFromLocalMachineRoot (string regKeyPath, string regKeyName, int? defaultOnError = default);
abstract member GetRegistryIntValueFromLocalMachineRoot : string * string * Nullable<int> -> Nullable<int>
override this.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)
Parametri
- regKeyPath
- String
Percorso della chiave del Registro di sistema nel formato key\subkey\subsubkey
- regKeyName
- String
Nome della variabile nella chiave
Restituisce
valore corrente o Null nel caso
Implementazioni
Si applica a
GetRegistryIntValueFromLocalMachineRoot(String, String, Boolean, Nullable<Int32>)
Ottenere il valore del Registro di sistema int dal Registro di sistema radice HKLM.
public int? GetRegistryIntValueFromLocalMachineRoot (string regKeyPath, string regKeyName, bool use64Bit, int? defaultOnError = default);
abstract member GetRegistryIntValueFromLocalMachineRoot : string * string * bool * Nullable<int> -> Nullable<int>
override this.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)
Parametri
- regKeyPath
- String
Percorso della chiave del Registro di sistema nel formato key\subkey\subsubkey
- regKeyName
- String
Nome della variabile nella chiave
- use64Bit
- Boolean
se true, usa il Registro di sistema a 64 bit, in caso contrario viene usato 32 bit
Restituisce
valore corrente o Null nel caso