Table of Contents

IPluginService 接口

命名空间
ClassIsland.Core.Abstractions.Services
程序集
ClassIsland.Core.dll

插件服务。用于管理应用各插件的加载和设置。

public interface IPluginService

字段

PluginPackageExtension

插件包文件扩展名。

public static readonly string PluginPackageExtension

字段值

string

属性

LoadedPlugins

已加载的插件信息列表。

public static IReadOnlyList<PluginInfo> LoadedPlugins { get; }

属性值

IReadOnlyList<PluginInfo>