C# Class PowerShellConsole.Commands.F5Command

Inheritance: ICommand
Afficher le fichier Open project: dfinke/PowerShellConsole

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
F5Command ( TextEditor textEditor ) : System

Method Details

CanExecute() public méthode

public CanExecute ( object parameter ) : bool
parameter object
Résultat bool

Execute() public méthode

public Execute ( object parameter ) : void
parameter object
Résultat void

F5Command() public méthode

public F5Command ( TextEditor textEditor ) : System
textEditor ICSharpCode.AvalonEdit.TextEditor
Résultat System