DotNetShoutout - Stories tagged with WMI
7
Shouts

Getting Free and Total Memory Details (Windows / C#)

published 835 days, 18 hours, 33 minutes ago posted by BlackWaspBlackWasp 837 days, 19 hours, 17 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Saturday, March 05, 2011 5:47:42 PM GMT
Some software monitors the amount of physical or virtual memory that is available to the operating system, or obtains this information before attempting processes that will use large amounts of RAM. Total and available memory can be read using WMI. (more)
category: How To | clicked: 1 | 2 comments | | source: www.blackwasp.co.uk
tags: C#, WMI
5
Shouts

Executing WMI Queries

published 983 days, 23 hours, 34 minutes ago posted by BlackWaspBlackWasp 985 days, 2 hours, 48 minutes ago
Sunday, October 10, 2010 1:30:39 PM GMT Saturday, October 09, 2010 10:16:37 AM GMT
Windows Management Instrumentation provides a number of services that allow gathering of information about the operating system, software and hardware of a machine. Using WQL, this information can be retrieved using familiar, text-based queries. (more)
category: How To | clicked: 2 | comment | | source: www.blackwasp.co.uk
tags: .NET, C#, WMI
2
Shouts

Get Laptop Battery Status using C# and WMI : The CodeGain

posted by codegaincodegain 1042 days, 9 hours, 17 minutes ago
Friday, August 13, 2010 3:47:50 AM GMT
Article about how to get status of laptop battery (more)
category: How To | clicked: 1 | comment | | source: www.codegain.com
tags: C#, battery, WMI
4
Shouts

Query WMI with IronRuby « IronRuby rocks

posted by ThorstenHansThorstenHans 1136 days, 23 hours, 59 minutes ago
Monday, May 10, 2010 1:05:35 PM GMT
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... (more)
category: How To | clicked: 14 | comment | | source: ironruby-rocks.com
tags: IronRuby, WMI