强类型wmi获取子文件夹

发布于 2024-12-24 22:30:10 字数 382 浏览 0 评论 0原文

我需要创建远程文件系统的树视图。为此,我使用 WMI 和 mgmtclassgen.exe

使用 Win32_LogicalDisk 获取驱动器号。

现在,当用户想要浏览其子文件夹时,我想获取子文件夹,我可以使用它,

ManagementObjectSearcher(@"root\CIMV2", @"Associators of {Win32_Directory.Name='e:\'} Where AssocClass =Win32_Subdirectory ResultRole = PartComponent")

但这不是强类型的。如何使用 Win32_Directory 和 Win32_Subdirectory 的强类型类来获取子文件夹?

I need to create a treeview of a remote filesystem. To do this I am using WMI and mgmtclassgen.exe

using Win32_LogicalDisk I get my drive letters.

Now when user wants to browse its subfolders I want to get the subfolders, i am able to get that using

ManagementObjectSearcher(@"root\CIMV2", @"Associators of {Win32_Directory.Name='e:\'} Where AssocClass =Win32_Subdirectory ResultRole = PartComponent")

but this is not strongly typed. How can i use the strongly typed classes of Win32_Directory and Win32_Subdirectory to get subfolders?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

定格我的天空 2024-12-31 22:30:10

目前还没有任何 wmi 的 .NET 实现,因此还没有强类型。

(不过我目前正在开发 .net 实现)。

There currently isn't any .NET implementation of wmi, so no strongly typing as of yet.

(I am currently working on a .net implementation though).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文