using System.Collections.Generic; namespace ScriptCs.Contracts { public interface IAssemblyResolver { IEnumerable GetAssemblyPaths(string path, bool binariesOnly = false); } }