Interface IPlugin
Assembly: Experior.Interfaces.dll
Syntax
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
Property Value
Type |
Description |
System.String |
|
Types
Declaration
Type[] Types { get; set; }
Property Value
Type |
Description |
System.Type[] |
|