PluginRepoManifest 类
- 命名空间
- ClassIsland.Core.Models.Plugin
- 程序集
- ClassIsland.Core.dll
插件仓库清单,用于构建插件索引(PluginIndexItem)。
public class PluginRepoManifest : PluginManifest, INotifyPropertyChanged, INotifyPropertyChanging
- 继承
-
PluginRepoManifest
- 实现
- 继承成员
属性
AssetsRoot
资产文件根目录
public string AssetsRoot { get; set; }
属性值
RepoName
插件仓库名称
public string RepoName { get; set; }
属性值
示例
MyPlugin
RepoOwner
插件仓库所有者
public string RepoOwner { get; set; }
属性值
示例
HelloWRC