I'm working on an application which uses a bootscrapper object to perform some operations when the application first starts. e.g. registers IoC objects, puts certain variables into the asp.net Application session object, does some security checks etc.
I had a look around the internet and couldn't find a reference to a bootscrapper pattern, or any article about the subject.
Is this a known pattern under a different name?
Edit: The object is run whenever an application is started. e.g. I've seen it in a wcf service, and an ASP.net application.