managementeventwatcher.cs (6)
143public ManagementEventWatcher() : this((ManagementScope)null, null, null) {}
155EventQuery query) : this(null, query, null) {}
167string query) : this(null, new EventQuery(query), null) {}
177EventQuery query) : this(scope, query, null) {}
188string query) : this(new ManagementScope(scope), new EventQuery(query), null) {}
202EventWatcherOptions options) : this(new ManagementScope(scope), new EventQuery(query), options) {}