1 using System.Collections.Generic;
2 using System.Threading;
3 using System.Threading.Tasks;
18 Task<Byond>
ActiveVersion(CancellationToken cancellationToken);
25 Task<IReadOnlyList<Byond>>
InstalledVersions(CancellationToken cancellationToken);
For managing the Byond installation
Task< IReadOnlyList< Byond > > InstalledVersions(CancellationToken cancellationToken)
Get all installed Byond System.Versions
Task< Byond > ActiveVersion(CancellationToken cancellationToken)
Get the Byond active System.Version information
Task< Byond > SetActiveVersion(Byond byond, CancellationToken cancellationToken)
Updates the Byond information
Represents a BYOND installation