프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CommandLineToArgvW | |||
Compiler | System | ||
CreateHardLink | int | ||
GetEnvironmentStringsA | |||
NotSupported | bool | ||
_Find | string | ||
cygwinEnvFixup | void | ||
getFullOption | string | ||
getOption | string |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | List |
public static FixEnvironmentDictionary ( string>.Dictionary |
||
envs | string>.Dictionary | |
리턴 | string>.Dictionary |
public FixupArgs ( IEnumerable |
||
args | IEnumerable |
|
리턴 | IEnumerable |
public static GetEnvironmentDictionary ( ) : string>.Dictionary |
||
리턴 | string>.Dictionary |
public GetPotentialIncludeFiles ( IEnumerable |
||
incdirs | IEnumerable |
|
incfiles | IEnumerable |
|
리턴 | List |
public InvokeCompiler ( IEnumerable |
||
args | IEnumerable |
|
onStdErr | Action |
|
onStdOut | Action |
|
showIncludes | bool | |
foundIncludes | List |
|
리턴 | int |
public InvokePreprocessor ( |
||
stdout | ||
리턴 | int |
public static JoinAguments ( IEnumerable |
||
args | IEnumerable |
|
리턴 | string |
public SetEnvironment ( string>.Dictionary |
||
envs | string>.Dictionary | |
리턴 | void |