Search Results for

    Show / Hide Table of Contents

    Interface IPluginDescriptor

    Namespace: Sdl.Core.PluginFramework
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public interface IPluginDescriptor

    Properties

    Name

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String

    Methods

    GetPluginManifestStream()

    Declaration
    Stream GetPluginManifestStream()
    Returns
    Type Description
    System.IO.Stream

    GetPluginResource(String)

    Declaration
    object GetPluginResource(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    System.Object

    On this page

    • Properties
      • Name
    • Methods
      • GetPluginManifestStream()
      • GetPluginResource(String)
    Back to top Generated by DocFX