Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否存在任何用于访问 Windows 注册表的 ADO.NET 提供程序?或者更确切地说,您可以使用 ADO 连接到 Windows 注册表?
提前致谢。
我不知道注册表的提供者,但是如果您要搜索注册表,您可以编写一个递归函数来枚举注册表项并通过字符串比较应用您的搜索条件。