Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.LauncherApp.LauncherApp Class Reference
Inheritance diagram for SiliconStudio.LauncherApp.LauncherApp:
IProgressProvider ILogger

Public Member Functions

 LauncherApp ()
 
void Dispose ()
 
int Run (string[] args)
 

Static Public Member Functions

static int GetProcessCount ()
 

Static Public Attributes

static readonly string Version
 

Protected Member Functions

virtual void OnRunning ()
 

Properties

bool IsSelfUpdated [get, set]
 
bool IsNewPackageAvailable [get, set]
 
IntPtr MainWindowHandle [get, set]
 
bool IsDiagnosticMode [get, set]
 Gets or sets a value indicating whether this instance is diagnostic mode (all logs redirected to a file) More...
 
bool IsDownloading [get, set]
 

Events

EventHandler< ProgressEventArgs > ProgressAvailable
 
EventHandler< LoadingEventArgsLoading
 
EventHandler< EventArgsDownloadFinished
 
EventHandler< DialogEventArgsDialogAvailable
 
EventHandler< ExceptionUnhandledException
 
EventHandler< EventArgsRunning
 

Detailed Description

Definition at line 17 of file LauncherApp.cs.

Constructor & Destructor Documentation

SiliconStudio.LauncherApp.LauncherApp.LauncherApp ( )

Definition at line 87 of file LauncherApp.cs.

Member Function Documentation

void SiliconStudio.LauncherApp.LauncherApp.Dispose ( )

Definition at line 133 of file LauncherApp.cs.

static int SiliconStudio.LauncherApp.LauncherApp.GetProcessCount ( )
static

Definition at line 259 of file LauncherApp.cs.

virtual void SiliconStudio.LauncherApp.LauncherApp.OnRunning ( )
protectedvirtual

Definition at line 253 of file LauncherApp.cs.

int SiliconStudio.LauncherApp.LauncherApp.Run ( string[]  args)

Definition at line 146 of file LauncherApp.cs.

Member Data Documentation

readonly string SiliconStudio.LauncherApp.LauncherApp.Version
static

Definition at line 77 of file LauncherApp.cs.

Property Documentation

bool SiliconStudio.LauncherApp.LauncherApp.IsDiagnosticMode
getset

Gets or sets a value indicating whether this instance is diagnostic mode (all logs redirected to a file)

true if this instance is diagnostic mode; otherwise, false.

Definition at line 44 of file LauncherApp.cs.

bool SiliconStudio.LauncherApp.LauncherApp.IsDownloading
getset

Definition at line 61 of file LauncherApp.cs.

bool SiliconStudio.LauncherApp.LauncherApp.IsNewPackageAvailable
getset

Definition at line 36 of file LauncherApp.cs.

bool SiliconStudio.LauncherApp.LauncherApp.IsSelfUpdated
getset

Definition at line 34 of file LauncherApp.cs.

IntPtr SiliconStudio.LauncherApp.LauncherApp.MainWindowHandle
getset

Definition at line 38 of file LauncherApp.cs.

Event Documentation

EventHandler<DialogEventArgs> SiliconStudio.LauncherApp.LauncherApp.DialogAvailable

Definition at line 54 of file LauncherApp.cs.

EventHandler<EventArgs> SiliconStudio.LauncherApp.LauncherApp.DownloadFinished

Definition at line 52 of file LauncherApp.cs.

EventHandler<LoadingEventArgs> SiliconStudio.LauncherApp.LauncherApp.Loading

Definition at line 50 of file LauncherApp.cs.

EventHandler<ProgressEventArgs> SiliconStudio.LauncherApp.LauncherApp.ProgressAvailable

Definition at line 46 of file LauncherApp.cs.

EventHandler<EventArgs> SiliconStudio.LauncherApp.LauncherApp.Running

Definition at line 58 of file LauncherApp.cs.

EventHandler<Exception> SiliconStudio.LauncherApp.LauncherApp.UnhandledException

Definition at line 56 of file LauncherApp.cs.


The documentation for this class was generated from the following file: