Share via


FileBasedRegistryTools.GetRegistryValueNamesFromLocalMachineRoot Method

Definition

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()

Parameters

regKeyPath
String
use64Bit
Boolean

Returns

String[]

Implements

Applies to