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