C# Class PowerShellConsole.Commands.F5Command

Inheritance: ICommand
Exibir arquivo Open project: dfinke/PowerShellConsole

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
F5Command ( TextEditor textEditor ) : System

Method Details

CanExecute() public method

public CanExecute ( object parameter ) : bool
parameter object
return bool

Execute() public method

public Execute ( object parameter ) : void
parameter object
return void

F5Command() public method

public F5Command ( TextEditor textEditor ) : System
textEditor ICSharpCode.AvalonEdit.TextEditor
return System