C# Class Poderosa.Sessions.TelnetSSHPlugin.LoginDialogCommand

Inheritance: IGeneralCommand
显示文件 Open project: poderosaproject/poderosa

Public Methods

Method Description
CanExecute ( ICommandTarget target ) : bool
GetAdapter ( Type adapter ) : IAdaptable
InternalExecute ( ICommandTarget target ) : CommandResult

Method Details

CanExecute() public method

public CanExecute ( ICommandTarget target ) : bool
target ICommandTarget
return bool

GetAdapter() public method

public GetAdapter ( Type adapter ) : IAdaptable
adapter System.Type
return IAdaptable

InternalExecute() public method

public InternalExecute ( ICommandTarget target ) : CommandResult
target ICommandTarget
return CommandResult