Interface IPluginStateHandler
Namespace: Sdl.Core.PluginFramework
Assembly: Sdl.Core.PluginFramework.dll
Syntax
public interface IPluginStateHandler
Methods
CanDisable(IPlugin)
Declaration
bool CanDisable(IPlugin plugin)
Parameters
Type | Name | Description |
---|---|---|
IPlugin | plugin |
Returns
Type | Description |
---|---|
System.Boolean |
CanEnable(IPlugin)
Declaration
bool CanEnable(IPlugin plugin)
Parameters
Type | Name | Description |
---|---|---|
IPlugin | plugin |
Returns
Type | Description |
---|---|
System.Boolean |