<div dir="ltr">If you look at Class SystemDictionary&gt;&gt;initialize, you will see that StartUpList is a class variable containing an OrderedCollection. &nbsp;You can see it&#39;s contents with:<div><br></div><div>SystemDictionary classPool at: #StartUpList, which I believe contains Classes whose class-side startUp methods (or whatever it&#39;s called) should be invoked on startUp.</div>
<div><br></div><div>Shutdown is similar.</div><div><br></div><div>Rob<br><br><div class="gmail_quote">On Mon, Oct 6, 2008 at 8:17 PM, Mark Volkmann <span dir="ltr">&lt;<a href="mailto:mark@ociweb.com">mark@ociweb.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Looking at the code in SystemDictionary, it seems that StartUpList and ShutDownList should be classes, but when I do a &quot;find class...&quot; it doesn&#39;t find them. Where are those and how can I find out what&#39;s in them?<br>

<br>
---<br><font color="#888888">
Mark Volkmann<br>
<br>
<br>
<br>
<br>
<br>
</font></blockquote></div><br></div></div>