Property | Type | Description | |
---|---|---|---|
CommandLineToArgvW | |||
Compiler | System | ||
CreateHardLink | int | ||
GetEnvironmentStringsA | |||
NotSupported | bool | ||
_Find | string | ||
cygwinEnvFixup | void | ||
getFullOption | string | ||
getOption | string |
Method | Description | |
---|---|---|
CommandLineToArgs ( string commandLine ) : List |
||
Find ( ) : string | ||
FixEnvironmentDictionary ( string>.Dictionary |
||
FixupArgs ( IEnumerable |
||
GetEnvironmentDictionary ( ) : string>.Dictionary |
||
GetPotentialIncludeFiles ( IEnumerable |
||
GetUsedIncludeDirs ( List |
||
InvokeCompiler ( IEnumerable |
||
InvokePreprocessor ( |
||
JoinAguments ( IEnumerable |
||
ProcessArguments ( string args ) : bool | ||
SetEnvironment ( string>.Dictionary |
||
SetWorkingDirectory ( string path ) : void |
Method | Description | |
---|---|---|
CommandLineToArgvW ( [ lpCmdLine, int &pNumArgs ) : |
||
Compiler ( ) : System | ||
CreateHardLink ( string lpFileName, string lpExistingFileName, |
||
GetEnvironmentStringsA ( ) : |
||
NotSupported ( string fmt ) : bool | ||
_Find ( ) : string | ||
cygwinEnvFixup ( ) : void | ||
getFullOption ( string arg ) : string | ||
getOption ( string arg ) : string |
public static CommandLineToArgs ( string commandLine ) : List |
||
commandLine | string | |
return | List |
public static FixEnvironmentDictionary ( string>.Dictionary |
||
envs | string>.Dictionary | |
return | string>.Dictionary |
public FixupArgs ( IEnumerable |
||
args | IEnumerable |
|
return | IEnumerable |
public static GetEnvironmentDictionary ( ) : string>.Dictionary |
||
return | string>.Dictionary |
public GetPotentialIncludeFiles ( IEnumerable |
||
incdirs | IEnumerable |
|
incfiles | IEnumerable |
|
return | List |
public GetUsedIncludeDirs ( List |
||
files | List |
|
return | List |
public InvokeCompiler ( IEnumerable |
||
args | IEnumerable |
|
onStdErr | Action |
|
onStdOut | Action |
|
showIncludes | bool | |
foundIncludes | List |
|
return | int |
public InvokePreprocessor ( |
||
stdout | ||
return | int |
public static JoinAguments ( IEnumerable |
||
args | IEnumerable |
|
return | string |
public ProcessArguments ( string args ) : bool | ||
args | string | |
return | bool |
public SetEnvironment ( string>.Dictionary |
||
envs | string>.Dictionary | |
return | void |
public SetWorkingDirectory ( string path ) : void | ||
path | string | |
return | void |