C# 클래스 OSAE.Plugin

파일 보기 프로젝트 열기: opensourceautomation/Open-Source-Automation 1 사용 예제들

공개 메소드들

메소드 설명
ActivatePlugin ( ) : bool
ExecuteCommand ( OSAEMethod method ) : void
Plugin ( ) : System
Plugin ( string assemblyName, string assemblyType, AppDomain domain, string location, string clientAppendage = "" ) : System
RunInterface ( string serviceName ) : void
Shutdown ( ) : bool

비공개 메소드들

메소드 설명
Domain_UnhandledException ( object source, System e ) : void

메소드 상세

ActivatePlugin() 공개 메소드

public ActivatePlugin ( ) : bool
리턴 bool

ExecuteCommand() 공개 메소드

public ExecuteCommand ( OSAEMethod method ) : void
method OSAEMethod
리턴 void

Plugin() 공개 메소드

public Plugin ( ) : System
리턴 System

Plugin() 공개 메소드

public Plugin ( string assemblyName, string assemblyType, AppDomain domain, string location, string clientAppendage = "" ) : System
assemblyName string
assemblyType string
domain System.AppDomain
location string
clientAppendage string
리턴 System

RunInterface() 공개 메소드

public RunInterface ( string serviceName ) : void
serviceName string
리턴 void

Shutdown() 공개 메소드

public Shutdown ( ) : bool
리턴 bool