C# 클래스 NArrange.SourceTester.Program

Tests NArrange against a directory of source files that have no external dependencies (i.e. only mscorlib.dll and System.dll).
파일 보기 프로젝트 열기: MarcStan/NArrange

공개 메소드들

메소드 설명
Main ( string args ) : void

Application entry point

비공개 메소드들

메소드 설명
CompareAssemblies ( Assembly assembly1, Assembly assembly2, ILogger logger ) : bool

Compares two assemblies.

CompareType ( Type type1, Type type2, ILogger logger ) : bool

Compares two Types.

CompileSourceFile ( FileInfo sourceFile, string source ) : CompilerResults

Compiles the source file.

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

Gets the source file names.

ParseArguments ( string args, string &inputDirectory ) : void

Parses the command line arguments

TestFiles ( string inputDir, ILogger logger ) : void

Tests the files.

WriteUsage ( ) : void

Writes usage information to the console

메소드 상세

Main() 공개 정적인 메소드

Application entry point
public static Main ( string args ) : void
args string The program args.
리턴 void