Method | Description | |
---|---|---|
GetOptionType ( |
Gets the OptionType of the option.
|
|
Option ( string p_strName, string p_strDesc, string p_strImagePath, IOptionTypeResolver p_ptpType ) : System |
A simple constructor that initializes the values of the object.
|
public GetOptionType ( |
||
p_csmStateManager | The manager that tracks the currect install state. | |
return | OptionType |
public Option ( string p_strName, string p_strDesc, string p_strImagePath, IOptionTypeResolver p_ptpType ) : System | ||
p_strName | string | The name of the option. |
p_strDesc | string | The description of the option. |
p_strImagePath | string | |
p_ptpType | IOptionTypeResolver | The |
return | System |