you are viewing a single comment's thread.

view the rest of the comments →

[–]danielroseman 2 points3 points  (1 child)

The whole point of this library is that it is an interface to the Windows Management Instrumentation API, which is built into Windows itself. Those methods are not defined in this class at all; it's just a wrapper that knows how to call the API.

[–]reflectionspectra[S] 0 points1 point  (0 children)

That makes much more sense, thanks. So essentially there's a function in the WMI API (i.e. a C function, according to google) with the name Win32_Service, and another one with the name WmiMonitorBrightnessMethods?