Gorgon
Show / Hide Table of Contents

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 Source

Description

Property to return a description that explains why a plug in was disabled.

Declaration
string Description { get; }
Property Value
Type Description
string
| Edit this page View Source

Path

Property to return the assembly path.

Declaration
string Path { get; }
Property Value
Type Description
string
| Edit this page View Source

PlugInName

Property to return the name of the disabled plug in.

Declaration
string PlugInName { get; }
Property Value
Type Description
string
| Edit this page View Source

ReasonCode

Property to return the code to indicate how the plug in was disabled.

Declaration
DisabledReasonCode ReasonCode { get; }
Property Value
Type Description
DisabledReasonCode

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author