C# Класс Nexus.Client.Games.GameModeDiscoveredEventArgs

An event arguments class that indicates a possible installation path of a game mode has been found.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GameModeDiscoveredEventArgs ( IGameModeDescriptor p_gmdGameModeInfo, string p_strInstallationPath ) : System

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

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

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

A simple constructor that initializes the object with the given values.
public GameModeDiscoveredEventArgs ( IGameModeDescriptor p_gmdGameModeInfo, string p_strInstallationPath ) : System
p_gmdGameModeInfo IGameModeDescriptor The game mode info for the game for which an installation path has been found.
p_strInstallationPath string The installation path that was found.
Результат System