Interface IPrerequisitesSubject
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
Prerequisites
Gets a list of prerequisites for this plugin
List<PluginPrerequisite> Prerequisites { get; }
Property Value
Methods
ArePrerequisitesMet()
Determines whether the prerequisites of this plugin are met
bool ArePrerequisitesMet()