Search Results for

    Show / Hide Table of Contents

    Class FileBasedThirdPartyPluginDescriptor

    Inheritance
    System.Object
    FileBasedThirdPartyPluginDescriptor
    Implements
    IThirdPartyPluginDescriptor
    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 FileBasedThirdPartyPluginDescriptor : IThirdPartyPluginDescriptor, IPluginDescriptor

    Constructors

    FileBasedThirdPartyPluginDescriptor(String)

    Declaration
    public FileBasedThirdPartyPluginDescriptor(string pluginPackageManifestFilePath)
    Parameters
    Type Name Description
    System.String pluginPackageManifestFilePath

    Properties

    Author

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

    Description

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

    InvalidAssemblies

    Declaration
    [Obsolete("Use InvalidSdlAssemblyReferences to obtain list of invalid SDL API assembly references")]
    public List<string> InvalidAssemblies { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    InvalidSdlAssemblyReferences

    Declaration
    public List<InvalidSdlAssemblyReference> InvalidSdlAssemblyReferences { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<InvalidSdlAssemblyReference>

    Name

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

    PluginManifestFilePath

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

    PlugInName

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

    ThirdPartyManifestFilePath

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

    Validated

    Declaration
    public bool Validated { get; }
    Property Value
    Type Description
    System.Boolean

    Version

    Declaration
    public Version Version { get; }
    Property Value
    Type Description
    System.Version

    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

    IThirdPartyPluginDescriptor
    IPluginDescriptor

    On this page

    • Constructors
      • FileBasedThirdPartyPluginDescriptor(String)
    • Properties
      • Author
      • Description
      • InvalidAssemblies
      • InvalidSdlAssemblyReferences
      • Name
      • PluginManifestFilePath
      • PlugInName
      • ThirdPartyManifestFilePath
      • Validated
      • Version
    • Methods
      • GetPluginManifestStream()
      • GetPluginResource(String)
    • Implements
    Back to top Generated by DocFX