C# Класс NArrange.TestSourceFinder.Program

The TestSourceFinder application finds valid source files in the specified directory that do not have any dependencies. These source files are written to the specified output directory and can be used as test cases for NArrange (see SourceTester app).
Показать файл Открыть проект

Открытые методы

Метод Описание
Main ( string args ) : void

The application entry point.

Приватные методы

Метод Описание
CompileSourceFile ( FileInfo sourceFile, string source ) : CompilerResults

Compiles the source file.

FindFiles ( string inputDirectory, string outputDirectory ) : void

Finds files to process.

GetSourceFileNames ( string path ) : System.IO.FileInfo[]

Gets the source file names.

Описание методов

Main() публичный статический Метод

The application entry point.
public static Main ( string args ) : void
args string The commend args.
Результат void