1 write to Scope
System.Management (1)
managementobject.cs (1)
575Scope = new ManagementScope(nsPath);
28 references to Scope
System.Management (28)
managementclass.cs (25)
475 securityHandler = Scope.GetSecurityHandler(); 476status = scope.GetSecuredIWbemServicesHandler(Scope.GetIWbemServices() ).CreateInstanceEnum_(ClassName, 496 return new ManagementObjectCollection(Scope, o, enumWbem); 604 WmiEventSink sink = watcher.GetNewSink(Scope, o.Context); 609 securityHandler = Scope.GetSecurityHandler(); 611status = scope.GetSecuredIWbemServicesHandler(Scope.GetIWbemServices() ).CreateInstanceEnumAsync_( 699 securityHandler = Scope.GetSecurityHandler(); 700status = scope.GetSecuredIWbemServicesHandler( Scope.GetIWbemServices() ).CreateClassEnum_(ClassName, 719 return new ManagementObjectCollection(Scope, o, enumWbem); 763 WmiEventSink sink = watcher.GetNewSink(Scope, o.Context); 768 securityHandler = Scope.GetSecurityHandler(); 770status = scope.GetSecuredIWbemServicesHandler(Scope.GetIWbemServices() ).CreateClassEnumAsync_(ClassName, 927 newInstance = ManagementObject.GetManagementObject(newWbemInstance, Scope); 1076 securityHandler = Scope.GetSecurityHandler(); 1077 status = scope.GetSecuredIWbemServicesHandler(Scope.GetIWbemServices() ).ExecQuery_( 1100 return new ManagementObjectCollection(Scope, o, enumWbem); 1174 Scope, 1185 securityHandler = Scope.GetSecurityHandler(); 1187status = scope.GetSecuredIWbemServicesHandler(Scope.GetIWbemServices() ).ExecQueryAsync_( 1283 securityHandler = Scope.GetSecurityHandler(); 1284status = scope.GetSecuredIWbemServicesHandler(Scope.GetIWbemServices() ).ExecQuery_( 1307 return new ManagementObjectCollection(Scope, o, enumWbem); 1377 WmiEventSink sink = watcher.GetNewSink(Scope, o.Context); 1385 securityHandler = Scope.GetSecurityHandler(); 1387status = scope.GetSecuredIWbemServicesHandler(Scope.GetIWbemServices()).ExecQueryAsync_(
WmiGenerator.cs (3)
3507new CodePrimitiveExpression(classobj.Scope.Path.NamespacePath))); 3528new CodePrimitiveExpression(classobj.Scope.Path.NamespacePath))); 3688new CodePrimitiveExpression(classobj.Scope.Path.NamespacePath)));