HowTo write WMI provider in .NET 2.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am looking for step-by-step articles/books about writing WMI providers for
my .NET 2.0 applications.
The MSDN info is too fragmented for me.

thank you very much, herbert
 
Thank you, Michael.

I know this excellent article. It is based on .NET 1.0 so I wonder if
nothing was added to .NET CLR or VS.2005 since then.

herbert
 
more questions:
1) Which data types are allowed in an instance class to be published to WMI?
I found decimal to fail on compilation.
2) are there any reserved words? I found members named "text" to fail when
being published.

thanks herbert
 
Back
Top