C# Class FluentBuild.Runners.RunOptions

显示文件 Open project: SkightTeam/eLiteWeb

Public Methods

Method 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 method

public Debugger ( ) : void
return void

Executable() public method

public Executable ( Action args ) : int
args Action
return int

Executable() public method

public Executable ( object>.Func args ) : int
args object>.Func
return int

ILMerge() public method

public ILMerge ( Action args ) : void
args Action
return void

RunOptions() public method

public RunOptions ( ) : System
return System

RunOptions() public method

public RunOptions ( IActionExcecutor actionExcecutor ) : System
actionExcecutor IActionExcecutor
return System