C# 클래스 Nexus.Client.Games.GameDiscoverer.GameInstallData

Describes the installation path of a game.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
GameInstallData ( IGameModeDescriptor p_gmdGameMode, string p_strGameInstallPath ) : System

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

메소드 상세

GameInstallData() 공개 메소드

A simple constructor that initializes the object with the given values.
public GameInstallData ( IGameModeDescriptor p_gmdGameMode, string p_strGameInstallPath ) : System
p_gmdGameMode IGameModeDescriptor The game mode whose install info in described by the object.
p_strGameInstallPath string The install path of the game.
리턴 System