IPluginDependency Interface

Describes a depdendency on a plug-in.

Definition

Namespace: SMath.Extensibility.Setup
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public interface IPluginDependency : IEquatable<IPluginDependency>
Implements
IEquatableIPluginDependency

Properties

PublicGuidPublicGuid of the required plug-in.
VersionRange Restricts the supported range of Version for the required plug-in.

Methods

EqualsIndicates whether the current object is equal to another object of the same type.
(Inherited from IEquatableIPluginDependency)
ToString Returns string representation of IPluginDependency instance using the specified number of significant version parts and with optional simplification.

See Also