Table of Contents

Interface ICoreService

Namespace
Artemis.Core.Services
Assembly
Artemis.Core.dll

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

bool

IsInitialized

Gets whether the or not the core has been initialized

bool IsInitialized { get; }

Property Value

bool

Methods

Initialize()

Initializes the core, only call once

void Initialize()

Events

Initialized

Occurs the core has finished initializing

event EventHandler Initialized

Event Type

EventHandler