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