C# Class PeerCastStation.Main.Application

Inheritance: PeerCastStation.Core.PeerCastApplication
Afficher le fichier Open project: kumaryu/peercaststation

Méthodes publiques

Свойство Type Description
PluginPath string

Méthodes publiques

Méthode Description
Application ( ) : System
Run ( ) : void
SaveSettings ( ) : void
Start ( ) : Task
Stop ( ) : void

Méthodes protégées

Méthode Description
DoCleanup ( ) : void
DoSetup ( ) : void

Private Methods

Méthode Description
CheckIsFirstInstance ( EventWaitHandle &wait_handle ) : bool
LoadPluginAssemblies ( ) : IEnumerable
LoadPluginAssembly ( System asm ) : IEnumerable
LoadPlugins ( ) : void
LoadSettings ( ) : void
Main ( string args ) : void
OnUnhandledException ( object sender, UnhandledExceptionEventArgs args ) : void

Method Details

Application() public méthode

public Application ( ) : System
Résultat System

DoCleanup() protected méthode

protected DoCleanup ( ) : void
Résultat void

DoSetup() protected méthode

protected DoSetup ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

SaveSettings() public méthode

public SaveSettings ( ) : void
Résultat void

Start() public méthode

public Start ( ) : Task
Résultat Task

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

PluginPath public_oe static_oe property

public static string PluginPath
Résultat string