0
我需要創建遠程文件系統的樹視圖。要做到這一點,我正在使用WMI和mgmtclassgen.exe強類型wmi獲取子文件夾
使用Win32_LogicalDisk我得到我的驅動器號。
現在,當用戶想要瀏覽其子文件夾我想要得到的子文件夾,我能夠獲得,使用
ManagementObjectSearcher(@"root\CIMV2", @"Associators of {Win32_Directory.Name='e:\'} Where AssocClass =Win32_Subdirectory ResultRole = PartComponent")
但這不是強類型。我如何使用強類型的Win32_Directory和Win32_Subdirectory來獲取子文件夾?
爲什麼你需要強類型? – RRUZ 2012-01-03 15:48:57
因爲它更清潔,加上intellisense會讓我知道所有可用的屬性 – 2012-01-04 04:17:47