C# Class FubuCore.CommandLine.CommandExecutor

Mostra file Open project: nhsevidence/fubumvc Class Usage Examples

Public Methods

Method Description
CommandExecutor ( ICommandFactory factory ) : System
Execute ( string commandLine ) : void

Method Details

CommandExecutor() public method

public CommandExecutor ( ICommandFactory factory ) : System
factory ICommandFactory
return System

Execute() public method

public Execute ( string commandLine ) : void
commandLine string
return void