Click or drag to resize

RegGetSubValueNames method

Returns the parameter names of a key in the registry on the left of on the right-hand side of the registry (Regedit).

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

Parameters

keyString  String
Path to the key whose parameter name (Regedit on the right) is being searched for should be used, based on the currently set RegistryRoot.

Return value

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