Search Results for

    Show / Hide Table of Contents

    Class PluginInitializationResult

    Inheritance
    System.Object
    PluginInitializationResult
    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 PluginInitializationResult

    Constructors

    PluginInitializationResult(IPlugin, Exception)

    Declaration
    public PluginInitializationResult(IPlugin plugin, Exception exception)
    Parameters
    Type Name Description
    IPlugin plugin
    System.Exception exception

    Properties

    Exception

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

    Plugin

    Declaration
    public IPlugin Plugin { get; }
    Property Value
    Type Description
    IPlugin

    On this page

    • Constructors
      • PluginInitializationResult(IPlugin, Exception)
    • Properties
      • Exception
      • Plugin
    Back to top Generated by DocFX