C# Класс OSAE.PowerShellProcessor.PowerShellPlugin

Allows OSA to run scripts through PowerShell.
Наследование: OSAEPluginBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

OwnTypes() публичный Метод

public OwnTypes ( ) : void
Результат void

ProcessCommand() публичный Метод

A Command to be processed bu the plugin
public ProcessCommand ( OSAEMethod method ) : void
method OSAEMethod
Результат void

RunInterface() публичный Метод

Set up the powershell plugin ready to process commands
public RunInterface ( string pluginName ) : void
pluginName string
Результат void

Shutdown() публичный Метод

Shutsdown the Powershell Plugin
public Shutdown ( ) : void
Результат void