DumpProperties properties=new DumpProperties((int)maxLevel,setShow,setHide,(int)keys,metainfo,showUDFs);
DumpData dd = DumpUtil.toDumpData(object, pc,(int)maxLevel,properties);
if(!StringUtil.isEmpty(label)) {
DumpTable table=new DumpTable("#ffffff","#cccccc","#000000");
table.appendRow(1,new SimpleDumpData(label));
table.appendRow(0,dd);
dd=table;
}
RefBoolean hasReference=new RefBooleanImpl(false);
Struct sct = toStruct(dd,object,hasReference);