C# 클래스 Nexus.Client.ModManagement.AutoUpdater.UpdateInfo

Describes the newest info available for a mod.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
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