C# Класс Nexus.Client.Games.GameDiscoverer.GameInstallData

Describes the installation path of a game.
Показать файл Открыть проект

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

Метод Описание
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