
Writing a WMI provider in C#
I'm trying to write a WMI provider in
C#. I have successfully written a
class that exposes data but want to also expose some methods. I've done a
lot of reading and found examples of exposing management events and
management data in C# but nothing about exposing methods.
Can anybody point me to some documentation or samples?
Thanks
Don Doyle