我正在尝试使用 ManagementScope(作为 system.Management 的一部分)来检查 Ubuntu 中无线适配器的无线强度,如下所示:
http://stackoverflow.com/questions/18758097/ddg#18763061
我发现当我尝试初始化 ManagementScope 时,我得到的只是没有实现的异常。
> new ManagementScope("\\\\ubuntu\\root\\cimv2")
{System.Management.ManagementScope}
System.NotImplementedException: The method or operation is not implemented.
System.NotImplementedException: The method or operation is not implemented.
System.NotImplementedException: The method or operation is not implemented.
有没有可能这些方法真的没有实现,或者我在这里遗漏了什么?