C# Class 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).
Afficher le fichier Open project: MarcStan/NArrange

Méthodes publiques

Méthode Description
Main ( string args ) : void

The application entry point.

Private Methods

Méthode Description
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.

Method Details

Main() public static méthode

The application entry point.
public static Main ( string args ) : void
args string The commend args.
Résultat void