Метод | Описание | |
---|---|---|
AddPackageRootItem ( string NewValue ) : bool |
Adds a new Value to the Package Roots List
|
|
EConfig ( ) : System |
Default Constructor
|
|
Flag ( string OptionName ) : string |
Reads commandline flag for given Option
|
|
GetPackageRoots ( ) : List |
List of Package Roots
|
|
LoadConfig ( string ConfigPath ) : bool |
Opens the Ecompile.Cfg file for reading.
|
|
Option ( string OptionName ) : string |
Reads value for given Option
|
|
Option ( string OptionName, bool NewValue ) : void |
Changes the value for a given Option
|
|
Option ( string OptionName, string NewValue ) : void |
Changes the value for a given Option
|
|
RemoveAllPackageRootItems ( ) : bool |
Clears all Values from the List
|
|
RemovePackageRootItem ( string Value ) : bool |
Remove a specific String Value from the List
|
|
SaveConfig ( ) : bool |
Saves the Ecompile.Cfg back to file with any changes. File Output is tabbed so that settings are in a straight column and all original lines that were NOT settings are retained as original.
|
Метод | Описание | |
---|---|---|
BuildFlagList ( ) : void | ||
FindPackageRoots ( String s ) : bool | ||
ReadOptions ( ) : void |
public AddPackageRootItem ( string NewValue ) : bool | ||
NewValue | string | New Value to add |
Результат | bool |
public Flag ( string OptionName ) : string | ||
OptionName | string | OptionName string |
Результат | string |
public LoadConfig ( string ConfigPath ) : bool | ||
ConfigPath | string | Absolute path to Config File |
Результат | bool |
public Option ( string OptionName ) : string | ||
OptionName | string | OptionName string |
Результат | string |
public Option ( string OptionName, bool NewValue ) : void | ||
OptionName | string | OptionName string |
NewValue | bool | Bool Value to be converted to 0/1 String |
Результат | void |
public Option ( string OptionName, string NewValue ) : void | ||
OptionName | string | OptionName string |
NewValue | string | New string value to place for option |
Результат | void |
public RemoveAllPackageRootItems ( ) : bool | ||
Результат | bool |
public RemovePackageRootItem ( string Value ) : bool | ||
Value | string | String Value to remove |
Результат | bool |