public override bool Verify()
        {
            bool flag = WmiWrapper.IsPathOnFixedOrNetworkDrive(base.ComputerName, base.PathName);

            TaskLogger.Trace("PathOnFixedOrNetworkDriveCondition.Verify() returns {0}: <Server '{1}', PathName '{2}'>", new object[]
            {
                flag,
                base.ComputerName,
                base.PathName
            });
            return(flag);
        }