Gorgon
Show / Hide Table of Contents

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 Source

DisabledPlugIns

Property to return the list of disabled plug ins.

Declaration
IReadOnlyDictionary<string, IDisabledPlugIn> DisabledPlugIns { get; }
Property Value
Type Description
IReadOnlyDictionary<string, IDisabledPlugIn>

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