C# Class Bot.Components.PythonComponent

Inheritance: Bot.Core.Component.Component, IDisposable
Afficher le fichier Open project: Crobol/Bot

Méthodes publiques

Méthode Description
Dispose ( ) : void
PythonComponent ( ITinyMessengerHub hub ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
LoadScripts ( string directory ) : void
OnBotCommandMessage ( InvokeCommandMessage message ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

PythonComponent() public méthode

public PythonComponent ( ITinyMessengerHub hub ) : System
hub ITinyMessengerHub
Résultat System