9 references to ManagementScope
System.Management (9)
managementclass.cs (1)
267
: base (new
ManagementScope
(scope), new ManagementPath(path), options) {}
managementeventwatcher.cs (2)
188
string query) : this(new
ManagementScope
(scope), new EventQuery(query), null) {}
202
EventWatcherOptions options) : this(new
ManagementScope
(scope), new EventQuery(query), options) {}
managementobject.cs (4)
424
this.scope = new
ManagementScope
(nsPath);
459
: this(new
ManagementScope
(scopeString), new ManagementPath(pathString), options) {}
575
Scope = new
ManagementScope
(nsPath);
2609
scope = new
ManagementScope
(nsPath);
managementobjectsearcher.cs (2)
139
this(new
ManagementScope
(scope), new ObjectQuery(queryString), null) {}
183
this(new
ManagementScope
(scope), new ObjectQuery(queryString), options) {}