C# Class FluentBuild.Runners.RunOptions

Afficher le fichier Open project: SkightTeam/eLiteWeb

Méthodes publiques

Méthode Description
Debugger ( ) : void
Executable ( Action args ) : int
Executable ( object>.Func args ) : int
ILMerge ( Action args ) : void
RunOptions ( ) : System
RunOptions ( IActionExcecutor actionExcecutor ) : System

Method Details

Debugger() public méthode

public Debugger ( ) : void
Résultat void

Executable() public méthode

public Executable ( Action args ) : int
args Action
Résultat int

Executable() public méthode

public Executable ( object>.Func args ) : int
args object>.Func
Résultat int

ILMerge() public méthode

public ILMerge ( Action args ) : void
args Action
Résultat void

RunOptions() public méthode

public RunOptions ( ) : System
Résultat System

RunOptions() public méthode

public RunOptions ( IActionExcecutor actionExcecutor ) : System
actionExcecutor IActionExcecutor
Résultat System