프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Args | string[] | ||
EXE | string | ||
onCompleteCallBack | Action |
메소드 | 설명 | |
---|---|---|
DoxyRunner ( string exepath, string args, DoxyThreadSafeOutput, safeoutput, Action |
||
EscapeArguments ( ) : string |
Quotes all arguments that contain whitespace, or begin with a quote and returns a single argument string for use with Process.Start().
|
|
FindExePath ( string exe ) : string |
Expands environment variables and, if unqualified, locates the exe in the working directory or the evironment's path.
|
|
Run ( Action |
Runs the specified executable with the provided arguments and returns the process' exit code.
|
|
RunThreadedDoxy ( ) : void | ||
updateOuputString ( string output ) : void |
public DoxyRunner ( string exepath, string args, DoxyThreadSafeOutput, safeoutput, Action |
||
exepath | string | |
args | string | |
safeoutput | DoxyThreadSafeOutput, | |
callback | Action |
|
리턴 | UnityEngine |
public static FindExePath ( string exe ) : string | ||
exe | string | The name of the executable file |
리턴 | string |
public static Run ( Action |
||
output | Action |
Recieves the output of either std/err or std/out |
input | TextReader | Provides the line-by-line input that will be written to std/in, null for empty |
exe | string | The executable to run, may be unqualified or contain environment variables |
리턴 | int |