Table of Contents

Interface IPrerequisitesSubject

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Represents a type that has prerequisites

public interface IPrerequisitesSubject

Properties

PlatformPrerequisites

Gets a list of prerequisites of the current platform for this plugin

IEnumerable<PluginPrerequisite> PlatformPrerequisites { get; }

Property Value

IEnumerable<PluginPrerequisite>

Prerequisites

Gets a list of prerequisites for this plugin

List<PluginPrerequisite> Prerequisites { get; }

Property Value

List<PluginPrerequisite>

Methods

ArePrerequisitesMet()

Determines whether the prerequisites of this plugin are met

bool ArePrerequisitesMet()

Returns

bool