C# Класс Nexus.Client.ModManagement.AutoUpdater.UpdateInfo

Describes the newest info available for a mod.
Показать файл Открыть проект

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

Метод Описание
IsMatchingVersion ( string p_strVersion ) : bool

Determines if the given version is the same as the version in this update info.

UpdateInfo ( IMod p_modMod, IModInfo p_strNewestInfo ) : System

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

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

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

Determines if the given version is the same as the version in this update info.
public IsMatchingVersion ( string p_strVersion ) : bool
p_strVersion string The version to match.
Результат bool

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

A simple constructor that initializes the object with the given values.
public UpdateInfo ( IMod p_modMod, IModInfo p_strNewestInfo ) : System
p_modMod IMod The mod for which the information was retrieved.
p_strNewestInfo IModInfo The newest info available for the mod.
Результат System