WMI and CSharp (C#): Enumerate all Namespaces from Root

By | January 6, 2018

I like to understand WMI (Windows Management Instrumentation) as a database, main concepts are:

Namespaces: Databases

Classes: Tables

Properties: Columns

Instances: Lines

Values: Fields

With this in mind, we can start enumerating all the namespaces we can access locally.

Running this program will display:

WMI Namespace Screenshoot

Next step is to enumerate all classes from a Namespace. This will come at next post šŸ™‚

Ahmet

 
0 Kudos
Don't
move!

2 thoughts on “WMI and CSharp (C#): Enumerate all Namespaces from Root

Thoughts?