Unloading a class
Unloading a class
- Subject: Unloading a class
- From: David Newberry <email@hidden>
- Date: Tue, 20 Aug 2002 22:13:36 -0700
Hello all,
I sent a question about this a while ago, but the beauty of being a
hobbiest programmer is that I can stop working on the project for weeks if
I want. :P
Anyway... I'm working on a plugin architecture for the app. My fallback
option is to have each plugin implement a class with a different name and
use principalClass, but it strikes me as lacking in elegance. What I'd
like to be able to have all the plugins implement a class with the same
name. So then, the thinking goes, I'd just have to load and unload the
class of each plugin bundle as I used them. But it appears this is not an
option... just to see I tried sending the bundles load messages before
trying to access the class, but without change in behavior.
Is what I'm trying to do not possible? It seems like somewhere there'd be
a way to do what I want. Maybe it's not worth the trouble it'd be, but I
am curious.
Thanks,
-David Newberry
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.