2005-02-12, 05:01 PM
is there anyway to detect what is initializing the plugin and only create the things needed for each? Â ie for IEventNotification i only use the one method Notify(EventTypes eventType, string eventText) and it uses nothing else of the plugin (nothing at all needs to be initiated) but everything is being created twice since it implements both of them. Â anyway around this? Â i could create another dll just for the IEventNotification, but that seems a little silly.
i may try making a few more things static and see if they have been created yet, but i cant do this for everything. Â anyone got any ideas?
i may try making a few more things static and see if they have been created yet, but i cant do this for everything. Â anyone got any ideas?