FileBasedRegistry 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public sealed class FileBasedRegistry : IDisposable
type FileBasedRegistry = class
interface IDisposable
Public NotInheritable Class FileBasedRegistry
Implements IDisposable
- 继承
-
FileBasedRegistry
- 实现
构造函数
| FileBasedRegistry(String) |
属性
| Exists |
获取一个值,该值指示注册表是否包含给定路径处的值 |
方法
| Clear() | |
| Dispose() | |
| Drop() | |
| GetSubKeyNames(String) | |
| GetValue(String) | |
| GetValueNames() | |
| RemoveValue(String) | |
| SetValue(String, Object) |