Re: uninitialize
Re: uninitialize
- Subject: Re: uninitialize
- From: Glenn Andreas <email@hidden>
- Date: Wed, 3 Mar 2004 09:57:17 -0600
At 3:48 PM +0100 3/3/04, Stefan Fisk wrote:
>
i've got some class-specific stuff setup in +initalize, and i was
>
wondering if there's something like -dealloc for the class-object,
There isn't.
>
or what does happend when your class gets unloaded from the runtime?
This only happens when your application quits - there is currently no
way to unload a class from the runtime.
If you need to do something like that, you can get notified when the
application is about to quit (NSApplicationWillTerminateNotification).
--
Glenn Andreas email@hidden
mondo blobbo, Cythera, Theldrow, oh my!
Mad, Bad, and Dangerous to Know
_______________________________________________
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.
References: | |
| >uninitialize (From: Stefan Fisk <email@hidden>) |