Interface IDisabledPlugInService
Provides a list of plug ins that were disabled on application start up.
Namespace: Gorgon.Editor.Services
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IDisabledPlugInService
Remarks
Use this interface to determine if a plug in is available for use or not.
Properties
| Edit this page View SourceDisabledPlugIns
Property to return the list of disabled plug ins.
Declaration
IReadOnlyDictionary<string, IDisabledPlugIn> DisabledPlugIns { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<string, IDisabledPlugIn> |