CodeOwls.PowerShell.Provider.Provider.GetRootPath C# (CSharp) Метод

GetRootPath() защищенный Метод

protected GetRootPath ( ) : string
Результат string
        protected string GetRootPath()
        {
            if (null != PSDriveInfo)
            {
                return PSDriveInfo.Root;
            }
            return String.Empty;
        }