메소드 | 설명 | |
---|---|---|
CClashServerClient ( string cachedir ) : System | ||
CheckCache ( ICompiler comp, IEnumerable |
||
CompileOrCache ( ICompiler comp, IEnumerable |
||
DeriveHashKey ( ICompiler comp, IEnumerable |
||
Dispose ( ) : void | ||
GetStats ( string compiler ) : string | ||
IsSupported ( ICompiler comp, IEnumerable |
||
SetCaptureCallback ( ICompiler comp, Action |
||
SetCompiler ( string compiler, string workdir, string>.System |
||
StartBackgroundServer ( ) : void | ||
Transact ( CClashRequest req ) : CClashResponse |
메소드 | 설명 | |
---|---|---|
Connect ( ) : void | ||
ConnectClient ( ) : void | ||
Dispose ( bool disposing ) : void | ||
Open ( ) : void |
public CClashServerClient ( string cachedir ) : System | ||
cachedir | string | |
리턴 | System |
public CheckCache ( ICompiler comp, IEnumerable |
||
comp | ICompiler | |
args | IEnumerable |
|
commonkey | ||
manifest | ||
리턴 | bool |
public CompileOrCache ( ICompiler comp, IEnumerable |
||
comp | ICompiler | |
args | IEnumerable |
|
리턴 | int |
public DeriveHashKey ( ICompiler comp, IEnumerable |
||
comp | ICompiler | |
args | IEnumerable |
|
리턴 |
public IsSupported ( ICompiler comp, IEnumerable |
||
comp | ICompiler | |
args | IEnumerable |
|
리턴 | bool |
public SetCaptureCallback ( ICompiler comp, Action |
||
comp | ICompiler | |
onOutput | Action |
|
onError | Action |
|
리턴 | void |
public SetCompiler ( string compiler, string workdir, string>.System |
||
compiler | string | |
workdir | string | |
envs | string>.System | |
리턴 | ICompiler |
public Transact ( CClashRequest req ) : CClashResponse | ||
req | CClashRequest | |
리턴 | CClashResponse |