Click or drag to resize

RegGetSubKeyNames method

Returns the subkeys of RegistryRoot + the transferred keyString (Regedit: left side).

Namespace: NetEti.ApplicationEnvironment
Assembly: NetEti.RegAccess (in NetEti.RegAccess.dll) Version: 1.0.0+3058b4495e47cf04ccc2758883ed79dc29ef784f
Syntax
public string[] GetSubKeyNames(
	
	string keyString
)

Parameters

keyString  String
Path to the key whose subkeys are to be searched for, based on the currently set RegistryRoot.

Return value

String
String[] with the key names (can be empty)
See also