Class SplashController
The controller for the ISplashScreen window
Inheritance
System.Object
SplashController
Implements
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: LemonEdge.Client.Core.Messages
Assembly: ClientCore.dll
Syntax
public class SplashController : IController
Properties
OwningWindow
The owning ISplashScreen window for this controller
Declaration
public IWindow OwningWindow { get; }
Property Value
Type | Description |
---|---|
IWindow |
Methods
GetCopyright()
Returns the standard copyright warning in full
Declaration
public string GetCopyright()
Returns
Type | Description |
---|---|
System.String | The standard copyright warning in full |
GetVersion()
Returns the current version of the application currently executing
Declaration
public string GetVersion()
Returns
Type | Description |
---|---|
System.String | The current version of the application currently executing |
GetVersion(Assembly)
Returns the current version of the application currently executing
Declaration
public string GetVersion(Assembly rootAssem)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.Assembly | rootAssem | The assembly holding the root application executable (which has the correct version embedded within it) |
Returns
Type | Description |
---|---|
System.String | The current version of the application currently executing |
GetWarning()
Returns the standard copyright and warning legal text
Declaration
public string GetWarning()
Returns
Type | Description |
---|---|
System.String | The standard copyright and warning legal text |