Space Engineers
Public Member Functions | Static Public Member Functions | List of all members
Sandbox.MyCommonProgramStartup Class Reference

Serves as the main wrapper class that will be used for the program initialization. The individual games should use the services of this class and should not need to do things "on their own" More...

Public Member Functions

 MyCommonProgramStartup (string[] args)
 
bool PerformReporting ()
 
void PerformAutoconnect ()
 
bool CheckSingleInstance ()
 
string GetAppDataPath ()
 Determines the application data path to use for configuration, save games and other dynamic data. More...
 
void InitSplashScreen ()
 
void DisposeSplashScreen ()
 
bool Check64Bit ()
 
void DetectSharpDxLeaksBeforeRun ()
 
void DetectSharpDxLeaksAfterRun ()
 
bool CheckSteamRunning (MySteamService steamService)
 

Static Public Member Functions

static void MessageBoxWrapper (string caption, string text)
 

Detailed Description

Serves as the main wrapper class that will be used for the program initialization. The individual games should use the services of this class and should not need to do things "on their own"

Definition at line 29 of file MyCommonProgramStartup.cs.

Constructor & Destructor Documentation

Sandbox.MyCommonProgramStartup.MyCommonProgramStartup ( string[]  args)
inline

Definition at line 49 of file MyCommonProgramStartup.cs.

Member Function Documentation

bool Sandbox.MyCommonProgramStartup.Check64Bit ( )
inline

Definition at line 159 of file MyCommonProgramStartup.cs.

bool Sandbox.MyCommonProgramStartup.CheckSingleInstance ( )
inline

Definition at line 93 of file MyCommonProgramStartup.cs.

bool Sandbox.MyCommonProgramStartup.CheckSteamRunning ( MySteamService  steamService)
inline

Definition at line 221 of file MyCommonProgramStartup.cs.

void Sandbox.MyCommonProgramStartup.DetectSharpDxLeaksAfterRun ( )
inline

Definition at line 211 of file MyCommonProgramStartup.cs.

void Sandbox.MyCommonProgramStartup.DetectSharpDxLeaksBeforeRun ( )
inline

Definition at line 198 of file MyCommonProgramStartup.cs.

void Sandbox.MyCommonProgramStartup.DisposeSplashScreen ( )
inline

Definition at line 148 of file MyCommonProgramStartup.cs.

string Sandbox.MyCommonProgramStartup.GetAppDataPath ( )
inline

Determines the application data path to use for configuration, save games and other dynamic data.

Parameters
args
Returns

Definition at line 111 of file MyCommonProgramStartup.cs.

void Sandbox.MyCommonProgramStartup.InitSplashScreen ( )
inline

Definition at line 137 of file MyCommonProgramStartup.cs.

static void Sandbox.MyCommonProgramStartup.MessageBoxWrapper ( string  caption,
string  text 
)
inlinestatic

Definition at line 42 of file MyCommonProgramStartup.cs.

void Sandbox.MyCommonProgramStartup.PerformAutoconnect ( )
inline

Definition at line 75 of file MyCommonProgramStartup.cs.

bool Sandbox.MyCommonProgramStartup.PerformReporting ( )
inline

Definition at line 58 of file MyCommonProgramStartup.cs.


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