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

ファイルを表示 Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
ExitForNode ( ) : void
MainForNode ( INodeApi api ) : System.Threading.Tasks.Task

Private Methods

Method 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 method

public static ExitForNode ( ) : void
return void

MainForNode() public static method

public static MainForNode ( INodeApi api ) : System.Threading.Tasks.Task
api INodeApi
return System.Threading.Tasks.Task