C# Класс Nexus.Client.ModManagement.ModMatcher

Finds matches for a given mod in a given set of mods.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FindAlternateVersion ( IMod p_modMod, bool p_booExistingOnly ) : IMod

This finds any mod in the candidate list that appears to be another version of the given mod.

ModMatcher ( IEnumerable p_enmModCandidates, bool p_booAssumeAllExist ) : System

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

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

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

This finds any mod in the candidate list that appears to be another version of the given mod.
public FindAlternateVersion ( IMod p_modMod, bool p_booExistingOnly ) : IMod
p_modMod IMod The mod for which to find another version.
p_booExistingOnly bool Whether the matcher should only match candidate mods that exist.
Результат IMod

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

A simple constructor that initializes the object with the given values.
public ModMatcher ( IEnumerable p_enmModCandidates, bool p_booAssumeAllExist ) : System
p_enmModCandidates IEnumerable The set of candidate mods against which to match the given mod.
p_booAssumeAllExist bool Whether to assume all of the given candidates exist.
Результат System