C# Класс Poderosa.Sessions.TerminalSessionsPlugin

Наследование: Poderosa.Plugins.PluginBase, ITerminalSessionsService
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

GetPasteCommand() публичный Метод

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
Результат IPoderosaCommand

InitializePlugin() публичный Метод

public InitializePlugin ( IPoderosaWorld poderosa ) : void
poderosa IPoderosaWorld
Результат void