Метод | Описание | |
---|---|---|
OwnTypes ( ) : void | ||
ProcessCommand ( OSAEMethod method ) : void |
A Command to be processed bu the plugin
|
|
RunInterface ( string pluginName ) : void |
Set up the powershell plugin ready to process commands
|
|
Shutdown ( ) : void |
Shutsdown the Powershell Plugin
|
Метод | Описание | |
---|---|---|
PluginRegistered ( ) : bool | ||
Register ( bool undo ) : void | ||
RunScript ( string script, OSAEMethod method ) : void |
Runs the content of the script parameter as a powershell script
|
public ProcessCommand ( OSAEMethod method ) : void | ||
method | OSAEMethod | |
Результат | void |
public RunInterface ( string pluginName ) : void | ||
pluginName | string | |
Результат | void |