Méthode | Description | |
---|---|---|
GetIsFulfilled ( |
Gets whether or not the condition is fulfilled. The condition is fulfilled if the specified File is in the specified State. |
|
GetMessage ( |
Gets a message describing whether or not the condition is fulfilled. If the condition is fulfilled the message is "Passed." If the condition is not fulfilled the message uses the pattern: File '<file>' is not <state>. |
|
PluginCondition ( string p_strPluginPath, PluginState p_pnsState ) : System |
A simple constructor that initializes the object with the given values.
|
public GetIsFulfilled ( |
||
p_csmStateManager | The manager that tracks the currect install state. | |
Résultat | bool |
public GetMessage ( |
||
p_csmStateManager | The manager that tracks the currect install state. | |
Résultat | string |
public PluginCondition ( string p_strPluginPath, PluginState p_pnsState ) : System | ||
p_strPluginPath | string | The plugin that must be is the specified state. |
p_pnsState | PluginState | The state in which the specified plugin must be. |
Résultat | System |