C# Класс Nexus.Client.Games.Gamebryo.PluginManagement.GamebryoPluginOrderValidator

Provides methods for validating and correcting the order of Gamebryo based game plugins.
Наследование: IPluginOrderValidator
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CorrectOrder ( IList p_lstPlugins ) : void

Reoreders the given plugins so that their order is valid.

This method moves the minimum number of plugins the minimum distance in order to make the order valid.

GamebryoPluginOrderValidator ( string p_strOrderedCriticalPluginNames ) : System

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

ValidateOrder ( IList p_lstPlugins ) : bool

Determines if the specified plugin order is valid.

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

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

Reoreders the given plugins so that their order is valid.
This method moves the minimum number of plugins the minimum distance in order to make the order valid.
public CorrectOrder ( IList p_lstPlugins ) : void
p_lstPlugins IList The plugins whose order is to be corrected.
Результат void

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

A simple constructor that initializes the object with the given values.
public GamebryoPluginOrderValidator ( string p_strOrderedCriticalPluginNames ) : System
p_strOrderedCriticalPluginNames string The list of critical plugin names, ordered by load order.
Результат System

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

Determines if the specified plugin order is valid.
public ValidateOrder ( IList p_lstPlugins ) : bool
p_lstPlugins IList The plugins whose order is to be validated.
Результат bool