1 write to Scope
System.Management (1)
managementeventwatcher.cs (1)
589
Scope
= new ManagementScope ();
5 references to Scope
System.Management (5)
managementeventwatcher.cs (5)
399
SecurityHandler securityHandler =
Scope
.GetSecurityHandler();
408
status = scope.GetSecuredIWbemServicesHandler(
Scope
.GetIWbemServices() ).ExecNotificationQuery_(
509
SecurityHandler securityHandler =
Scope
.GetSecurityHandler();
650
if((0==String.Compare(eventWatcher.
Scope
.Path.Server, ".", StringComparison.OrdinalIgnoreCase)) ||
651
(0==String.Compare(eventWatcher.
Scope
.Path.Server, System.Environment.MachineName, StringComparison.OrdinalIgnoreCase)))