NVelocity.Runtime.RuntimeSingleton.DumpVMNamespace C# (CSharp) Method

DumpVMNamespace() public static 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 static DumpVMNamespace ( String ns ) : bool
ns String
return bool
        public static bool DumpVMNamespace(String ns)
        {
            return ri.DumpVMNamespace(ns);
        }