DumpVMNamespace() public method

Tells the vmFactory to dump the specified namespace. This is to support clearing the VM list when in inline-VM-local-scope mode.
public DumpVMNamespace ( String ns ) : bool
ns String
return bool
示例#1
0
 /// <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 ns)
 {
     return(ri.DumpVMNamespace(ns));
 }
示例#2
0
 /// <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>
 /// <param name="namespace">Namespace to dump.
 /// </param>
 /// <returns> True if namespace was dumped successfully.
 /// </returns>
 /// <seealso cref="RuntimeInstance.dumpVMNamespace(String)">
 /// </seealso>
 public static bool DumpVMNamespace(string namespace_Renamed)
 {
     return(ri.DumpVMNamespace(namespace_Renamed));
 }