/*
         * Returns an array of the virtual paths to all the code directories in the app thru the hosted appdomain
         */

        public string[] GetVirtualCodeDirectories()
        {
            Debug.Trace("CBM", "GetHostedVirtualCodeDirectories");

            EnsureHostCreated();

            return(_host.GetVirtualCodeDirectories());
        }