C# Class OSAE.Plugin

Afficher le fichier Open project: opensourceautomation/Open-Source-Automation Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Domain_UnhandledException ( object source, System e ) : void

Method Details

ActivatePlugin() public méthode

public ActivatePlugin ( ) : bool
Résultat bool

ExecuteCommand() public méthode

public ExecuteCommand ( OSAEMethod method ) : void
method OSAEMethod
Résultat void

Plugin() public méthode

public Plugin ( ) : System
Résultat System

Plugin() public méthode

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

RunInterface() public méthode

public RunInterface ( string serviceName ) : void
serviceName string
Résultat void

Shutdown() public méthode

public Shutdown ( ) : bool
Résultat bool