Interface IPluginInfo
Interface for plugin information.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
Namespace: Kephas.Plugins.Reflection
Assembly: Kephas.Plugins.dll
Syntax
public interface IPluginInfo : IElementInfo, IExpando, IDynamicMetaObjectProvider, IIndexable, IAttributeProvider
Properties
| Improve this Doc View SourceDependencies
Gets the plugin dependencies.
Declaration
IEnumerable<IPluginDependency> Dependencies { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPluginDependency> | The dependencies. |
Description
Gets the plugin description.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
System.String | The description. |
Version
Gets the application version.
Declaration
Version Version { get; }
Property Value
Type | Description |
---|---|
System.Version | The application version. |