C# 클래스 Wox.Plugin.Program.Main

상속: ISettingProvider, IPlugin, IPluginI18n, IContextMenu, ISavable
파일 보기 프로젝트 열기: Wox-launcher/Wox

공개 메소드들

메소드 설명
CreateSettingPanel ( ) : Control
GetTranslatedPluginDescription ( ) : string
GetTranslatedPluginTitle ( ) : string
IndexPrograms ( ) : void
Init ( PluginInitContext context ) : void
LoadContextMenus ( System.Result selectedResult ) : List
Main ( ) : System
Query ( Query query ) : List
Save ( ) : void
StartProcess ( ProcessStartInfo info ) : bool

메소드 상세

CreateSettingPanel() 공개 메소드

public CreateSettingPanel ( ) : Control
리턴 System.Windows.Controls.Control

GetTranslatedPluginDescription() 공개 메소드

public GetTranslatedPluginDescription ( ) : string
리턴 string

GetTranslatedPluginTitle() 공개 메소드

public GetTranslatedPluginTitle ( ) : string
리턴 string

IndexPrograms() 공개 정적인 메소드

public static IndexPrograms ( ) : void
리턴 void

Init() 공개 메소드

public Init ( PluginInitContext context ) : void
context PluginInitContext
리턴 void

LoadContextMenus() 공개 메소드

public LoadContextMenus ( System.Result selectedResult ) : List
selectedResult System.Result
리턴 List

Main() 공개 메소드

public Main ( ) : System
리턴 System

Query() 공개 메소드

public Query ( Query query ) : List
query Query
리턴 List

Save() 공개 메소드

public Save ( ) : void
리턴 void

StartProcess() 공개 정적인 메소드

public static StartProcess ( ProcessStartInfo info ) : bool
info System.Diagnostics.ProcessStartInfo
리턴 bool