1 write to Scope
System.Management (1)
System\Management\ManagementObject.cs (1)
572Scope = new ManagementScope(nsPath);
28 references to Scope
System.Management (28)
System\Management\ManagementClass.cs (25)
475securityHandler = Scope.GetSecurityHandler(); 476status = scope.GetSecuredIWbemServicesHandler(Scope.GetIWbemServices()).CreateInstanceEnum_( 492return new ManagementObjectCollection(Scope, o, enumWbem); 600WmiEventSink sink = watcher.GetNewSink(Scope, o.Context); 605securityHandler = Scope.GetSecurityHandler(); 607status = scope.GetSecuredIWbemServicesHandler(Scope.GetIWbemServices()).CreateInstanceEnumAsync_( 691securityHandler = Scope.GetSecurityHandler(); 692status = scope.GetSecuredIWbemServicesHandler(Scope.GetIWbemServices()).CreateClassEnum_( 708return new ManagementObjectCollection(Scope, o, enumWbem); 752WmiEventSink sink = watcher.GetNewSink(Scope, o.Context); 757securityHandler = Scope.GetSecurityHandler(); 759status = scope.GetSecuredIWbemServicesHandler(Scope.GetIWbemServices()).CreateClassEnumAsync_( 899newInstance = ManagementObject.GetManagementObject(newWbemInstance, Scope); 1042securityHandler = Scope.GetSecurityHandler(); 1043status = scope.GetSecuredIWbemServicesHandler(Scope.GetIWbemServices()).ExecQuery_( 1065return new ManagementObjectCollection(Scope, o, enumWbem); 1139Scope, 1150securityHandler = Scope.GetSecurityHandler(); 1152status = scope.GetSecuredIWbemServicesHandler(Scope.GetIWbemServices()).ExecQueryAsync_( 1243securityHandler = Scope.GetSecurityHandler(); 1244status = scope.GetSecuredIWbemServicesHandler(Scope.GetIWbemServices()).ExecQuery_( 1262return new ManagementObjectCollection(Scope, o, enumWbem); 1328WmiEventSink sink = watcher.GetNewSink(Scope, o.Context); 1336securityHandler = Scope.GetSecurityHandler(); 1338status = scope.GetSecuredIWbemServicesHandler(Scope.GetIWbemServices()).ExecQueryAsync_(
System\Management\WMIGenerator.cs (3)
3452new CodePrimitiveExpression(classobj.Scope.Path.NamespacePath))); 3473new CodePrimitiveExpression(classobj.Scope.Path.NamespacePath))); 3632new CodePrimitiveExpression(classobj.Scope.Path.NamespacePath)));