C# Класс Nexus.Client.GameDetectionVM

This class encapsulates the data and the operations presented by UI elements that display the progress of game detection.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Cancel ( ) : void

Cancels the search for installed games.

GameDetectionVM ( IEnvironmentInfo p_eifEnvironmentInfo, GameDiscoverer p_gdvGameDetector, GameModeRegistry p_gmrSupportedGameModes ) : Nexus.Client.Games

A simple constructor that initializes the object with the given dependencies.

Описание методов

Cancel() публичный Метод

Cancels the search for installed games.
public Cancel ( ) : void
Результат void

GameDetectionVM() публичный Метод

A simple constructor that initializes the object with the given dependencies.
public GameDetectionVM ( IEnvironmentInfo p_eifEnvironmentInfo, GameDiscoverer p_gdvGameDetector, GameModeRegistry p_gmrSupportedGameModes ) : Nexus.Client.Games
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
p_gdvGameDetector Nexus.Client.Games.GameDiscoverer The discoverer to use to find the game installation path.
p_gmrSupportedGameModes Nexus.Client.Games.GameModeRegistry The list of supported game modes.
Результат Nexus.Client.Games