Search Results for

    Show / Hide Table of Contents

    Class FileBasedPluginDescriptor

    Inheritance
    System.Object
    FileBasedPluginDescriptor
    Implements
    IPluginDescriptor
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.Core.PluginFramework
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public class FileBasedPluginDescriptor : IPluginDescriptor

    Constructors

    FileBasedPluginDescriptor(String)

    Declaration
    public FileBasedPluginDescriptor(string pluginManifestFilePath)
    Parameters
    Type Name Description
    System.String pluginManifestFilePath

    Properties

    Name

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

    PluginManifestFilePath

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

    Methods

    GetPluginManifestStream()

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

    GetPluginResource(String)

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

    Implements

    IPluginDescriptor

    On this page

    • Constructors
      • FileBasedPluginDescriptor(String)
    • Properties
      • Name
      • PluginManifestFilePath
    • Methods
      • GetPluginManifestStream()
      • GetPluginResource(String)
    • Implements
    Back to top Generated by DocFX