Class Plugin
Implements
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: Experior.Core
Assembly: Experior.Core.dll
Syntax
[TypeConverter(typeof(ObjectConverter))]
public abstract class Plugin : IPlugin
Constructors
Plugin()
Declaration
public Plugin()
Plugin(String)
Declaration
public Plugin(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
Properties
Logo
Declaration
public abstract ImageSource Logo { get; }
Property Value
Type | Description |
---|---|
System.Windows.Media.ImageSource |
Text
Declaration
[Browsable(false)]
public virtual string Text { get; }
Property Value
Type | Description |
---|---|
System.String |