C# Class OSAE.XBMC.XBMC

Inheritance: OSAEPluginBase
Afficher le fichier Open project: opensourceautomation/Open-Source-Automation

Méthodes publiques

Méthode Description
OwnTypes ( ) : void
ProcessCommand ( OSAEMethod method ) : void
RunInterface ( string pluginName ) : void
Shutdown ( ) : void
Timer_Tick ( object sender, EventArgs eArgs ) : void
getXBMCSystem ( string name ) : XBMCSystem

Method Details

OwnTypes() public méthode

public OwnTypes ( ) : void
Résultat void

ProcessCommand() public méthode

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

RunInterface() public méthode

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

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

Timer_Tick() public méthode

public Timer_Tick ( object sender, EventArgs eArgs ) : void
sender object
eArgs System.EventArgs
Résultat void

getXBMCSystem() public méthode

public getXBMCSystem ( string name ) : XBMCSystem
name string
Résultat XBMCSystem