C# 클래스 Poderosa.Sessions.TerminalSessionsPlugin

상속: Poderosa.Plugins.PluginBase, ITerminalSessionsService
파일 보기 프로젝트 열기: poderosaproject/poderosa 1 사용 예제들

공개 메소드들

메소드 설명
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