Interface IPluginInfo
public interface IPluginInfo
Properties
Authors
string[] Authors { get; }
Property Value
- string[]
Dependencies
PluginDependency[] Dependencies { get; }
Property Value
Description
string Description { get; }
Property Value
Name
string Name { get; }
Property Value
ProjectUrl
Uri ProjectUrl { get; }
Property Value
- Uri
Version
Version Version { get; }