C# Class Poderosa.Commands.PasteToTerminalCommand

Inheritance: IPoderosaCommand
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

Méthode Description
CanExecute ( ICommandTarget target ) : bool
GetAdapter ( Type adapter ) : IAdaptable
InternalExecute ( ICommandTarget target ) : CommandResult
PasteToTerminalCommand ( ) : System

Private Methods

Méthode Description
GetClipboardText ( ) : string
GetViewAndSession ( ICommandTarget target, IPoderosaView &view, ITerminalSession &session ) : bool

Method Details

CanExecute() public méthode

public CanExecute ( ICommandTarget target ) : bool
target ICommandTarget
Résultat bool

GetAdapter() public méthode

public GetAdapter ( Type adapter ) : IAdaptable
adapter System.Type
Résultat IAdaptable

InternalExecute() public méthode

public InternalExecute ( ICommandTarget target ) : CommandResult
target ICommandTarget
Résultat CommandResult

PasteToTerminalCommand() public méthode

public PasteToTerminalCommand ( ) : System
Résultat System