Interface IDisabledPlugIn
A plug in that was disabled for a reason.
Namespace: Gorgon.Editor.PlugIns
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IDisabledPlugIn
Properties
| Edit this page View SourceDescription
Property to return a description that explains why a plug in was disabled.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
string |
Path
Property to return the assembly path.
Declaration
string Path { get; }
Property Value
Type | Description |
---|---|
string |
PlugInName
Property to return the name of the disabled plug in.
Declaration
string PlugInName { get; }
Property Value
Type | Description |
---|---|
string |
ReasonCode
Property to return the code to indicate how the plug in was disabled.
Declaration
DisabledReasonCode ReasonCode { get; }
Property Value
Type | Description |
---|---|
DisabledReasonCode |