Property | Type | Description | |
---|---|---|---|
delims | char[] |
Property | Type | Description | |
---|---|---|---|
validCommands | SortedSet |
Method | Description | |
---|---|---|
CustomInstruction ( ) : System | ||
CustomInstruction ( |
||
CustomInstruction ( string instr ) : System | ||
analyzeInstruction ( ) : bool | ||
containsCopyCommand ( ) : bool | ||
isCl ( ) : bool | ||
isCleanInstruction ( ) : bool | ||
isLink ( ) : bool | ||
isMidl ( ) : bool | ||
isNmake ( ) : bool | ||
isRc ( ) : bool | ||
isValidCommand ( string str ) : bool | ||
isValidInstruction ( ) : bool | ||
makeInstructionsSingleLine ( List |
||
normalizeCommand ( string str ) : string | ||
parseInstruction ( string instruction ) : string[] | ||
splitCombinedInstructions ( string instr ) : string[] | ||
validateCommand ( string str ) : string |
Method | Description | |
---|---|---|
populateValidCommands ( ) : void |
public CustomInstruction ( |
||
customInstr | ||
return | System |
public CustomInstruction ( string instr ) : System | ||
instr | string | |
return | System |
public static makeInstructionsSingleLine ( List |
||
cinstrs | List |
|
return | string |
public normalizeCommand ( string str ) : string | ||
str | string | |
return | string |
public parseInstruction ( string instruction ) : string[] | ||
instruction | string | |
return | string[] |
public static splitCombinedInstructions ( string instr ) : string[] | ||
instr | string | |
return | string[] |
public validateCommand ( string str ) : string | ||
str | string | |
return | string |