C# Class Poderosa.SFTP.SCPCommand

SCP command
Inheritance: CommandBase, IPoderosaCommand, IPoderosaMenuItem
Afficher le fichier Open project: poderosaproject/poderosa Class Usage Examples

Méthodes publiques

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

Constructor

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

IsChecked() public méthode

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

IsEnabled() public méthode

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

SCPCommand() public méthode

Constructor
public SCPCommand ( ) : System
Résultat System