RegKeyGetSubKeyNames Method

Gets the registry keys under this key.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public IList<string> GetSubKeyNames()

Return Value

IListString
Collection of sub-key string names.

See Also