Class PluginDependency
A plugin dependency.
Inheritance
System.Object
PluginDependency
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Plugins.Reflection
Assembly: Kephas.Plugins.dll
Syntax
public class PluginDependency : IPluginDependency
Constructors
| Improve this Doc View SourcePluginDependency(String, String)
Initializes a new instance of the PluginDependency class.
Declaration
public PluginDependency(string name, string version = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name. |
System.String | version | The version pattern. |
Properties
| Improve this Doc View SourceName
Gets the name of the referenced plugin.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the referenced plugin. |
Version
Gets the version pattern.
Declaration
public string Version { get; }
Property Value
Type | Description |
---|---|
System.String | The version pattern. |