Свойство | Type | Description | |
---|---|---|---|
PluginsPyPath | string |
Méthode | Description | |
---|---|---|
Cleanup ( ) : void | ||
ClearOutput ( ) : void | ||
Dispose ( ) : void | ||
ExecuteByName ( string name ) : void | ||
ExecuteSelectionByName ( string name, IList selection ) : void | ||
GetOutputText ( ) : string | ||
Initialize ( ) : void | ||
IsValidSelectionByName ( string name, IList selection ) : bool | ||
LoadPlugins ( ) : void | ||
RegisterPlugin ( string path ) : void | ||
Reinitialize ( ) : void | ||
ShowError ( string title, string name, |
||
UnloadPlugins ( ) : void |
Méthode | Description | |
---|---|---|
PluginEngine ( ) : System |
public ExecuteByName ( string name ) : void | ||
name | string | |
Résultat | void |
public ExecuteSelectionByName ( string name, IList selection ) : void | ||
name | string | |
selection | IList | |
Résultat | void |
public IsValidSelectionByName ( string name, IList selection ) : bool | ||
name | string | |
selection | IList | |
Résultat | bool |
public RegisterPlugin ( string path ) : void | ||
path | string | |
Résultat | void |
public ShowError ( string title, string name, |
||
title | string | |
name | string | |
e | ||
Résultat | void |