Interface IPluginDependency
Interface for plugin dependency.
Namespace: Kephas.Plugins.Reflection
Assembly: Kephas.Plugins.dll
Syntax
public interface IPluginDependency
Properties
| Improve this Doc View SourceName
Gets the name of the referenced plugin.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the referenced plugin. |
Version
Gets the version pattern.
Declaration
string Version { get; }
Property Value
Type | Description |
---|---|
System.String | The version pattern. |