IPluginDependency Interface
Describes a depdendency on a plug-in.
Namespace: SMath.Extensibility.SetupAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public interface IPluginDependency : IEquatable<IPluginDependency>
Public Interface IPluginDependency
Inherits IEquatable(Of IPluginDependency)
public interface class IPluginDependency : IEquatable<IPluginDependency^>
type IPluginDependency =
interface
interface IEquatable<IPluginDependency>
end
- Implements
- IEquatableIPluginDependency
| Equals | Indicates 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.
|