C# Класс FluentBuild.Runners.RunOptions

Показать файл Открыть проект

Открытые методы

Метод Описание
Debugger ( ) : void
Executable ( Action args ) : int
Executable ( object>.Func args ) : int
ILMerge ( Action args ) : void
RunOptions ( ) : System
RunOptions ( IActionExcecutor actionExcecutor ) : System

Описание методов

Debugger() публичный Метод

public Debugger ( ) : void
Результат void

Executable() публичный Метод

public Executable ( Action args ) : int
args Action
Результат int

Executable() публичный Метод

public Executable ( object>.Func args ) : int
args object>.Func
Результат int

ILMerge() публичный Метод

public ILMerge ( Action args ) : void
args Action
Результат void

RunOptions() публичный Метод

public RunOptions ( ) : System
Результат System

RunOptions() публичный Метод

public RunOptions ( IActionExcecutor actionExcecutor ) : System
actionExcecutor IActionExcecutor
Результат System