메소드 | 설명 | |
---|---|---|
Execute ( IPluginHost pluginHost, DroidExplorer currentDirectory, string args ) : void |
Executes the specified plugin host.
|
|
Open ( DroidExplorer file ) : void |
Opens the specified file.
|
|
Shell ( IPluginHost host ) : System |
Initializes a new instance of the Shell class.
|
public Execute ( IPluginHost pluginHost, DroidExplorer currentDirectory, string args ) : void | ||
pluginHost | IPluginHost | The plugin host. |
currentDirectory | DroidExplorer | The current directory. |
args | string | The args. |
리턴 | void |