FileBasedRegistry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public sealed class FileBasedRegistry : IDisposable
type FileBasedRegistry = class
interface IDisposable
Public NotInheritable Class FileBasedRegistry
Implements IDisposable
- Inheritance
-
FileBasedRegistry
- Implements
Constructors
FileBasedRegistry(String) |
Properties
Exists |
Gets a value indicating whether the registry contains values at the given path |
Methods
Clear() | |
Dispose() | |
Drop() | |
GetSubKeyNames(String) | |
GetValue(String) | |
GetValueNames() | |
RemoveValue(String) | |
SetValue(String, Object) |