Hi,
thanks for your reply. Well, i wrote a little WMI Query Engine
into my application, e.g. you can use WQL to Query Stuff from
WMI. Its more a extra feature for my application, because of the
fact that WMI is very powerfull and holds huge amount of informaton
that i can request on-the-fly. Mostly my application gets everything from
Documented Windows API, Undocumented Stuff and for special
purposes it comes with a Kernel Driver that can pull nearly anything from
os and hardware. But sometimes i need just a little piece of Information
that
WMI with WQL can give me with a simple "SELECT SomeProperty
FROM Win32_WhateverClass", instead using extra API call or even write
a IOCTL for my Driver to do that work. So the point is that all these
classes
like e.g. Win32_BIOS reside in a namespace and i want to find out:
a.) what namespaces does the running operating system have?
b.) what classes do all these namespaces provide and
c.) what instances of classes do they have
How can i enumerate all namespaces available, all the
WMI classes in that namespaces and all instances of
running classes? I think its clear now what i want. I
want to build a View with all that Information, like
the WMI Object Prowser from MS does, into my
Application so that i can see whats available for me
to query from...
Regards
Kerem
--
--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Latest Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."
Post by mayayanaDo you mean that you want to find out what
http://www.microsoft.com/downloads/details.aspx?familyid=6430F853-1120-48DB-
8CC5-F2ABDC3ED314&displaylang=en
The download includes a WMI object browser that
runs in an IE window.
But having an object browser won't help much without
having the WMI CHM file. Unfortunately, I think that's
only available as part of the full Windows SDK these
days.
Or you could narrow down your question and detail
exactly what information you're trying to find about
the system. Much of WMI is just superfluous wrappers
around pre-existing functionality that you might be able
to use instead. So you might not necessarily even need WMI.
Post by Kerem GümrükcüHi,
how can i enumerate all availbale WMI Classes/Instances on
a runnig System, preferable with .NET and C#?
Thx in advance,...
Regards
Kerem
--
--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Latest Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."