ERLEDIGT
NEIN
NEIN
ANTWORTEN
0
0
ZUGRIFFE
572
572
EMPFEHLEN
-
03.09.10 02:41 #1
- Registriert seit
- Jul 2009
- Ort
- berlin
- Beiträge
- 11
Hey,
is there anyone how get experiences with this class. I try to use it, in a normal way like this:
ManagementObjectSearcher mang = new ManagementObjectSearcher("SELECT * FROM Win32_DiskDrive");
foreach (ManagementObject obj in mang.Get())
{
MessageBox.Show(Convert.ToString(obj["Description"]));
}
Here, i used the DiskDrive-Class, and all work fine, but if i try to use the PhysicalMediaClass in the equal way, the output just gives me a zero-string.
what´s my mistake**** can anyone help me****?
holzmcgyver
Ähnliche Themen
-
PHP Menü mit CSS Class (li class="...")
Von fawad im Forum PHPAntworten: 1Letzter Beitrag: 18.04.10, 21:14 -
Eclipse-Debugger: Class File Editor findet ResourceBundle.class nicht
Von snoopysalive im Forum JavaAntworten: 2Letzter Beitrag: 17.03.08, 16:41 -
class file contains wrong class
Von ingham im Forum JavaAntworten: 2Letzter Beitrag: 13.12.07, 22:59 -
extended class greift auf class zu
Von cesupa im Forum PHPAntworten: 12Letzter Beitrag: 10.10.07, 15:29 -
Class zu Class Zugriff
Von Airo im Forum PHPAntworten: 2Letzter Beitrag: 23.11.02, 17:57





Zitieren
Login




