Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
Connect ( ) : void | ||
ConnectClient ( ) : void | ||
Dispose ( bool disposing ) : void | ||
Open ( ) : void |
public CClashServerClient ( string cachedir ) : System | ||
cachedir | string | |
return | System |
public CheckCache ( ICompiler comp, IEnumerable |
||
comp | ICompiler | |
args | IEnumerable |
|
commonkey | ||
manifest | ||
return | bool |
public CompileOrCache ( ICompiler comp, IEnumerable |
||
comp | ICompiler | |
args | IEnumerable |
|
return | int |
public DeriveHashKey ( ICompiler comp, IEnumerable |
||
comp | ICompiler | |
args | IEnumerable |
|
return |
public IsSupported ( ICompiler comp, IEnumerable |
||
comp | ICompiler | |
args | IEnumerable |
|
return | bool |
public SetCaptureCallback ( ICompiler comp, Action |
||
comp | ICompiler | |
onOutput | Action |
|
onError | Action |
|
return | void |
public SetCompiler ( string compiler, string workdir, string>.System |
||
compiler | string | |
workdir | string | |
envs | string>.System | |
return | ICompiler |
public static StartBackgroundServer ( ) : void | ||
return | void |
public Transact ( CClashRequest req ) : CClashResponse | ||
req | CClashRequest | |
return | CClashResponse |