Method | Description | |
---|---|---|
CorrectOrder ( IList |
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 |
Determines if the specified plugin order is valid.
|
public CorrectOrder ( IList |
||
p_lstPlugins | IList |
The plugins whose order is to be corrected. |
return | void |
public GamebryoPluginOrderValidator ( string p_strOrderedCriticalPluginNames ) : System | ||
p_strOrderedCriticalPluginNames | string | The list of critical plugin names, ordered by load order. |
return | System |
public ValidateOrder ( IList |
||
p_lstPlugins | IList |
The plugins whose order is to be validated. |
return | bool |