Click here to Skip to main content
15,895,011 members
Home / Discussions / C#
   

C#

 
GeneralRe: Email clients Pin
wfe10-May-04 1:17
wfe10-May-04 1:17 
GeneralRe: Email clients Pin
Heath Stewart10-May-04 3:49
protectorHeath Stewart10-May-04 3:49 
GeneralRe: Email clients Pin
wfe10-May-04 7:59
wfe10-May-04 7:59 
GeneralRe: Email clients Pin
Heath Stewart10-May-04 8:58
protectorHeath Stewart10-May-04 8:58 
GeneralRe: Email clients Pin
wfe10-May-04 9:23
wfe10-May-04 9:23 
GeneralRe: Email clients Pin
Heath Stewart10-May-04 9:43
protectorHeath Stewart10-May-04 9:43 
GeneralRe: Email clients Pin
wfe11-May-04 3:00
wfe11-May-04 3:00 
GeneralRe: Email clients Pin
Heath Stewart11-May-04 3:12
protectorHeath Stewart11-May-04 3:12 
A1: Why are you looking in the .NET Framework SDK? These properties are for WMI objects. WMI != .NET. WMI is just a standard for accessing data on a machine. There are WMI classes - which define properties and methods - and instances of those classes, just like any OO development framework (like .NET). If you want to find out what properties are defined on an object, why not simply enumerate the Properties collection property? This would be the logical conclusion if you read the documentation for the ManagementObject.

A2: As I said before, the article has a link toward the bottom for a VS.NET add-in that adds management classes and event to your Server Explorer tab in VS.NET. I recommend downloading that for VS.NET 2003 (which I assume you have since you mentioned the 1.1 SDK) from here[^]. This installs with a default set of classes but you can add more. The best way, however, is to use the CIM Studio mentioned in the article.

A3: Active Template Libraries - a set of templated C++ classes for creating COM components more easily. A quick search for "ATL" on google would've told you as much.

A4: As the article discussed throughout it's entirety, instrumenting an application is making management data available and firing management events. You can also just simply consume management data and handle management events to instrument your application as you're attempting to do now.

When you need to learn something, I suggest researching it on MSDN or some other site. I have to / want to learn new things all the time. Researching is just part of development, and MSDN contains plenty of Microsoft-related developer documentation, being that it is the Microsoft Developer Network.

 

Microsoft MVP, Visual C#
My Articles
GeneralMemory Usage of a console application Pin
eranas9-May-04 10:25
eranas9-May-04 10:25 
GeneralRe: Memory Usage of a console application Pin
Jeff Varszegi9-May-04 12:11
professionalJeff Varszegi9-May-04 12:11 
GeneralRe: Memory Usage of a console application Pin
Heath Stewart10-May-04 3:39
protectorHeath Stewart10-May-04 3:39 
GeneralMouse Drag Event Pin
Member 6910899-May-04 7:15
Member 6910899-May-04 7:15 
GeneralRe: Mouse Drag Event Pin
Mazdak9-May-04 7:52
Mazdak9-May-04 7:52 
GeneralFree disk space Pin
kratchkov9-May-04 5:15
kratchkov9-May-04 5:15 
GeneralRe: Free disk space Pin
Mazdak9-May-04 5:21
Mazdak9-May-04 5:21 
GeneralRe: Free disk space Pin
kratchkov9-May-04 5:30
kratchkov9-May-04 5:30 
GeneralRe: Free disk space Pin
Mike Dimmick9-May-04 7:12
Mike Dimmick9-May-04 7:12 
GeneralRe: Free disk space Pin
kratchkov9-May-04 7:36
kratchkov9-May-04 7:36 
Generalrepaint a TreeView Pin
cristina_tudor9-May-04 5:05
cristina_tudor9-May-04 5:05 
GeneralRe: repaint a TreeView Pin
Mazdak9-May-04 5:15
Mazdak9-May-04 5:15 
GeneralBug in java.util.zip.Zipfile Pin
Nish Nishant8-May-04 23:15
sitebuilderNish Nishant8-May-04 23:15 
GeneralRe: Bug in java.util.zip.Zipfile Pin
Kannan Kalyanaraman9-May-04 1:59
Kannan Kalyanaraman9-May-04 1:59 
GeneralRe: Bug in java.util.zip.Zipfile Pin
Nish Nishant9-May-04 2:45
sitebuilderNish Nishant9-May-04 2:45 
GeneralRe: Bug in java.util.zip.Zipfile Pin
Kannan Kalyanaraman9-May-04 4:41
Kannan Kalyanaraman9-May-04 4:41 
GeneralRe: Bug in java.util.zip.Zipfile Pin
Nish Nishant9-May-04 4:45
sitebuilderNish Nishant9-May-04 4:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.