C#: wmi

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PRR
    Recognized Expert Contributor
    • Dec 2007
    • 750

    C#: wmi

    When i run the query new ObjectQuery("se lect * from Win32_Process") ;
    i can get access to functions like Getowner(),etc. ...

    but if i run "select name,..etc from win32_Process" i dont get access to functions....
    i want the query to return only those values that i have specified... in addition i wanna be able to access functions...
Working...