Re: DLL configuration files
- From: "Peter Thornqvist" <peter.tornqvist@xxxxxxxxx>
- Date: Tue, 3 Oct 2006 20:57:19 +0200
A feedback system whereby the DLL passes the settings back to the main app
for storage and retreval.
If I understand you correctly, you mean something like this:
public interface IAppInterface
{
...
public void LoadPluginSettings(string PluginName, out string [] Settings);
public void SavePluginSettings(string PluginName, string [] Settings);
}
IAppInterface is of course accessible from the plugin(s). I realize that
this might not be exactly what you mean, but maybe close?
--
Regards, Peter
.
- Follow-Ups:
- Re: DLL configuration files
- From: Ben Voigt
- Re: DLL configuration files
- References:
- Re: DLL configuration files
- From: Peter Thornqvist
- Re: DLL configuration files
- From: GhostInAK
- Re: DLL configuration files
- Prev by Date: RE: BackgroundWorker and events handling
- Next by Date: How can I get all loaded assemblies?
- Previous by thread: Re: DLL configuration files
- Next by thread: Re: DLL configuration files
- Index(es):
Relevant Pages
|