C# Class Nexus.Client.Games.GameModeDiscoveredEventArgs

An event arguments class that indicates a possible installation path of a game mode has been found.
Inheritance: System.EventArgs
Mostrar archivo Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
GameModeDiscoveredEventArgs ( IGameModeDescriptor p_gmdGameModeInfo, string p_strInstallationPath ) : System

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

Method Details

GameModeDiscoveredEventArgs() public method

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.
return System