Method | Description | |
---|---|---|
CheckGame ( |
||
CheckLauncher ( |
||
CheckUpdateAccess ( |
||
ConfigurationRegisteredProxy ( EventProxy |
||
ConfigurationUnRegisteredProxy ( EventProxy |
||
GetConfiguration ( |
||
GetConfiguration ( string gameType ) : IConfiguration | ||
GetEnumerator ( ) : IEnumerator |
||
GetGameEXE ( |
||
GetGamePath ( |
||
GetGamePathFromRegistry ( IConfiguration config ) : string | ||
GetHFPath ( |
||
GetImportPath ( |
||
GetLauncherEXE ( |
||
GetLauncherPath ( |
||
GetLauncherPathFromRegistry ( IConfiguration config ) : string | ||
GetLocalVersionFile ( |
||
GetPFPath ( |
||
Initialize ( ) : void | ||
UpdateRegistryPaths ( |
Method | Description | |
---|---|---|
OnConfigurationRegistered ( IConfiguration configuration ) : void | ||
OnConfigurationUnRegistered ( IConfiguration configuration ) : void |
Method | Description | |
---|---|---|
IEnumerable ( ) : IEnumerator | ||
RegisterConfiguration ( IConfiguration configuration ) : bool | ||
UnRegisterConfiguration ( IConfiguration configuration ) : bool |
public CheckGame ( |
||
model | ||
return | bool |
public CheckLauncher ( |
||
model | ||
return | bool |
public CheckUpdateAccess ( |
||
model | ||
return | bool |
public ConfigurationRegisteredProxy ( EventProxy |
||
proxy | EventProxy |
|
subscribe | bool | |
return | void |
public ConfigurationUnRegisteredProxy ( EventProxy |
||
proxy | EventProxy |
|
subscribe | bool | |
return | void |
public GetConfiguration ( |
||
model | ||
return | IConfiguration |
public GetConfiguration ( string gameType ) : IConfiguration | ||
gameType | string | |
return | IConfiguration |
public GetGameEXE ( |
||
model | ||
return | string |
public GetGamePath ( |
||
model | ||
return | string |
public GetGamePathFromRegistry ( IConfiguration config ) : string | ||
config | IConfiguration | |
return | string |
public GetHFPath ( |
||
model | ||
return | string |
public GetImportPath ( |
||
model | ||
return | string |
public GetLauncherEXE ( |
||
model | ||
return | string |
public GetLauncherPath ( |
||
model | ||
return | string |
public GetLauncherPathFromRegistry ( IConfiguration config ) : string | ||
config | IConfiguration | |
return | string |
public GetLocalVersionFile ( |
||
model | ||
return | string |
public GetPFPath ( |
||
model | ||
return | string |
protected OnConfigurationRegistered ( IConfiguration configuration ) : void | ||
configuration | IConfiguration | |
return | void |
protected OnConfigurationUnRegistered ( IConfiguration configuration ) : void | ||
configuration | IConfiguration | |
return | void |
public UpdateRegistryPaths ( |
||
model | ||
return | void |