GameInstaller
Download game files
IGameInstaller
checks for the existence and integrity of the file and downloads it if necessary.
The GameInstaller fires events that indicate the progress of the installation. See Event Handling
Example
BasicGameInstaller
Single-threaded installer
ParallelGameInstaller
Multi-threaded installer. CreateAsCoreCount
method initializes a new ParallelGameInstaller
with the number of cores of the current PC.
You can specify the maximum number of concurrences for each task:
Last updated