C# Class PreSharpEntryPoint, PreSharp

Mostrar archivo Open project: ovatsus/PreSharp Class Usage Examples

Public Methods

Method Description
Process ( Logger logger, IEnumerable inPlaceFiles, IEnumerable templateFiles, IEnumerable templateIncludeFiles, IEnumerable templaceLibraryFiles, IEnumerable dependencyPaths, string absoluteOutputDir, List &compileGeneratedFiles, List &embeddedResourceGeneratedFiles, List &filesToDelete, bool createNewAppDomain, bool debugMode, string conditionalCompilationSymbols ) : void

Private Methods

Method Description
Install ( ) : void
Main ( string args ) : int

Method Details

Process() public static method

public static Process ( Logger logger, IEnumerable inPlaceFiles, IEnumerable templateFiles, IEnumerable templateIncludeFiles, IEnumerable templaceLibraryFiles, IEnumerable dependencyPaths, string absoluteOutputDir, List &compileGeneratedFiles, List &embeddedResourceGeneratedFiles, List &filesToDelete, bool createNewAppDomain, bool debugMode, string conditionalCompilationSymbols ) : void
logger Logger
inPlaceFiles IEnumerable
templateFiles IEnumerable
templateIncludeFiles IEnumerable
templaceLibraryFiles IEnumerable
dependencyPaths IEnumerable
absoluteOutputDir string
compileGeneratedFiles List
embeddedResourceGeneratedFiles List
filesToDelete List
createNewAppDomain bool
debugMode bool
conditionalCompilationSymbols string
return void