aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher.UI/App.xaml.cs
blob: c4f6f38101a9348349fa6eea938e664da2d63be6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
generated by cgit v1.3.1 (git 2.54.0) at 2026-08-04 03:39:01 +0000 w"> string className = System.Text.RegularExpressions.Regex.Match( this.GetType().ToString(), "Win32_.*").Value; return WMIReader.GetPropertyValues(WMIConnection, "SELECT * FROM " + className, className); } } }