Class InstallController
Represents installation controller.
public abstract class InstallController : ControllerBase, IDisposable
- Inheritance
-
InstallController
- Implements
- Inherited Members
Constructors
InstallController(Game)
Creates new instance of InstallController.
public InstallController(Game game)
Parameters
gameGame
Methods
Install(InstallActionArgs)
Start installation.
public abstract void Install(InstallActionArgs args)
Parameters
argsInstallActionArgs
InvokeOnInstallationCancelled(GameInstallationCancelledEventArgs)
Invoke to singal that installation was cancelled.
protected void InvokeOnInstallationCancelled(GameInstallationCancelledEventArgs args)
Parameters
InvokeOnInstalled(GameInstalledEventArgs)
Invoke to signal that installation completed.
protected void InvokeOnInstalled(GameInstalledEventArgs args)