C# Class Poderosa.Sessions.TerminalSessionsPlugin

Inheritance: Poderosa.Plugins.PluginBase, ITerminalSessionsService
Afficher le fichier Open project: poderosaproject/poderosa Class Usage Examples

Méthodes publiques

Méthode Description
GetPasteCommand ( ) : IPoderosaCommand

Get a Paste command object

If an instance was registered on the extension point, this method returns it. Otherwise, returns the default implementation.

InitializePlugin ( IPoderosaWorld poderosa ) : void

Method Details

GetPasteCommand() public méthode

Get a Paste command object
If an instance was registered on the extension point, this method returns it. Otherwise, returns the default implementation.
public GetPasteCommand ( ) : IPoderosaCommand
Résultat IPoderosaCommand

InitializePlugin() public méthode

public InitializePlugin ( IPoderosaWorld poderosa ) : void
poderosa IPoderosaWorld
Résultat void