 | RegGetSubKeyNames method |
Returns the subkeys of RegistryRoot + the transferred keyString
(Regedit: left side).
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.RegAccess (in NetEti.RegAccess.dll) Version: 1.0.0+3058b4495e47cf04ccc2758883ed79dc29ef784f
Syntaxpublic string[] GetSubKeyNames(
string keyString
)
Public Function GetSubKeyNames (
keyString As String
) As String()
public:
array<String^>^ GetSubKeyNames(
String^ keyString
)
member GetSubKeyNames :
keyString : string -> string[]
Parameters
- keyString String
-
Path to the key whose subkeys are to be searched for,
based on the currently set RegistryRoot.
Return value
StringString[] with the key names (can be empty)
See also