C# Class OSAE.Plugin

Exibir arquivo Open project: opensourceautomation/Open-Source-Automation Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
Domain_UnhandledException ( object source, System e ) : void

Method Details

ActivatePlugin() public method

public ActivatePlugin ( ) : bool
return bool

ExecuteCommand() public method

public ExecuteCommand ( OSAEMethod method ) : void
method OSAEMethod
return void

Plugin() public method

public Plugin ( ) : System
return System

Plugin() public method

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

RunInterface() public method

public RunInterface ( string serviceName ) : void
serviceName string
return void

Shutdown() public method

public Shutdown ( ) : bool
return bool