C# 클래스 OSAE.PowerShellProcessor.PowerShellPlugin

Allows OSA to run scripts through PowerShell.
상속: OSAEPluginBase
파일 보기 프로젝트 열기: opensourceautomation/Open-Source-Automation

공개 메소드들

메소드 설명
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