API Referenceglobal
Projectsclass
object→Projects
Methods6
Showing 6 methods
public static System.Threading.Tasks.Task`1<Sandbox.CompilerOutput[]> Compile(Sandbox.Project project, System.Action`1<string> logOutput)
| Parameter | Type | Description |
|---|---|---|
| project | Project | — |
| logOutput | Action<string> | — |
public static System.Threading.Tasks.Task GenerateSolution()
Regenerates the project's solution
Returns:
Task—public static System.Collections.Generic.IReadOnlyList`1<Sandbox.Project> GetAll()
public static Sandbox.Compiler ResolveCompiler(System.Reflection.Assembly assembly)
Resolve a compiler from an assembly, using the assembly name
| Parameter | Type | Description |
|---|---|---|
| assembly | Assembly | — |
public static System.Threading.Tasks.Task`1<bool> Updated(Sandbox.Project addon)
| Parameter | Type | Description |
|---|---|---|
| addon | Project | — |
Returns:
Task<bool>—public static System.Threading.Tasks.Task WaitForCompiles()
Wait for the local compiles to be finished
Returns:
Task—No results match this filter.