DumpVMNamespace() public method

tells the velocimacroManager to dump the specified namespace
public DumpVMNamespace ( String ns ) : bool
ns String
return bool
Example #1
0
 /// <summary>
 /// Tells the vmFactory to dump the specified namespace.
 /// This is to support clearing the VM list when in
 /// <c>inline-VM-local-scope</c> mode.
 /// </summary>
 public bool DumpVMNamespace(String ns)
 {
     return(vmFactory.DumpVMNamespace(ns));
 }