Class SkySystem
Provides a shortcut access to app-global Sky context
Inheritance
System.Object
SkySystem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Sky
Assembly: Azos.Sky.dll
Syntax
public static class SkySystem
Properties
CoreBuildInfo
Returns BuildInformation object for the core Sky assembly
Declaration
public static BuildInformation CoreBuildInfo { get; }
Property Value
Type | Description |
---|---|
BuildInformation |
MetabaseApplicationName
Every Sky application MUST ASSIGN THIS property at its entry point ONCE. Example: void Main(string[]args){ SkySystem.MetabaseApplicationName = "MyApp1";...
Declaration
public static string MetabaseApplicationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |