WMIEventWatcher(SelectQuery) Constructor
Namespace: DevCase.Core.Diagnostics.WMIAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public WMIEventWatcher(
SelectQuery query
)
Public Sub New (
query As SelectQuery
)
Dim query As SelectQuery
Dim instance As New WMIEventWatcher(query)
public:
WMIEventWatcher(
SelectQuery^ query
)
new :
query : SelectQuery -> WMIEventWatcher
No code example is currently available or this language may not be supported.
Parameters
- query SelectQuery
-
The WMI select query of the event class to subscribe for.