Tp.SourceControl.Testing.Repository.Tfs.TfsTestRepository.GetExecutingDirectory C# (CSharp) Method

GetExecutingDirectory() protected static method

protected static GetExecutingDirectory ( ) : string
return string
		protected static string GetExecutingDirectory()
		{
			var fileName = new Uri(typeof(TfsTestRepository).Assembly.CodeBase).AbsolutePath;
			return Path.GetDirectoryName(fileName);
		}