C# Class withSIX.Mini.Presentation.Electron.Entrypoint

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Méthodes publiques

Méthode Description
ExitForNode ( ) : void
MainForNode ( INodeApi api ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
Init ( ) : void
LaunchAppThread ( ) : System.Threading.Tasks.Task
LaunchWithNode ( ) : System.Threading.Tasks.Task
SetupAssemblyLoader ( IAbsoluteFilePath locationOverride = null ) : void
SetupLogging ( string token ) : void
SetupRegistry ( ) : void
SetupVersion ( ) : void
StartupInternal ( ) : System.Threading.Tasks.Task

Method Details

ExitForNode() public static méthode

public static ExitForNode ( ) : void
Résultat void

MainForNode() public static méthode

public static MainForNode ( INodeApi api ) : System.Threading.Tasks.Task
api INodeApi
Résultat System.Threading.Tasks.Task