Query WMI with IronRuby 0 comments Posted on 10th May 2010 by Thorsten in IronRuby | Scripts IronRuby, WMI
In order to get detailed information about a system or about the operating system you can use the Windows Management Interface (WMI) to query the information you need. With IronRuby this is just as simple as in CLR. Just a few lines of code and you receive the information you need. First lets have a look at the IronRuby class DiskInfo, which will store the information for any logical device...
No comments yet, be the first one to post comment.