C# Class Nexus.Client.EnvironmentInfo

Provides information about the current programme environment.
Inheritance: IEnvironmentInfo
Show file Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
EnvironmentInfo ( ISettings p_setSettings ) : System

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

Method Details

EnvironmentInfo() public method

A simple constructor that initializes the object with the given dependencies.
public EnvironmentInfo ( ISettings p_setSettings ) : System
p_setSettings ISettings The application and user settings.
return System