Table of Contents

PluginLoadStatus 枚举

命名空间
ClassIsland.Core.Enums
程序集
ClassIsland.Core.dll

表示插件加载状态。

public enum PluginLoadStatus

字段

Disabled = 2

插件已禁用。

Error = 3

插件加载时出现错误。

Loaded = 1

插件成功加载。

NotLoaded = 0

插件未加载