C# Class Wox.Plugin.Doc.DocSet

Afficher le fichier Open project: Wox-launcher/Wox.Plugin.Doc

Méthodes publiques

Méthode Description
Load ( string pluginDirectory ) : void

Load all installed docs

Query ( string query ) : List

Private Methods

Méthode Description
CheckTableExists ( string table, string path ) : bool
GetDefaultBrowserPath ( ) : string
GetQuerySqlByDocType ( DocType type ) : string
QuerySqllite ( Doc doc, string key ) : List

Method Details

Load() public méthode

Load all installed docs
public Load ( string pluginDirectory ) : void
pluginDirectory string
Résultat void

Query() public méthode

public Query ( string query ) : List
query string
Résultat List