C# 클래스 Nexus.Client.GameDetectionVM

This class encapsulates the data and the operations presented by UI elements that display the progress of game detection.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
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