次の方法で共有


RegistryTools.GetRegistryIntValueFromLocalMachineRoot メソッド

定義

オーバーロード

GetRegistryIntValueFromLocalMachineRoot(String, String, Nullable<Int32>)

HKLM ルート レジストリから int レジストリ値を取得します。

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

HKLM ルート レジストリから int レジストリ値を取得します。

GetRegistryIntValueFromLocalMachineRoot(String, String, Nullable<Int32>)

HKLM ルート レジストリから int レジストリ値を取得します。

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)

パラメーター

regKeyPath
String

key\subkey\subsubkey 形式のレジストリ キーへのパス

regKeyName
String

キーの下の変数名

defaultOnError
Nullable<Int32>

エラー時の既定値

戻り値

現在の値または場合は null

実装

適用対象

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

HKLM ルート レジストリから int レジストリ値を取得します。

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)

パラメーター

regKeyPath
String

key\subkey\subsubkey 形式のレジストリ キーへのパス

regKeyName
String

キーの下の変数名

use64Bit
Boolean

true の場合は 64 ビット レジストリが使用され、それ以外の場合は 32 ビットが使用されます

defaultOnError
Nullable<Int32>

エラー時の既定値

戻り値

現在の値または場合は null

実装

適用対象