DumpToXml() public method

Collect all roots, i.e. static fields in all classes and all scripts; then dump all object hierarchy reachable from these roots to file
public DumpToXml ( ) : void
return void
Exemplo n.º 1
0
 public static void DoStuff()
 {
     var h = new HeapDump();
     h.DumpToXml();
 }
Exemplo n.º 2
0
        public static void DoStuff()
        {
            var h = new HeapDump();

            h.DumpToXml();
        }