Show / Hide Table of Contents

Interface IPlugin

Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface IPlugin

Properties

Assembly

Declaration
Assembly Assembly { get; set; }
Property Value
Type Description
System.Reflection.Assembly

FileName

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

Logo

Declaration
ImageSource Logo { get; }
Property Value
Type Description
System.Windows.Media.ImageSource

Text

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

Types

Declaration
Type[] Types { get; set; }
Property Value
Type Description
System.Type[]
Back to top Generated by DocFX