Skip to content

CompilationOptions

Summary

Compilation options container.

Signature

1
public class CompilationOptions

Namespace

cAlgo.API

Properties

IncludeSourceCode

Summary

Gets / Inits inclusion of source code in output algo file (Default is False).

Signature

1
public bool IncludeSourceCode {get; set;}

Return Value

bool

OutputAlgoFilePath

Summary

Gets / Inits output algo file path, if not provided default platform algo path will be used.

Signature

1
public string OutputAlgoFilePath {get; set;}

Return Value

string