class
LibrarySystem
public static abstract sealed class LibrarySystem Properties
| Name | Type | Description |
|---|---|---|
All static | IEnumerable<LibraryProject> | Get all active libraries |
Methods
static Task Add(String folderName, CancellationToken token) Add a library from this folder
static Task<Boolean> Install(String ident, Int64 versionId = -1, CancellationToken token = null) Install a library from a package. This will download the package and install it in the project's Library folder.