메소드 | 설명 | |
---|---|---|
GetIsFulfilled ( |
Gets whether or not the condition is fulfilled.
|
|
GetMessage ( |
Gets a message describing whether or not the condition is fulfilled.
|
|
VersionCondition ( System.Version p_verVersion ) : System |
A simple constructor that initializes the object with the given values.
|
public abstract GetIsFulfilled ( |
||
p_csmStateManager | The manager that tracks the currect install state. | |
리턴 | bool |
public abstract GetMessage ( |
||
p_csmStateManager | The manager that tracks the currect install state. | |
리턴 | string |
public VersionCondition ( System.Version p_verVersion ) : System | ||
p_verVersion | System.Version | The minimum required version. |
리턴 | System |