Show / Hide Table of Contents

Enum PluginState

Values that represent plugin states.

Namespace: Kephas.Plugins
Assembly: Kephas.Plugins.dll
Syntax
public enum PluginState

Fields

Name Description
Corrupt

The plugin installation is corrupt.

Disabled

The plugin is installed, but has been disabled.

Enabled

The plugin is completely installed and enabled.

None

The plugin is not ready yet for any operation, probably file structure being created.

PendingInstall

The plugin has been expanded in all folders, it awaits initialization.

PendingUninstall

The plugin specific data has been uninstalled, it awaits final removal of folders.

Extension Methods

DynamicObjectExtensions.SetPropertyValue(String, Object)
DynamicObjectExtensions.TrySetPropertyValue(String, Object)
DynamicObjectExtensions.GetPropertyValue(String)
DynamicObjectExtensions.TryGetPropertyValue(String, Object)
DynamicObjectExtensions.GetRuntimeTypeInfo()
DynamicObjectExtensions.ToDynamic()
DynamicObjectExtensions.ToExpando()
BehaviorValue.ToBehaviorValue<PluginState>()
LoggingExtensions.GetLogger(IContext)
TypeExtensions.GetAbstractType()
TypeExtensions.GetAbstractTypeInfo()
ReflectionHelper.GetTypeInfo()
EntityEntryExtensions.TryGetAttachedEntityEntry()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX