Click or drag to resize

RegistryController Class

Registry Operation class.
Inheritance Hierarchy
SystemObject
  Xcalibur.ControllersRegistryController

Namespace:  Xcalibur.Controllers
Assembly:  Xcalibur.Controllers (in Xcalibur.Controllers.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
public static class RegistryController

The RegistryController type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetRegistrySubKeys
Gets the registry sub key list no authentication.
Public methodStatic memberCode exampleGetRegistryValue
Returns a Registry Value using "OpenRemoteBaseKey". This uses net use for kerberos authentication, rather than WMI. This was created to solve issues pulling REG_BINARY data.
Public methodStatic memberCode exampleGetRegistryValues
Gets the registry value list no authentication.
Public methodStatic memberGetSubKey
Gets the registry sub key.
Public methodStatic memberSetRegistryValue
Sets the registry value.
Top
See Also