Click or drag to resize

RegistryControllerGetRegistrySubKeys Method

Gets the registry sub key list no authentication.

Namespace:  Xcalibur.Controllers
Assembly:  Xcalibur.Controllers (in Xcalibur.Controllers.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
public static string[] GetRegistrySubKeys(
	RegistryHive root,
	string path,
	string computer,
	RegistryView viewType = RegistryView.Registry64
)

Parameters

root
Type: Microsoft.Win32RegistryHive
The registry root.
path
Type: SystemString
The registry path.
computer
Type: SystemString
The computer name.
viewType (Optional)
Type: Microsoft.Win32RegistryView
Type of registry view..

Return Value

Type: String
See Also