Search Results for

    Show / Hide Table of Contents

    Class ExtensionPointBehavior

    Possible extension point types.

    Inheritance
    System.Object
    ExtensionPointBehavior
    Namespace: Sdl.Core.PluginFramework
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public sealed class ExtensionPointBehavior : Enum

    Fields

    Dynamic

    Dynamic extension point. Extensions for this extension point can be enabled or disabled without requiring an application restart.

    Declaration
    public const ExtensionPointBehavior Dynamic
    Field Value
    Type Description
    ExtensionPointBehavior

    Static

    Static extension point. Once the extension have been instantiated, enabling or disabling extensions within this extension point requires a restart of the application.

    Declaration
    public const ExtensionPointBehavior Static
    Field Value
    Type Description
    ExtensionPointBehavior

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    On this page

    • Fields
      • Dynamic
      • Static
      • value__
    Back to top Generated by DocFX