Property | Type | Description | |
---|---|---|---|
ParseProject | bool | ||
ProjectSerializer | System | ||
ReadProject | void | ||
WriteProject | void |
Method | Description | |
---|---|---|
ExpandToken ( string input, int origin, int &start, List |
||
LoadProject ( string path ) : Project, | ||
LoadProjectString ( string code ) : Project, | ||
ParseCommands ( object context, TextReader reader, string line, int &lineNumber ) : bool | ||
ParseWeightedCommands ( object context, TextReader reader, string line, int &lineNumber ) : bool | ||
ReadLines ( object context, TextReader reader, LineParserDelegate parser, [ lineNumber ) : bool | ||
ReadToken ( string input, int &start ) : string | ||
ReadToken ( string input, int &start, List |
||
ReadTokens ( string input ) : List |
||
SaveProject ( Project, project, string path ) : void | ||
SecureList ( IEnumerable |
||
SecureString ( string input ) : string |
Method | Description | |
---|---|---|
ParseProject ( object context, TextReader reader, string line, int &lineNumber ) : bool | ||
ProjectSerializer ( ) : System | ||
ReadProject ( Project, project, TextReader reader ) : void | ||
WriteProject ( Project, project, TextWriter writer ) : void |
public static ExpandToken ( string input, int origin, int &start, List |
||
input | string | |
origin | int | |
start | int | |
expandedToken | List |
|
didExpand | bool | |
@remove | bool | |
return | string |
public static LoadProject ( string path ) : Project, | ||
path | string | |
return | Project, |
public static LoadProjectString ( string code ) : Project, | ||
code | string | |
return | Project, |
public static ParseCommands ( object context, TextReader reader, string line, int &lineNumber ) : bool | ||
context | object | |
reader | TextReader | |
line | string | |
lineNumber | int | |
return | bool |
public static ParseWeightedCommands ( object context, TextReader reader, string line, int &lineNumber ) : bool | ||
context | object | |
reader | TextReader | |
line | string | |
lineNumber | int | |
return | bool |
public static ReadLines ( object context, TextReader reader, LineParserDelegate parser, [ lineNumber ) : bool | ||
context | object | |
reader | TextReader | |
parser | LineParserDelegate | |
lineNumber | [ | |
return | bool |
public static ReadToken ( string input, int &start ) : string | ||
input | string | |
start | int | |
return | string |
public static ReadToken ( string input, int &start, List |
||
input | string | |
start | int | |
expandedToken | List |
|
didExpand | bool | |
@remove | bool | |
return | string |
public static ReadTokens ( string input ) : List |
||
input | string | |
return | List |
public static SaveProject ( Project, project, string path ) : void | ||
project | Project, | |
path | string | |
return | void |
public static SecureList ( IEnumerable |
||
list | IEnumerable |
|
return | string |
public static SecureString ( string input ) : string | ||
input | string | |
return | string |