Method | Description | |
---|---|---|
GetEntries ( ) : List |
Generates and returns a list of entries to be added to the ARCed Registry
|
|
Plugin ( string filename, IPluginHost host ) : System |
Creates a new Plugin instance
|
Method | Description | |
---|---|---|
GetRegistryClasses ( IEnumerable |
Generates a dictionary of simple and full names of registerable windows found
|
|
ReadResourceConfiguration ( |
Reads the assembly's resource files for the configuration strings used in creating the windows
|
public Plugin ( string filename, IPluginHost host ) : System | ||
filename | string | The filename to the assembly that contains the plugin |
host | IPluginHost | The host form that will be using the plugin |
return | System |