Interface ICoreService
A service that initializes the Core and manages the render loop
public interface ICoreService
Properties
IsElevated
Gets a boolean indicating whether Artemis is running in an elevated environment (admin permissions)
bool IsElevated { get; set; }
Property Value
IsInitialized
Gets whether the or not the core has been initialized
bool IsInitialized { get; }
Property Value
Methods
Initialize()
Initializes the core, only call once
void Initialize()
Events
Initialized
Occurs the core has finished initializing
event EventHandler Initialized