次の方法で共有


RegistryTools.GetRegistryValueNamesFromLocalMachineRoot メソッド

定義

HKLM ルート レジストリのキーの下にあるすべての値の名前を取得します。

public string[] GetRegistryValueNamesFromLocalMachineRoot (string regKeyPath, bool use64Bit = false);
abstract member GetRegistryValueNamesFromLocalMachineRoot : string * bool -> string[]
override this.GetRegistryValueNamesFromLocalMachineRoot : string * bool -> string[]
Public Function GetRegistryValueNamesFromLocalMachineRoot (regKeyPath As String, Optional use64Bit As Boolean = false) As String()

パラメーター

regKeyPath
String

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

use64Bit
Boolean

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

戻り値

String[]

値名または空の配列

実装

適用対象