Namespace Azos.Sky
Classes
HostSetBuilderAccessor
Provides access to HostSetBuilder singleton
ServiceClientHubAccessor
Provides access to ServiceClientHub singleton
SkyException
Base exception thrown by the Sky OS
SkyExtensions
Provides common extensions methods for Sky
SkySystem
Provides a shortcut access to app-global Sky context
SysConsts
Defines system constants. Do not localize!
SystemVarResolver
Resolves environment variables using values declared in code in static class SysConstants. The name must be prepended with "SysConsts." prefix, otherwise the OS resolver is used
TerminalUtils
Provides helper methods for working with/implementing IRemoteTerminal
TerminalUtils.AbortableLineReader
Allows to execute an otherwise-blocking Console.ReadLine() call with the ability to abort the call gracefully. This class can be constructed only once per process
Interfaces
ISkyException
Marker interfaces for all Sky OS exceptions