PluginItem
Assembly: ZennoLab.CommandCenter
Full name: ZennoLab.CommandCenter.PluginItem
Kind: class
Represents a plugin item in ZennoPoster browser in navigator.plugins collection
Constructor
PluginItem()
Constructor
Default constructor
PluginItem(string name, string filename, string description, string version)
Constructor
Plugin item constructor
Parameters
| Type | Name | Description |
|---|---|---|
string | name | Plugin name |
string | filename | Plugin dll file name |
string | description | Description of the plugin |
string | version | Plugin version |
PluginItem(string name, string filename, string description, string version, IEnumerable mimeTypes)
Constructor
Plugin item constructor
Parameters
| Type | Name | Description |
|---|---|---|
string | name | Plugin name |
string | filename | Plugin dll file name |
string | description | Description of the plugin |
string | version | Plugin version |
IEnumerable<PluginMimeType> | mimeTypes | Plugin mime types |
Properties
Name
Property
string Name { get; set; }
Plugin name
FileName
Property
string FileName { get; set; }
Plugin dll file name
Description
Property
string Description { get; set; }
Description of the plugin
Version
Property
string Version { get; set; }
Plugin version
MimeTypes
Property
List<PluginMimeType> MimeTypes { get; set; }
Plugin mime types
Methods
Equals
Method
bool Equals(PluginItem other)
Parameters
| Type | Name | Description |
|---|---|---|
PluginItem | other |
Equals
Method
bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
object | obj |
ToString
Method
string ToString()