C# 클래스 OSAE.EventGhost.EventGhost

상속: OSAEPluginBase
파일 보기 프로젝트 열기: opensourceautomation/Open-Source-Automation

공개 메소드들

메소드 설명
OwnTypes ( ) : void
ProcessCommand ( OSAEMethod method ) : void

OSA Plugin Interface - Commands the be processed by the plugin

RunInterface ( string pluginName ) : void

OSA Plugin Interface - called on start up to allow plugin to do any tasks it needs

Shutdown ( ) : void

OSA Plugin Interface - The plugin has been asked to shut down

메소드 상세

OwnTypes() 공개 메소드

public OwnTypes ( ) : void
리턴 void

ProcessCommand() 공개 메소드

OSA Plugin Interface - Commands the be processed by the plugin
public ProcessCommand ( OSAEMethod method ) : void
method OSAEMethod Method containging the command to run
리턴 void

RunInterface() 공개 메소드

OSA Plugin Interface - called on start up to allow plugin to do any tasks it needs
public RunInterface ( string pluginName ) : void
pluginName string The name of the plugin from the system
리턴 void

Shutdown() 공개 메소드

OSA Plugin Interface - The plugin has been asked to shut down
public Shutdown ( ) : void
리턴 void