3 writes to Path
System.Management (3)
managementobject.cs (2)
2625scope.Path = new ManagementPath(nsPath); 2627scope.Path = ManagementPath.DefaultPath;
managementscope.cs (1)
739this.Path = path;
15 references to Path
System.Management (15)
managementeventwatcher.cs (2)
650if((0==String.Compare(eventWatcher.Scope.Path.Server, ".", StringComparison.OrdinalIgnoreCase)) || 651(0==String.Compare(eventWatcher.Scope.Path.Server, System.Environment.MachineName, StringComparison.OrdinalIgnoreCase)))
managementobject.cs (7)
397if ((null != scope) && (scope.Path.NamespacePath.Length>0)) 402path.NamespacePath = scope.Path.GetNamespacePath((int)tag_WBEM_GET_TEXT_FLAGS.WBEMPATH_GET_SERVER_AND_NAMESPACE_ONLY); 1583newPath = new ManagementPath(scope.Path.Path); 1602newPath = new ManagementPath(scope.Path.Path); 1651o.Context, scope.Path.GetNamespacePath((int)tag_WBEM_GET_TEXT_FLAGS.WBEMPATH_GET_SERVER_AND_NAMESPACE_ONLY), ClassName); 2619else if ((null == scope.Path) || scope.Path.IsEmpty)
managementscope.cs (1)
1699return new InstanceDescriptor(ctor, new object[] {obj.Path.Path});
wmieventsink.cs (2)
106if((0==String.Compare(this.scope.Path.Server, ".", StringComparison.OrdinalIgnoreCase)) || 107(0==String.Compare(this.scope.Path.Server, System.Environment.MachineName, StringComparison.OrdinalIgnoreCase)))
WmiGenerator.cs (3)
3507new CodePrimitiveExpression(classobj.Scope.Path.NamespacePath))); 3528new CodePrimitiveExpression(classobj.Scope.Path.NamespacePath))); 3688new CodePrimitiveExpression(classobj.Scope.Path.NamespacePath)));