/// <summary>  tells the vmFactory to dump the specified namespace.  This is to support
 /// clearing the VM list when in inline-VM-local-scope mode
 /// </summary>
 public static bool dumpVMNamespace(String namespace_Renamed)
 {
     return(ri.dumpVMNamespace(namespace_Renamed));
 }