4 references to IsEmpty
System.Management (4)
System\Management\ManagementClass.cs (1)
310
if ((null == value) || value.IsClass || value.
IsEmpty
)
System\Management\ManagementObject.cs (3)
383
if ((null != path) && !path.
IsEmpty
)
577
newPath.
IsEmpty
)
2578
else if ((null == scope.Path) || scope.Path.
IsEmpty
)