コード例 #1
0
        public override bool Verify()
        {
            bool flag = WmiWrapper.IsPathOnFixedDrive(base.ComputerName, base.PathName);

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