In senso generale, c'è una risposta eccellente a EL & U.SE alla domanda Qual è il significato di" bootstrap "? :
Bootstrap refers to a process that is akin to picking oneself up by the bootstraps. The idea is that it is physically impossible to lift yourself by bending over and trying to "lift".
Bootstrapping refers to doing exactly that but in a way analogous to physics. Computing is the most common area I hear the term. A program that bootstraps itself is one that begins with an extremely trivial operation and then uses that to continue the startup process internally. In a strict sense, the program does need help for the very first step but once that happens it doesn't need any external help.
Pertanto, UnityBootstrapper
sarebbe logicamente una classe che consente alla tua applicazione di riprendersi con i suoi bootstraps , un'asserzione confermata dal pagina MSDN per la classe.
Base class that provides a basic bootstrapping sequence that registers most of the Composite Application Library assets in a IUnityContainer.
Remarks: This class must be overriden to provide application specific configuration.