RegistryTools.GetRegistryIntValueFromLocalMachineRoot メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
キーの下の変数名
戻り値
現在の値または場合は 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 ビットが使用されます
戻り値
現在の値または場合は null