Property | Type | Description | |
---|---|---|---|
BackgroundOperationThreadStart | void | ||
BackgroundOperationUpdateProgress | void |
Method | Description | |
---|---|---|
AddBackgroundOperation ( string name, string description ) : |
Add a background operation.
|
|
AlexandriaManager ( ) : System |
Initialise the manager, loading settings.
|
|
GetGame ( |
Search for the first Game with the given Type, or return
|
|
GetPathState ( |
Get a PathState for the given combination of parameters, creating one if necessary.
|
|
LoadPlugins ( ) : void |
Load plugin DLLs.
|
Method | Description | |
---|---|---|
GetIsPluginAssetEnabled ( |
Get whether the plugin asset is enabled, using the application settings.
|
|
SetIsPluginAssetEnabled ( |
Store whether the plugin asset is enabled using the application settings.
|
Method | Description | |
---|---|---|
BackgroundOperationThreadStart ( ) : void | ||
BackgroundOperationUpdateProgress ( double value ) : void |
public AddBackgroundOperation ( string name, string description ) : |
||
name | string | |
description | string | |
return |
protected GetIsPluginAssetEnabled ( |
||
resource | ||
return | bool |
public GetPathState ( |
||
game | ||
fileManager | ||
path | string | |
return |
protected SetIsPluginAssetEnabled ( |
||
resource | ||
value | bool | |
return | void |