System\Management\ManagementEventWatcher.cs (6)
142public ManagementEventWatcher() : this((ManagementScope)null, null, null) { }
154EventQuery query) : this(null, query, null) { }
166string query) : this(null, new EventQuery(query), null) { }
176EventQuery query) : this(scope, query, null) { }
187string query) : this(new ManagementScope(scope), new EventQuery(query), null) { }
201EventWatcherOptions options) : this(new ManagementScope(scope), new EventQuery(query), options) { }