Method | Description | |
---|---|---|
Bootstrapper ( |
A simple constructor that initializes the object with the given values.
|
|
RunMainForm ( string p_strArgs ) : bool |
Runs the applications This method makes sure the environment is sane. If so, it creates the required services and launches the main form. |
Method | Description | |
---|---|---|
DisposeServices ( |
This disposes of the services we created.
|
|
GetInstalledGameModes ( |
Gets a registry of installed game modes.
|
|
GetSupportedGameModes ( ) : |
Gets a registry of supported game modes.
|
|
SandboxCheck ( |
Checks to see if a sandbox is interfering with dynamic code generation.
|
|
SetCompressorPath ( |
Sets the path to the external compression library.
|
Method | Description | |
---|---|---|
SetUpFonts ( ) : |
Sets up the fonts.
|
public Bootstrapper ( |
||
p_eifEnvironmentInfo | The application's envrionment info. | |
return | System |
protected DisposeServices ( |
||
p_smgServices | The services to dispose. | |
return | void |
protected GetInstalledGameModes ( |
||
p_gmrSupportedGameModes | The games modes supported by the mod manager. | |
return |
protected GetSupportedGameModes ( ) : |
||
return |
public RunMainForm ( string p_strArgs ) : bool | ||
p_strArgs | string | The command line arguments passed to the application. |
return | bool |
protected SandboxCheck ( |
||
p_eifEnvironmentInfo | The application's envrionment info. | |
return | bool |
protected SetCompressorPath ( |
||
p_eifEnvironmentInfo | The application's envrionment info. | |
return | void |