C# Class Poderosa.Sessions.TerminalSessionsPlugin

Inheritance: Poderosa.Plugins.PluginBase, ITerminalSessionsService
显示文件 Open project: poderosaproject/poderosa Class Usage Examples

Public Methods

Method 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 method

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
return IPoderosaCommand

InitializePlugin() public method

public InitializePlugin ( IPoderosaWorld poderosa ) : void
poderosa IPoderosaWorld
return void