Method | Description | |
---|---|---|
Plugin ( string p_strPath, string p_strDescription, Image p_imgPicture ) : System |
A simple constructor that initializes the object with the given values.
|
|
SetMasters ( IList |
||
ToString ( ) : string |
Uses the filename to represent the plugin.
|
public Plugin ( string p_strPath, string p_strDescription, Image p_imgPicture ) : System | ||
p_strPath | string | The filename of the plugin. |
p_strDescription | string | The description of the plugin. |
p_imgPicture | Image | The picture of the plugin. |
return | System |
public SetMasters ( IList |
||
p_lstMasters | IList |
|
return | void |