Bari.Plugins.Gallio.Tools.Gallio.Gallio C# (CSharp) Method

Gallio() public method

public Gallio ( [ targetDir, IParameters parameters ) : System
targetDir [
parameters IParameters
return System
        public Gallio([TargetRoot] IFileSystemDirectory targetDir, IParameters parameters)
            : base("Gallio", Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles), "gallio"),
                   Path.Combine("bin", "Gallio.Echo.exe"), new Uri("http://mb-unit.googlecode.com/files/GallioBundle-3.4.14.0.zip"), true, parameters)
        {
            this.targetDir = targetDir;
        }